Files
holocron/providers/claude-code/provider-manifest.sh

7 lines
305 B
Bash

#!/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")