Skip to main content
Run any Skill in Manus
with one click
brain-bootstrap
GitHub creator profile

brain-bootstrap

Repository-level view of 136 collected skills across 3 GitHub repositories.

skills collected
136
repositories
3
updated
2026-04-25
repository explorer

Repositories and representative skills

ask
software-developers

Route a codebase question to the right tool — structural graph, semantic search, or risk analysis. Use when you need to find or understand code without knowing exact file names.

2026-04-25
bootstrap
software-developers

Auto-configure CLAUDE.md and claude/ knowledge docs for a new project. Use when setting up Brain Bootstrap in a new repository. Discovers the codebase, fills in templates, and writes project-specific configuration.

2026-04-25
build
software-developers

Build the project and verify it compiles cleanly. Use after making changes to confirm nothing is broken before running tests. Reads the build command from claude/build.md.

2026-04-25
checkpoint
software-developers

Save session state before context gets full or before ending. Writes current task state, branch, and loaded docs to claude/tasks/todo.md so the next session can resume cleanly.

2026-04-25
clean-worktrees
software-developers

Remove all git worktrees for merged branches. Accepts --dry-run to preview. Use after merging PRs or for weekly maintenance.

2026-04-25
cleanup
network-and-computer-systems-administrators

Clean workspace — build artifacts, dependencies, caches, Docker volumes, or temp files. Accepts arguments like build, deps, all, cache, docker, tasks, reinstall.

2026-04-25
context
software-developers

Load all relevant claude/ knowledge files for a domain area. Use at session start or when switching to a new topic. Accepts a domain keyword like api, database, auth, build, security.

2026-04-25
db
database-architects

Query the database — list schemas, tables, describe a table, or run SQL. Accepts arguments like schemas, tables, describe <table>, or raw SQL.

2026-04-25
Showing top 8 of 48 collected skills in this repository.
bootstrap
software-developers

Auto-configure AGENTS.md and brain/ knowledge docs for a new project. Use when setting up Brain Bootstrap in a new repository. Discovers the codebase, fills in templates, and writes project-specific configuration.

2026-04-24
brainstorming
software-developers

Use before any new feature, component, or behavioral change — when you need to explore requirements and design before writing code. Hard gate — no code until design is approved.

2026-04-24
build
software-developers

Build the project and verify it compiles cleanly. Use after making changes to confirm nothing is broken before running tests. Reads the build command from brain/build.md.

2026-04-24
careful
network-and-computer-systems-administrators

Activate safety mode — review every destructive command before running. Use before working on production infrastructure, migration scripts, or any task where a typo could be catastrophic.

2026-04-24
changelog
software-developers

Generate a user-facing changelog from git commits — categorize, filter noise, translate to user language. Pass a tag or date as argument (e.g. "$changelog v1.0.0" or "$changelog 2026-01-01").

2026-04-24
checkpoint
software-developers

Save session state before context gets full or before ending. Writes current task state, branch, and loaded docs to brain/tasks/todo.md so the next session can resume cleanly.

2026-04-24
clean-worktrees
software-developers

Remove all git worktrees for merged branches. Accepts --dry-run to preview. Use after merging PRs or for weekly maintenance.

2026-04-24
cleanup
network-and-computer-systems-administrators

Clean workspace — build artifacts, dependencies, caches, Docker volumes, or temp files. Accepts arguments like build, deps, all, cache, docker, tasks, reinstall.

2026-04-24
Showing top 8 of 46 collected skills in this repository.
build
software-developers

Build the project and verify it compiles cleanly. Use after making changes to confirm nothing is broken before running tests. Reads the build command from context/build.md.

2026-04-25
bootstrap
software-developers

Auto-configure .github/copilot-instructions.md and context/ knowledge docs for a new project. Use when setting up Brain Bootstrap in a new repository. Discovers the codebase, fills in templates, and writes project-specific configuration.

2026-04-25
checkpoint
software-developers

Save session state before context gets full or before ending. Writes current task state, branch, and loaded docs to context/tasks/todo.md so the next session can resume cleanly.

2026-04-25
cleanup
network-and-computer-systems-administrators

Clean workspace — build artifacts, dependencies, caches, Docker volumes, or temp files. Accepts arguments like build, deps, all, cache, docker, tasks, reinstall.

2026-04-25
context
software-developers

Load all relevant context/ knowledge files for a domain area. Use at session start or when switching to a new topic. Accepts a domain keyword like api, database, auth, build, security.

2026-04-25
db
database-administrators

Query the database — list schemas, tables, describe a table, or run SQL. Accepts arguments like schemas, tables, describe <table>, or raw SQL.

2026-04-25
debug
software-developers

Root cause analysis for bugs and errors. Use when something is broken and the cause is not obvious. Applies the 5-step investigation method — observe, hypothesize, trace backwards, binary search, prove.

2026-04-25
deps
software-developers

Manage dependencies and fix CVEs — check outdated packages, update a specific package, run security audit, explain why a package is installed, or deduplicate. Read context/cve-policy.md for the decision tree.

2026-04-25
Showing top 8 of 42 collected skills in this repository.
Showing 3 of 3 repositories
All repositories loaded
brain-bootstrap Agent Skills | SkillsMP