setup-matt-pocock-skills

Scaffold per-repo agent-skills configuration in CLAUDE.md and AGENTS.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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.

Core Features & Use Cases

  • Scaffold the per-repo configuration that the engineering skills assume: issue tracker, triage labels, and domain docs.
  • Create or update the Agent skills block in CLAUDE.md and AGENTS.md, plus a docs/agents scaffold, so downstream skills know how to locate and interpret the repo's ticketing and domain information.
  • Serve as a prompt-driven setup step that runs before first use of to-issues, to-prd, triage, diagnose, tdd, or zoom-out, ensuring context is present for the engineering skills.

Quick Start

Bootstraps the per-repo agent-skills configuration for this repository.

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 agent context in CLAUDE.md for issue triage and domain docs?

To set up agent context in CLAUDE.md, this skill creates an ## Agent skills block and a docs/agents scaffold that records your repo's issue tracker type, triage label vocabulary, and domain document layout for downstream engineering skills.

Why does my triage skill fail to find the correct issue tracker labels?

Your triage skill fails because the repo lacks a configured agent-skills block. Running this setup establishes the label mappings and tracker type in AGENTS.md so downstream skills know how to locate and interpret your ticketing information.

What is the best way to bootstrap AGENTS.md before using to-issues or tdd skills?

The best way to bootstrap AGENTS.md is to run this setup skill, which acts as a prompt-driven scaffold that populates tracker defaults and domain docs before the first use of to-issues, to-prd, triage, diagnose, tdd, or zoom-out.

Can I use this scaffolding if my repository only has an existing AGENTS.md file?

Yes, you can use this scaffolding with an existing AGENTS.md or CLAUDE.md file. It applies to repos with existing configuration by updating or creating the agent skills block and generating the docs under docs/agents.

Do I need to configure agent skills separately for GitHub and local markdown trackers?

You need to configure agent skills once per repository. This setup captures whether your issue tracker is GitHub or local markdown, recording those defaults so downstream engineering skills automatically interpret the correct ticketing system.