setup-matt-pocock-skills

Scaffold repository-specific agent skill context for issue tracking and triage labels.

Updated May 8, 2026
One-click install
npx skills add https://github.com/mmartinsoliv/dotfiles --skill setup-matt-pocock-skills-mmartinsoliv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-matt-pocock-skills
Source: https://github.com/mmartinsoliv/dotfiles/tree/main/agents/skills/setup-matt-pocock-skills
Command: npx skills add https://github.com/mmartinsoliv/dotfiles --skill setup-matt-pocock-skills-mmartinsoliv

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the guesswork of preparing a repository for other engineering skills by establishing where issues live, which triage labels to use, and how domain documentation is organized.

Core Features & Use Cases

  • Repository discovery: Inspects the repo's current files and git metadata to understand what already exists before making changes.
  • Convention alignment: Captures the issue tracker choice, triage label vocabulary, and domain doc layout so downstream skills work with the repo's real workflow.
  • Persistent setup: Writes or updates the agent skills block plus the supporting docs under docs/agents so future runs stay consistent.
  • Use case: Prepare a new codebase so skills like to-issues, to-prd, triage, diagnose, tdd, improve-codebase-architecture, and zoom-out can operate with the right project context.

Quick Start

Ask the skill to inspect this repository and set up the agent skills configuration for the issue tracker, triage labels, and domain docs.

Frequently Asked Questions about setup-matt-pocock-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up repo conventions for agent skills like triage and issue tracking?

To set up repo conventions for agent skills, this skill inspects git remotes and existing AGENTS.md or CLAUDE.md files, then writes issue tracking, triage label, and domain documentation conventions into docs/agents markdown files.

What is the best way to prepare a codebase for AI engineering agents?

Preparing a codebase for AI engineering agents requires establishing persistent project context. This skill scaffolds repository-specific configurations for issue trackers and domain docs so downstream agents follow correct conventions.

Do I need an existing AGENTS.md or CLAUDE.md file to bootstrap agent conventions?

You do not need an existing AGENTS.md or CLAUDE.md file to bootstrap agent conventions. The skill reads current files and git metadata to discover existing configurations before applying non-duplicating updates.

Can I configure triage labels and domain docs for multiple repository workflows?

Yes, you can configure triage labels and domain docs for repository workflows. The skill captures your specific issue tracker choice, triage label vocabulary, and documentation layout so downstream skills operate with real project context.

Will setting up agent skills overwrite my existing repository documentation edits?

Setting up agent skills will not overwrite existing repository documentation edits. The skill updates the repo's agent skills block in place without duplicating user edits, preserving your current configurations.

Why are my downstream engineering agents failing to follow project conventions?

Downstream engineering agents fail to follow project conventions when repository context is missing. This skill records issue tracker and triage label configurations in docs/agents files to ensure consistent agent execution.