RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/CLAUDE.md/Light-Brands/planetary-party-html

CLAUDE.md

.claude/agents/CLAUDE.md
CLAUDE.md

Quality

53/100

Scores the file, not the repository.

Length

223 words

4 headings · 2 code blocks

Repository

0

— · pushed 9 days ago

Last changed

3 days ago

First indexed 3 days ago.
Light-Brands/planetary-party-html/.claude/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
11description: "Keep under 75 characters"
12---
13```
14 
15**Critical constraints:**
16 
17- **Single line only** - Claude Code doesn't parse block scalars (`>` or `|`) correctly
18- **Under 75 characters** - With `description: ` prefix (13 chars), total line must be
19 under 88 to prevent prettier wrapping
20- **Use quotes** - Always quote descriptions to handle special characters like colons
21 
22**Valid formats:**
23 
24- `description: "Double quoted under 75 chars"` (recommended)
25- `description: 'Single quoted under 75 chars'`
26- `description: Plain text under 75 chars` (only if no special characters)
27 
28## Writing Concise Descriptions
29 
30Keep descriptions focused on WHEN to invoke the agent:
31 
32- Good: "Invoke for design review"
33- Too long: "Invoke for design review with Playwright testing checking WCAG
34 compliance..."
35 
36If you need to cut content to stay under 75 chars, move that detail into the agent body
37instead.
38 
39## Example Agent
40 
41```yaml
42---
43name: test-runner
44description: "Invoke to run tests with terse results"
45---
46I run tests using the specified test runner (bun, pnpm, pytest, etc) and return a terse
47summary with pass count and failure details only. This preserves your context by
48filtering verbose test output to just what's needed for fixes.
49 
50[Rest of agent prompt...]
51```
52 

Sections

  • Creating Claude Code Agents
  • Valid Frontmatter Format
  • Writing Concise Descriptions
  • Example Agent

What it covers

testlint-formatagent-behaviour

Stack — with the evidence

github-actions

(0.60)

vercel

(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
Light-Brands
Language
—
License
—
Archived
no

All configs in this repo

Also in Light-Brands/planetary-party-html

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
Light-Brands/planetary-party-html.cursor/rules/ruff-linting.mdc · 0Cursor rulesgithub-actionsvercellint-format43/1003 days ago
Light-Brands/planetary-party-html.claude/skills/CLAUDE.md · 0CLAUDE.mdgithub-actionsvercellint-formatagent-behaviour49/1003 days ago
Light-Brands/planetary-party-html.cursor/rules/git-commit-message.mdc · 0Cursor rulesgithub-actionsvercelarchgitdeployment58/1003 days ago
Light-Brands/planetary-party-html.cursor/rules/autonomous-development-workflow.mdc · 0Cursor rulesgithub-actionsverceltestlint-formatgitagent-behaviour73/1003 days ago
Light-Brands/planetary-party-html.cursor/rules/code-review-standards.mdc · 0Cursor rulesgithub-actionsverceltesttypestesting-strategygit+248/1003 days ago
Light-Brands/planetary-party-html.cursor/rules/code-style-and-zen-of-python.mdc · 0Cursor rulesgithub-actionsvercellint-formatstyledocs62/1003 days ago
Light-Brands/planetary-party-html.cursor/rules/external-apis.mdc · 0Cursor rulesgithub-actionsverceltesttesting-strategyapi54/1003 days ago
Light-Brands/planetary-party-html.cursor/rules/fixing-github-actions-builds.mdc · 0Cursor rulesgithub-actionsvercelsetupbuilddo-notagent-behaviour81/1003 days ago
Light-Brands/planetary-party-html.cursor/rules/git-interaction.mdc · 0Cursor rulesgithub-actionsverceltestlint-formatstylearch+488/1003 days ago
Light-Brands/planetary-party-html.cursor/rules/git-worktree-task.mdc · 0Cursor rulesgithub-actionsvercel+1lint-formatgitagent-behaviour38/1003 days ago
Light-Brands/planetary-party-html.cursor/rules/heart-centered-ai-philosophy.mdc · 0Cursor rulesgithub-actionsvercelno sections30/1003 days ago
Light-Brands/planetary-party-html.cursor/rules/naming-stuff.mdc · 0Cursor rulesgithub-actionsvercelstyle43/1003 days ago
Light-Brands/planetary-party-html.cursor/rules/prompt-engineering.mdc · 0Cursor rulesgithub-actionsvercelsetuptestlint-formatstyle+657/1003 days ago
Light-Brands/planetary-party-html.cursor/rules/trust-and-decision-making.mdc · 0Cursor rulesgithub-actionsvercelno sections48/1003 days ago
Light-Brands/planetary-party-html.cursor/rules/user-facing-language.mdc · 0Cursor rulesgithub-actionsvercellint-formatstylearch66/1003 days ago
Light-Brands/planetary-party-htmlAGENTS.md · 0AGENTS.mdgithub-actionsvercelbuildteststylearch+499/1003 days ago
Diff against .cursor/rules/ruff-linting.mdc Diff against .claude/skills/CLAUDE.md Diff against .cursor/rules/git-commit-message.mdc 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/external-apis.mdc Diff against .cursor/rules/fixing-github-actions-builds.mdc Diff against .cursor/rules/git-interaction.mdc Diff against .cursor/rules/git-worktree-task.mdc Diff against .cursor/rules/heart-centered-ai-philosophy.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 AGENTS.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