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

@@ -10,7 +10,7 @@ This repo is the global AI development configuration repository — the authorit
## Structure
- `core/` — provider-agnostic source of truth (plain language, no tool-specific references)
- `.agents/skills/` — canonical skills location (Agent Skills standard); populated in Chunk 3
- `.agents/skills/` — canonical skills location (Agent Skills standard); deployed to `~/.agents/skills/` via `install.sh`
- `providers/claude-code/` — Claude Code adapter (deployed to `~/.claude/` via `install.sh`)
- `docs/` — project documentation, PRDs, and issues
- `scripts/` — install.sh (sync.sh and init-project.sh come in Chunk 6)