agent-brain
An agent-powered knowledge system built on Obsidian + Claude Code + Codex
File Explorer
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- challenge.md
- de-ai.md
- draft.md
- inbox.md
- init.md
- log.md
- meeting.md
- morning.md
- pulse.md
- relink.md
- research.md
- ship.md
- today.md
- vault-search.md
- week.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- SKILL.md
- ADVANCED.md
- COMMANDS.md
- CUSTOMIZATION.md
- MIGRATION-v2.md
- PHILOSOPHY.md
- REVIEW-CONVENTIONS.md
- REVIEW-v2.0.0.md
- SETUP.md
- anti-patterns-example.md
- CLAUDE-developer.md
- CLAUDE-personal.md
- pulse-report-example.md
- check-template.ts
- sync-adapters.ts
- context-window-management.md
- 2026-03-15-building-agents-that-actually-work.md
- 2026-03-15.md
- 2026-q1-reflection.md
- week-2026-W11.md
- ai-agents.md
- context-engineering.md
- tool-use-patterns.md
- 2026-03-12-team-sync.md
- Alex Kim.md
- Jordan Rivera.md
- Simon Willison.md
- claude-code.md
- README.md
- agent-patterns-thread.md
- 2026-03-15.md
- blog.md
- anti-patterns.md
- knowledge-system.md
- HOME.md
- HUMAN.md
- PURPOSE.md
- AGENTS.md
- CHANGELOG.md
- CLAUDE.md
- HOME.md
- HUMAN.md
- LICENSE
- package.json
- PURPOSE.md
- README.md
- VERSION
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
bun run
View Details ▼
bun run
Execute a JavaScript/TypeScript file, or a script from `package.json`.
bun run {{script_name}}
Run a script defined in `package.json`:
bun run {{path/to/file.ts}}
Run a JavaScript or TypeScript file directly:
bun run --watch {{path/to/file.ts}}
Run a file in "watch" mode (restarts automatically when the file changes):
claude
View Details ▼
claude
An agent-based coding tool that understands your code base and helps you code faster through natural language commands.
claude prompt
Execute with prompt:
claude update
Update `claude`:
claude mcp list
Get the list of specified MCP servers:
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
