Deploy Forward Operating Base assets for AI coding assistants
npm install recreate-fobDeploy Forward Operating Base (FOB) assets for AI coding assistants. This package installs skills, agents, and configuration files that enhance your AI coding workflow.
``bash`
npx recreate-fob --local
This installs FOB assets to your current project directory.
- --local - Install to the current directory (default)--global
- - Install to your home directory (~/.claude/)--help
- - Show help information
The package deploys configuration files for multiple AI coding assistants:
- Claude Code (.claude/) - Skills and agent configurations.opencode/
- OpenCode () - Agent definitions.codex/
- Codex () - Instructions and agents
Plus a shared forward-operating-base/ directory containing reusable assets.
Once installed, you can use these slash commands in Claude Code:
| Command | Description |
|---------|-------------|
| /FOB:help | Show available FOB commands and agents |/FOB:status
| | Check FOB installation status |/FOB:scan
| | Scan project for potential improvements |
| Agent | Description |
|-------|-------------|
| FOB-planner | Strategic planning agent for complex tasks |FOB-reviewer
| | Code review agent with structured feedback |
When you run npx recreate-fob` again:
- FOB-prefixed items are overwritten with the latest versions
- User content (your custom skills, agents, settings) is preserved
This allows you to receive updates while keeping your customizations intact.
MIT