Skip to content
Development
Skill

/ijfw-summarize

Generate optimized project context from codebase scan. Trigger: new project, no CLAUDE.md, /ijfw-summarize

From plugin
ijfw
20591 skills37 agents22 commands1 MCP
Install
$ npx -y skills add FerroxLabs/ijfw --skill ijfw-summarize --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/ijfw-summarize

Context preview

The summary Claude sees to decide when to auto-load this skill.

Generate optimized project context from codebase scan. Trigger: new project, no CLAUDE.md, /ijfw-summarize

SKILL.md

ijfw-summarize.SKILL.md
name: ijfw-summarize
description: "Generate optimized project context from codebase scan. Trigger: new project, no CLAUDE.md, /ijfw-summarize"
context: fork
model: haiku
effort: low

Scan the codebase and generate an optimized project context file.

Process

1. Read: package.json, tsconfig.json, Cargo.toml, pyproject.toml, go.mod, Dockerfile, docker-compose.yml, .env.example, Makefile -- whatever exists. 2. Scan: directory structure (2 levels deep), test framework, linter config, CI config. 3. Detect: language, framework, database, ORM, auth approach, deployment target. 4. Identify: key directories, entry points, API route patterns, shared utilities.

Output

Write a CLAUDE.md (or platform equivalent) with:

# Project Context

Stack: <framework> / <language> / <database>
Architecture: <pattern -- monolith, microservices, serverless, etc.>
Entry: <main entry point(s)>
Tests: <framework + command to run>
Lint: <tool + command>

## Structure
<key directories and their purpose, 1 line each>

## Patterns
<established code patterns to follow, 1 line each>

## Key Files
<important files a new contributor should know about>

Rules:

  • Max 50 lines. This loads every session.
  • No boilerplate explanations. Just facts.
  • If uncertain about a pattern, omit it -- don't guess.
Ships withijfw

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.

Get the whole plugin