CLI Reference

Every command, documented. Install with npx fcmn

Core
fcmn init

Scan your project, answer a few questions, and generate tailored CLAUDE.md, AGENTS.md, skills & hooks for your stack.

--yes --path <dir>
fcmn update

Re-scan your stack and update agent configurations. Shows a diff of proposed changes before applying.

--yes --dry-run
fcmn ui

Open the local web dashboard to view your detected stack and edit agent configs visually.

--port <number>
Inspection
fcmn detect

Run the auto-detection engine and display the detected stack without generating any files.

--json
fcmn diff

Show the difference between your current agent configs and what fcmn would generate based on the latest stack scan.

Utilities
fcmn export

Export your agent configuration as a shareable template that others can use with fcmn init --template.

--output <path>
fcmn --version

Display the installed fcmn version.

fcmn --help

Show available commands and global options.