Loading...
Loading...
Configure project memory files (CLAUDE.md, AGENTS.md, CODEX.md) for persistent context, coding standards, architecture decisions, and team conventions. Reference for the 4-tier memory hierarchy, cross-platform compatibility, and quick-add commands.
npx skill4agent add vasilyu1983/ai-agents-public agents-project-memoryAGENTS.mdCLAUDE.md| Memory Type | Typical Location | Purpose |
|---|---|---|
| Managed policy | OS-dependent (see official docs) | Organization-wide standards (security, compliance) |
| Project memory | | Shared project context and conventions |
| Project rules | | Modular, topic-focused rules (testing, security, style) |
| User memory | | Personal preferences across projects |
| Project memory (local) | | Local-only, project-specific preferences |
/CLAUDE.md@path/to/file~AGENTS.mdCLAUDE.md.claude/rules/@importsscripts/git/feature-workflow.sh# 1) Create isolated branch/worktree
./scripts/git/feature-workflow.sh start <feature-slug>
cd .worktrees/<feature-slug>
# 2) Implement + commit
git add -A
git commit -m "feat: <summary>"
# 3) Run project quality gate (example)
../../scripts/git/feature-workflow.sh gate
# 4) Open PR (gate may run again)
../../scripts/git/feature-workflow.sh pr --title "feat: <summary>".claude/rules/testing.md.claude/rules/security.md---
paths:
- "src/api/**/*.ts"
---> /memory> /initAGENTS.mdCLAUDE.mdAGENTS.mdAGENTS.mdAGENTS.mddocs/*bash frameworks/shared-skills/skills/agents-project-memory/scripts/lint_claude_memory.sh .@imports| Resource | Purpose |
|---|---|
| references/memory-patterns.md | Patterns and anti-patterns |
| references/memory-examples.md | Full examples by stack |
| references/large-codebase-strategy.md | 100K–1M LOC strategy |
| data/sources.json | Official links |
| Skill | Purpose |
|---|---|
| agents-skills | Skill creation patterns |
| agents-subagents | Agent/subagent setup |
| docs-codebase | Repo documentation patterns |