Auto-discovered marketplace from darrenbuse/claudery
npx claudepluginhub darrenbuse/clauderyPersonal Claude Code plugins and preferences
Personal AI collaboration preferences and plugins for Claude Code.
A managed CLAUDE.md file containing personal preferences for working with AI assistants, plus custom skills/plugins. Symlinked to ~/.claude/CLAUDE.md, these preferences apply across all your projects.
Requires jq for settings configuration: brew install jq
./install.sh
This:
~/.claude/CLAUDE.md to this repo's CLAUDE.mdsettings.json into ~/.claude/settings.json (repo settings take precedence)Fork this repo and edit CLAUDE.md to match your preferences. The install script will symlink your customized version.
These are global defaults. Add a CLAUDE.md to any project root to override or extend for that specific project.
Skills are installed as a Claude Code plugin registered as a local marketplace. The install-plugin.sh script registers the plugin in Claude Code's plugin system. Skills in the skills/ directory are auto-discovered.
/claudery:create-repoCreate a new private GitHub repository from the darrenbuse/claude-template template.
Claude will ask for:
my-project)Creates a private repo with customized README, git hooks (husky), and conventional commits.
/claudery:generate-install-appGenerate an install script that symlinks a repo's main executable to ~/.local/bin/.
Examines the repo to identify the entry point, handles multiple languages (Shell, Node.js, Python), and creates an idempotent install.sh (or install-bin.sh if install.sh already exists).
/claudery:generate-plugin-installGenerate an install script for a Claude Code plugin repo.
Creates install-plugin.sh that registers the repo as a local marketplace and installs the plugin into Claude Code's plugin system. Requires .claude-plugin/plugin.json and jq.
MIT