Skip to content

Commit 85e3342

Browse files
committed
chore(skills): add .agents/skills directory for Codex compatibility
Add .agents/skills as a target for agent-skills-nix alongside .claude/skills. This directory is used by Codex and other coding agents.
1 parent ac5f4af commit 85e3342

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ build/
2020

2121
# Agent skills (managed by Nix via agent-skills-nix)
2222
.claude/skills
23+
.agents/skills

flake.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,12 @@
119119
enable = true;
120120
systems = [ ];
121121
};
122+
agents = {
123+
dest = ".agents/skills";
124+
structure = "symlink-tree";
125+
enable = true;
126+
systems = [ ];
127+
};
122128
};
123129
in
124130
{

0 commit comments

Comments
 (0)