Skip to content

v0.1.0: Initial Claude Code Plugin Marketplace Launch 🚀

Latest

Choose a tag to compare

@hculap hculap released this 20 Dec 20:40
· 5 commits to main since this release

🎉 Welcome to better-code v0.1.0!

A curated collection of Claude Code plugins that enforce code quality practices, TDD workflows, performance analysis, and documentation standards.

📦 What's Included

4 Production-Ready Plugins:

🧪 tdd-dev (v0.2.1)

  • Enforce Red→Green→Refactor TDD cycles
  • Multiple strictness levels (strict, standard, relaxed)
  • Supports features, bugs, and refactoring modes
  • Run /tdd-dev:start to begin

⚡ n1-optimizer (v0.1.3)

  • Detect N+1 queries and performance issues
  • Analyzes 4 layers in parallel: Database, Backend, Frontend, API
  • Identifies missing indexes, memory leaks, re-render loops
  • Run /n1-optimizer:analyze to scan your codebase

📚 readme-writer (v0.1.0)

  • Generate or audit READMEs following PRD-README v1 standard
  • Scoring system (0-10) for existing documentation
  • Run /readme-writer:generate or /readme-writer:audit

📖 doc-master (v0.2.1)

  • 9 specialized documentation agents
  • Diátaxis-structured documentation framework
  • Covers API, Backend, Frontend, Database, Architecture, Testing, User Guides, Compliance, Mobile
  • Run /doc-master:setup to get started

🚀 Quick Start

# Step 1: Add the marketplace
/plugin marketplace add hculap/better-code

# Step 2: Install a plugin
/plugin install tdd-dev

# Step 3: Use it!
/tdd-dev:start

📚 Documentation

💡 Use Cases

✅ Enforce TDD in your team
✅ Catch performance bugs before production
✅ Generate professional documentation automatically
✅ Maintain code quality standards consistently
✅ Scale developer productivity with AI assistance

🤝 Contributing

Found a bug? Have a feature request? Open an issue or start a discussion!

📄 License

MIT License - See LICENSE for details
Copyright (c) 2024 Szymon Paluch


Status: Active & Maintained ✅
Documentation: Complete ✅
Community: Welcome! ✅