skill-lister
Use this skill to discover all available AgenticDev skills and their capabilities. Provides a bootstrap context for AI agents by listing all skills, their descriptions, and script paths from the .claude/skills/ directory.
What this skill does
# Skill Lister ## Purpose Provide a comprehensive overview of all available AgenticDev skills in the project. The skill-lister scans the `.claude/skills/` directory, extracts skill metadata from SKILL.md files, and returns a formatted list of all discovered skills with their descriptions and script paths. This enables AI agents to quickly understand what capabilities are available without manually exploring the directory structure. ## When to Use Use this skill in the following situations: - At the beginning of any work session to understand available AgenticDev capabilities - When onboarding to a new project using AgenticDev - Before deciding which skill to use for a particular task - When documenting or auditing the project's AgenticDev setup - To verify that all expected skills are installed and accessible ## Prerequisites - The project must have a `.claude/skills/` directory - Skills should follow the convention of including SKILL.md files with YAML frontmatter - No additional tools required (pure bash implementation) ## Workflow ### Step 1: Run the Skill Lister Execute the helper script to scan all skills in the .claude/skills/ directory: ```bash bash .claude/skills/skill-lister/scripts/list-skills.sh ``` This will output a human-readable summary showing each skill's metadata including: - Skill name - Description - Available scripts For machine-readable JSON output (useful for programmatic processing): ```bash bash .claude/skills/skill-lister/scripts/list-skills.sh -j ``` ### Step 2: Review the Skills List The scanner returns information about all skills found in `.claude/skills/`, including: - **Skill name**: The identifier for the skill (from YAML frontmatter) - **Description**: What the skill does and when to use it - **Script paths**: All executable scripts available for the skill - **Directory**: Location of the skill in the filesystem ### Step 3: Choose the Appropriate Skill Based on the output, select the skill that best matches your current task: - Need to understand documentation? → Use `doc-indexer` - Starting work on an issue? → Use `issue-executor` - Proposing a change? → Use `spec-authoring` - Planning a sprint? → Use `sprint-planner` - Setting up a new project? → Use `project-init` ## Error Handling ### No Skills Directory Found **Symptom**: Script reports that `.claude/skills/` directory doesn't exist **Solution**: - Verify you're in the project root directory - Run `project-init` skill to set up AgenticDev - Check if skills are installed in a different location ### Missing SKILL.md Files **Symptom**: Script lists skills but shows no metadata **Solution**: - Verify that each skill directory contains a SKILL.md file - Check that SKILL.md files have proper YAML frontmatter with `name` and `description` fields - Run validation script if available: `bash scripts/validate-skills.sh` ### No Scripts Found **Symptom**: Skill is listed but shows no scripts **Solution**: - Verify that the skill's `scripts/` directory exists and contains executable files - Check file permissions: `chmod +x .claude/skills/*/scripts/*` - Some skills may not have scripts (documentation-only skills) ### Permission Denied **Symptom**: Cannot read skill directories or files **Solution**: - Check directory permissions: `ls -la .claude/skills/` - Ensure you have read access to the skills directory - Verify the script itself is executable: `chmod +x .claude/skills/skill-lister/scripts/list-skills.sh` ## Notes - **Bootstrap context**: Designed to be run by agent-integrator to provide AI agents with skill discovery capability - **Lightweight**: Minimal dependencies, works with standard bash tools - **Extensible**: Automatically discovers new skills as they're added - **JSON support**: Can output structured data for integration with other tools - **Convention-based**: Relies on standard AgenticDev skill structure (SKILL.md + scripts/) - **Safe to run**: Read-only operation with no side effects - **Discovery pattern**: Similar to doc-indexer but for skills instead of documentation
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.