By kunge2013
Engineering workflow skills from Matt Pocock — TDD, design, triage, prototyping, and codebase improvement
Ask which skill or flow fits your situation. A router over the user-invoked skills in this repo.
Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.
Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.
Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain the domain model.
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.
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.
OpenSpec-based development workflow skills for Claude Code.
This marketplace provides reusable skills that enable a spec-driven approach to software development: explore ideas, propose changes, implement tasks, and archive results -- plus a knowledge base for code analysis and business logic documentation.
Manage skills via npm — install, remove, update skills with one command, plus a web UI for browsing and editing.
# Install globally
npm install -g kungeskill
# Initialize marketplace cache (first time only)
kungeskill init
# View available skills
kungeskill list
# Install a skill (creates symlink in your project)
cd your-project
kungeskill add openspec-explore
# Launch web UI in browser
kungeskill web
CLI Commands:
| Command | Description |
|---|---|
kungeskill init | Download marketplace cache (first time only) |
kungeskill list | List all available skills |
kungeskill add <skill> | Install a skill into your project via symlink |
kungeskill remove <skill> | Remove a skill from your project |
kungeskill view | Show installed skills with health status |
kungeskill update | Update marketplace cache to latest |
kungeskill web | Launch web UI in browser for browsing, editing, and managing skills |
kungeskill doctor | Check symlink health and detect broken links |
kungeskill web launches a local HTTP server with a full-featured Vue 3 interface for managing skills.
kungeskill web
The command automatically opens your default browser at http://127.0.0.1:3010 (or the next available port).
| Feature | Description |
|---|---|
| Browse | View all plugins and skills grouped by category, with search, filter, and sort |
| Preview | Rendered markdown preview of any skill's SKILL.md content |
| Edit | Full markdown editor with syntax highlighting, live preview, and frontmatter validation |
| Install | Install skills to your current project with one click |
| Cache | Initialize and update marketplace cache directly from the UI |
The built-in editor (powered by md-editor-v3) supports:
name and description)# Remove a skill from your project
kungeskill remove openspec-explore
# Uninstall kungeskill CLI globally
npm uninstall -g kungeskill
# (Optional) Clean up marketplace cache
rm -rf ~/.kungeskills
Install skills via Claude Code's built-in plugin system.
/plugin marketplace add kunge2013/skills
# Spec-driven change lifecycle (explore, propose, apply, archive)
/plugin install openspec-workflow@kunge-skills
# Code analysis and business logic knowledge base
/plugin install openspec-trace@kunge-skills
/plugin marketplace update kunge-skills
Spec-driven change lifecycle for Claude Code. Enables you to:
| Skill | Description |
|---|---|
openspec-explore | Enter explore mode -- a thinking partner for exploring ideas, investigating problems, and clarifying requirements |
openspec-propose | Propose a new change with all artifacts (proposal, design, tasks) generated in one step |
openspec-apply-change | Implement tasks from an OpenSpec change, working through them sequentially with progress tracking |
openspec-archive-change | Archive a completed change, with optional delta spec sync to main specs |
Code analysis and business logic knowledge base. Enables you to:
| Skill | Description |
|---|---|
opst-code-anysic | Analyze archived OpenSpec change code, extract business logic, and archive into a versioned knowledge base with five-section design documents |
opst-business-search | Search the archived business logic knowledge base by keyword, browse by domain, or view exact modules |
Anthropic official Claude Code skills — document processing and developer tools. Author: Anthropic.
npx claudepluginhub kunge2013/skills --plugin mattpocock-engineeringCode analysis and business logic knowledge base
Package publishing skills — npm, PyPI, and other registries
Productivity skills from Matt Pocock — grilling, handoff, teaching, and writing great skills
Personal skills from Matt Pocock — article editing and Obsidian vault management
Spec-driven change lifecycle: explore, propose, apply, archive
Supergraph enforces a complete, evidence-based coding pipeline — scan → plan → TDD → fix → verify → review — grounded in real codebase analysis at every step. It combines AST dependency graphs, LSP-level code intelligence, and a structured skill chain so Claude never guesses about impact before making a change.
Harness-native ECC plugin for engineering teams - 67 agents, 277 skills, 93 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.