Skip to content

Add ClaudeOS-Core to Tools & Utilities#236

Open
claudeos-core wants to merge 2 commits intojqueryscript:mainfrom
claudeos-core:main
Open

Add ClaudeOS-Core to Tools & Utilities#236
claudeos-core wants to merge 2 commits intojqueryscript:mainfrom
claudeos-core:main

Conversation

@claudeos-core
Copy link
Copy Markdown

@claudeos-core claudeos-core commented Apr 26, 2026

Adding ClaudeOS-Core to the 🛠️ Tools & Utilities section.

What it is

A deterministic Node.js CLI that auto-generates CLAUDE.md and .claude/rules/ from a project's actual source code. Uses a 4-pass Claude pipeline constrained by an explicit path allowlist (the LLM cannot fabricate paths that don't exist in the repo).

  • npm: https://www.npmjs.com/package/claudeos-core
  • License: ISC
  • 12 stacks: Java/Kotlin Spring, Node (Express/NestJS/Fastify/Next.js/Vite), Python (Django/FastAPI/Flask), Vue/Nuxt, Angular
  • 10 output languages
  • 5 post-generation validators (claude-md-validator, content-validator, pass-json-validator, plan-validator, sync-checker)
  • Monorepo-aware (Turborepo / pnpm workspaces / Lerna)

How it complements existing entries

Closest neighbor on the list is ClaudeForge (117 ⭐) — also a CLAUDE.md generator, but takes a different approach. ClaudeOS-Core's differentiator: a scanner-first architecture that extracts stack/ORM/package layout/file paths before any LLM call, then constrains generation to that explicit allowlist. Same input → byte-identical output across runs.

Also complements claude-code-auto-memory (81 ⭐) — that maintains CLAUDE.md, ClaudeOS-Core generates it from scratch.

Insertion location

After claude-code-thinking-patch (38 ⭐), before claudecode-macmenu (32 ⭐) — fits the existing star-count ordering in the unmarked tier.

Quality signals

  • 736 tests across 33 files, all passing
  • CI matrix: Linux × macOS × Windows × Node 18/20
  • Only 2 runtime dependencies (glob, gray-matter)
  • Active maintenance (16 versions across the v2.x series)
  • 1,000+ weekly npm downloads

CLAUDE.md + .claude/rules/ generator. Complementary to ClaudeForge — uses a deterministic scanner-first approach with path allowlist constraint.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant