By joescharf
Workflow slash commands: /commit (devnote + commit) and /release (changelog + tag + release)
Personal Claude Code marketplace with custom hooks, skills, and plugins.
cc-joescharf-marketplace/
├── .claude-plugin/
│ └── marketplace.json # Marketplace configuration
├── plugins/ # Plugin directories
│ └── <plugin-name>/
│ ├── .claude-plugin/
│ │ └── plugin.json
│ ├── commands/ # Slash commands
│ ├── agents/ # Custom agents
│ ├── skills/ # Skills
│ └── hooks/ # Hooks
└── README.md
plugins/ with your plugin name.claude-plugin/plugin.json inside it.claude-plugin/marketplace.json in the plugins arrayExample plugin.json:
{
"name": "my-plugin",
"version": "1.0.0",
"description": "Description of what the plugin does"
}
Example marketplace entry:
{
"name": "my-plugin",
"source": "./plugins/my-plugin",
"description": "Description of what the plugin does",
"version": "1.0.0"
}
# Add marketplace to Claude Code
/plugin marketplace add /Users/joescharf/app/cc/cc-joescharf-marketplace
# Install a plugin from this marketplace
/plugin install <plugin-name>@joescharf-marketplace
# List all marketplaces
/plugin marketplace list
# Refresh marketplace
/plugin marketplace refresh joescharf-marketplace
# Remove marketplace
/plugin marketplace remove joescharf-marketplace
Runs pre-commands
Contains inline bash commands via ! syntax
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimEnforce uv usage over pip/python in Python projects
Home Assistant integrations for Claude Code
Enforce bun usage over npm/pnpm/yarn in JavaScript projects
Git worktree management with iTerm2 integration for macOS
npx claudepluginhub joescharf/cc-joescharf-marketplace --plugin workflowA comprehensive toolkit for creating, validating, and distributing Claude Code plugins
[Internal] claude-code-plugin リポジトリの marketplace 構造を検証し、エラーを自動修正する内部ユーティリティ
Skill authoring guidance and best practices
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses