Skill rating
226 skills. The A–F grade combines safety (60%) and quality (40%); tests add a bonus. The rating refreshes automatically from open catalogs.
ManufacturingLogistics and warehouseProcurementQuality controlContact centreField serviceFinanceCustomer supportindustry shortcuts
| # | Grade | Skill | Score ▾ | Safety | Quality | Process | Tests | Popularity | Updated |
|---|---|---|---|---|---|---|---|---|---|
| 151 | B | Surface expert frameworks. Use when creating or evaluating skills, hooks, or agents. | 100 | 72 | C | — | — | 2 h ago | |
| 152 | B | Guides project ideation via Socratic questioning to produce a validated brief. Use before specification when requirements are unclear. | 98 | 76 | B | — | — | 2 h ago | |
| 153 | B | Detects time and space complexity hotspots via AST scan. Use when code feels slow, before performance-sensitive merges, or to find O(n²) regressions. | 100 | 73 | B | — | — | 2 h ago | |
| 154 | B | Test skills via TDD in fresh subagents. Use when validating behavior or preventing bias. | 100 | 72 | C | — | — | 2 h ago | |
| 155 | B | Creates behavioral rules in markdown to block dangerous commands or restrict AI behavior. Use when adding safety guardrails or preventing specific commands. | 99 | 75 | D | — | — | 2 h ago | |
| 156 | B | Evaluate hook security, performance, and SDK compliance. Use for audits. | 100 | 72 | D | — | — | 2 h ago | |
| 157 | B | Prepares pull requests by running quality gates, drafting descriptions, and validating tests. Use when completing a feature and ready for review. | 100 | 73 | C | — | — | 2 h ago | |
| 158 | B | Generate diverse solution candidates with category-spanning ideation methods and rotation. Use when stuck on a design or fighting repetitive LLM output. | 100 | 72 | C | — | — | 2 h ago | |
| 159 | B | Applies modular monolith with enforced internal boundaries. Use when teams want service-level autonomy without distributed system overhead. | 100 | 71 | C | — | — | 2 h ago | |
| 160 | B | Applies Functional Core, Imperative Shell to isolate logic from side effects. Use when business logic is entangled with I/O or unit tests are slow and brittle. | 100 | 71 | C | — | — | 2 h ago | |
| 161 | B | Applies client-server architecture for web/mobile apps. Use when designing systems with centralized backend services, trust boundaries, or offline-first sync. | 100 | 71 | C | — | — | 2 h ago | |
| 162 | B | Applies microservices for independent deployment and per-service scaling. Use when teams need autonomous release cycles with distinct capability scaling needs. | 100 | 71 | C | — | — | 2 h ago | |
| 163 | B | Applies coarse-grained service architecture for deployment independence. Use when independent deployment is needed but shared databases rule out microservices. | 100 | 71 | C | — | — | 2 h ago | |
| 164 | B | Applies event-driven async messaging to decouple producers and consumers. Use when designing real-time or multi-subscriber systems needing loose coupling. | 100 | 71 | C | — | — | 2 h ago | |
| 165 | B | Applies microkernel architecture with minimal core and plugin extensibility. Use when building platforms where third parties extend core functionality. | 100 | 71 | C | — | — | 2 h ago | |
| 166 | B | Applies data-grid architecture for high-traffic stateful workloads. Use when a single database cannot scale and in-memory partitioning is needed. | 100 | 71 | C | — | — | 2 h ago | |
| 167 | B | Applies serverless FaaS patterns for event-driven workloads. Use when designing bursty workloads with minimal infrastructure and pay-per-execution cost model. | 100 | 71 | C | — | — | 2 h ago | |
| 168 | B | architecture-paradigm-hexagonalProcedureInfrastructureSoftware developmentathola/claude-night-marketHermes Applies hexagonal architecture isolating domain from infrastructure. Use when designing systems where testability and port/adapter separation are priorities. | 100 | 71 | C | — | — | 2 h ago | |
| 169 | B | Applies pipes-and-filters for sequential data transformations. Use when data flows through discrete stages like ETL, streaming analytics, or CI/CD pipelines. | 100 | 71 | C | — | — | 2 h ago | |
| 170 | B | architecture-paradigm-layeredProcedureSoftware developmentInfrastructureathola/claude-night-marketHermes Applies layered n-tier architecture with enforced boundaries. Use when designing moderate systems needing clear presentation, domain, and persistence layers. | 100 | 71 | C | — | — | 2 h ago | |
| 171 | B | Generates markdown digests and CSV exports for GitHub initiative health. Use when reporting on issue/PR progress across a milestone or project. | 100 | 71 | C | — | — | 2 h ago | |
| 172 | B | Ramps implementation ambition a notch only after the prior increment is understood. Use when building a feature you must understand, not just ship. | 100 | 71 | C | — | — | 2 h ago | |
| 173 | B | Inverts burden of proof for code additions. Use when reviewing PRs, planning refactors, or running unbloat to challenge every addition's necessity. | 100 | 71 | C | — | — | 2 h ago | |
| 174 | B | Standardizes release approvals with GitHub-aware checklists and deployment gates. Use before releasing to production to verify all gates pass. | 100 | 71 | C | — | — | 2 h ago | |
| 175 | B | Orchestrates Spec Driven Development by coordinating spec, plan, and task skills. Use when running the full speckit workflow from spec to implementation. | 100 | 71 | C | — | — | 2 h ago | |
| 176 | B | Verifies workspace state and staged changes as a read-only preflight. Use before commits or PRs to confirm staged set is clean and correct. | 100 | 71 | C | — | — | 2 h ago | |
| 177 | B | Delegates tasks to a locally served Muse Glimmer via ollama. Use when delegation-core selects glimmer or the prompt must not leave the machine. | 95 | 78 | B | — | — | 2 h ago | |
| 178 | B | Tracks per-agent token usage and flags waste in parallel dispatch. Use when evaluating parallel agent efficiency or after a multi-agent run. | 100 | 71 | C | — | — | 2 h ago | |
| 179 | B | Installs egregore watchdog daemon via launchd or systemd for autonomous relaunching. Use when setting up egregore on a new machine. Do not use on CI/CD runners. | 90 | 85 | C | — | — | 2 h ago | |
| 180 | B | Decides hand-vs-compiler for loop transforms (unrolling, SIMD, fusion, branchless). Use when reviewing/authoring a hot loop or tempted to hand-optimize one. | 100 | 71 | C | — | — | 2 h ago | |
| 181 | B | Configures pre-commit hooks for linting, type checking, formatting, and testing. Use when setting up a new project or adding quality gates to an existing one. | 100 | 71 | C | — | — | 2 h ago | |
| 182 | B | Delegates tasks to Z.ai GLM-5.x via the stock claude binary and an endpoint swap. Use when delegation-core selects GLM or a 1M-token context is needed. | 100 | 70 | C | — | — | 2 h ago | |
| 183 | B | Makes agent reasoning visible, surfaces tradeoffs, and fades help so humans build judgment. Use when reviewing or learning from agent-written code. | 100 | 71 | C | — | — | 2 h ago | |
| 184 | B | Maps file structure and module organization of a codebase. Use before architecture reviews, refactoring planning, or migration scope estimation. | 100 | 71 | C | — | — | 2 h ago | |
| 185 | B | Creates clear, testable specifications from feature descriptions with user stories. Use when starting a new feature and needing a spec before planning. | 100 | 71 | C | — | — | 2 h ago | |
| 186 | B | Analyzes changesets with risk scoring, categorization by type and impact, and release note preparation. Use when extracting insights from raw change data. | 100 | 71 | C | — | — | 2 h ago | |
| 187 | B | Applies stewardship virtues (Care, Curiosity, Humility, Diligence) to plugin work. Use when authoring plugins or reviewing code quality. | 100 | 71 | C | — | — | 2 h ago | |
| 188 | B | Scores feature worthiness and enforces branch-size limits against overengineering. Use when evaluating whether a feature belongs in the current scope or branch. | 100 | 70 | C | — | — | 2 h ago | |
| 189 | B | Searches GitHub for existing implementations, libraries, or patterns. Use when finding code examples or prior art on a topic during a research session. | 100 | 71 | D | — | — | 2 h ago | |
| 190 | B | Scans HN, Lobsters, Reddit, and tech blogs for community experience reports. Use when gathering practitioner opinions on a technology or approach. | 100 | 71 | C | — | — | 2 h ago | |
| 191 | B | Searches academic literature via arXiv, Semantic Scholar, and open-access PDFs. Use when building literature reviews or finding formal research on a topic. | 100 | 71 | D | — | — | 2 h ago | |
| 192 | B | Applies TRIZ cross-domain analogical reasoning to find solutions from adjacent fields. Use when stuck on a problem and needing inventive perspectives. | 100 | 71 | C | — | — | 2 h ago | |
| 193 | B | Refines an active research session by drilling deeper into a subtopic. Use after tome:research to narrow results to a specific channel or angle. | 100 | 71 | C | — | — | 2 h ago | |
| 194 | B | Models a business in its own language. Use when the domain has real business rules to capture. | 100 | 68 | D | — | — | 2 h ago | |
| 195 | B | Delegates tasks to Meta's Muse Code CLI (muse) via delegation-core. Use when delegation-core selects Muse or repository-scale work needs a 1M-token context. | 95 | 75 | C | — | — | 2 h ago | |
| 196 | B | knowledge-intakeProcedurePowerPointSoftware developmentInfrastructureathola/claude-night-marketHermes Processes external resources into stored knowledge with quality scoring and routing. Use when ingesting articles, papers, or docs into a memory palace. | 100 | 65 | D | — | — | 2 h ago | |
| 197 | B | Guide creating Claude Code skills with TDD and persuasion principles. Use for new skill development. | 95 | 72 | C | — | — | 2 h ago | |
| 198 | B | Reviews pull requests with scope validation, requirements compliance, and line comments. Use when reviewing GitHub or GitLab PRs. | 100 | 65 | C | — | — | 2 h ago | |
| 199 | B | Detects AI-generated writing patterns in prose. Use when reviewing docs for slop, vague language, or identity leaks before publishing. | 100 | 60 | C | — | — | 2 h ago | |
| 200 | B | Convenes a multi-LLM expert panel to pressure-test hard-to-reverse decisions. Use when reversibility score is low and adversarial review is warranted. | 81 | 78 | B | — | — | 2 h ago |