Personal Claude Code plugins — grouped by tool
npx claudepluginhub sergiojoker11/dotfilesGit workflow shortcuts and automations
Personal configuration and plugins for Claude Code.
The ansible/ directory contains an idempotent Ansible playbook that sets up a new macOS workstation: Homebrew packages, git config, zsh functions, and Claude Code MCP servers.
See ansible/README.md for setup instructions.
| Plugin | Description |
|---|---|
| git | Git workflow shortcuts and automations |
Clone this repo anywhere (the Ansible playbook handles the rest of the paths automatically).
Run the provisioning playbook — it will write ~/.claude/CLAUDE.md pointing to this repo:
cd ansible
ansible-galaxy collection install -r requirements.yml
ansible-playbook -i inventory.ini playbook.yml
Add the marketplace and enable plugins in ~/.claude/settings.json:
"extraKnownMarketplaces": {
"sj11": {
"source": { "source": "git", "url": "[email protected]:sergiojoker11/dotfiles.git" },
"autoUpdate": true
}
},
"enabledPlugins": {
"git@sj11": true
}
Note: Claude Code has no "enable all plugins from marketplace" feature — each plugin must be listed explicitly in
enabledPlugins. When adding a new plugin to this repo, remember to also add"plugin-name@sj11": trueto~/.claude/settings.json. This is a current limitation of the platform.
plugins/<tool-name>/ following the existing git plugin structure.claude-plugin/marketplace.json"<tool-name>@sj11": true to ~/.claude/settings.jsonansible/ ← machine provisioning
playbook.yml
group_vars/all.yml ← variables to customise per machine
roles/{homebrew,git,zsh,ssh,gh,gnupg,claude}/
git/ignore ← global gitignore
zsh/rc.zsh ← shell init (PATH, fnm, oh-my-posh)
zsh/functions.zsh ← custom shell functions (ctx, ...)
ssh/config ← SSH host config for github/gitlab
gh/config.yml ← gh CLI preferences (no tokens)
gnupg/common.conf ← GPG config
.claude-plugin/marketplace.json ← marketplace catalog
plugins/
git/ ← git shortcuts and automations
claude/
CLAUDE.md ← preferences entry point
code-style.md
typescript-style.md
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.