This directory contains configuration and setup files for Claude Code.
Main configuration file for Claude Code. Defines:
- enabledPlugins: Plugins that are enabled in this repository
spectacular@spectacular- Spec-anchored development with stacked branchessuperpowers@superpowers-marketplace- Skills and workflows for Claude Code
- extraKnownMarketplaces: Custom plugin marketplaces
spectacular- github.com/arittr/spectacularsuperpowers-marketplace- github.com/obra/superpowers-marketplace
- hooks: SessionStart hook that automatically runs setup-plugins.sh on startup
Automated setup script for Claude Code Web. Runs automatically via SessionStart hook.
Automatic execution: This script runs automatically when you open the repository in Claude Code Web.
Manual execution:
bun run setup:claude-plugins
# or
./.claude/setup-plugins.shWhat it does:
- Checks if running in Claude Code Web (
CLAUDE_CODE_REMOTE=true) - Adds custom marketplaces (spectacular, superpowers-marketplace)
- Updates marketplaces to latest versions
- Installs plugins from those marketplaces
Local user-specific settings (gitignored). Override settings.json without committing changes.
Custom agent configurations for this repository.
When opening this repository in Claude Code Web, plugins are installed automatically via SessionStart hook.
The hook runs .claude/setup-plugins.sh which:
- Only executes in Claude Code Web environments (
CLAUDE_CODE_REMOTE=true) - Adds custom marketplaces (spectacular, superpowers-marketplace)
- Updates marketplaces to ensure latest versions
- Installs required plugins
No manual action required - the setup happens automatically on session start!