| Skill | Added | Review |
|---|---|---|
stress-plan .claude/skills/stress-plan/SKILL.md Use when an implementation plan has just been written and before any code is written — hands the plan to a second model in a fresh context to attack it, then requires every finding to be closed or rejected in writing. Invoked by new-feat at the end of its planning step and by orchestrate once per phase, and worth running on its own for any plan whose assumptions have not been checked against the code. | 69 69 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 5438649 | |
rate-complexity .claude/skills/rate-complexity/SKILL.md Use when an issue needs its complexity declared — proposing a rating from the issue body alone and getting the owner to confirm or amend it, or backfilling a rating onto an existing unrated issue. Invoked by new-feat at issue-creation time; also the backfill path for issues opened before the label existed. | 65 65 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 5438649 | |
setup-osn .claude/skills/setup-osn/SKILL.md Use when setting up or repairing a development environment for this repository on a machine — Bun at the pinned version, the GitHub CLI and its auth, SSH commit signing and the recommended git config, workspace dependencies, lefthook hooks and the portless dev proxy — and verifying it with the type-check, lint and format gates. Also the place to start when bun, gh, turbo or a hook is missing or the wrong version. | 72 72 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 5438649 | |
review-tests .claude/skills/review-tests/SKILL.md Use when checking whether a branch is adequately tested — building and running the affected workspaces, then auditing changed code for missing test files, untested exports, untested error paths and untested routes — and reporting gaps with T-M/U/E/R/S IDs in the four-field format. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 5438649 | |
review-security .claude/skills/review-security/SKILL.md Use when reviewing a branch diff for security concerns — auth, tokens and sessions, injection, secrets, cookies, CSP and third-party content — and reporting findings with S-C/H/M/L IDs in the four-field format. | 75 75 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 5438649 | |
review-performance .claude/skills/review-performance/SKILL.md Use when reviewing a branch diff for performance defects — redundant database round trips, N+1 queries, unbounded reads, per-request layer rebuilds, wasted client fetches, and build steps that ship a broken artefact — and reporting findings with P-C/W/I IDs in the four-field format. | 74 74 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 5438649 | |
review-docs .claude/skills/review-docs/SKILL.md Use when reviewing the documentation a branch changes — CLAUDE.md, READMEs and pages under wiki/ — or sweeping the whole wiki with --full. Cross-checks every claim a page makes against the code, finds wikilinks and heading anchors the branch broke, checks frontmatter and page shape, and reports D-C/H/M/L findings in the four-field format. | 77 77 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 5438649 | |
review-deps .claude/skills/review-deps/SKILL.md Use when auditing the monorepo's dependencies — every workspace package.json — for version drift between workspaces and for upgrades available on npm. Finds the packages whose declared ranges disagree, checks the registry for newer versions, classifies each upgrade against the waiting-period rules, reads the changelogs of the ready ones, and reports the package.json changes to make. | 75 75 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 5438649 | |
prep-pr .claude/skills/prep-pr/SKILL.md Use when preparing the current branch for a pull request — resolving the base branch, checking changesets, running builds and reviews, filing findings as issues, and opening the PR with the mandatory five-section body. | 68 68 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 5438649 | |
orchestrate .claude/skills/orchestrate/SKILL.md Use when driving one or more tasks end to end from the local bare-repo root — a feature designed with the user first when its scope is open, or a ready list of tasks — ordering them, cutting a worktree per task, handing each to a subagent that runs new-feat, running prep-pr with every finding fixed rather than reported, and shepherding each pull request to a squash merge and worktree teardown. Not for a one-file change, and not outside the bare repo. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 5438649 | |
new-feat .claude/skills/new-feat/SKILL.md Use when starting a piece of feature or fix work in this repository — taking or opening its GitHub issue, cutting the branch (a worktree on the local bare repo, an in-place branch on the remote environment) and producing the implementation plan, including the wiki pages the work will make stale and its observability plan. Also the step for turning a tracker finding into a branch without publishing it. | 70 70 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 5438649 | |
effect-v3-to-v4 .agents/skills/effect-v3-to-v4/SKILL.md Use this skill when migrating a codebase from Effect v3 to Effect v4, upgrading `effect` or any `@effect/*` package across the v3/v4 boundary. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 7a77cbd | |
effect-ts .agents/skills/effect-ts/SKILL.md Use this skill when setting up a repository that uses the Effect Typescript library. | 66 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 7a77cbd |