RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/CLAUDE.md/TechNickAI/ai-coding-config

CLAUDE.md

plugins/core/agents/CLAUDE.md
CLAUDE.md

Quality

66/100

Scores the file, not the repository.

Length

506 words

12 headings · 5 code blocks

Repository

24

— · pushed 41 days ago

Last changed

3 days ago

First indexed 3 days ago.
TechNickAI/ai-coding-config/plugins/core/agents/CLAUDE.mdRawGitHub
1# Creating Claude Code Agents
2 
3When creating custom agent files in `.claude/agents/`, the YAML frontmatter format
4matters.
5 
6## Valid Frontmatter Format
7 
8```yaml
9---
10name: agent-name
11# prettier-ignore
12description: "Use when reviewing for X, checking Y, or verifying Z - include all semantic triggers"
13model: opus
14---
15```
16 
17**Critical constraints:**
18 
19- **Single line only** - Claude Code doesn't parse block scalars (`>` or `|`) correctly
20- **Use `# prettier-ignore`** - Add before description to allow longer, richer triggers
21- **Use quotes** - Always quote descriptions to handle special characters like colons
22 
23## Description Philosophy
24 
25Agents are LLM-triggered. Descriptions should match against **user requests** to enable
26Claude Code to auto-select the right agent. Use "Use when..." format with rich semantic
27triggers.
28 
29**Do: Match user language**
30 
31Think about what users will say:
32 
33- "review the code"
34- "check if this is production ready"
35- "debug this error"
36- "test in the browser"
37 
38Include those exact phrases in your descriptions.
39 
40**Do: Include variations**
41 
42```yaml
43# prettier-ignore
44description: "Use when reviewing for production readiness, fragile code, error handling, resilience, reliability, or catching bugs before deployment"
45```
46 
47This triggers on: "review for production", "check fragile code", "error handling
48review", "catch bugs", etc.
49 
50**Don't: Describe what it does**
51 
52Bad: `"A code reviewer that analyzes production readiness and error handling patterns"`
53 
54This is technical documentation, not a semantic trigger.
55 
56## Example Agent
57 
58```yaml
59---
60name: test-runner
61# prettier-ignore
62description: "Use when running tests, checking test results, or verifying tests pass before committing"
63model: haiku
64---
65I run tests using the specified test runner (bun, pnpm, pytest, etc) and return a terse
66summary with pass count and failure details only. This preserves your context by
67filtering verbose test output to just what's needed for fixes.
68 
69[Rest of agent prompt...]
70```
71 
72## Reviewer Agent Structure
73 
74Reviewer agents (agents that analyze code and report findings) should include two
75additional sections:
76 
77### Review Signals
78 
79Replace prose "What I Look For" sections with scannable bullet lists. These prime the
80LLM to pattern-match against specific signals.
81 
82```markdown
83## Review Signals
84 
85These patterns warrant investigation:
86 
87**Category name**
88 
89- Specific pattern to look for
90- Another specific pattern
91- Concrete example of the smell
92 
93**Another category**
94 
95- Pattern
96- Pattern
97```
98 
99Bullet structure primes the LLM to look for these specific signals. Each bullet becomes
100a micro-prompt. Not exhaustive—representative signals that train attention in the right
101direction.
102 
103### Handoff
104 
105Reviewer agents typically run as subagents called by an orchestrator (like
106multi-review). Add context so the agent understands its output goes to another LLM, not
107a human.
108 
109```markdown
110## Handoff
111 
112You're a subagent reporting to an orchestrating LLM (typically multi-review). The
113orchestrator will synthesize findings from multiple parallel reviewers, deduplicate
114across agents, and decide what to fix immediately vs. decline vs. defer.
115 
116Optimize your output for that receiver. It needs to act on your findings, not read a
117report.
118```
119 
120Do NOT prescribe output format in the Handoff section. Given context about who receives
121the output and what they'll do with it, the agent can determine the most effective
122format itself. Avoid over-specification.
123 

Sections

  • Creating Claude Code Agents
  • Valid Frontmatter Format
  • prettier-ignore
  • Description Philosophy
  • prettier-ignore
  • Example Agent
  • prettier-ignore
  • Reviewer Agent Structure
  • Review Signals
  • Review Signals
  • Handoff
  • Handoff

What it covers

testlint-formatarchitecturegit-pragent-behaviour

Stack — with the evidence

python

(0.80)

github-actions

(0.60)

Format

CLAUDE.md

Claude Code's memory file. Shaped like AGENTS.md but with two things it lacks: @path imports, so shared rules live in one place, and a user-scope layer that follows the developer across repos rather than shipping with the code.

What the corpus says about it

Repository

Owner
TechNickAI
Language
—
License
—
Archived
no

All configs in this repo

Also in TechNickAI/ai-coding-config

Diff this repo’s formats

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?

