/suggest-skills
Identify gaps in your skill library and suggest new skills to create based on project context.
$ npx -y skills add athola/skrills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/suggest-skills
Context preview
What this command does when you run it.
Identify gaps in your skill library and suggest new skills to create based on project context.
Command definition
suggest-skills.mddescription: Identify gaps in your skill library and suggest new skills to create based on project context. argument-hint: "[--focus <area>] [--project-dir <path>]" triggers: suggest skills, skill gaps, missing skills, what skills, recommend skills
Suggest Skills
Get suggestions for new skills to create using the skrills MCP server.
Use the `mcp__plugin_skrills_skrills__suggest-new-skills` tool with:
- `project_dir`: Project directory for context analysis
- `focus_areas`: Specific areas to focus on (e.g., testing, deployment)
Parse `$ARGUMENTS` for:
- `--focus <area>` or `-f <area>`: Focus on specific area (can be repeated)
- `--project-dir <path>` or `-p <path>`: Project to analyze
Analyze the current project context and identify:
- Missing skills based on project technologies
- Gaps in workflow coverage
- Skills that similar projects typically have
Report suggestions including:
- Suggested skill name and purpose
- Why this skill would be useful
- Estimated complexity
- Similar existing skills that could be adapted
Handle errors:
- If project directory invalid: Use current directory or prompt for path
- If no context available: Provide generic suggestions based on focus area
Write a skill once, use it everywhere. Skrills validates and syncs skills, commands, agents, MCP servers, and hooks across **Claude Code, Codex CLI, GitHub Copilot CLI, and Cursor**, all from a single Rust binary. Install · User Guide · CLI Reference · FAQ ·
Repo: athola/skrills
Other commands on skrills.
- /analyze-skills
Analyze skills for token usage, dependencies, and optimization suggestions.
Open command - /create-skill
Create a new skill via GitHub search, LLM generation, or both.
Open command - /search-skills
Fuzzy search installed skills by name or description.
Open command - /skill-diff
Compare a skill across Claude, Codex, Copilot, and Cursor to show differences.
Open command - /skill-metrics
Get aggregate statistics about discovered skills including counts, quality, and token usage.
Open command - /skill-trace-disable
Disable skill tracing and remove instrumentation markers.
Open command

