AI SummaryThis command queries the BEADS knowledge base for facts relevant to your current context and injects them into the conversation, ensuring you: 1. Follow established patterns and rules 2. Avoid known gotchas and pitfalls
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "BEADS Prime" skill in my project. Please run this command in my terminal: # Install skill into your project (8 files) mkdir -p .claude/skills/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/SKILL.md "https://raw.githubusercontent.com/dsifry/metaswarm/main/.claude/commands/prime.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/create-issue.md "https://raw.githubusercontent.com/dsifry/metaswarm/main/.claude/commands/create-issue.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/external-tools-health.md "https://raw.githubusercontent.com/dsifry/metaswarm/main/.claude/commands/external-tools-health.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/handle-pr-comments.md "https://raw.githubusercontent.com/dsifry/metaswarm/main/.claude/commands/handle-pr-comments.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/pr-shepherd.md "https://raw.githubusercontent.com/dsifry/metaswarm/main/.claude/commands/pr-shepherd.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/review-design.md "https://raw.githubusercontent.com/dsifry/metaswarm/main/.claude/commands/review-design.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/self-reflect.md "https://raw.githubusercontent.com/dsifry/metaswarm/main/.claude/commands/self-reflect.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/start-task.md "https://raw.githubusercontent.com/dsifry/metaswarm/main/.claude/commands/start-task.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Load relevant knowledge base facts into context before starting work
How It Works
This command queries the BEADS knowledge base for facts relevant to your current context and injects them into the conversation, ensuring you: • Follow established patterns and rules • Avoid known gotchas and pitfalls • Make decisions aligned with architectural choices • Don't repeat mistakes that have been learned from
BEADS Prime
CRITICAL: Run this command at the START of any investigation, planning, or implementation work to load relevant knowledge into your context.
When to Use
• Starting work on a GitHub Issue • Beginning investigation/research • Before writing a plan • Before implementing changes • When switching to a new area of the codebase
Quick Prime (Most Common)
For general context with automatic detection: `bash bd prime `
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster