Claude Config
No description available
Ask AI about Claude Config
Powered by Claude Β· Grounded in docs
I know everything about Claude Config. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
Claude Code Configuration
This folder contains all custom Claude Code configurations including skills, plugins, and MCP server setups.
Structure
claude-config/
βββ skills/ # Custom skill definitions
βββ plugins/ # Claude plugins (install to official marketplace)
β βββ ralph-wiggum/
βββ mcp-servers/ # MCP server implementations
βββ settings/ # Settings templates
Skills
Custom skills that extend Claude's capabilities:
| Skill | Description |
|---|---|
atlassian-agent | Agent for working with Jira and Confluence |
ccc-mcp-server | Manage the Elisity CCC MCP server |
code-enforcer | Code quality enforcement rules |
elisity-brand | Elisity brand guidelines and styling |
elisity-pptx | Create Elisity-branded PowerPoint presentations |
frontend-design | Production-grade frontend interface design |
github-sync | Push code to GitHub with automatic setup |
mcp-builder | Guide for creating MCP servers |
release-notes-builder | Build release notes from Jira tickets |
skill-creator | Guide for creating new skills |
webapp-testing | Test web applications using Playwright |
Plugins
| Plugin | Description |
|---|---|
ralph-wiggum | Ralph Wiggum technique - continuous self-referential AI loops |
MCP Servers
| Server | Description |
|---|---|
atlassian-mcp-server | TypeScript MCP server for Jira/Confluence integration |
Installation
Skills
Copy skill folders to ~/.claude/skills/:
cp -r skills/* ~/.claude/skills/
Plugins
Copy plugin folders to the official marketplace:
cp -r plugins/* ~/.claude/plugins/marketplaces/claude-plugins-official/plugins/
Note: These will be overwritten if you update the official marketplace. Back up before updating.
MCP Servers
- Copy server folder to
~/.claude/mcp-servers/ - Install dependencies:
npm install - Build:
npm run build - Configure in
~/.claude/settings.json(seesettings/settings.json.example)
Settings
The settings/settings.json.example file shows the MCP server configuration format. Copy it to ~/.claude/settings.json and update with your credentials.
Note: Never commit actual API tokens or credentials to git.
