Marketplace for the Development Skills plugin
npx claudepluginhub reidemeister94/development-skillsUse when any coding, development, analysis, debugging, or code-related task is detected. Triggers on: writing code, fixing bugs, adding features, refactoring, architecture decisions, requirements analysis, code review, diff analysis, error investigation, debugging failures, and evaluating approaches. A disciplined, language-agnostic development workflow: a direct/full loop that keeps the plan and chronicle on disk, a staff-reviewer subagent, and auto-format hooks.
A Claude Code plugin that turns your AI agent into a disciplined software engineer.
/plugin marketplace add reidemeister94/development-skills
/plugin install development-skills@development-skills
Activates automatically on any coding task. No configuration needed.
AI agents are fast but undisciplined — 67% of developers spend more time debugging AI-generated code than writing it. This plugin enforces a mandatory gated workflow: research before planning, plan before coding, test before shipping, review before merging. Every time.
Three subagents handle specialized work: an Implementer (TDD cycles), a Test Verifier (structured pass/fail), and a Staff Reviewer (two-stage code review). The orchestrator delegates but never implements directly.
Small tasks (3 files or fewer, single obvious approach) get a fast track — same quality checks, no ceremony.
Every task produces persistent artifacts on disk, numbered incrementally like SQL migrations (0001, 0002, ...). Context windows get compacted. These files don't.
Plan files (docs/plans/0042__2026-03-15__implementation_plan__auth-refactor.md) are the single source of truth for a task. They accumulate across phases: research notes, implementation checklist, verification results, review log. Subagents read from and write to the same plan file. When the context window clears, the agent picks up where it left off by reading the plan.
Chronicles (docs/chronicles/0042__2026-03-15__auth-refactor.md) capture what code and plans don't — WHY. The user's original request, the business context behind it, rejected alternatives, discoveries made during implementation. Without chronicles, a conversation with Claude disappears when the session ends. With chronicles, the reasoning survives: why cursor-based pagination instead of offset, why the auth middleware was rewritten, why a simpler approach was rejected.
Code + Git → WHAT changed (diffs)
Plan files → HOW it was built (steps, checklist, verification)
Chronicles → WHY it happened (intent, context, decisions)
Full details on templates and lifecycle in the in-depth guide.
Workflow — core-dev (auto-activates), brainstorming, debugging, chronicles
Languages — python-dev, java-dev, typescript-dev, frontend-dev, swift-dev
Testing — create-test, roast-my-code (--fix), eval-regression
Utilities — commit, distill, align-docs, resolve-merge, update-precommit, update-reqs, update-reqs-dev, best-practices
Auto-format on save via hooks: ruff (Python), biome (JS/TS), google-java-format, swift-format, prettier.
Full details in the in-depth guide.
Draws inspiration from superpowers by Jesse Vincent — spec-first brainstorming, subagent-per-task dispatch with two-stage review, bite-sized TDD plans, and git worktree isolation.
Where development-skills diverges: language-specific engineering patterns (5 languages with framework-level guidance), context engineering (observation masking, progressive phase loading), and a chronicles layer for capturing WHY decisions were made.
Contributions welcome — especially new language skills (Rust, Go, Kotlin, Ruby, C#). See CONTRIBUTING.md.
Claude Code marketplace entries for the plugin-safe Agentic Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 94 marketplace plugins, 203 local specialized agents, and 175 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations