builder-ai
49Plugin Claude Code
AI product quality enforcement: 8 skills and 5 agents for LLM product teams.
Plugin Claude Code
AI product quality enforcement: 8 skills and 5 agents for LLM product teams.
Agent Claude Code
Use before shipping any LLM feature that touches users — reviews for prompt injection, hallucination risk, output misuse, agentic scope creep, and abuse vectors.
Agent Claude Code
Use when designing an evaluation suite for a new LLM feature or prompt — selects metrics, builds test sets, and writes eval harness code.
Agent Claude Code
Use when choosing a model for a new feature or evaluating whether to switch models — structured benchmarking and cost-quality analysis.
Agent Claude Code
Use when writing, iterating, or debugging prompts. Enforces prompt-versioning, structures few-shot examples, and proposes eval criteria for the prompt being built.
Agent Claude Code
Use when designing, debugging, or upgrading a retrieval-augmented generation pipeline — chunking strategy, embedding choice, retrieval, reranking, and generation.
Instructions file CodexOpenCode
Instructions for RBraga01/builder-ai, covering builder-ai — agent & skill roster v1.0.0, hard gate skills, workflow skills, agents and integration with a team.
Instructions file
Instructions for RBraga01/builder-ai, covering skills in this pack, hard gates (mandatory before shipping), workflow skills, agents in this pack and expected directory layout after installation.
Skill Claude CodeCodex
Use before launching any LLM feature or when monthly API costs are growing unexpectedly. Requires token count measurement, call volume analysis, and cost projection at 10× scale. Blocks "it's cheap enough now" completions.
Skill Claude CodeCodex
Use before shipping any LLM feature that touches users. Reviews prompt injection, hallucination risk, output misuse, agentic scope, and abuse vectors. Blocks "nobody will try that" completions.
Skill Claude CodeCodex
Use when prompt cost is too high, latency is above threshold, or context window limits are being approached. Requires measurement before and after each reduction. Blocks "I shortened the prompt so it should be cheaper" completions.
Skill Claude CodeCodex
Use before merging, deploying, or demo'ing any LLM feature. Requires documented eval results — pass rate, failure analysis, baseline comparison. Blocks "it looked good when I tested it" completions.
Skill Claude CodeCodex
Use before merging any PR that adds an LLM API call. Every call must handle timeout, malformed output, low confidence, and refusal — with a defined, user-safe fallback for each. Blocks "add error handling later" completions.
Skill Claude CodeCodex
Use when selecting a model for any production feature, or evaluating whether to switch models. Requires task-specific benchmarking — not leaderboard lookup. Blocks "GPT-4 is the best model" decisions.
Skill Claude CodeCodex
Use whenever writing or modifying a prompt that will run in production. Enforces version-controlled prompts in prompts/ /v .md. Blocks "the prompt is in the code somewhere" completions.
Skill Claude CodeCodex
Use when designing or auditing a retrieval-augmented generation pipeline. Requires data audit and query audit before any design decision. Blocks "I'll use the standard setup" completions.
Plugin Claude Code
AI growth quality enforcement: 14 skills and 5 agents for growth teams.
Agent Claude Code
Use when a campaign brief, growth metrics design, social proof, or pricing page needs review before it ships. Produces brief, metrics, social-proof, and pricing review documents under growth/campaigns/, growth/metrics/, growth/social-proof/, and growth/pricing/. Verdict PASS, CONDITIONAL, or BLOCK. Blocks "the team…
Agent Claude Code
Use when designing a growth experiment. Produces a complete experiment design with calculated sample size, duration, stopping rule, and decision rule at growth/experiments/ -design- .md. Blocks experiments that start with "let's test it and see.".
Agent Claude Code
Use after writing positioning, copy, or experiment designs to audit them against all builder-growth skill gates. Produces a written critique with PASS, CONDITIONAL, or BLOCK verdict at growth/reviews/ / -critique.md.
Agent Claude Code
Use when a project needs a growth strategy, channel selection, offer validation, or launch plan defined before execution begins. Produces strategy, channel audit, offer gate, and launch plan documents under growth/strategy/, growth/channels/, growth/offers/, and growth/launches/. Verdict READY, CONDITIONAL, or…
Agent Claude Code
Use before any AI product messaging ships externally. Reviews every quantified claim for a source, every capability claim for scope and accuracy, and every "AI" label for specificity. Writes the review to growth/messaging-reviews/ - .md. Blocks unsourced claims and undefined AI labels.
Instructions file CodexOpenCode
Instructions for RBraga01/builder-growth, covering builder-growth — agent directory, growth-critic, experiment-designer, messaging-reviewer and growth-strategist.
Instructions file
Instructions for RBraga01/builder-growth, covering builder-growth — claude configuration, pack version, file conventions, skill trigger sequence and agent usage.