Agent skill
extract
Extract skill candidate from conversation. Use when identifying automatable logic suitable for skill. Keywords: extract, skill, candidate, automatable. Not for command extraction, agent creation, or non-skill logic.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/extract
SKILL.md
<mission_control> Identify automatable logic for skill creation <success_criteria>Skill candidate specified with type and rationale</success_criteria> </mission_control>
Quick Start
Use this command when automatable logic needs extraction for skill creation.
Execution
- Analyze: Trust your conversational memory to identify complex automatable logic
- Decide: Command vs Skill based on freedom and reuse (Commands = low freedom, fixed output; Skills = high freedom, inject knowledge)
- Report: Present skill candidate with name, description (What-When-Not-Includes), and core sections
<critical_constraint>
Trust your conversational memory. Only read session files if context is unclear. Previous sessions available at .claude/workspace/sessions/previous-session.jsonl if comparing across sessions.
</critical_constraint>
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?