agentsclimarketplace

Gen context

Skill huzaifa525/claude-code-optimizer/templates/.claude/skills/gen-context

Optimize Claude Code token usage — 22 skills, 8 hooks, 6 rules. One npm install. Zero manual steps. Cut costs by 67%.

Install
npx -y skills add huzaifa525/claude-code-optimizer --skill gen-context

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 9 stars9 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use when starting a new session, the project has changed significantly, or you need a fresh context summary.

SKILL.md

1.2 KB, as published. Nobody here has run it

Generate a comprehensive but concise project context by analyzing the codebase.

Steps

  1. Read package.json / pyproject.toml / Cargo.toml → identify stack, dependencies, scripts
  2. Scan top-level structureGlob("*") then Glob("src/*") or equivalent
  3. Find entry points → main files, index files, app setup files
  4. Identify framework → Express, Next.js, FastAPI, Django, etc.
  5. Check for existing CLAUDE.md → read current instructions
  6. Read recent git historygit log --oneline -10
  7. Identify key patterns → how routes/components/models are structured

Return Format

## Project: [name]
## Stack: [framework, language, database, etc.]

### Commands
- Build: [command]
- Test: [command]
- Dev: [command]

### Entry Points
- [file] → [what it wires together]

### Structure
- [dir/] → [purpose]

### Recent Activity
- [last 5 commits summarized]

### Suggested CLAUDE.md Updates
- [anything missing from current CLAUDE.md]
<!-- Skill by Huzefa Nalkheda Wala | claude-code-optimizer -->

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.