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 skrills<name> <description> [--method github|llm|both] [--dry-run]# 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-skillInteractively creates a new Claude Code skill from templates: prompts for name/type if needed, copies skeleton, populates metadata files, and gives type-specific guidance.
/create-skillScaffolds new Claude Code skills through TDD workflow: Iron Law interlock, brainstorming, scaffolding with frontmatter/module structure, and validation.
/create-skillCreates reusable skill fragments for specified techniques or patterns in Orchestr8, including YAML metadata, step-by-step guidance, code examples, best practices, and structured Markdown content.
/create-skillCreates a new Claude Skill with YAML frontmatter in personal or project directory. Validates inputs, checks existence, analyzes for bundled resources, and adds scripts/, references/, or assets/ directories as needed.
/create-skillGuides interactive creation of a new Claude Code skill via agent workflow, generating validated SKILL.md with requirements, specs, manifest, and analysis.
/create-skillCreate a new OpenCode skill with AI assistance. Uses skill-creator for intelligent skill generation.
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: