setup-maks-skills

Configure a repository's issue tracker, triage labels, and domain doc layout for engineering skills.

Updated Jul 16, 2026
One-click install
npx skills add https://github.com/MaksymilianCzadowski/skills --skill setup-maks-skills-maksymilianczadowski
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: setup-maks-skills
Source: https://github.com/MaksymilianCzadowski/skills/tree/main/skills/engineering/setup-maks-skills
Command: npx skills add https://github.com/MaksymilianCzadowski/skills --skill setup-maks-skills-maksymilianczadowski

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Engineering skills like triage, to-tickets, and wayfinder need to know where issues live, which triage labels to apply, and where domain documentation resides. This Skill scaffolds that per-repo configuration once, so every other engineering skill reads consistent settings instead of guessing. ## Core Features & Use Cases - Issue tracker setup: Detects the repo's remote and records whether issues live in GitHub (gh CLI), GitLab (glab CLI), local markdown under .scratch/, or another tracker, writing the choice to docs/agents/issue-tracker.md. - Triage label vocabulary: Maps the five canonical triage roles (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix) to the label strings your tracker actually uses. - Domain doc layout: Records single-context (CONTEXT.md + docs/adr/) or multi-context (CONTEXT-MAP.md with per-context docs) conventions, plus consumer rules for reading them. - Use Case: After cloning a repo that uses GitHub Issues, run this Skill once; it adds an "Agent skills" section to CLAUDE.md or AGENTS.md and writes docs/agents/*.md files that the triage and wayfinder skills then read automatically. ## Quick Start Ask the AI to run the setup-maks-skills skill to configure this repository's issue tracker, triage labels, and domain docs for the engineering skills.

Frequently Asked Questions about setup-maks-skills

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

FAQPage Schema
How do I configure a repo for AI engineering skills?▼

Run the setup-maks-skills skill once in the repo. It explores your git remote, existing CLAUDE.md or AGENTS.md, and docs layout, asks you to confirm an issue tracker, triage labels, and domain doc layout, then writes the configuration to docs/agents/.

How do I set up GitHub issue tracking for AI agent workflows?▼

Choose GitHub during the issue tracker section; the skill writes docs/agents/issue-tracker.md with gh CLI conventions for creating, reading, labeling, and closing issues. It infers the repo from git remote automatically.

Does this skill support GitLab or local markdown issue trackers?▼

Yes. It supports GitHub via the gh CLI, GitLab via the glab CLI, and local markdown files under .scratch/<feature>/ for repos without a remote. Other trackers like Jira or Linear can be recorded as freeform prose.

What triage labels does the setup configure?▼

It configures five canonical labels: needs-triage, needs-info, ready-for-agent, ready-for-human, and wontfix. You can keep the defaults or map each role to label strings your tracker already uses, recorded in docs/agents/triage-labels.md.

When should I re-run the repo setup skill?▼

Re-run it only when switching issue trackers or restarting configuration from scratch. For ordinary changes, edit the files under docs/agents/ directly; the other engineering skills read those files each time they run.