원클릭으로
recalc-rs
recalc-rs에는 eugenelim에서 수집한 skills 4개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Use this skill when the user asks to create, write, draft, or open a new ADR (architecture decision record). Triggers on phrases like "new ADR", "write an ADR for…", "record this decision", "let's ADR this". Do NOT use for RFCs (use `new-rfc`) or for the phased build plan (that's docs/PLAN.md).
Use this skill when the user wants to propose, draft, or open an RFC (request for comments). Triggers on "RFC", "propose a change to…", "let's get input on…", "draft a proposal". Do NOT use for already-decided things (use `new-adr`) or for changes that fit in a normal PR.
Use this skill when the user wants to change `docs/CHARTER.md` or make significant changes to `CONTRIBUTING.md`. Triggers on "let's change the charter", "update the principles", "amend the charter", "change how we work". Charter and significant convention changes go through RFC review, not direct PR.
Use this skill whenever you're implementing a non-trivial change — a phase of the build plan, a bug fix touching more than one file, a refactor, or anything driven by a conformance case. Enforces the plan → execute → gates → review loop with mechanical verification. Default to this skill for any task larger than a one-line edit.