setup-matt-pocock-skills

Scaffold agent skills configuration in CLAUDE.md or AGENTS.md with docs templates.

195|16|Updated Feb 18, 2025
One-click install
npx skills add https://github.com/InditexTech/weavejs --skill setup-matt-pocock-skills-inditextech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-matt-pocock-skills
Source: https://github.com/InditexTech/weavejs/tree/main/code/.agents/skills/setup-matt-pocock-skills
Command: npx skills add https://github.com/InditexTech/weavejs --skill setup-matt-pocock-skills-inditextech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill scaffolds per-repo agent skills configuration by creating and updating the Agent skills section in CLAUDE.md / AGENTS.md and the docs under docs/agents, so the engineering skills know the repository's issue tracker, triage label vocabulary, and domain doc layout.

Core Features & Use Cases

  • Scaffold the per-repo configuration that the engineering skills assume: where issues live, the canonical triage labels, and the domain documentation layout.
  • Promptly present findings from the repo and guide the user through the three critical decisions about issue tracker, triage labels, and domain docs, then write the necessary templates.
  • Update CLAUDE.md/AGENTS.md with an Agent skills block and generate templates for issue-tracker.md, triage-labels.md, and domain.md to centralize context for future skills.

Quick Start

Inspect the repository and run this skill to generate and insert the Agent skills block and the three docs templates.

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 bootstrap agent skills configuration in a repository with CLAUDE.md?

To bootstrap agent skills configuration, run this skill to inspect your repository and generate an Agent skills block inside CLAUDE.md or AGENTS.md, along with templates for issue-tracker.md, triage-labels.md, and domain.md.

What is per-repo agent skills configuration and when do I need it?

Per-repo agent skills configuration is a centralized setup in CLAUDE.md or AGENTS.md that defines your issue tracker, triage labels, and domain doc layout so engineering agents have the necessary repository context.

Can I use this scaffolding tool if my repository only has AGENTS.md and no docs directory?

This skill applies to repositories with CLAUDE.md or AGENTS.md and a docs/agents directory, guiding you through decisions about issue trackers, triage labels, and domain-context layout to generate the required files.

How do I set up triage labels and issue tracker templates for Claude agent skills?

The skill prompts you with repository findings to guide decisions on issue trackers and triage labels, then writes these configurations into the docs/agents directory as issue-tracker.md and triage-labels.md templates.

Does this skill update existing configuration files or only create new ones?

The skill updates existing CLAUDE.md or AGENTS.md files by inserting an Agent skills section, and generates or updates templates for issue-tracker.md, triage-labels.md, and domain.md based on your prompted decisions.