Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add thrashr888/AllBeads/plugin install allbeadsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/thrashr888/allbeads/onboard-repo)<a href="https://agentmods.dev/commands/thrashr888/allbeads/onboard-repo"><img src="https://agentmods.dev/badge/commands/thrashr888/allbeads/onboard-repo/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/thrashr888/allbeads/onboard-repo"><img src="https://agentmods.dev/badge/commands/thrashr888/allbeads/onboard-repo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00009 | $0.01050 |
| Opus 5 | $0.00005 | $0.00525 |
| Sonnet 5 | $0.00002 | $0.00210 |
| Haiku 4.5 | $0.00001 | $0.00105 |
Grade A, and why
onboard-repo scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 158 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Onboard the current repository (or a specified repository) into the AllBeads ecosystem.
This command runs an interactive workflow that:
- Initializes beads tracking (
bd init) - Creates a CLAUDE.md file with project guidance
- Adds the repository to AllBeads contexts
- Optionally runs janitor to discover existing issues
- Sets up CI/CD recommendations
Usage:
# Onboard current directory
allbeads onboard-repo
# Onboard specific directory
allbeads onboard-repo /path/to/repo
# Non-interactive mode (use defaults)
allbeads onboard-repo --yes
# Skip specific steps
allbeads onboard-repo --skip-init # Skip bd init
allbeads onboard-repo --skip-claude # Skip CLAUDE.md creation
allbeads onboard-repo --skip-context # Skip adding to contexts
What gets set up:
1. Beads Tracking (.beads/ directory)
- Runs
bd initto create the.beads/directory - Initializes
issues.jsonlfor issue tracking - Sets up local SQLite database
2. CLAUDE.md
- Creates a template CLAUDE.md file
- Includes project overview section
- Pre-fills common development commands
- Documents the project structure
- Provides guidance for AI agents
3. AllBeads Context
- Adds the repository to
~/.config/allbeads/config.yaml - Detects git remote URL automatically
- Auto-configures authentication strategy (SSH vs HTTPS)
- Makes the repo visible in
ab context list
4. Optional: Janitor Analysis
- Scans codebase for potential issues
- Creates beads for TODO comments
- Identifies security concerns
- Detects code smells and technical debt
After onboarding:
The repository will be ready for:
- Issue tracking with
bd create/list/update/close - Multi-context aggregation via
ab list/stats - TUI visualization with
ab tui - Agent coordination with AllBeads Mail
- Cross-repository dependency tracking
Check onboarding status:
ab context onboarding
Example session:
$ cd ~/projects/my-app
$ allbeads onboard-repo
🚀 AllBeads Repository Onboarding
Repository: my-app
Path: /Users/me/projects/my-app
Remote: [email protected]:me/my-app.git
📦 Step 1: Initialize Beads Tracking
Initialize beads tracking in this repository? [Y/n]: y
Running: bd init
✓ Beads initialized successfully
📝 Step 2: Setup CLAUDE.md
Create a starter CLAUDE.md file? [Y/n]: y
✓ Created CLAUDE.md
ℹ Edit CLAUDE.md to add project-specific guidance
🔗 Step 3: Add to AllBeads Contexts
Add this repository to AllBeads contexts? [Y/n]: y
✓ Added to AllBeads contexts as 'my-app'
📚 Next Steps:
1. Create your first issue:
cd /Users/me/projects/my-app
bd create --title="Initial setup" --type=task --priority=2
2. View your issues in the TUI:
ab tui
3. Check onboarding status:
ab context onboarding
✅ Onboarding complete!
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 158 lines · 9 tokens per session scan A 2d0a89b2bf42
onboard-repo is a command published in the GitHub repository thrashr888/AllBeads (8 stars, last pushed 12d ago), licensed MIT. It adds 9 tokens to every session and 1,050 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
pm-status
Show governance health, wizard next step, all open blocking/high todos, and pending review count. Primary daily entry.
pm-charter
Create, import, discover, approve, or skip project charter. No-arg form is an interactive wizard.
pm-check
Diagnose .pm/ health (missing files, broken audit, stale map, unconfirmed PRD) and repair or increment without overwriting confirmed content.
pm-done
Close a todo (TODO-xxx), sync completed.md, refresh overview.
_closing
A set of closing rules for project-management commands that change the .pm/ project-management folder. It controls the language of summaries and links shown in the final response.
jira-discover-project
Discover JIRA project context for intelligent defaults and usage patterns.