Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/cboone/agent-harness-plugins/bootstrap-projectnpx skills add cboone/agent-harness-plugins --skill bootstrap-projectgit clone --depth 1 https://github.com/cboone/agent-harness-pluginsWhat 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 | $0.00068 | $0.02817 |
| Opus 5 | $0.00034 | $0.01409 |
| Sonnet 5 | $0.00014 | $0.00563 |
| Haiku 4.5 | $0.00007 | $0.00282 |
Grade A, and why
bootstrap-project 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 2d 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 — 180 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Bootstrap Project
Assess the current repository, detect what scaffolding and setup is already in place, build a plan of which tools to run, get user approval, and execute everything in the correct order.
Works for both brand-new and existing repositories.
Workflow
1. Detect Project Type
Scan for language and framework markers using Glob. Exclude node_modules/, .yarn/, .lake/, vendor/, and other dependency directories from all searches.
| Marker(s) | Project type |
|---|---|
go.mod + (main.go or cmd/) |
Go CLI |
go.mod without main.go or cmd/ |
Go library |
package.json + JS/TS source files |
JavaScript/TypeScript |
pyproject.toml, setup.py, requirements.txt |
Python |
Cargo.toml + (src/main.rs, src/bin/*.rs, or [[bin]] in Cargo.toml) |
Rust CLI |
Cargo.toml without src/main.rs, src/bin/*.rs, or [[bin]] |
Rust library |
lakefile.toml or lakefile.lean with [[lean_exe]], lean_exe, Main.lean, or user says CLI |
Lean CLI |
lean-toolchain, lakefile.toml, lakefile.lean, or *.lean without Lean CLI markers |
Lean library |
| User says Lean formalization, Mathlib-downstream library, PFR downstream project, or theorem prover | Lean library |
build.zig + (src/main.zig or src/) |
Zig CLI |
Gemfile, *.gemspec |
Ruby |
*.sh, bin/*, scripts/* |
Shell |
*.zsh, #!/usr/bin/env zsh shebangs, .zshrc, .zshenv |
Zsh |
| No recognizable files | New/empty repo |
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 2d ago First seen · 180 lines · 68 tokens per session scan A ac20d8eaf380
bootstrap-project is a skill published in the GitHub repository cboone/agent-harness-plugins (2 stars, last pushed 1mo ago), licensed MIT. It adds 68 tokens to every session and 2,817 once invoked, about $0.0003 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 skills, from other repositories
tavs-setup
TAVS setup, configuration, and profile management assistant. Three workflows: (1) Interactive setup wizard for first-time configuration — detects terminal and agent, asks targeted questions, applies settings. (2) Targeted config changes — modify individual settings with backup, preview, and verification. Supports both…
chat-complex-documents
Chat with and search your complex documents — ask questions, extract tables and fields, and get answers grounded in the source. Connects the hosted Unstructured Transform MCP server to parse, structure, and enrich PDFs, Word/Excel/PowerPoint, images, scanned files, emails, and 60+ other formats into clean, AI-ready…
change-keybinding
Customize Warp keyboard shortcuts (keybindings, keymappings) by editing the user's keybindings.yaml file. Use when the user asks to remap a key combination, rebind an action, change a shortcut, or remove a default keybinding (e.g. "change ctrl+space to ctrl+s", "rebind the command palette to cmd+p", "remove the…
test-warp-ui
Guides testing Warp UI features and changes using the computer use tool. Use this skill only when computer-use testing was requested (explicit request or accepted offer) and the computeruse tool is available to the agent. Covers launching Warp and verifying UI behavior.
best-practices
Searchable knowledge base of 152+ programming best practices across 30+ languages and frameworks. BM25-powered search over curated resources from industry leaders (Google, Airbnb, Uber, Mozilla, Shopify, OWASP).
bot2bot-post
Post a coordination message from this bot to the shared bot2bot channel — @-mentioning a specific peer via --to, auto-mentioning only in single-peer fleets, never guessing.