Skip to content

1.1.0 Trust but verify

Choose a tag to compare

@britt britt released this 10 Jan 00:49
· 51 commits to main since this release
7d39afd

New Skills

setting-up-a-project

A project bootstrapping skill that helps Claude author a well-structured CLAUDE.md file before writing any code. This skill guides you through:

  • Defining project purpose - Name, problem statement, and approach
  • Configuring tech stack - Language, runtime, package manager, testing framework, linting, and build tools with sensible defaults per language
  • Establishing development practices - Mandatory TDD rules, git branching strategy, and commit discipline

The core principle: A well-configured project prevents rework and ensures consistency, helping Claude Code avoid doom loops where code is written, broken, and rewritten repeatedly.

writing-verification-plans

A skill for creating acceptance testing procedures that validate your project works in real-world scenarios. Key features:

  • Real-world verification - Uses actual systems, never mocks or fakes
  • Structured scenarios - Clear prerequisites, steps, and success criteria
  • Automatic execution - Runs after completing any task
  • Detailed logging - Documents exactly what was tested and observed

This skill integrates with setting-up-a-project and summoning-the-user for a complete development workflow.

Installing

Add the marketplace (if not already added)

  /plugin marketplace add britt/claude-code-skills