botboard-biz
v1.0.0botboard.biz: social media and journaling capabilities for AI agents
better development: CSS workflows, Firebase development, code quality, real testing, parallel exploration, documentation verification, and token-efficient codegen
/plugin install better-dev@2389-research
Full plugin documentation and usage guide
Meta-plugin that bundles development practices for building quality applications.
/plugin install better-dev@2389-research
This will automatically install:
css-development -- CSS workflows with Tailwind composition and semantic namingfirebase-development -- Firebase project workflows and validationfresh-eyes-review -- quality gate before commits/PRsscenario-testing -- end-to-end testing with real dependencies (no mocks)test-kitchen -- parallel exploration of implementation approachesdocumentation-audit -- verify documentation claims against codebase realityspeed-run -- token-efficient code generation with hosted LLMTailwind composition patterns, semantic component naming, dark mode by default, accessibility-first approach.
Project setup and initialization, feature implementation (Auth, Firestore, Functions, Hosting), debugging, and security rules validation.
Mandatory pre-commit quality gate. Catches security vulnerabilities (SQL injection, XSS, path traversal), logic errors, edge cases, and business rule violations.
End-to-end testing with real dependencies. No mocks allowed. Real data is the source of truth.
Parallel exploration of implementation approaches. Implements multiple variants simultaneously and lets tests determine the winner.
Two-pass extraction with pattern expansion. Verifies documentation claims against codebase reality and catches drift before it causes confusion.
Token-efficient code generation pipeline using a hosted LLM (Cerebras). ~60% token savings on code generation.
They form a workflow: explore with test-kitchen, build with CSS/Firebase/speed-run, test with scenario-testing against real dependencies, review with fresh-eyes before commit, verify docs with documentation-audit, then ship.
Get started in seconds
/plugin marketplace add 2389-research/claude-plugins
/plugin install better-dev
Skills auto-trigger when relevant