Research, verify, and crystallize any capability into reliable, step-by-step skills.
You 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.
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
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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
npx claudepluginhub china-qijizhifeng/skill-jit --plugin skill-jitProfessional skill creation with TDD workflow. Features dual-mode (fast/full), behavioral validation, and automated quality gates for 9.0/10+ scores.
Ultimate Claude Code skill creator. Design, scaffold, build, review, evolve, and publish production-grade AI agent skills following the Agent Skills open standard and 3-layer architecture.
Create and validate production-grade agent skills with 100-point marketplace grading
Open collection of AI agent skills — reusable, framework-agnostic SKILL.md packages
Self-evolving skill engine for Claude Code. Creates, scores, repairs, and hardens skills autonomously through recursive improvement cycles.
Create and manage Claude Code skills, plugins, subagents, and hooks. Use when building new skills, validating existing skills, testing skills empirically, creating plugins, converting projects to plugins, creating hooks, or managing plugin automation. Includes /skills-toolkit:skill-composer, /skills-toolkit:skill-refiner, /skills-toolkit:skill-tester, /skills-toolkit:plugin-creator, /skills-toolkit:subagent-creator, /skills-toolkit:hook-creator, and /skills-toolkit:ask-user-question skills.