The other instruction files in this repository
RepositoryFormatStackCoversScoreChanged
TechNickAI/ai-coding-config.cursor/rules/git-commit-message.mdc · 24Cursor rulespythongithub-actionsarchgitdeployment58/1003 days ago
TechNickAI/ai-coding-config.cursor/rules/git-interaction.mdc · 24Cursor rulespythongithub-actionstestlint-formatstylearch+488/1003 days ago
TechNickAI/ai-coding-config.cursor/rules/heart-centered-ai-philosophy.mdc · 24Cursor rulespythongithub-actionsno sections30/1003 days ago
TechNickAI/ai-coding-config.cursor/rules/ruff-linting.mdc · 24Cursor rulespythongithub-actionslint-format43/1003 days ago
TechNickAI/ai-coding-configAGENTS.md · 24AGENTS.mdpythongithub-actionsstylearchgitdo-not+178/1003 days ago
TechNickAI/ai-coding-config.cursor/rules/external-apis.mdc · 24Cursor rulespythongithub-actionstesttesting-strategyapi54/1003 days ago
TechNickAI/ai-coding-config.claude-plugin/CLAUDE.md · 24CLAUDE.mdpythongithub-actionsdeployment25/1003 days ago
TechNickAI/ai-coding-config.claude/AGENTS.md · 24AGENTS.mdpythongithub-actionsarchagent-behaviour54/1003 days ago
TechNickAI/ai-coding-config.claude/CLAUDE.md · 24CLAUDE.mdpythongithub-actionslint-formatstyletypestesting-strategy+162/1003 days ago
TechNickAI/ai-coding-config.cursor/AGENTS.md · 24AGENTS.mdpythongithub-actionsarchdo-notagent-behaviour56/1003 days ago
TechNickAI/ai-coding-config.cursor/rules/autonomous-development-workflow.mdc · 24Cursor rulespythongithub-actionstestlint-formatgitagent-behaviour77/1003 days ago
TechNickAI/ai-coding-config.cursor/rules/code-review-standards.mdc · 24Cursor rulespythongithub-actionstesttypestesting-strategygit+259/1003 days ago
TechNickAI/ai-coding-config.cursor/rules/code-style-and-zen-of-python.mdc · 24Cursor rulespythongithub-actionslint-formatstyledocs62/1003 days ago
TechNickAI/ai-coding-config.cursor/rules/fixing-github-actions-builds.mdc · 24Cursor rulespythongithub-actionssetupbuilddo-notagent-behaviour81/1003 days ago
TechNickAI/ai-coding-config.cursor/rules/git-worktree-task.mdc · 24Cursor rulespythongithub-actions+1lint-formatgitagent-behaviour38/1003 days ago
TechNickAI/ai-coding-config.cursor/rules/naming-stuff.mdc · 24Cursor rulespythongithub-actionsstyle48/1003 days ago
TechNickAI/ai-coding-config.cursor/rules/prompt-engineering.mdc · 24Cursor rulespythongithub-actionssetuptestlint-formatstyle+657/1003 days ago
TechNickAI/ai-coding-config.cursor/rules/trust-and-decision-making.mdc · 24Cursor rulespythongithub-actionsno sections48/1003 days ago
TechNickAI/ai-coding-config.cursor/rules/user-facing-language.mdc · 24Cursor rulespythongithub-actionslint-formatstylearch66/1003 days ago
TechNickAI/ai-coding-configplugins/core/skills/CLAUDE.md · 24CLAUDE.mdpythongithub-actionslint-formatagent-behaviour58/1003 days ago
Diff against .cursor/rules/git-commit-message.mdc Diff against .cursor/rules/git-interaction.mdc Diff against .cursor/rules/heart-centered-ai-philosophy.mdc Diff against .cursor/rules/ruff-linting.mdc Diff against AGENTS.md Diff against .cursor/rules/external-apis.mdc Diff against .claude-plugin/CLAUDE.md Diff against .claude/AGENTS.md Diff against .claude/CLAUDE.md Diff against .cursor/AGENTS.md Diff against .cursor/rules/autonomous-development-workflow.mdc Diff against .cursor/rules/code-review-standards.mdc Diff against .cursor/rules/code-style-and-zen-of-python.mdc Diff against .cursor/rules/fixing-github-actions-builds.mdc Diff against .cursor/rules/git-worktree-task.mdc Diff against .cursor/rules/naming-stuff.mdc Diff against .cursor/rules/prompt-engineering.mdc Diff against .cursor/rules/trust-and-decision-making.mdc Diff against .cursor/rules/user-facing-language.mdc Diff against plugins/core/skills/CLAUDE.md

Similar configs

Same format, overlapping stack, ranked by quality.

Same format, overlapping stack, ranked by quality
RepositoryFormatStackCoversScoreChanged
livewire/livewireCLAUDE.md · 24kCLAUDE.mdphpvitest+4setupbuildteststyle+4100/1003 days ago
filamentphp/filamentCLAUDE.md · 32kCLAUDE.mdphplaravel+5buildtestlint-formatstyle+7100/1003 days ago
stacklok/toolhiveCLAUDE.md · 2.0kCLAUDE.mdgogithub-actionsbuildteststylearch+4100/1003 days ago
dotCMS/corecore-web/CLAUDE.md · 949CLAUDE.mdjavanode+13teststylearchtesting-strategy+3100/1003 days ago
Adit-Jain-srm/NightmareNetCLAUDE.md · 45CLAUDE.mdtypescriptpython+18buildtestlint-formatstyle+6100/1003 days ago
microsoft/playwrightCLAUDE.md · 94kCLAUDE.mdtypescriptjavascript+10buildtestlint-formatstyle+7100/1003 days ago
nimbalyst/nimbalystpackages/android/CLAUDE.md · 1.4kCLAUDE.mdtypescriptnode+16setupbuildstylearch+2100/1003 days ago
bagisto/bagistoCLAUDE.md · 28kCLAUDE.mdphplaravel+8setupbuildteststyle+5100/1003 days ago
RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack