Claude Code Steering (CLAUDE.md)
Best practices for CLAUDE.md:
- State build and test commands at the top of the file.
- Outline directory structure and key module responsibilities.
- Document architectural invariants that must never be broken.
Craft authoritative CLAUDE.md guidelines, project architecture maps, and command recipes for Claude Code CLI.
Andromity loads skills from folders you trust. Install with andromity skill install claude-code-workflows — autonomy and approval limits stay configurable per session.
# Install the "Claude Code Project Steering" skill You are installing an AgenticMarket skill into this workspace. Follow these steps exactly. ## 1. Detect your environment and choose the destination file - Andromity: `.andromity/skills/claude-code-workflows/SKILL.md` (or user scope `~/.andromity/skills/claude-code-workflows/SKILL.md`) - Antigravity / Gemini CLI: `.agent/skills/claude-code-workflows/SKILL.md` - Cursor: `.cursor/rules/claude-code-workflows.mdc` - Claude Code: append to `CLAUDE.md` (or `.claude/skills/claude-code-workflows.md`) - Windsurf: append to `.windsurfrules` - Cline / Roo Code: `.clinerules/claude-code-workflows.md` - GitHub Copilot: append to `.github/copilot-instructions.md` - ChatGPT / web only: paste the content into Custom Instructions - Any other agent: save to `.agent/skills/claude-code-workflows/SKILL.md` ## 2. Create the destination file - Preserve every existing file and configuration entry. - Create parent folders as needed. - Never overwrite unrelated content. ## 3. Write exactly this content ```markdown --- name: claude-code-workflows description: "Craft authoritative CLAUDE.md guidelines, project architecture maps, and command recipes for Claude Code CLI." author: anthropic license: mit version: 1.0.0 --- # Claude Code Steering (CLAUDE.md) Best practices for `CLAUDE.md`: - State build and test commands at the top of the file. - Outline directory structure and key module responsibilities. - Document architectural invariants that must never be broken. ``` ## 4. Verify - Confirm the file exists and is readable. - Report the destination path and confirm the "Claude Code Project Steering" skill is installed and active. Skill metadata: - Slug: claude-code-workflows - Category: ai-agents - License: mit - Source: AgenticMarket
Best practices for CLAUDE.md:
Build stateful AI agents, durable workflows, real-time WebSocket communication, and MCP servers on Workers.
Design structured outputs, JSON schema function calling, tool execution loops, and error recovery for OpenAI models.
Master XML tag structure, system prompts, role prompting, scratchpad reasoning, and few-shot examples for Claude.