feat: deploy skills pipeline with provider adapter pattern

This commit is contained in:
2026-05-15 08:46:25 +00:00
parent c0ede4b22e
commit 15a4387eb2
39 changed files with 175 additions and 104 deletions

View 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")