npx claudepluginhub dhruvbaldawa/ccconfigsSend notifications via Apprise when Claude Code needs input
Share bugs, ideas, or general feedback.
Personal configuration repository for Claude Code - a plugin marketplace containing essential tools and workflows.
Install the marketplace:
/plugin marketplace add dhruvbaldawa/ccconfigs
Set API keys (optional - for MCP servers):
export PARALLEL_API_KEY=your_parallel_key # Optional: Parallel Search
export PERPLEXITY_API_KEY=your_perplexity_key # Optional: Perplexity
Install plugins:
/plugin
# Install "essentials", "writing", and optionally "experimental" from ccconfigs
Reuse this repository's Claude assets in OpenCode with minimal duplication.
# Interactive (recommended)
bun scripts/manage-opencode.ts
# Global baseline
bun scripts/manage-opencode.ts --scope global --set essentials
# Repo-local add-ons
bun scripts/manage-opencode.ts --scope repo --set writing,experimental
OpenCode merges global and local config. A practical setup is:
essentials)writing, experimental)See docs/guides/opencode-workflow.md for the full workflow.
All MCP servers are optional. The essentials plugin uses built-in tools (WebFetch, WebSearch) first, with MCP servers as fallback for advanced capabilities.
Parallel Search (advanced web search with agentic mode):
export PARALLEL_API_KEY=your_key_here
Perplexity (AI-powered search):
export PERPLEXITY_API_KEY=your_key_here
Add these variables to your shell profile (.zshrc, .bashrc) for persistence. Without these keys, built-in tools (WebFetch, WebSearch) still provide full functionality.
This repository includes global Claude Code configuration that can be shared across all projects:
# After cloning, run the setup script to create symlinks
./setup-symlinks.sh
This creates symlinks from ~/.claude/ to the config/ directory in this repository, allowing you to:
The script is idempotent - you can run it multiple times safely.
What gets symlinked:
config/CLAUDE.md → ~/.claude/CLAUDE.md (your global working rules)config/settings.json → ~/.claude/settings.json (global settings)If this repository is hosted on GitHub:
# In any Claude Code session, run:
/plugin marketplace add dhruvbaldawa/ccconfigs
If using a local clone:
# Clone the repository
git clone https://github.com/dhruvbaldawa/ccconfigs.git
# Or use your local path
# In Claude Code, add the local marketplace:
/plugin marketplace add /Users/dhruv/Code/ccconfigs
Once the marketplace is added:
/pluginPlugins automatically configure all MCP servers, slash commands, skills, and agents.
This repository provides a structured plugin marketplace for Claude Code with three plugins:
Systematic development workflows including MCP servers, task management commands, and debugging/planning skills.
Pre-configured integrations with Model Context Protocol servers. Built-in tools (WebFetch, WebSearch) are prioritized, with MCP servers as fallback for advanced capabilities: