

Also from Kynth Studios


Also from Kynth Studios


Also from Kynth Studios
1# CLAUDE.md23This file provides guidance to GitHub Copilot CLI when working with code in this repository.45## Project Overview67This is a **Copilot CLI plugin** - a collection of production-ready agents, skills, hooks, commands, rules, and MCP configurations. The project provides battle-tested workflows for software development using Copilot CLI.89## Running Tests1011```bash12# Run all tests13node tests/run-all.js1415# Run individual test files16node tests/lib/utils.test.js17node tests/lib/package-manager.test.js18node tests/hooks/hooks.test.js19```2021## Architecture2223The project is organized into several core components:2425- **agents/** - Specialized subagents for delegation (planner, code-reviewer, tdd-guide, etc.)26- **skills/** - Workflow definitions and domain knowledge (coding standards, patterns, testing)27- **commands/** - Slash commands invoked by users (/tdd, /plan, /e2e, etc.)28- **hooks/** - Trigger-based automations (session persistence, pre/post-tool hooks)29- **rules/** - Always-follow guidelines (security, coding style, testing requirements)30- **mcp-configs/** - MCP server configurations for external integrations31- **scripts/** - Cross-platform Node.js utilities for hooks and setup32- **tests/** - Test suite for scripts and utilities3334## Key Commands3536- `/tdd` - Test-driven development workflow37- `/plan` - Implementation planning38- `/e2e` - Generate and run E2E tests39- `/code-review` - Quality review40- `/build-fix` - Fix build errors41- `/learn` - Extract patterns from sessions42- `/skill-create` - Generate skills from git history4344## Development Notes4546- Package manager detection: npm, pnpm, yarn, bun (configurable via `PACKAGE_MANAGER` env var or project config)47- Cross-platform: Windows, macOS, Linux support via Node.js scripts48- Agent format: `.agent.md` with YAML frontmatter (name, description, tools) — no `model:` field49- Skill format: Markdown with clear sections for when to use, how it works, examples50- Hook format: `hooks.json` with `version: 1`, camelCase events, bash/powershell split5152## Contributing5354Follow the formats in CONTRIBUTING.md:55- Agents: `.agent.md` with frontmatter (name, description, tools) — no `model:` field56- Skills: Clear sections (When to Use, How It Works, Examples)57- Commands: Markdown with description frontmatter58- Hooks: `hooks/hooks.json` with `version: 1`, camelCase events5960File naming: agents use `agent-name.agent.md`; skills/commands use lowercase with hyphens61
One repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| j7-dev/everything-github-copilotskills/react-best-practices/AGENTS.md · 19 | AGENTS.md | buildlint-formatstylearch+8 | 64/100 | 14 days ago | |
| j7-dev/everything-github-copilot.codex/AGENTS.md · 19 | AGENTS.md | securityagent-behaviour | 59/100 | 14 days ago | |
| j7-dev/everything-github-copilot.github/copilot-instructions.md · 19 | Copilot instructions | buildtestlint-formatstyle+6 | 76/100 | 14 days ago | |
| j7-dev/everything-github-copilot.github/instructions/go.instructions.md · 19 | Copilot instructions | testlint-formatstyletesting-strategy+1 | 77/100 | 14 days ago | |
| j7-dev/everything-github-copilot.github/instructions/python.instructions.md · 19 | Copilot instructions | testlint-formatstyletypes+2 | 85/100 | 14 days ago | |
| j7-dev/everything-github-copilot.github/instructions/swift.instructions.md · 19 | Copilot instructions | testlint-formatstyletypes+2 | 81/100 | 14 days ago | |
| j7-dev/everything-github-copilotAGENTS.md · 19 | AGENTS.md | buildteststylearch+4 | 77/100 | 14 days ago | |
| j7-dev/everything-github-copilot.github/instructions/typescript.instructions.md · 19 | Copilot instructions | testlint-formatstyletypes+4 | 62/100 | 14 days ago |
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| dotCMS/corecore-web/CLAUDE.md · 949 | CLAUDE.md | teststylearchtesting-strategy+3 | 100/100 | 14 days ago | |
| tyrchen/geektime-bootcamp-aiw7/genslides/backend/CLAUDE.md · 230 | CLAUDE.md | testlint-formatstylearch+6 | 100/100 | 9 days ago | |
| nimbalyst/nimbalystpackages/android/CLAUDE.md · 1.4k | CLAUDE.md | setupbuildstylearch+2 | 100/100 | 14 days ago | |
| microsoft/playwrightCLAUDE.md · 94k | CLAUDE.md | buildtestlint-formatstyle+7 | 100/100 | 7 days ago | |
| Adit-Jain-srm/NightmareNetCLAUDE.md · 45 | CLAUDE.md | buildtestlint-formatstyle+6 | 100/100 | 14 days ago | |
| bagisto/bagistoCLAUDE.md · 28k | CLAUDE.md | setupbuildteststyle+5 | 100/100 | 7 days ago | |
| livewire/livewireCLAUDE.md · 24k | CLAUDE.md | setupbuildteststyle+4 | 100/100 | 14 days ago | |
| dotCMS/coreCLAUDE.md · 949 | CLAUDE.md | setupbuildteststyle+7 | 99/100 | 9 days ago |
A badge carrying the measured quality of the strongest agent config file in this repository, out of 100. It reads from this index every time somebody loads your page, so it changes when the measurement changes and there is nothing to keep up to date. Free, no account, and the value is not something you or we can set by hand.
[](https://rulestack.kynth.studio/configs/j7-dev-everything-github-copilot-claude)Would rather not hotlink us? Every badge is also served in shields.io’s endpoint schema, so shields renders the image and your readers never talk to our domain:
Published by Toolproof, the masthead over this index and eight others. The method behind the number is at toolproof.kynth.studio/methodology, and the whole thing is readable as JSON with no key at /api.
Directory