You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Understanding the relationship between Claude Code's built-in commands and dotforge's /forge commands is key to using both effectively. They operate at different layers: Claude Code manages your active session, dotforge manages your configuration as a product.
These have no dotforge equivalent — they manage the runtime session:
Command
Category
/compact, /context, /rewind
Context management
/plan, /ultraplan
Planning mode
/schedule, /loop, /autofix-pr
Automation
/resume, /branch, /teleport
Session lifecycle
/model, /effort, /fast
Model selection
/usage (/cost and /stats are typing shortcuts since v2.1.118)
Usage metrics
/remote-control, /remote-env
Remote execution
/copy, /btw
Productivity (voice input is Hold Space push-to-talk, not a slash command)
/doctor, /login, /logout
System management
Exclusive to dotforge
These have no Claude Code equivalent — they manage configuration governance:
Command
Category
/forge bootstrap
Full scaffold with profiles and stack detection
/forge sync
Template sync preserving customizations
/forge reset
Restore config from template with backup
/forge audit
15-item scored configuration audit
/forge rule-check
Detect and prune inert rules
/forge benchmark
Compare full vs minimal config performance
/forge capture / /cap
Register practices in improvement pipeline
/forge update
Process practices: inbox → evaluate → incorporate
/forge learn
Auto-detect code patterns → domain rules
/forge domain extract/list/sync-vault
Domain knowledge lifecycle
/forge export cursor/codex/windsurf/openclaw
Multi-editor config export
/forge scout
Scan curated repos for config patterns
/forge watch
Monitor Anthropic upstream changes
/forge status
Cross-project registry dashboard
/forge global sync/status
Global ~/.claude/ governance
Decision Guide
Use Claude Code commands when you need to:
Manage your current session (context, model, plan)
Review code changes you just made
Check usage, costs, and rate limits
Connect to MCP servers or manage plugins
Run automated tasks (schedule, loop)
Use /forge commands when you need to:
Set up a new project with complete, stack-aware configuration
Ensure consistency across multiple projects
Audit and score configuration quality
Propagate improvements discovered in one project to others
Export configuration to other AI editors
Track configuration health over time
Use both together for the full workflow:
/forge init → Generate complete .claude/ config
(Claude Code reads it automatically)
... work on project ...
/compact → Claude Code compresses context
(PostCompact hook saves state)
/forge capture → Register a discovery
/forge audit → Check configuration health
/forge sync → Pull latest template improvements
/forge export codex → Share config with Codex users
Claude Code vs /forge — Comparativa de Comandos
Entender la relación entre los comandos integrados de Claude Code y los comandos /forge de dotforge es clave para usar ambos efectivamente. Operan en capas diferentes: Claude Code gestiona tu sesión activa, dotforge gestiona tu configuración como producto.
Estos comandos existen en ambos sistemas pero sirven propósitos diferentes:
/init vs /forge init
Claude Code /init
dotforge /forge init
Qué crea
Scaffold mínimo de .claude/: CLAUDE.md vacío y settings.json básico
Configuración completa: CLAUDE.md con comandos de build/test, settings.json con permisos, reglas contextuales, hooks, commands, agentes, log de errores
Detección
Ninguna — scaffold genérico
Auto-detecta stack tecnológico (Python, React, Swift, Docker, etc.) y aplica configs de stacks
Interactividad
Prompts mínimos
4 preguntas dirigidas sobre el proyecto
Reglas
Ninguna generada
Reglas contextuales con patrones glob para carga automática
Hooks
Ninguno
Hook de bloqueo destructivo, lint al guardar, gestión de sesión
Agentes
Ninguno
7 subagentes especializados con protocolo de orquestación
Registry
No se trackea
Registra el proyecto en el registry cross-proyecto con score de auditoría