Agent skill

aidd-init

Initializes AIDD workspace scaffolding for the current project. Use when bootstrapping canonical `aidd/` templates.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/aidd-init

SKILL.md

Follow feature-dev-aidd:aidd-core.

Steps

  1. Run python3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-init/runtime/init.py.
  2. Runtime-path safety: never call relative runtime paths; use only python3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-init/runtime/init.py; if ${CLAUDE_PLUGIN_ROOT} is not set, return BLOCKED with env hint.
  3. Verify aidd/ exists and core templates were copied (aidd/AGENTS.md, aidd/docs/shared/stage-lexicon.md).
  4. If --detect-build-tools was used, confirm .claude/settings.json was updated.
  5. Return the output contract and next actions.

Command contracts

python3 ${CLAUDE_PLUGIN_ROOT}/skills/aidd-init/runtime/init.py

  • When to run: always for canonical workspace bootstrap.
  • Inputs: optional --force and --detect-build-tools.
  • Outputs: initialized aidd/ structure and synced workspace templates/settings.
  • Failure mode: non-zero exit on invalid workspace, write failures, or template contract mismatch.
  • Next action: fix workspace path/permissions, then rerun the same entrypoint.

Notes

  • Planning stage: AIDD:ACTIONS_LOG: n/a.

Additional resources

  • Runtime implementation: runtime/init.py (when: init behavior or flags are unclear; why: verify exact bootstrap logic and exit conditions).

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results