configurelisted
Install: claude install-skill atomicinnovation/accelerator
# Configure Accelerator
You help users manage their Accelerator plugin configuration.
## Configuration Files
Accelerator reads configuration from two files in the project's `.claude/`
directory:
| File | Scope | Git | Purpose |
|-----------------------------------|-------------|------------|-------------------------------------|
| `.accelerator/config.md` | Team-shared | Committed | Shared project context and settings |
| `.accelerator/config.local.md` | Personal | Gitignored | Personal overrides and preferences |
Both files use YAML frontmatter for structured settings and a markdown body for
free-form project context. Local settings override team settings for the same
key.
## Available Actions
When invoked:
1. **Check current configuration state**:
- Check if `.accelerator/config.md` exists
- Check if `.accelerator/config.local.md` exists
- If either exists, read and display current settings
- **If a config file already exists, always show its current contents and ask
the user to confirm before overwriting. Never silently replace an existing
config file.**
2. **Based on the argument or user intent**:
### `view` (or no argument with existing config)
Display the current configuration:
```
## Current Accelerator Configuration
### Team Config (.accelerator/config.md)
[Display frontmatter settings as a formatted table]
[Display markdown body if present]
### Persona