Help us improve
Share bugs, ideas, or general feedback.
From skrills
Creates a new skill by searching GitHub for matches or generating with LLM (or both), placing files in target directory. Supports --method, --dry-run, --dir flags.
npx claudepluginhub athola/skrills --plugin skrillsHow this command is triggered — by the user, by Claude, or both
Slash command
/skrills:create-skill <name> <description> [--method github|llm|both] [--dry-run]The summary Claude sees in its command listing — used to decide when to auto-load this command
# 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 empirical - `target_dir`: Directory to create skill in - `dry_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-run` or `-n`: Preview mode -...
/create-skillGuides interactive creation of a new Claude Code skill via agent workflow, generating validated SKILL.md with requirements, specs, manifest, and analysis.
/create-agent-skillCreates or edits Claude Code skills with expert guidance on structure and best practices. Provide skill description or requirements as argument.
/quickGenerates a complete skill from a description: YAML frontmatter, SKILL.md body with workflow/examples, supporting files. Saves to location and auto-validates structure/quality.
/create-agent-skillCreates or edits Claude Code agent skills with expert guidance on structure and best practices. Provide skill description or requirements as argument.
/createGenerates a SKILL.md file from a skill name or description. Clarifies requirements via questions, spawns agent to create content, selects save location (user/project/plugin/display), and writes file.
/create-skillCreates a new Claude Code skill directory from skill name, description/purpose, and optional documentation URLs. Generates SKILL.md with YAML frontmatter, quick start guide, critical rules, and known issues prevention.
Share bugs, ideas, or general feedback.
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 filesParse $ARGUMENTS:
--method <method> or -m <method>: Creation method (default: both)--dry-run or -n: Preview mode--dir <path>: Target directoryDefault behavior:
Report:
Handle errors: