mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
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:
Symlink
+1
@@ -0,0 +1 @@
|
||||
../.agents/skills
|
||||
+4
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user