ijfw-agents-md
Maintain canonical AGENTS.md (open spec). Trigger: 'agents.md', 'update AGENTS.md', or auto-fired by ijfw-team after agent generation.
Terse conventional commits. Trigger: commit, git commit, /ijfw-commit
$ npx -y skills add FerroxLabs/ijfw --skill ijfw-commit --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ijfw-commitContext preview
The summary Claude sees to decide when to auto-load this skill.
Terse conventional commits. Trigger: commit, git commit, /ijfw-commit
name: ijfw-commit description: "Terse conventional commits. Trigger: commit, git commit, /ijfw-commit"
Write commit messages following Conventional Commits.
Format: type(scope): subject
Rules:
Examples:
After commit completes successfully, run in the same shell:
command -v ijfw >/dev/null 2>&1 && ijfw cross critique HEAD~1..HEAD &
Then narrate to the user using this exact structure:
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.
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.…
IJFW efficiency layer -- smart output, routing, context discipline. Always active. Trigger: any IJFW interaction. Disable: 'ijfw off' or 'normal'.