Agent skill
commands-athola-skrills
Create a new skill via GitHub search, LLM generation, or both.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/commands-athola-skrills
SKILL.md
Create Skill
Create a new skill using the skrills MCP server.
Use the mcp__plugin_skrills_skrills__create-skill tool with:
name: Name or topic for the skill (required)description: What the skill should do (required)method: Creation method - github (search), llm (generate), both, or empiricaltarget_dir: Directory to create skill indry_run: Preview without creating files
Parse $ARGUMENTS:
- First argument: skill name
- Remaining text: skill description
--method <method>or-m <method>: Creation method (default: both)--dry-runor-n: Preview mode--dir <path>: Target directory
Default behavior:
- Search GitHub for existing skills matching the name/description
- If found, offer to download and adapt
- If not found or declined, generate a new skill using LLM
Report:
- Search results (if method includes github)
- Generated skill content (if method includes llm)
- File location where skill was created
Handle errors:
- If name/description missing: Prompt for required fields
- If GitHub search fails: Fall back to LLM generation
- If target directory not writable: Report path and suggest alternative
- If skill already exists: Prompt for overwrite or new name
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?