By brandtam
Brandt's authored and customized agent skills for release, changeset, commit, UAT, and project-resurrection workflows.
Prepare a release from pending changesets by previewing the next version, generating the changelog, archiving consumed notes, and preparing tag or GitHub Release steps. Use when the user asks to prepare, cut, publish, or generate a release from pending changesets.
Investigate and revive a dormant code project — survey existing code as historical signal, interview the user on today's architectural intent, capture decisions, then scaffold a project page and a rewrite plan. Use when the user says "resurrect", "revive", "bring back", "rebuild", or "modernize" an old or dormant code project, references picking up an abandoned codebase, or asks to plan a rewrite of something that already exists. Adapts to host project — conforms to a wiki schema if one is present (CLAUDE.md + projects/ folder + log.md), otherwise emits portable markdown.
Run a user acceptance testing session with collect-grill-PRD workflow. Use when user says "uat", "start uat", "acceptance testing", "let's test", or invokes /uat. Captures observations as checklist items, grills for decisions, then generates a PRD.
Write or update a change set (changeset) file for a pull request or branch, and scaffold the repo-local changeset workflow when it is missing. Use when the user says to write, add, update, or run the change set or changeset for a PR/branch before merge.
Generate structured commit messages and optionally commit for the user. Checks for repo-level commit templates, handles staging decisions, and enforces user approval before any commit. Use when user says "commit", "write a commit message", "stage and commit", or invokes /write-commit.
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.
Brandt's authored and customized agent skills.
These skills follow the Agent Skills specification, so any skills-compatible agent — Claude Code, Codex CLI, and others — can use them. Everything installs straight from GitHub: no npm, no third-party installer. Validated in CI with skills-ref.
An illustrated walkthrough is published at brandtam.github.io/skills (source: INSTALL.html).
/plugin marketplace add brandtam/skills
/plugin install brandtam-skills@brandtam
git clone https://github.com/brandtam/skills.git
cd skills
./install.sh # all skills -> ~/.agents/skills
./install.sh write-commit # or just the ones you want
Target a specific agent's skills directory instead:
DEST=~/.codex/skills ./install.sh # Codex CLI
DEST=~/.claude/skills ./install.sh # Claude Code
Each skill is a self-contained folder under skills/. Copy any one into your agent's skills directory:
~/.codex/skills/~/.claude/skills/~/.agents/skills convention) — ~/.agents/skills/cp -R skills/write-commit ~/.codex/skills/
| Skill | Description |
|---|---|
| prepare-release | Cut a release from pending changesets — version preview, changelog, archived notes, tag / GitHub Release steps. |
| write-changeset | Write or update a changeset for a PR or branch, scaffolding the workflow if it's missing. |
| write-commit | Generate structured commit messages and optionally commit, honoring templates and requiring approval. |
| uat | Run a user-acceptance-testing session — collect observations, grill for decisions, generate a PRD. |
| resurrect-project | Revive a dormant project — survey the code, interview on today's intent, scaffold a rewrite plan. |
Check every skill against the spec before committing or releasing:
./validate.sh
It installs skills-ref into a local .venv (Python, no npm) and validates each folder under skills/. The same check runs in CI on every push and PR.
.claude-plugin/
marketplace.json # marketplace catalog (lists this repo as one plugin)
plugin.json # this repo IS the plugin; skills auto-discovered
skills/
<name>/SKILL.md # one self-contained, spec-compliant folder per skill
install.sh # copy skills into a skills directory (bash, no npm)
validate.sh # validate skills against the Agent Skills spec
.github/workflows/ # CI: runs validation on push/PR
INSTALL.html # illustrated walkthrough
npx claudepluginhub brandtam/skills --plugin brandtam-skillsHarness-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
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.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review