Templates
Battle-tested agent configurations. Auto-detected or hand-picked.
Next.js Full-Stack
Next.js Full-Stack
App Router, TypeScript strict, Prisma, Vitest. Server components, Zod validation, conventional commits.
$ npx fcmn init Copied!
Rails Full-Stack
Rails API
Rails 8, Hotwire, PostgreSQL, RSpec. Service objects, strong params, Rubocop conventions.
$ npx fcmn init Copied!
Python API
Python ML
FastAPI, SQLAlchemy, Pytest. Type hints, Pydantic models, virtual environment conventions.
$ npx fcmn init Copied!
Monorepo Multi-Stack
Monorepo
Workspace-aware config that describes your entire project structure. Supports npm, pnpm, and Turborepo.
$ npx fcmn init Copied!
Minimal Any Stack
Minimal
Lightweight config for any project. Basic project overview, coding conventions, and workflow rules.
$ npx fcmn init --yes Copied!
Custom Community
Your Template
Export your config as a reusable template. Share it with your team or the community.
$ npx fcmn export Copied!