configure

Solid

View, create, or edit Accelerator plugin configuration. Manage document templates.

Data & Documents 30 stars 1 forks Updated today MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
50
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

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