configure
SolidView, create, or edit Accelerator plugin configuration. Manage document templates.
Data & Documents 30 stars
1 forks Updated today MIT
Install
Quality Score: 88/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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...
Details
- Author
- atomicinnovation
- Repository
- atomicinnovation/accelerator
- Created
- 5 months ago
- Last Updated
- today
- Language
- HTML
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
init
Prepare a repository with the directories and gitignore entries that Accelerator skills expect. Safe to run repeatedly.
30 Updated today
atomicinnovation Data & Documents Featured
configure
Sets up or edits the plugin configuration file interactively. Use on first-time setup, when config is missing, or when the user wants to change settings.
436 Updated today
bitwize-music-studio Data & Documents Solid
plugin-settings
Configure per-project plugin settings via .claude/plugin-name.local.md files. Use when building plugins with user-configurable behavior, storing agent state, or controlling hooks.
51 Updated today
laurigates