</>MCP Agents Market
Skill

skills

by mattpocock219.3kShellUpdated 2026-08-16

Skills for Real Engineers. Straight from my .agents directory.

Claude CodeCodex

A curated collection of agent skills designed for production engineering workflows, sourced directly from Matt Pocock's personal .agents directory. These composable, framework-agnostic skills address common AI coding challenges through disciplined practices like grilling sessions for requirement gathering, test-driven development loops, domain modeling, and architecture improvement surveys. Unlike process-owning frameworks, these lightweight skills give developers full control while embedding decades of software engineering best practices into reusable commands for Claude Code, Codex, and other AI coding agents.

Key Features

Grilling session skills (/grill-me, /grill-with-docs) that interview users to establish clear requirements before coding begins
Test-driven development workflow (/tdd) implementing red-green-refactor loops with automated feedback
Domain modeling that builds a shared vocabulary in CONTEXT.md, reducing AI verbosity and improving code naming consistency
Architecture improvement scanner (/improve-codebase-architecture) that identifies module deepening opportunities as visual reports
Issue tracker integration supporting GitHub, Linear, and local files for ticket management and triage workflows
Model-invoked skills (prototype, diagnosing-bugs, code-review) that agents can automatically reach for when appropriate
Spec and ticket generation tools (/to-spec, /to-tickets) that transform conversations into actionable work items with dependency tracking
Handoff and teaching utilities for knowledge transfer and async collaboration

Use Cases

  • 01Aligning with AI coding agents before implementation to reduce misalignment and rework on feature development
  • 02Maintaining code quality in AI-accelerated projects through TDD discipline and automated code review processes
  • 03Building and maintaining a project-specific glossary that reduces token usage and improves naming consistency
  • 04Debugging complex issues using structured diagnosis loops with hypothesis testing and instrumentation
  • 05Breaking down large features into tracer-bullet tickets with clear blocking relationships across multiple sessions
  • 06Conducting architecture surveys to identify refactoring opportunities and prevent growing technical debt

Related Skills

View more

skills — FAQ

What are Matt Pocock's agent skills?+

A collection of composable workflow commands for AI coding agents that embed software engineering best practices like TDD, domain modeling, and architecture improvement into reusable skills. They work with any AI model and are designed to be adapted to individual projects.

How do I install these agent skills in Claude Code?+

Run 'claude plugins install mattpocock-skills' from the command line, or type '/plugin install mattpocock-skills' inside a Claude Code session. The plugin installs from the official marketplace and updates automatically.

Can I use these skills with Codex or other AI coding agents?+

Yes, run 'npx skills@latest add mattpocock/skills' to install editable skill files into your project for Codex and other agents. The installer lets you select which skills to add and which agents to configure them for.

Do I need API keys or external services to use these skills?+

Most skills work standalone, but setup (/setup-matt-pocock-skills) will ask you to configure an issue tracker choice (GitHub, Linear, or local files) for ticket management features. GitHub and Linear integrations require their respective credentials.

Are these agent skills free to use?+

Yes, the skills repository is open source and free to use. You can install them as a read-only Claude Code plugin that auto-updates, or copy the files into your project to modify and maintain yourself.

What's the difference between user-invoked and model-invoked skills?+

User-invoked skills like /grill-me are triggered manually by typing commands and orchestrate workflows. Model-invoked skills like /tdd or /code-review can be called by you or automatically reached for by the AI agent when the context fits.

How do I install skills?+

Open the source repository on GitHub and follow its README. skills is a skill — MCP Agents Market links you directly to the official repo.

Is skills free?+

skills is an open-source project hosted on GitHub. Check the repository for its license and any usage requirements.

Related searches