setup-matt-pocock-skills

Bootstrap repository-specific agent skill scaffolding for engineering workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill bootstraps the repository metadata and configuration that engineering skills need in order to work consistently across a codebase.

Core Features & Use Cases

  • Repository Setup: Creates or updates the project files that define where issues live, how triage labels map, and how domain documentation is organized.
  • Agent Skill Wiring: Adds the shared Agent skills block so downstream skills can read the repo’s issue tracker, triage vocabulary, and doc layout.
  • Project Scaffolding: Initializes supporting files such as context templates, ADR documentation, gotchas documentation, and a standards-based .gitignore without overwriting user-owned content.
  • Use Case: Use this Skill when onboarding a new repo so future planning, triage, diagnosis, and architecture skills have the context they need before they run.

Quick Start

Ask the skill to set up the repo’s agent skills scaffold and answer each setup question about issue tracking, triage labels, and domain docs as it asks them.

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 skills scaffolding for a new repository?

To set up agent skills scaffolding, invoke the skill to create project meta scaffolds, issue tracker conventions, triage label mappings, and domain documentation layouts. It bootstraps the required configuration files while preserving any existing user-owned content already in the repository.

What is repository scaffolding and when do I need it for engineering workflows?

Repository scaffolding initializes the foundational metadata and configuration files that engineering agents need to operate consistently. You need it when onboarding a new or unconfigured repo so downstream planning, triage, and diagnosis skills have the necessary context before running.

Can I configure issue tracker conventions and triage labels without overwriting my existing files?

Yes, you can configure issue tracker conventions and triage labels safely. The skill explicitly preserves existing user content while creating or updating setup files, project meta scaffolds, and standard ignore rules alongside your current repository structure.

Does this scaffolding initialize a .gitignore file and ADR documentation automatically?

Yes, the scaffolding initializes a standards-based .gitignore file alongside context templates, ADR documentation, and gotchas documentation. It also wires the shared agent skills block so downstream skills can read the repo’s issue tracker and documentation layout.

What's the best way to wire shared agent metadata into an unconfigured repo?

The best way to wire shared agent metadata is to run this scaffolding skill and answer its setup questions regarding issue tracking, triage labels, and domain docs. It automatically adds the shared agent block so downstream skills can read the repository's operational conventions.

Why do my planning and diagnosis agents fail to run consistently across my codebase?

Agents fail to run consistently when the repository lacks the foundational metadata defining issue tracker locations, triage vocabulary, and documentation layout. Bootstrapping the project's agent skills scaffold provides the required context for these downstream engineering workflows to execute properly.