Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/bovinphang/frontend-craft/fec-initgit clone --depth 1 https://github.com/bovinphang/frontend-craftWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/bovinphang/frontend-craft/fec-init)<a href="https://agentmods.dev/commands/bovinphang/frontend-craft/fec-init"><img src="https://agentmods.dev/badge/commands/bovinphang/frontend-craft/fec-init.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00021 | $0.01909 |
| Opus 5 | $0.00010 | $0.00955 |
| Sonnet 5 | $0.00004 | $0.00382 |
| Haiku 4.5 | $0.00002 | $0.00191 |
Grade A, and why
fec-init scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 69 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Copy the project template provided by frontend-craft to the configuration directory corresponding to the runtime of the current project. Priority will be given to judging the runtime based on the existing configuration in the current directory; if it cannot be judged, it will be selected based on the tool the user is using.
Execution steps
-
Detect runtime:
- Existence of
.claude/or Claude Code plug-in environment →claude .codex/orAGENTS.mdexists →codex- Existence of
.openclaw/,OPENCLAW-CONFIG.mdoropenclaw.plugin.json→openclaw - Existence of
.qoder/,.qoder/settings.json,.qoder/rules/or.qoder/skills/→qoder - exists
.cursor/→cursor - exists
.windsurf/→windsurf - exists
.opencode/→opencode - exists
.kilo/→kilo - exists
.gemini/orGEMINI.md→gemini - Exist
.github/copilot-instructions.mdor.github/instructions/→copilot - When
.trae/,.augment/,.codebuddy/,.clinerulesexist, they will be processed according to the corresponding runtime - When still unable to determine, ask the user for the runtime currently to be initialized.
- Existence of
-
Initialize by runtime, do not overwrite existing files without confirmation:
claude: Copy Claude templates, hooks, commands, agents, skills and shared rules to.claude/; if.claude/CLAUDE.mdalready exists, confirm first.codex: Copytemplates/codex/AGENTS.mdto the project root (if it does not exist),templates/codex/config.tomlto.codex/config.toml, shared rules to.codex/rules/; skills/agents should be taken care of by the CLI installation process.openclaw: Copytemplates/openclaw/*.mdto the project root directory and commands/skills to.openclaw/; if the file already exists, confirm first.qoder: Copy skills to.qoder/skills/, commands to.qoder/commands/, agents to.qoder/agents/, shared rules to.qoder/rules/, hook scripts to.qoder/hooks/, and generate or merge the hooks configuration of.qoder/settings.json.cursor: Copy shared rules to.cursor/rules/*.mdc, retain thefec-skills directory; Note that Cursor does not support hooks of this plug-in.windsurf: Copy commands to.windsurf/workflows/, shared rules to.windsurf/rules/, and skills to.windsurf/skills/.opencode/kilo: Copy commands to.opencode/command/or.kilo/command/, and skills to the correspondingskills/; OpenCode can complement.opencode/opencode.jsonc.gemini: Copy skills to.gemini/extensions/frontend-craft/skills/. If there is noGEMINI.md, it will be generated by rewriting the Claude template.copilot: merge shared rules into.github/instructions/frontend-craft.instructions.md, commands into.github/prompts/.trae/cline: Write only rules bundles, and make it clear that this is rules-only downgrade mode.antigravity/augment/codebuddy: only install skills; output "This runtime currently has no commands/hooks native adaptation".
-
Under Claude runtime, copy the following template files from the plug-in's
${FRONTEND_CRAFT_ROOT}/templates/claude/and${FRONTEND_CRAFT_ROOT}/templates/shared/rules/to.claude/in the project root directory:templates/claude/CLAUDE.md→.claude/CLAUDE.mdtemplates/claude/settings.json→.claude/settings.jsontemplates/shared/rules/fec-vue.md→.claude/rules/fec-vue.mdtemplates/shared/rules/fec-react.md→.claude/rules/fec-react.mdtemplates/shared/rules/fec-design-system.md→.claude/rules/fec-design-system.mdtemplates/shared/rules/fec-testing.md→.claude/rules/fec-testing.mdtemplates/shared/rules/fec-git-conventions.md→.claude/rules/fec-git-conventions.mdtemplates/shared/rules/fec-i18n.md→.claude/rules/fec-i18n.mdtemplates/shared/rules/fec-performance.md→.claude/rules/fec-performance.mdtemplates/shared/rules/fec-source-driven-development.md→.claude/rules/fec-source-driven-development.mdtemplates/shared/rules/fec-responsive-design.md→.claude/rules/fec-responsive-design.mdtemplates/shared/rules/fec-rendering-patterns.md→.claude/rules/fec-rendering-patterns.mdtemplates/shared/rules/fec-api-layer.md→.claude/rules/fec-api-layer.mdtemplates/shared/rules/fec-state-management.md→.claude/rules/fec-state-management.md-templates/shared/rules/fec-error-handling.md→.claude/rules/fec-error-handling.mdtemplates/shared/rules/fec-naming-conventions.md→.claude/rules/fec-naming-conventions.mdtemplates/shared/rules/fec-typescript.md→.claude/rules/fec-typescript.mdtemplates/shared/rules/fec-code-comments.md→.claude/rules/fec-code-comments.mdtemplates/shared/rules/fec-ci-cd.md→.claude/rules/fec-ci-cd.mdtemplates/shared/rules/fec-refactoring.md→.claude/rules/fec-refactoring.mdtemplates/shared/rules/fec-agent-workflow.md→.claude/rules/fec-agent-workflow.mdtemplates/shared/rules/fec-working-modes.md→.claude/rules/fec-working-modes.md
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 69 lines · 21 tokens per session scan A b67b1c71f4b2
fec-init is a command published in the GitHub repository bovinphang/frontend-craft (21 stars, last pushed 3d ago), licensed MIT. It adds 21 tokens to every session and 1,909 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
psql-query
Run ad-hoc PostgreSQL analytics queries against dev/test database.
discover
Run a full product discovery cycle — from outcome definition through opportunity mapping, prioritisation, and experiment design. Use when the team isn't sure what to build next, or before writing a PRD for a complex feature space.
coding-audit
Medical-coding / revenue-cycle compliance audit. Invokes rcm-reviewer to assess autonomous ICD-10-CM / CPT / HCPCS coding for False Claims Act exposure (upcoding/unbundling), NCCI edits + MUEs, medical necessity (LCD/NCD), modifier discipline, HIPAA minimum-necessary — and force a certified-coder (CPC/CCS) sign-off.
tax-review
Tax-filing compliance check — invokes tax-reviewer to produce TM-tax-{slug}.md with MeF e-file schema, Form 8879, PTIN/Circular 230, and IRC §7216 consent gaps.
update-workflow
Regenerate an existing custom workflow's shortcut command wiring from the current swarm template.
import
Import a shared context bundle, or take a teammate's newer copy of one you already have.