Claude Code plugin providing project setup commands for Focus.AI projects.
# Add the Focus marketplace (if not already added)
/plugin marketplace add The-Focus-AI/claude-marketplace
# Install the plugin
/plugin install focus-commands@focus-marketplaceThen restart Claude Code.
/plugin install https://github.com/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