chore: expose repo skills to Claude Code via .claude/skills symlink

Symlink .claude/skills -> ../.agents/skills so Claude Code sessions can load
repo skills (test-audit authoring gate, openclaw-testing, pr-maintainer)
that were previously Codex-only.
This commit is contained in:
Peter Steinberger
2026-08-09 19:38:15 -07:00
parent 88fc335323
commit fe6ce17033
2 changed files with 5 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
../.agents/skills
+4 -2
View File
@@ -146,9 +146,11 @@ package-lock.json
!.github/release/clawhub-cli/package-lock.json
!src/commands/copilot-sdk-install-manifest/package-lock.json
.claude/*
# Track the shared Claude Code project config (worktree auto-install hook); keep
# everything else under .claude/ (worktrees, skills, settings.local.json) ignored.
# Track the shared Claude Code project config (worktree auto-install hook) and the
# skills symlink into .agents/skills; keep everything else under .claude/
# (worktrees, settings.local.json) ignored.
!.claude/settings.json
!.claude/skills
.agent/
skills-lock.json