Skip to content

Commit 224d6dc

Browse files
committed
feat(claude): add Claude Code-specific configuration and skills directory
1 parent ff04562 commit 224d6dc

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.claude/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# `.claude/` — Claude Code-specific configuration
2+
3+
Agent skills are canonical in `.agents/skills/` and shared across all harnesses (Claude Code, OpenCode, Cursor, etc.). This directory contains only Claude Code-specific configuration that cannot be made tool-agnostic.
4+
5+
## Contents (Future use)
6+
7+
- `agents/` — Sub-agent persona definitions with Claude Code-specific frontmatter (`model`, `memory`, `color`, `tools`).
8+
- `agent-memory/` — Persistent agent memory files. Claude Code runtime state, not portable across tools.

.claude/skills

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../.agents/skills/

0 commit comments

Comments
 (0)