aibuilder.sh
SkillsAgentsCommandsPlugins
LearnStats
aibuilder.sh

Composable building blocks for Claude Code

Built with BrainGrid

Filters

Filters1

Type

Task

Filters1

Type

Task

author:okteto
7 artifacts found
agentby okteto
6h ago

explore

Explores the Okteto CLI codebase to answer research questions without touching the main context window. Pre-loaded with architectural landmarks. Use for planning features, finding similar implementations, tracing call paths.

1 repos0 installs
$npx ai-builder add agent okteto/explore
agentby okteto
6h ago

pr-writer

Writes a GitHub PR description for the current branch using the repo's pull_request_template.md. Reads the branch diff and commit history, fills every section of the template, then creates or updates the PR with gh CLI.

1 repos0 installs
$npx ai-builder add agent okteto/pr-writer
agentby okteto
6h ago

review-pr

Reviews a GitHub PR by number. Fetches the diff, applies all diff-reviewer code checks plus PR-level concerns. Ends with APPROVE / REQUEST CHANGES / NEEDS DISCUSSION.

1 repos0 installs
$npx ai-builder add agent okteto/review-pr
agentby okteto
6h ago

reproducer

Captures CLI behavior by running a command and saving its output. Used twice in the bug-fix workflow: before the fix (saves "before" snapshot) and after (saves "after" snapshot and diffs the two). Confirms a bug is reproducible and later proves it is resolved.

1 repos0 installs
$npx ai-builder add agent okteto/reproducer
agentby okteto
6h ago

verify

Pre-commit verifier. Runs make test then make lint, returns a structured pass/fail table. Also runs tools/ lint if changes are in tools/. Delegate to this after completing code changes.

1 repos0 installs
$npx ai-builder add agent okteto/verify
agentby okteto
6h ago

committer

Stages and commits local changes as one or more atomic conventional commits. Groups related changes by logical unit, writes a conventional commit message per group, and signs each commit (DCO). Never squashes unrelated changes into one commit.

1 repos0 installs
$npx ai-builder add agent okteto/committer
skillby okteto
6h ago

lessons

Record a lesson learned after a user correction, or review existing lessons at session start

1 repos0 installs
$npx ai-builder add skill okteto/lessons
You've reached the end