ijfw-agents-md
Maintain canonical AGENTS.md (open spec). Trigger: 'agents.md', 'update AGENTS.md', or auto-fired by ijfw-team after agent generation.
Compress memory/context files into terse form. Trigger: /compress, compress file
$ npx -y skills add FerroxLabs/ijfw --skill ijfw-compress --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ijfw-compressContext preview
The summary Claude sees to decide when to auto-load this skill.
Compress memory/context files into terse form. Trigger: /compress, compress file
name: ijfw-compress description: "Compress memory/context files into terse form. Trigger: /compress, compress file"
Compress the target file. Preserve all meaning. Reduce tokens.
Rules:
Process: 1. Back up: cp <file> <file>.original.md 2. Compress prose sections. 3. Validate: all headings preserved, all code blocks intact, all URLs unchanged. 4. Report savings as measured per-artifact: "Compressed: <before> -> <after> tokens (<percent>% saved on this artifact)". Report the MEASURED number from wc -w / token-count on the actual files. Do NOT claim a fixed percentage — savings vary widely by input shape (verbose handoffs compress further than dense memory files). v1.5.0 audit removed the legacy hardcoded "50% / 40-50%" framing from this skill in favor of measured-per-receipt reporting.
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…
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.…
IJFW efficiency layer -- smart output, routing, context discipline. Always active. Trigger: any IJFW interaction. Disable: 'ijfw off' or 'normal'.