This skill should be used when the user wants to create a new GitHub repository, start a new project, scaffold a new codebase, set up a new project, bootstrap a repo, or initialize a project from template. Creates a private repo from the darrenbuse/claude-template template, clones it, customizes the README, and pushes.
This skill should be used when the user wants to create an install script for a repo, install a CLI tool, make a script globally available, make a command available on PATH, add to PATH, create a symlink wrapper for an executable, or update an existing install script. Generates install.sh that symlinks the repo's main executable into ~/.local/bin/ and any zsh completion files into ~/.local/share/zsh/site-functions/.
This skill should be used when the user wants to generate an install script for a Claude Code plugin repo, set up plugin installation, or make a plugin installable. The repo must have .claude-plugin/plugin.json. Creates install-plugin.sh that registers the plugin as a local marketplace and enables it in Claude Code.
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
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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub darrenbuse/claudery --plugin clauderyInteractive setup wizard for configuring any repository with Claude Code best practices, based on Boris Cherny's workflow
Takazudo's personal Claude Code resources: skills, commands, agents, hooks, and scripts.
Commands for loading context and priming Claude for specific tasks
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns