ai-devkit-setup

Featured

AI DevKit · Check local AI DevKit readiness and run setup only when status shows onboarding or harness integration gaps.

AI & Automation 1,623 stars 250 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 89/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
92
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# AI DevKit Setup 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 --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`. ## Workflow 1. Run readiness first: ```bash ai-devkit status --json ``` 2. Identify 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. 3. Run the narrowest setup command, for example: ```bash ai-devkit setup --agent codex,pi,claude ``` If the user asked for broad onboarding and several supported harnesses need setup, `ai-devkit setup` is acceptable. 4. Re-run `ai-devkit status --json` and 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 ...

Details

Author
codeaholicguy
Repository
codeaholicguy/ai-devkit
Created
11 months ago
Last Updated
today
Language
TypeScript
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category