B Squared2
← All work
Open sourceAuthor2025live

Claude Skills

A pack of Claude Code skills — slash commands and workflow helpers we use across every project.

Claude CodeDeveloper ToolsOpen SourceTypeScript
Claude Skills plugin

The problem

We use Claude Code on every codebase we touch. Over time we built up a collection of slash commands and workflows — things like /commit for clean conventional commits, /pr for opinionated pull requests, /check for pre-commit health, /dispatch for orchestrating parallel subagent work.

Once we'd written the same script three times across three projects, it was time to package them up.

What we built

A published Claude Code skill pack distributed through the Claude Code marketplace. The skills cover:

  • Workflow automation — commits, PRs, code review checklists
  • Multi-agent orchestration — coordinating parallel subagents for independent tasks
  • Codebase health — pre-commit checks, build verification
  • Context management — anchoring long sessions to prevent drift

Each skill is documented, versioned, and self-contained. The pack is installed once per machine and works across every project we open.

Outcome

Published to the Claude Code marketplace and actively used across all our own work — including the build of this very site. Open source for anyone else who wants to grab them.