claude-md

Organizes CLAUDE.md files and modular path-scoped rules for Claude Code contexts across repositories.

2|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/coroboros/agent-skills --skill claude-md-coroboros
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-md
Source: https://github.com/coroboros/agent-skills/tree/main/skills/claude-md
Command: npx skills add https://github.com/coroboros/agent-skills --skill claude-md-coroboros

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CLAUDE.md files and .claude/rules help teams govern agent behavior and memory across a codebase, reducing ambiguity and drift in Claude Code prompts.

Core Features & Use Cases

  • Centralizes project-wide CLAUDE.md guidance and modular rules to keep context lean and maintainable.
  • Supports path-scoped rules, references, and optional assets to load on demand.
  • Facilitates onboarding and consistent agent behavior for new subagents and projects.

Quick Start

Create a minimal CLAUDE.md scaffold to establish a lean memory and rules workflow.

Frequently Asked Questions about claude-md

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

FAQPage Schema
How do I manage CLAUDE.md files and rules across multiple repositories?

Managing CLAUDE.md files and rules across multiple repositories involves centralizing project-wide guidance and modular rules to keep Claude Code context lean. This approach ensures consistent agent behavior and memory loading for multi-repo teams using path-scoped rules.

What is the best way to organize Claude Code context and memory for subagents?

Organizing Claude Code context for subagents requires applying modular rules and references that load on demand. This maintains a lean memory footprint and enforces consistent prompt behavior across different project paths and new subagents.

How do I set up a minimal CLAUDE.md scaffold for consistent agent behavior?

Setting up a minimal CLAUDE.md scaffold establishes a lean memory and rules workflow for your repositories. You create a SKILL.md file with YAML frontmatter containing the name and description, and optionally include dependencies and component directories as resources.

Can I use path-scoped rules to control Claude Code memory loading?

Yes, you can use path-scoped rules to control Claude Code memory loading. This technique applies modular rules and optional assets only when needed, reducing ambiguity and drift in prompts while keeping the overall context lean and maintainable for subagents.

Does CLAUDE.md support optional dependencies and component directories?

Yes, CLAUDE.md configuration supports optional dependencies and component directories as resources. These are defined within the YAML frontmatter of your SKILL.md file, allowing you to load modular rules and assets on demand for multi-repo teams.

Why does Claude Code prompt behavior drift across different repositories?

Claude Code prompt behavior drifts across repositories without centralized CLAUDE.md guidance and modular rules. Establishing path-scoped rules and consistent memory loading eliminates ambiguity, ensuring subagents maintain uniform behavior throughout the codebase.