Add ClaudeOS-Core to Tools & Utilities#236
Open
claudeos-core wants to merge 2 commits intojqueryscript:mainfrom
Open
Add ClaudeOS-Core to Tools & Utilities#236claudeos-core wants to merge 2 commits intojqueryscript:mainfrom
claudeos-core wants to merge 2 commits intojqueryscript:mainfrom
Conversation
CLAUDE.md + .claude/rules/ generator. Complementary to ClaudeForge — uses a deterministic scanner-first approach with path allowlist constraint.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding ClaudeOS-Core to the 🛠️ Tools & Utilities section.
What it is
A deterministic Node.js CLI that auto-generates
CLAUDE.mdand.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).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 ⭐), beforeclaudecode-macmenu(32 ⭐) — fits the existing star-count ordering in the unmarked tier.Quality signals
glob,gray-matter)