What problem does it solve?
Prepares a repository with the directory structure and .gitignore entries that Accelerator skills expect so the plugin can read and write shared artifacts reliably. It eliminates manual setup and the risk of missing meta folders or incorrect ignore rules that would break the Accelerator workflow.
Core Features & Use Cases
- Idempotent repository bootstrapping: Creates required meta directories and .gitkeep files while reporting which items were created versus already present.
- Safe tmp configuration: Ensures the tmp directory contains an internal .gitignore that preserves the directory while ignoring its contents.
- Gitignore management: Adds .claude/accelerator.local.md to the repository root .gitignore if missing, preserving existing file formatting.
- Use Case: Run once when adopting Accelerator in a project or re-run when onboarding a new contributor to ensure consistent filesystem-based shared memory.
Quick Start
Run the init skill to create Accelerator meta directories, set up tmp ignore behavior, and ensure the .claude/accelerator.local.md entry is present in the repository root .gitignore.