Claude Stuff
Description
My Claude stuff (skills, agents and whatnot.)
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Pauline's Claude stuff
This is my mono-repo for assorted Claude stuff. Feel free to use.
Plugins
Installable via the `vos` marketplace (see `.claude-plugin/marketplace.json`).
git-workflow
Atomic-commit Git workflow skills, plus shared conventions.
| Skill | Use when |
|---|---|
| `maintain-atomic-commits` | A change belongs in an existing commit — routes to amend / edit-in-place / fixup |
| `resolve-merge-conflict` | A merge conflict arises |
| `undo-op` | Undoing a merge, rebase, reset, or amend via the reflog |
| `bisect-debug` | Finding and fixing the commit that caused a regression |
Shared conventions (atomic-commit rules, commit-message style, stashing, rebase-over-merge) live in `plugins/git-workflow/skills/maintain-atomic-commits/references/conventions.md`, bundled with that skill so they travel on install to any agent.
php-style
PHP code conventions centred on object calisthenics.
| Skill | Use when |
|---|---|
| `php-object-calisthenics` | Writing, refactoring or reviewing PHP — small edits, bug fixes, tests and scripts included |
**Install** — via `npx skills` (any supported agent):
npx skills add paulinevos/claude-stuff # all skills
npx skills add paulinevos/claude-stuff --list # preview without installing
or via Claude Code `/plugin`:
/plugin marketplace add paulinevos/claude-stuff
/plugin install git-workflow@vos
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11