AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Claude Md Writer

skill-serejaris-personal-corp-skills-claude-md-writer · by serejaris

Use when creating or refactoring CLAUDE.md files - enforces best practices for size, structure, and content organization

No reviews yet
0 installs
28 views
0.0% view→install

Install

$ agentstack add skill-serejaris-personal-corp-skills-claude-md-writer

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-serejaris-personal-corp-skills-claude-md-writer)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Claude Md Writer? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

CLAUDE.md Writer

Creates and refactors CLAUDE.md files following official Anthropic best practices (2025).

Golden Rules

| Rule | Why | |------|-----| | **CLAUDE.md 300, must split

  1. Find task-specific content — SQL, debugging, deploy → extract
  2. Create .claude/rules/:
  • database.md - queries, schema, connection
  • deploy.md - deployment process
  • messaging.md - integrations (Telegram, etc.)
  1. Use @file references — don't duplicate
  2. Keep in CLAUDE.md — only what applies to EVERY task

What Goes Where

| Content | Location | |---------|----------| | Project description | CLAUDE.md | | Critical constraints | CLAUDE.md (top!) | | Quick start (3 commands) | CLAUDE.md | | Architecture overview | CLAUDE.md | | Key patterns (1-liners) | CLAUDE.md | | SQL queries/schema | .claude/rules/database.md | | Deployment steps | .claude/rules/deploy.md | | API documentation | .claude/rules/api.md | | Git workflow | .claude/rules/git.md | | Personal preferences | CLAUDE.local.md (gitignored) | | Code style rules | .eslintrc / biome.json (NOT docs) |

Import Syntax

Reference files instead of duplicating:

@README.md
@docs/architecture.md
@~/.claude/snippets/common.md
  • Relative: @docs/file.md
  • Absolute: @~/path/file.md
  • Max depth: 5 hops

CLAUDE.local.md

Personal project settings (auto-gitignored):

# My Local Settings

- Prefer verbose output
- Run tests after every change
- My worktree location: .trees/

Common Mistakes

| Mistake | Fix | |---------|-----| | 500+ lines | Split into .claude/rules/ | | SQL examples inline | → rules/database.md | | "Run prettier" rules | Use tool config files | | Full API docs | → rules/api.md | | Deployment instructions | → rules/deploy.md | | Code in CLAUDE.md | Use @file:line references | | Negative rules only | Add alternatives: "Don't X; use Y instead" |

Quality Checklist

Before finishing:

  • [ ] CLAUDE.md < 200 lines?
  • [ ] Each rules file < 500 lines?
  • [ ] Critical rules at top?
  • [ ] No task-specific content in main file?
  • [ ] No code style rules (use ESLint/Prettier)?
  • [ ] .claude/rules/ for domain-specific docs?
  • [ ] Subdirectories for components (frontend/, backend/)?
  • [ ] paths: frontmatter for conditional loading?
  • [ ] @ references instead of duplication?
  • [ ] CLAUDE.local.md for personal prefs?

Useful Commands

| Command | Purpose | |---------|---------| | /init | Generate initial CLAUDE.md | | /memory | View loaded memory files |

Sources

Official:

  • code.claude.com/docs/en/memory (Memory management, paths, globs)
  • anthropic.com/engineering/claude-code-best-practices
  • claude.com/blog/using-claude-md-files

Community:

  • thedocumentation.org/claude-code-development-kit (3-Tier System)
  • claudefa.st/blog/guide/mechanics/rules-directory
  • humanlayer.dev/blog/writing-a-good-claude-md

Updated: Jan 2026

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.