Skip to content
Development
Skill

/ai-devkit-setup

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

From plugin
ai-devkit
1.6k28 skills1 hook
Install
$ npx -y skills add codeaholicguy/ai-devkit --skill ai-devkit-setup --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/ai-devkit-setup

Context preview

The summary Claude sees to decide when to auto-load this skill.

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

SKILL.md

ai-devkit-setup.SKILL.md
name: ai-devkit-setup
description: AI DevKit · Check local AI DevKit readiness and run setup only when status shows onboarding or harness integration gaps.

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:

   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:

   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 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.
Read more
Ships withai-devkit

The control plane for AI coding agents. AI DevKit gives Claude Code, Codex CLI, Gemini CLI, opencode, Pi, Cursor, GitHub Copilot, Devin, and other coding agents one local-first operating layer: one config, one console, local memory retrieval, cross-agent

Get the whole plugin
Stats
1,629
Stars
251
Forks
Active
Maintenance
TypeScript
Language
Apache-2.0
License
1d ago
Last commit
11mo ago
Created

Repo: codeaholicguy/ai-devkit

Other skills on ai-devkit.