AI DevKit · Check local AI DevKit readiness and run setup only when status shows onboarding or harness integration gaps.
65
78%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./skills/ai-devkit-setup/SKILL.mdUse 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.
ai-devkit status --json and any ai-devkit setup command 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.Run readiness first:
ai-devkit status --jsonIdentify failed or warning checks that setup can fix. Setup covers local integrations like hooks, built-in skills, and session tracking for codex, pi, and claude; 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 setup is acceptable.
Re-run ai-devkit status --json and report what changed plus any remaining manual actions.
d56e554
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.