Ijfw Summarize

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

FerroxLabs Updated 37 repo stars

File contents

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 platform context file (CLAUDE.md, GEMINI.md, or 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.

ferroxlabs/ijfw/tree/main/codex/skills/ijfw-summarize commit 5691e68c2d

Frequently asked questions

npx skillmds@latest add ferroxlabs/ijfw-summarize-2