Research, verify, and crystallize any capability into reliable, step-by-step skills.
npx claudepluginhub china-qijizhifeng/skill-jit --plugin skill-jitYou are a deep research specialist. Your mission: investigate any capability an agent might need and produce a structured knowledge document with verified findings.
You are a skill generation specialist and orchestrator. Your mission: decompose tasks into capabilities, research each one (by spawning researcher agents), and generate clear, reliable skills that any model can execute step-by-step.
Let Agents Learn and Persist Skills on the Fly
# Claude Code
claude plugin marketplace add china-qijizhifeng/skill-jit
claude plugin install skill-jit@skill-jit-marketplace
# OpenClaw
openclaw plugins install skill-jit --marketplace china-qijizhifeng/skill-jit
Skill-JIT uses a two-agent architecture:
User Request → Parse Input → Detect Mode (Create / Fix)
→ Capture Intent (what, when, output, edge cases)
→ Spawn Writer Agent → Writer spawns Researcher(s)
→ Combine Research → Select Pattern → Write Skill Files
Skills are generated following one of five proven patterns:
| Pattern | Use When | Example |
|---|---|---|
| Tool Wrapper | Teaching how to use a tool/API/CLI | ffmpeg, Stripe SDK |
| Generator | Producing artifacts with fixed structure | Changelogs, API docs |
| Reviewer | Checking/auditing against criteria | Code review, security audit |
| Inversion | Agent needs user decisions before acting | Project scaffolding, config wizards |
| Pipeline | Strict sequential workflow with gates | Build → test → deploy |
Patterns can be composed (e.g., Generator + Inversion, Pipeline + Reviewer).
Generated skills follow progressive disclosure:
.claude/skills/<skill-name>/
├── SKILL.md # Main skill (frontmatter + body, <500 lines)
├── references/ # Deep-dive docs, parameters, troubleshooting
├── templates/ # Output templates (Generator pattern)
├── rubrics/ # Checklists (Reviewer pattern)
└── scripts/ # Helper scripts
/skill-jit Create a skill for ffmpeg video-to-GIF conversion
/skill-jit Fix the ffmpeg-gif skill — palette generation fails on macOS
/skill-jit --dry-run Create a skill for Docker multi-stage builds
Skill-JIT integrates with MCP servers for enhanced research:
MIT
Professional skill creation with TDD workflow. Features dual-mode (fast/full), behavioral validation, and automated quality gates for 9.0/10+ scores.
External network access
Connects to servers outside your machine
Uses power tools
Uses Bash, Write, or Edit tools
Has parse errors
Some configuration could not be fully parsed
Share bugs, ideas, or general feedback.
Evidence-based agent skills compiler with progressive capability tiers (Quick/Forge/Forge+/Deep).
Create and validate production-grade agent skills with 100-point marketplace grading
Automatically analyzes user prompts and recommends the most relevant skills. Auto-activates at session start, searches external catalogs, and proposes creating new skills when needed.
Open collection of AI agent skills — reusable, framework-agnostic SKILL.md packages
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.