AI DevKit Setup
SkillDev toolsAI DevKit · Check local AI DevKit readiness and run setup only when status shows onboarding or harness integration gaps.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the AI DevKit Setup skill
What this skill tells your AI
The instructions your AI receives, as published by codeaholicguy/ai-devkit in skills/ai-devkit-setup/SKILL.md and read by ahel’s review.
Use this skill when a user wants to onboard AI DevKit, prepare a harness, repair local AI DevKit integration, or check whether setup is needed.
Keep the workflow status-driven and simple. Prefer the installed ai-devkit binary; if it is unavailable, use npx ai-devkit@latest.
Execution Notes
- Under filesystem sandboxing, run
ai-devkit status --jsonand anyai-devkit setupcommand outside the sandbox. These commands inspect and modify host-level agent configuration; sandboxed runs can produce false failures or block setup writes, especially for integrations that execute harness commands and access paths like~/.pi/agent.
Workflow
-
Run readiness first:
ai-devkit status --json -
Identify failed or warning checks that setup can fix. Setup covers local integrations like hooks, built-in skills, and session tracking for
codex,pi, andclaude; it does not fix auth, missing package managers, or host tools requiring user installation. -
Run the narrowest setup command, for example:
ai-devkit setup --agent codex,pi,claudeIf the user asked for broad onboarding and several supported harnesses need setup,
ai-devkit setupis acceptable. -
Re-run
ai-devkit status --jsonand report what changed plus any remaining manual actions.
Boundaries
- Do not run setup before checking status unless the user explicitly asks to force setup.
- Do not claim setup is complete without a fresh status check from this session.
- Do not modify secrets, auth tokens, or unrelated harness config manually. Point the user to the failing status item instead.
- Ask before destructive cleanup or replacing existing user-managed configuration.
- Keep output concise: status command, setup command if run, final readiness, and remaining user actions.
Signals
- GitHub stars
- 2k
- Forks
- 250
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
ai-devkit-setup- Source
- github.com/codeaholicguy/ai-devkit