Borrowing it
Nothing to install: this file belongs to AI-agents-incubator/n8n-pilot. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/AI-agents-incubator/n8n-pilot/main/.claude/commands/fi.mdgit clone --depth 1 https://github.com/AI-agents-incubator/n8n-pilotWrote 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/ai-agents-incubator/n8n-pilot/fi)<a href="https://agentmods.dev/commands/ai-agents-incubator/n8n-pilot/fi"><img src="https://agentmods.dev/badge/commands/ai-agents-incubator/n8n-pilot/fi/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/ai-agents-incubator/n8n-pilot/fi"><img src="https://agentmods.dev/badge/commands/ai-agents-incubator/n8n-pilot/fi.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00005 | $0.00342 |
| Opus 5 | $0.00003 | $0.00171 |
| Sonnet 5 | $0.00001 | $0.00068 |
| Haiku 4.5 | $0.00001 | $0.00034 |
Grade A, and why
fi 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.
What it actually says
Completion Protocol
CRITICAL: Read the protocol file fresh to avoid missing steps during long sessions.
Step 0: Read Protocol File
Read .claude/protocols/completion.md
This file contains the complete Completion Protocol (immune to context compaction).
Execute all steps from the protocol file:
npm run build— verify build passes- Update metafiles:
.claude/BACKLOG.md— mark completed tasks[x].claude/SNAPSHOT.md— update version and statusCHANGELOG.md— add entry (if release)README.md+README_RU.md— update if major features added.claude/ARCHITECTURE.md— update if code structure changed
- Export dialogs:
node .claude/dist/claude-export/cli.js export - Git commit:
git add -A && git status git commit -m "type: description" - Push & PR check:
- Ask: "Push to remote?"
- If yes:
git push - Check:
git log origin/main..HEAD --oneline - If empty → All merged, no PR needed
- If has commits → Ask: "Create PR?"
- Mark session clean:
echo '{"status": "clean", "timestamp": "'$(date -Iseconds)'"}' > .claude/.last_session
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 · 44 lines · 5 tokens per session scan A 115677cab3f9
fi is a command published in the GitHub repository AI-agents-incubator/n8n-pilot (29 stars, last pushed 6mo ago), licensed MIT. It adds 5 tokens to every session and 342 once invoked, about $0.0000 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-09-04.
Other commands, from other repositories
ship
Encodes the "stage and commit" ritual: verify (receipt gate) → scope → branch → write the commit message from what is actually staged → commit → push → open PR to the default branch → move the Jira issue to In Review. NO merge (merging is the reviewer's call). NO tag (deploys are project-specific and out of scope).
flow
Universal workflow entry point. Use /flow for skill-driven GitHub development. Verbs: start, commit, pr, review, address, merge, resolve, release, status, learn, setup, explain, debug, design, brainstorm, issue.
commit-push-pr
Commit, push, and open a PR.
weekly-summary
Generate weekly work summary from git activity.
gsd:remove-phase
Remove a future phase from roadmap and renumber subsequent phases.
changelog-auto
Auto-generar entradas de CHANGELOG.md desde commits convencionales. Usa cuando el usuario dice "generar changelog", "update changelog", "changelog", "conventional commits", "auto changelog", "release notes", "generar release notes", "伽 changelog". Genera entradas desde conventional commits (feat, fix, docs, etc.) con…