From byhris-conventions
Use when starting any feature, phase, fix, or refactor in the by-hris-designs repo. Use when about to commit, push, open a PR, or merge. Use when deciding how to run a roadmap phase or where specs and plans live.
How this skill is triggered — by the user, by Claude, or both
Slash command
/byhris-conventions:byhris-house-protocolThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The working agreement for this repo. It encodes decisions already made — follow it instead of re-deriving process per session.
The working agreement for this repo. It encodes decisions already made — follow it instead of re-deriving process per session.
Every roadmap phase runs as one superpowers cycle — brainstorm → writing-plans → executing-plans — on its own branch, gated by bun run check, merged only after verification.
docs/superpowers/BACKLOG.md. Specs and plans are saved under docs/superpowers/{specs,plans}/YYYY-MM-DD-<name>*.md and committed.bun run check green + GitHub Actions CI green + Vercel preview deployment READY + the PROTOCOL.md manual checks for anything user-visible.bun run check = biome check (lint + format) + typecheck + bun audit --audit-level=high + build. It is the gate before every PR; CI runs the same gates.commit-msg hook).h.goretsov <[email protected]> (use --author= — committer identity may differ)..claude/launch.json), or 3000 plain bun run dev.bun run build && bun run start — never trust bun run dev for this (React StrictMode breaks AnimatePresence exit animations in dev).by-hris-designs), production domain https://www.byhris.cc. Framework preset is nextjs — project settings live on Vercel's side, not in the repo.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub forressterr/by-hris-designs --plugin byhris-conventions