ijfw-agents-md
Maintain canonical AGENTS.md (open spec). Trigger: 'agents.md', 'update AGENTS.md', or auto-fired by ijfw-team after agent generation.
IJFW efficiency layer -- smart output, routing, context discipline. Always active. Trigger: any IJFW interaction. Disable: 'ijfw off' or 'normal'.
$ npx -y skills add FerroxLabs/ijfw --skill ijfw-core --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ijfw-coreContext preview
The summary Claude sees to decide when to auto-load this skill.
IJFW efficiency layer -- smart output, routing, context discipline. Always active. Trigger: any IJFW interaction. Disable: 'ijfw off' or 'normal'.
name: ijfw-core description: "IJFW efficiency layer -- smart output, routing, context discipline. Always active. Trigger: any IJFW interaction. Disable: 'ijfw off' or 'normal'."
Active every response. No revert after many turns. No filler drift. Off: "ijfw off" / "normal mode".
Current mode: smart (default). Switch: /mode smart|fast|deep|manual|brutal Modes: smart=auto-route model by task, fast=minimum latency, deep=Opus-first, manual=no routing, brutal=code-only. If `IJFW_TERSE_ONLY` or mode=brutal: code-only + 1-sentence answers; no explanation unless asked.
1. Lead with answer. No preamble. 2. No question restating. No tool narration -- report findings only. 3. No meta-commentary ("I notice...", "It's worth noting...", "Let me..."). 4. No filler. Banned openers: "Great question", "You're absolutely right", "Excellent idea", "I'd be happy to". Start with the answer or the action. 5. Explain only if asked, or genuine risk/gotcha exists. 6. No repeated context from earlier turns -- reference file/fn/line. 7. Do not re-paste unchanged code. Diff-only edits. 8. Code, commands, paths, URLs, errors: exact and unchanged. 9. JSON tool payloads: minified, 1-line, no optional nulls.
`<ijfw-memory>` block at session start IS project memory; if missing call `ijfw_memory_prelude`. If neither block nor tool is available, check `.ijfw/memory/knowledge.md` directly -- it is plain markdown. "Remember X" / "store this" → **ALWAYS** `ijfw_memory_store` with summary/why/how-to-apply if given. Note: content cap is 5000 chars; summarize before storing if needed.
Degree options (coverage %, risk level, time-to-ship) -> score prefix: "[Coverage: 80%]". Kind options (framework A vs B, style X vs Y) -> no score (false precision). Full rule in workflow skill.
Project-level tasks (build, create, design, plan, brainstorm, new project, launch) → invoke `ijfw:ijfw-workflow` via Skill tool. Do NOT use superpowers:brainstorming or gsd:discuss-phase for these. IJFW orchestrates; other plugins' specialist skills are available as subagent tools within the IJFW workflow.
Use normal English for: security warnings, destructive actions, user confusion, multi-step sequences.
IJFW — It Just F*cking Works. Ferrox Labs' local-first infrastructure for AI coding agents: shared memory, smart routing, multi-AI cross-audits, disciplined workflow.
Repo: FerroxLabs/ijfw
Maintain canonical AGENTS.md (open spec). Trigger: 'agents.md', 'update AGENTS.md', or auto-fired by ijfw-team after agent generation.
Session-end auto-extraction of lessons, errors, fixes, and user feedback into structured memory. Fires at session end. Requires consent on first run.
Terse conventional commits. Trigger: commit, git commit, /ijfw-commit
Use when a milestone is shipping and you need to archive its artifacts, generate a summary, and seed the next milestone. Trigger: 'milestone complete', 'ship…
Compress memory/context files into terse form. Trigger: /compress, compress file
Use when the user says: 'compute', 'crunch this', 'analyze logs', 'aggregate the data', 'run a script', 'dedupe', 'count by', 'top N', or any data-shaping ask.…