Browse Skills
11972 skills across 8 categories
๐งช
4w ago
Eval Harness
Eval Harness defines capability, regression, and human-review evals for Claude Code sessions. Use it to plan work before coding, run checks during implementation, and report pass@k results.
Quality
806175
๐งช
4w ago
Extract Error Codes
Extract Error Codes runs `yarn extract-errors` to find new React errors that need codes assigned. Use it when adding error messages or when warnings say an error code is unknown.
Quality
806175
๐
4w ago
Frontend Code Review
Frontend Code Review reviews `.tsx`, `.ts`, and `.js` files for checklist violations. Use it for pending changes or named files before code is submitted.
Quality
806175
๐
4w ago
Review Loop
Review Loop runs an implement-then-check cycle with a fresh independent checker before a change is marked done. Use it for behavioral changes, especially when you need an adversarial second pass on the current revision.
Quality
806175
๐ก๏ธ
4w ago
Security Pipeline
Security Pipeline runs CWE Top 25 checks, STRIDE analysis, and pre-commit vulnerability scanning when sensitive code changes or security commands are used. It helps gate commits and review fixes for common security issues.
Quality
806175
๐ง
4w ago
Business Logic Hunting
Business Logic Hunting finds logic flaws in payment, auth, and subscription flows such as price manipulation, race conditions, MFA bypass, and trial abuse. Use it when testing for workflow skipping or client-side state trust issues.
Quality
804156
๐งช
4w ago
Chemistry Accuracy And Cost For Every Module You Swap In
Chemistry Accuracy And Cost For Every Module You Swap In helps evaluate drop-in replacement modules by reporting both accuracy and cost for each alternative. Use it when a paper claims a substituted layer is more accurate and cheaper, and you need matched comparisons and normalized runtime ratios.
Quality
80425
๐งช
4w ago
Chemistry Reproduction Path
Chemistry Reproduction Path helps you reproduce a published benchmark score by matching the source's exact scoring path before changing anything. Use it to document splits, filtering, ordering, checkpoint choice, pooling, and seed aggregation, then compare each step against your own run.
Quality
80425
๐
4w ago
Correlate
Correlate runs a finding correlation engine to turn individual findings into attack chains. Use it after collecting bugs to identify multi-step paths, document reproduction steps, and surface high-impact chains.
Quality
804156
๐
4w ago
Detection Score Population Claims
Detection Score Population Claims explains how to compare detection or ranking scores across studies by publishing the candidate population, checking prevalence effects, and describing extra detections. Use it when a score or arm comparison could be distorted by different denominators or unlabeled items.
Quality
80425
๐
4w ago
Duplicate Check
Duplicate Check searches platform hacktivity and local findings to see whether a vulnerability has already been reported. Use it before writing up a finding to judge duplicate risk and related prior art.
Quality
804156
๐
4w ago
Hunt IDOR
Hunt IDOR finds insecure direct object references and broken object level authorization issues in web apps, APIs, GraphQL, and multi-tenant services. Use it when testing for cross-tenant data access, object ID tampering, and field-level authorization gaps.
Quality
804156