Mattpocock Skills
Plugin AktivSkills for Real Engineers. Straight from my .claude directory.
To provide engineers with specialized AI agent skills that promote better engineering practices, reduce common failure modes, and enhance the quality and maintainability of software.
Funktionen
- Skills for disciplined debugging and diagnosis
- Tools for collaborative planning and documentation (ADRs, CONTEXT.md)
- Test-driven development support with red-green-refactor loop
- Codebase architecture improvement and refactoring assistance
- Streamlined issue tracking and project management integration
Anwendungsfälle
- When needing to debug complex issues with an AI agent
- To improve alignment and reduce ambiguity with AI code generation
- For enforcing test-driven development practices
- When refactoring or improving existing codebases with AI assistance
Nicht-Ziele
- Replacing fundamental software engineering principles
- Automating the entire software development lifecycle without human oversight
- Providing generic chatbot capabilities outside of engineering tasks
Practical Utility
- info:Problem relevanceThe description is very brief and doesn't name a concrete user problem. It relies on the reader inferring the problem from the name 'Skills for Real Engineers'.
Scope
- warning:Description qualityThe displayed description is very brief and lacks detail, stating 'Skills for Real Engineers. Straight from my .claude directory.' It does not accurately reflect the breadth of functionality described in the README.
- warning:Tool surface sizeThe plugin exposes a large number of tools (13 skills listed in plugin.json), exceeding the target of 10.
Documentation
- warning:Configuration & parameter referenceWhile the README provides detailed explanations of skills, it does not explicitly document all parameters or configuration options for each skill, nor does it detail precedence orders for config files or environment variables.
Installation
/plugin install skills@mattpocock-skillsEnthält 14 Erweiterungen
Skill (14)
Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.
Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.
Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.
Build a throwaway prototype to flesh out a design before committing to it. Routes between two branches — a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route. Use when the user wants to prototype, sanity-check a data model or state machine, mock up a UI, explore design options, or says "prototype this", "let me play with it", "try a few designs".
Sets up an `## Agent skills` block in AGENTS.md/CLAUDE.md and `docs/agents/` so the engineering skills know this repo's issue tracker (GitHub or local markdown), triage label vocabulary, and domain doc layout. Run before first use of `to-issues`, `to-prd`, `triage`, `diagnose`, `tdd`, `improve-codebase-architecture`, or `zoom-out` — or if those skills appear to be missing context about the issue tracker, triage labels, or domain docs.
Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.
Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices. Use when user wants to convert a plan into issues, create implementation tickets, or break down work into issues.
Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context.
Triage issues through a state machine driven by triage roles. Use when user wants to create an issue, triage issues, review incoming bugs or feature requests, prepare issues for an AFK agent, or manage issue workflow.
Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're unfamiliar with a section of code or need to understand how it fits into the bigger picture.
Ultra-compressed communication mode. Cuts token usage ~75% by dropping filler, articles, and pleasantries while keeping full technical accuracy. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman.
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
Compact the current conversation into a handoff document for another agent to pick up.
Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.
Qualitätspunktzahl
Vertrauenssignale
Ähnliche Erweiterungen
Karpathy Coder
100Active coding discipline enforcer based on Karpathy's 4 principles: surface assumptions, keep it simple, make surgical changes, define verifiable goals. Ships 4 Python tools (complexity_checker, diff_surgeon, assumption_linter, goal_verifier), a review agent, /karpathy-check slash command, and a pre-commit hook. All tools stdlib-only.
Autoresearch Agent
100Autonomous experiment loop that optimizes any file by a measurable metric. 5 slash commands, 8 evaluators, configurable loop intervals (10min to monthly).
Context7 Plugin
100Upstash Context7 MCP-Server für die Abfrage aktueller Dokumentationen. Ruft versionsspezifische Dokumentationen und Codebeispiele direkt aus Quell-Repositories in den LLM-Kontext.
Kanban
100Markdown-basierte Kanban-Tafel, verwaltet von Claude Code. Karten leben als .md-Dateien — keine Datenbank, kein Server.
Obey
100Erzwingt, dass Claude Ihre Regeln tatsächlich befolgt. Regeln mit natürlicher Sprache speichern, mit Hooks erzwingen, über Sitzungen hinweg merken.
Framework Migration
99Framework updates, migration planning, and architectural transformation workflows