Claude Code plugin providing project setup commands for Focus.AI projects.
claude-code plugins install The-Focus-AI/focus-commandsInitialize the Beads (bd) issue tracking system for the current project.
This command will:
- Install required tools (Node.js, Claude Code, Beads) using mise
- Initialize the beads database (
bd init) - Configure Beads for Claude Code integration (
bd setup claude --project) - Add onboarding reminder to CLAUDE.md
Usage:
/setup-beads
After running this command, you can use bd commands to manage issues in your project.
This plugin is maintained by The Focus AI to streamline project setup workflows for Claude Code projects.
MIT