fdf-import-effective-instructions-compact-portable

fdf-import-effective-instructions-compact-portable is a command for Claude Code from QuasarByte/feature-driven-flow-claude. It costs 17 tokens per session (236 once invoked), scanned A, a copy of fdf-import-effective-instructions-bundle-portable, MIT.

A command that imports the agent’s compiled instructions from a portable file containing the needed content.

In plain words
What is it for?
Loading a compact instruction file, checking its format and sources, asking how to handle custom instructions, and recording the final decision.
Why use it?
It lets a project reuse checked instructions from another location while validating them and handling any included custom instructions.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the feature-driven-flow plugin — 4 skills, 19 commands shipped together

Good fit Loading a compact instruction file, checking its format and sources, asking how to handle custom instructions, and recording the final decision.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/quasarbyte/feature-driven-flow-claude/fdf-import-effective-instructions-compact-portable
Install

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.

Clone the repo
git clone --depth 1 https://github.com/QuasarByte/feature-driven-flow-claude

Made for: Claude Code.

Or install feature-driven-flow, the plugin that ships this one along with the rest of its 4 skills, 19 commands.

Wrote 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.

agentmods badge for fdf-import-effective-instructions-compact-portable

README.md
[![agentmods](https://agentmods.dev/badge/commands/quasarbyte/feature-driven-flow-claude/fdf-import-effective-instructions-compact-portable/github.svg)](https://agentmods.dev/commands/quasarbyte/feature-driven-flow-claude/fdf-import-effective-instructions-compact-portable)
Your own site
<a href="https://agentmods.dev/commands/quasarbyte/feature-driven-flow-claude/fdf-import-effective-instructions-compact-portable"><img src="https://agentmods.dev/badge/commands/quasarbyte/feature-driven-flow-claude/fdf-import-effective-instructions-compact-portable/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.

agentmods 80×15 button for fdf-import-effective-instructions-compact-portable

Your own site · 80×15
<a href="https://agentmods.dev/commands/quasarbyte/feature-driven-flow-claude/fdf-import-effective-instructions-compact-portable"><img src="https://agentmods.dev/badge/commands/quasarbyte/feature-driven-flow-claude/fdf-import-effective-instructions-compact-portable.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 17 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 236 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 88% copy Near-identical to another mod in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00017 $0.00236
Opus 5 $0.00009 $0.00118
Sonnet 5 $0.00003 $0.00047
Haiku 4.5 $0.00002 $0.00024

Measured 9d ago against content hash 5077c607b056, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

fdf-import-effective-instructions-compact-portable 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 9d 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.

Origin

This is a copy

88% identical to fdf-import-effective-instructions-bundle-portable — 10 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

plugins/feature-driven-flow/commands/fdf-import-effective-instructions-compact-portable.md · 22 lines

What it actually says

Task: $ARGUMENTS

Requirements:

  1. Interpret $ARGUMENTS as optional compact portable file path.
  2. If path is missing, try default from settings:
    • effective_instructions.import.default_portable_compact_file
  3. Validate candidate against:
    • fdf/schemas/fdf-effective-instructions-compact-portable.schema.json
  4. Ensure embedded_sources exists and content mode is accepted by:
    • effective_instructions.import.accept_content_modes
  5. If custom_instructions exists and effective_instructions.import.allow_custom_instructions=true, ask user to:
    • accept imported custom instructions as-is,
    • modify/rephrase before use,
    • discard imported custom instructions.
  6. If effective_instructions.import.require_custom_instructions_confirmation=true, do not apply imported custom instructions until user confirms.
  7. Ask user to accept imported instructions, refresh from current assets, or discard.
  8. Record validation, custom instruction disposition, and final disposition in Scope outputs.
Changes

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.

  1. 9d ago First seen · 22 lines · 17 tokens per session scan A 5077c607b056

Subscribe to this mod's changes

fdf-import-effective-instructions-compact-portable is a command published in the GitHub repository QuasarByte/feature-driven-flow-claude (5 stars, last pushed 5mo ago), licensed MIT. It adds 17 tokens to every session and 236 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% identical to fdf-import-effective-instructions-bundle-portable, differing in 10 lines, and is treated as a copy.