Agent skill
skills
List and categorize all available skills in the Conductor system.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/skills-etroxtaran-conductor
SKILL.md
Skills Discovery Skill
List all available skills in the Conductor system.
Usage
/skills
Overview
Help users and Claude discover what capabilities are available, grouped by workflow phase.
Prerequisites
- None beyond access to the repository and skill docs.
Outputs
Displays:
- All available commands organized by category
- Brief descriptions of each
- Recommended workflow order
- Links to detailed documentation
Workflow Steps
- Read available skill directories in
.claude/skills. - Group commands into workflow categories.
- Present command, purpose, and related documentation paths.
Categories
Human-Guided Workflow
Commands for step-by-step development with user control:
/discover- Understand project, create spec/plan- Create task breakdown/task <id>- Implement single task/status- Check progress
Automated Workflow
Commands for hands-off execution:
/orchestrate- Full automated workflow
Agent Invocation
Commands to directly call agents:
/validate- Plan validation/verify- Code review/call-cursor- Cursor agent/call-gemini- Gemini agent
Utility
Support commands:
/skills- This command/phase-status- Detailed status/resolve-conflict- Conflict resolution/list-projects- Project listing/sync-rules- Rule synchronization/add-lesson- Add lessons learned
Error Handling
- If skill docs are missing or unreadable, report which paths failed and return partial results.
Examples
/skills
Related Skills
/discover- Create or discover project documentation/plan- Create a task breakdown/orchestrate- Full workflow execution
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?