Commit fc98e07
authored
refactor(skills): migrate skills to agent-skills-nix (#137)
* refactor(skills): migrate skills to agent-skills-nix
- Remove local skills directory from git tracking
- Add agent-skills-nix and StackOneHQ/skills as flake inputs
- Configure devShell to auto-install skills via symlink-tree
- Update .gitignore to exclude Nix-managed skill directories
- Update CLAUDE.md to document the new skills management approach
Skills are now sourced from StackOneHQ/skills repository and
automatically installed when entering `nix develop`.
* 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 c53a85d commit fc98e07
File tree
6 files changed
+134
-78
lines changed- .claude/skills
- just-commands
- release-please
6 files changed
+134
-78
lines changedThis file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
9 | 17 | | |
10 | 18 | | |
11 | 19 | | |
12 | 20 | | |
13 | 21 | | |
14 | 22 | | |
15 | 23 | | |
| 24 | + | |
| 25 | + | |
16 | 26 | | |
17 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
18 | 50 | | |
19 | 51 | | |
20 | 52 | | |
| |||
34 | 66 | | |
35 | 67 | | |
36 | 68 | | |
| 69 | + | |
37 | 70 | | |
38 | 71 | | |
39 | 72 | | |
| |||
76 | 109 | | |
77 | 110 | | |
78 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
79 | 129 | | |
80 | 130 | | |
81 | 131 | | |
| |||
101 | 151 | | |
102 | 152 | | |
103 | 153 | | |
104 | | - | |
| 154 | + | |
105 | 155 | | |
106 | 156 | | |
107 | 157 | | |
108 | 158 | | |
109 | 159 | | |
110 | | - | |
| 160 | + | |
111 | 161 | | |
112 | 162 | | |
113 | 163 | | |
114 | 164 | | |
115 | 165 | | |
116 | | - | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
117 | 171 | | |
118 | 172 | | |
119 | 173 | | |
| |||
0 commit comments