-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
New users who get an API key have no easy way to install the Claude Code skills. Add a one-liner installer:
curl agentic.hosting/install-skill.sh | shWhat the script does
- Creates
~/.claude/skills/agentic-hosting/and ensures~/.claude/commands/exists - Downloads
SKILL.mdand all command files (deploy.md,status.md,logs.md,db.md) from GitHub raw - Prints setup instructions: set
AH_URLandAH_KEY, then run/status
Implementation
- Add
website/install-skill.shto the repo - Wire it up as a static route in the
ahHTTP server (same pattern asinstall.sh) - Source files pulled from
https://raw.githubusercontent.com/dennisonbertram/agentic-hosting/main/.claude/...
Why
Currently the only way to get the skills is to git clone the whole repo and run Claude from inside it. The global install path makes the skills available from any project directory.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels