aibuilder.sh
SkillsAgentsCommandsPlugins
LearnStats
aibuilder.sh

Composable building blocks for Claude Code

Built with BrainGrid

Filters

Filters1

Type

Task

Filters1

Type

Task

author:obra
20 artifacts found
skillby obra
0mo ago

brainstorming

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

1 repos0 installs
$npx ai-builder add skill obra/brainstorming
skillby obra
0mo ago

executing-plans

Use when you have a written implementation plan to execute in a separate session with review checkpoints

1 repos0 installs
$npx ai-builder add skill obra/executing-plans
commandby obra
0mo ago

Brainstorm

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores requirements and design before implementation.

1 repos0 installs
$npx ai-builder add command obra/brainstorm
skillby obra
0mo ago

subagent-driven-development

Use when executing implementation plans with independent tasks in the current session

1 repos0 installs
$npx ai-builder add skill obra/subagent-driven-development
skillby obra
0mo ago

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

1 repos0 installs
$npx ai-builder add skill obra/systematic-debugging
skillby obra
0mo ago

test-driven-development

Use when implementing any feature or bugfix, before writing implementation code

1 repos0 installs
$npx ai-builder add skill obra/test-driven-development
skillby obra
0mo ago

mcp-cli

Use MCP servers on-demand via the mcp CLI tool - discover tools, resources, and prompts without polluting context with pre-loaded MCP integrations

1 repos0 installs
$npx ai-builder add skill obra/mcp-cli
skillby obra
0mo ago

using-tmux-for-interactive-commands

Use when you need to run interactive CLI tools (vim, git rebase -i, Python REPL, etc.) that require real-time input/output - provides tmux-based approach for controlling interactive sessions through detached sessions and send-keys

1 repos0 installs
$npx ai-builder add skill obra/using-tmux-for-interactive-commands
skillby obra
0mo ago

requesting-code-review

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

1 repos0 installs
$npx ai-builder add skill obra/requesting-code-review
skillby obra
0mo ago

verification-before-completion

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

1 repos0 installs
$npx ai-builder add skill obra/verification-before-completion
commandby obra
0mo ago

Execute Plan

Execute plan in batches with review checkpoints

1 repos0 installs
$npx ai-builder add command obra/execute-plan
skillby obra
0mo ago

finding-duplicate-functions

Use when auditing a codebase for semantic duplication - functions that do the same thing but have different names or implementations. Especially useful for LLM-generated codebases where new functions are often created rather than reusing existing ones.

1 repos0 installs
$npx ai-builder add skill obra/finding-duplicate-functions
skillby obra
0mo ago

dispatching-parallel-agents

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

1 repos0 installs
$npx ai-builder add skill obra/dispatching-parallel-agents
skillby obra
0mo ago

finishing-a-development-branch

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

1 repos0 installs
$npx ai-builder add skill obra/finishing-a-development-branch
skillby obra
0mo ago

receiving-code-review

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

1 repos0 installs
$npx ai-builder add skill obra/receiving-code-review
skillby obra
0mo ago

using-superpowers

Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions

1 repos0 installs
$npx ai-builder add skill obra/using-superpowers
skillby obra
0mo ago

writing-plans

Use when you have a spec or requirements for a multi-step task, before touching code

1 repos0 installs
$npx ai-builder add skill obra/writing-plans
skillby obra
0mo ago

writing-skills

Use when creating new skills, editing existing skills, or verifying skills work before deployment

1 repos0 installs
$npx ai-builder add skill obra/writing-skills
agentby obra
0mo ago

code-reviewer

Use this agent when a major project step has been completed and needs to be reviewed against the original plan and coding standards. Examples: <example>Context: The user is creating a code-review agent that should be called after a logical chunk of code is written. user: "I've finished implementing the user authentication system as outlined in step 3 of our plan" assistant: "Great work! Now let me use the code-reviewer agent to review the implementation against our plan and coding standards" <commentary>Since a major project step has been completed, use the code-reviewer agent to validate the work against the plan and identify any issues.</commentary></example> <example>Context: User has completed a significant feature implementation. user: "The API endpoints for the task management system are now complete - that covers step 2 from our architecture document" assistant: "Excellent! Let me have the code-reviewer agent examine this implementation to ensure it aligns with our plan and follows best practices" <commentary>A numbered step from the planning document has been completed, so the code-reviewer agent should review the work.</commentary></example>

1 repos0 installs
$npx ai-builder add agent obra/code-reviewer
commandby obra
0mo ago

Write Plan

Create detailed implementation plan with bite-sized tasks

1 repos0 installs
$npx ai-builder add command obra/write-plan
You've reached the end