setup-matt-pocock-skills

Configure repository issue tracking, triage labels, and documentation layouts.

Updated Dec 17, 2025
One-click install
npx skills add https://github.com/Frantss/oxform --skill setup-matt-pocock-skills-frantss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-matt-pocock-skills
Source: https://github.com/Frantss/oxform/tree/main/.agents/skills/setup-matt-pocock-skills
Command: npx skills add https://github.com/Frantss/oxform --skill setup-matt-pocock-skills-frantss

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill eliminates configuration drift by standardizing how engineering teams track issues, manage triage labels, and structure domain documentation across different repositories.

Core Features & Use Cases

  • Unified Triage: Configures a consistent state machine for issues using canonical labels like needs-triage and ready-for-agent.
  • Domain Alignment: Sets up a standardized layout for context files and architectural decision records (ADRs) to ensure AI agents understand the project domain.
  • Use Case: Use this when onboarding a new repository to ensure that all subsequent engineering skills can reliably read your issue tracker and architectural history.

Quick Start

Run the setup-matt-pocock-skills command to initialize the issue tracker and documentation structure 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 standardize repository triage labels and documentation for automated engineering workflows?

Standardize repository triage by configuring a consistent state machine for issues using canonical labels like needs-triage and ready-for-agent. This ensures automated engineering agents can reliably track issue states and read architectural context across multiple repositories.

What is the best way to set up issue tracking and architectural decision records during project initialization?

Set up issue tracking and architectural decision records (ADRs) by initializing a standardized domain documentation layout. This establishes a consistent context file structure so AI agents understand the project domain and architectural history from the start.

Does this repository triage setup require CLI tools like gh or glab to function?

Yes, this setup requires access to repository root files and CLI tools like gh or glab. These command-line tools are necessary to establish the tracking infrastructure and manage the issue tracker configuration during project initialization and maintenance phases.

Can I use this scaffolding to align context files for AI agents across different repositories?

Yes, you can use this scaffolding to align context files across different repositories. It eliminates configuration drift by setting up a standardized layout for context files and ADRs, ensuring all engineering skills read your issue tracker and architectural history consistently.

Why do I need a unified triage state machine for issue tracking in my repository?

You need a unified triage state machine to prevent configuration drift and ensure consistent metadata management. By using canonical labels, automated tooling and engineering agents can reliably parse issue states and execute subsequent maintenance workflows.

What are the limitations of applying standardized documentation layouts to existing engineering projects?

The setup focuses on project initialization and maintenance phases, requiring access to repository root files. If existing repositories have established, non-standard triage vocabularies or documentation structures, applying this standardized layout may require migrating current configurations.