Our review
Lists all available skills and subagent types for Claude Code agents.
Strengths
- Provides a quick overview of available capabilities
- Shows triggers and allowed tools for each skill
- Helps discover subagent types from the Task tool
- Simple to use, no prior knowledge required
Limitations
- Only lists skills defined in the .claude/skills directory
- Subagent types are from the Task tool, not an exhaustive list
- Does not create or modify skills
Use this skill when you want to see what skills are available or need help invoking a skill.
Do not use it if you need to create a new skill (use the skill-creator instead) or require detailed documentation of a specific skill.
Security analysis
SafeThe skill only runs a local read-only script to list available skills and subagents. It uses Bash for invocation but performs no destructive actions, exfiltration, or external downloads. No elevated risk beyond typical CLI usage.
No concerns found
Examples
List all available skillsWhat agents are available?name: s description: Discover available skills and subagents. Auto-triggers on: /s, show skills, list skills, available skills, what can you do, help with skills, what agents, list agents allowed-tools: Bash, Read
Skill Discovery
Dynamically discover all available skills and subagent types.
Usage
Run the discovery script to list all skills:
python3 .claude/skills/s/scripts/discover.py
Subagent Types
Subagents are spawned via the Task tool. Available types are defined in the Task tool's system description. To see current subagent types, check the subagent_type parameter in your Task tool definition.
Common subagent types include:
- Explore - Fast codebase exploration, file finding, searches
- general-purpose - Complex multi-step tasks, research
- Bash - Git operations, command execution
- Plan - Architecture decisions, implementation planning
Note: Subagent types are defined by the Task tool, not this skill. Check your tool definitions for the authoritative list.
How Skills Work
Skills live in .claude/skills/<name>/SKILL.md with YAML frontmatter:
---
name: skill-name
description: What it does AND when to trigger (keywords here!)
allowed-tools: Read, Edit, Write, Task
---
- Triggering: Skills auto-trigger based on keywords in their
descriptionfield - Invocation: Use
/<skill-name>or natural language matching trigger keywords - Tools: Each skill declares what tools it can use in
allowed-tools
Adding New Skills
Use the skill-creator skill: /skill-creator <description>
Task Prioritizer
Productivity
Prioritizes your tasks using Eisenhower, ICE, and RICE frameworks.
Weekly Status Report Generator
Productivity
Generate structured and concise weekly status reports.
Daily Standup Report
Productivity
Generates structured and concise daily standup reports.