Agent skill
b00t
Use when user asks for /b00t to send b00t learn content to a nominated agent.
Install this agent skill to your Project
npx add-skill https://github.com/elasticdotventures/_b00t_/tree/main/plugins/b00t/skills/b00t
SKILL.md
/b00t Skill (Claude Plugin)
Inputs
- --agent
- --learn
- --msg <string?>
Steps
- Parse flags from the request. # output: agent_id, learn_topics[], msg
- For each topic, run: b00t learn # output: rendered_learn_text
- Build a JSON payload with agent, topics, rendered content, msg, caller. # output: payload_json
- Try MCP first: mcp__b00t-mcp__b00t_agent_message <agent_id> "b00t/learn" <payload_json> # output: MCP ack or error
- If MCP unavailable, fallback to CLI: b00t-cli agent message <agent_id> --subject "b00t/learn" --content '<payload_json>' # output: CLI ack or error
- If CLI unavailable, fallback to ACP (experimental): publish to b00t:agent:<agent_id> with payload # output: ACP publish status
- If a required tool is missing, request: b00t install tool with justification and WAIT. # output: install request queued
Output
- Confirm dispatch and transport used (MCP | CLI | ACP).
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
datum-system
Helps work with the b00t datum system - TOML-based configuration for AI models, providers, and services. Datums are stored in ~/.dotfiles/_b00t_/ and specify WHICH environment variables are required (not the values). Enables DRY approach by centralizing configuration in Rust, exposed to Python via PyO3.
dry-philosophy
Don't Repeat Yourself (DRY) and Never Reinvent the Wheel (NRtW) - core b00t principles. Use existing libraries, leverage Rust via PyO3 instead of duplicating logic in Python, and contribute to upstream projects rather than fork privately.
direnv-pattern
Implements the b00t environment management pattern: direnv → .envrc → dotenv → .env where datums specify WHICH environment variables are required and .env contains the actual secret VALUES. Ensures automatic environment loading per-project.
executive-role
Defines the shared role, responsibilities, and operating principles for an Executive agent in the b00t hive. This skill uses Rhai scripting to provide model-specific directives.
aws-cli
CLI-first AWS orchestration skill for Lambda, ECS/Fargate, and S3 workflows rooted in `.☁️` runbooks.
b00t
Didn't find tool you were looking for?