feat: deploy skills pipeline with provider adapter pattern
This commit is contained in:
6
providers/claude-code/provider-manifest.sh
Normal file
6
providers/claude-code/provider-manifest.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
# Claude Code provider manifest — sourced by install.sh after deploy-manifest.sh.
|
||||
# Appends to SKILL_ADAPTERS, which must be initialised before sourcing this file.
|
||||
|
||||
# Claude Code reads skills from ~/.claude/skills/, not ~/.agents/skills/ natively.
|
||||
SKILL_ADAPTERS+=(".claude/skills")
|
||||
Reference in New Issue
Block a user