nav-skill-creator

Solid

Analyze codebase patterns and create custom skills for repetitive workflows. Use when project needs automation or pattern enforcement. Auto-invoke when user says "create a skill for...", "automate this workflow", or "we keep doing X manually".

AI & Automation 232 stars 12 forks Updated today

Install

View on GitHub

Quality Score: 82/100

Stars 20%
79
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
0
Description 5%
100

Skill Content

# Navigator Skill Creator Create project-specific skills by analyzing codebase patterns and automating repetitive workflows. ## When to Invoke Auto-invoke when user mentions: - "Create a skill for [pattern]" - "Automate this workflow" - "We keep doing X manually" - "Enforce this pattern" - "Generate boilerplate for [feature type]" - "We need consistency for [task type]" ## What This Does 1. Analyzes codebase to understand project patterns 2. Identifies best practices from existing code 3. Generates skill with: - Auto-invocation triggers - Predefined functions - Templates - Examples 4. Tests the generated skill 5. Documents the new skill ## Execution Steps ### Step 1: Understand Skill Request Ask clarifying questions: - What pattern/workflow to automate? - What triggers should invoke this skill? - What output format is expected? - Are there existing examples in the codebase? **Example dialogue**: ``` User: "Create a skill for adding React components" Assistant: "I'll analyze your codebase to understand React component patterns. - What directory are components in? - Do you use TypeScript or JavaScript? - Do you want tests generated automatically? - Are there style files (CSS/SCSS) per component?" ``` ### Step 2: Analyze Codebase Patterns **Use Task agent to explore** (saves 60-80% tokens): ``` Use Task agent with subagent_type=Explore: "Find existing [pattern type] in codebase: - Locate all [files matching pattern] - Identify common structure - Extract...

Details

Author
alekspetrov
Repository
alekspetrov/navigator
Created
11 months ago
Last Updated
today
Language
Python
License
None

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

skill-creator

Autonomously create, test, and optimize skills by detecting reusable patterns in your own work. Use when you notice repeated tool sequences, recurring code patterns across attempts, or insights that should be captured as a packaged skill. Also use to benchmark and iterate on existing skills.

975 Updated 3 days ago
Human-Agent-Society
AI & Automation Solid

skill-creator

Use when creating new skills, restructuring existing skills, or improving skill documentation.

25 Updated 6 days ago
fusengine
AI & Automation Featured

skill-creator

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or iterate on skill quality. Triggers: "create a skill", "make a new skill", "build a skill for", "write a skill that", "skill for doing X", "I want a skill to", "new skill", "design a skill", "scaffold a skill", "improve this skill", "optimize this skill", "this skill isn't working well", "evaluate this skill", "score this skill", "how good is this skill", "run evals on", "benchmark this skill", "test this skill's quality", "skill quality", "skill performance". Also triggers when a user describes a repeatable workflow they want to automate, says "I keep doing X manually", "can you remember how to do X", or "turn this into a skill".

3,309 Updated 2 weeks ago
himself65