ss-resolve
Compile a small, deterministic StyleSeed rule bundle for one agent, output grammar, surface adapter, domain, page type, brand recipe, and optional profile. Use before setup or build, when STYLESEED.md changes, when updating StyleSeed, or whenever an agent would otherwise load the full rule handbook.
npx skills add bitjaru/styleseed --skill ss-resolve --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Resolve effective StyleSeed context Use the bundled `scripts/resolve-context.mjs`; do not hand-compose the rule stack. 1. Read `STYLESEED.md` when it exists. Confirm missing required selections with the user. 2. Keep the working directory at the user's project root. Invoke the script by its installed path; do not `cd` into the skill directory. Prefer `--from-lock STYLESEED.md`; explicit flags override lock values. 3. Read the emitted `.styleseed/effective-rules.md` before building. 4. Preserve `.styleseed/manifest.json`. It records selections, source hashes, and the bundle hash for updates and reproducibility. 5. Use `--check` to detect context drift without rewriting files. ```bash node <installed-ss-resolve>/scripts/resolve-context.mjs \ --from-lock STYLESEED.md \ --agent codex ``` Without a lock: ```bash node <installed-ss-resolve>/scripts/resolve-context.mjs \ --agent claude \ --grammar operations-console \ --adapter product-ui \ --domain saas \ --page dashboard \ --recipe enterprise-workbench \ --profile swiss ``` Use `--list` to print supported IDs. `--recipe auto` maps the selected grammar to a maintained default; pass an explicit recipe when the product needs a different
node <installed-ss-resolve>/scripts/resolve-context.mjs \
What does the ss-resolve skill do?
Compile a small, deterministic StyleSeed rule bundle for one agent, output grammar, surface adapter, domain, page type, brand recipe, and optional profile. Use before setup or build, when STYLESEED.md changes, when updating StyleSeed, or whenever an agent would otherwise load the full rule handbook.
How do I install it?
Run `npx skills add bitjaru/styleseed --skill ss-resolve --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From bitjaru/styleseed, a repository with 867 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.