configure

Manage Accelerator plugin configuration and document templates with confirmation.

30|1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/atomicinnovation/accelerator --skill configure-atomicinnovation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: configure
Source: https://github.com/atomicinnovation/accelerator/tree/main/skills/config/configure
Command: npx skills add https://github.com/atomicinnovation/accelerator --skill configure-atomicinnovation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Accelerator projects need a safe, discoverable way to view, create, and edit project and personal plugin configuration and to manage document templates without accidentally overwriting important settings; this Skill provides a guided, confirm-first workflow to prevent accidental changes and to surface effective settings and per-skill customisations.

Core Features & Use Cases

  • Inspect current configuration: Detect and display team (.claude/accelerator.md) and personal (.claude/accelerator.local.md) configs, show merged effective settings, and list per-skill customisation files.
  • Interactive creation and editing: Guide users through creating team or personal configs, suggest adding local files to .gitignore, gather project context, and write YAML frontmatter plus markdown bodies while always asking before overwriting.
  • Template management: List, show, eject, diff, and reset document templates by invoking maintenance scripts and handling confirmations and edge cases for overrides.
  • Use Case: Onboarding a new project maintainer who needs to bootstrap shared project context and templates while ensuring personal overrides remain gitignored.

Quick Start

Run /accelerator:configure create to interactively create or update a team or personal Accelerator configuration and optionally manage templates.

Frequently Asked Questions about configure

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage YAML configuration files for a project repository?

To manage YAML configuration files for a project repository, use the configure Skill to interactively view, create, or edit team and personal plugin configs. It safely parses YAML frontmatter and markdown bodies while ensuring local files remain gitignored.

How do I prevent accidental overwrites when editing project configuration?

Preventing accidental overwrites during project configuration edits requires a confirm-first workflow. The Skill always asks for confirmation before overwriting existing settings, ensuring safe modifications to team and personal Accelerator config files.

What is the best way to bootstrap shared project context and templates?

The best way to bootstrap shared project context and templates is by running an interactive creation command. This guides you through gathering project context, writing YAML frontmatter, and managing document templates without losing existing overrides.

How do I list and reset document templates in an Accelerator-enabled repo?

To list and reset document templates in an Accelerator-enabled repo, invoke the template management scripts via the CLAUDE_PLUGIN_ROOT environment. The Skill handles listing, showing, ejecting, diffing, and resetting templates with proper edge-case confirmations.

Do I need to add local configuration files to .gitignore manually?

You do not need to add local configuration files to .gitignore manually. When creating personal configs, the Skill suggests adding local files like .claude/accelerator.local.md to .gitignore to keep personal overrides private and untracked.

How can I inspect effective merged settings from team and personal configs?

To inspect effective merged settings from team and personal configs, use the configuration inspection feature. It detects .claude/accelerator.md and .claude/accelerator.local.md, displays the merged effective settings, and lists any per-skill customisation files.