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 |
|---|---|---|---|---|---|---|---|---|---|
| 51 | A | Audit Skill() refs; detect hubs, isolates, and dangling targets. Use when auditing skills. | 100 | 78 | C | — | — | 2 h ago | |
| 52 | A | Assesses decision reversibility and risk at critical checkpoints. Use when a workflow reaches a high-stakes branch needing escalation check. | 100 | 78 | C | — | — | 2 h ago | |
| 53 | A | Executes implementation plans with progress tracking, checkpoint validation, and quality gates. Use after planning is complete and tasks are ready to implement. | 100 | 77 | C | — | — | 2 h ago | |
| 54 | A | Contract for the project decision journal (tradeoffs and lessons-learned logs). Use when recording a decision, tradeoff, or lesson, or building a consumer hook. | 100 | 78 | C | — | — | 2 h ago | |
| 55 | A | Formats review deliverables with consistent structure for comparable findings. Use when finalizing any review or analysis that must be shared or compared. | 100 | 78 | C | — | — | 2 h ago | |
| 56 | A | Audits Makefiles for build correctness, portability, and recipe duplication. Use when reviewing a Makefile or before committing Makefile changes. | 100 | 78 | C | — | — | 2 h ago | |
| 57 | A | Bumps versions, updates changelogs, and coordinates version changes across files for releases. Use when preparing a release or bumping the project version. | 100 | 78 | C | — | — | 2 h ago | |
| 58 | A | Detects workflow failures and inefficient patterns then files GitHub issues. Use when a workflow step repeatedly fails or produces inconsistent output. | 100 | 78 | B | — | — | 2 h ago | |
| 59 | A | Orchestrates multi-domain review (code, arch, tests, security) in a single pass. Use when thorough pre-release review is needed. | 100 | 78 | B | — | — | 2 h ago | |
| 60 | A | Scores backlog items with RICE/WSJF/Kano and files GitHub issues for top candidates. Use when triaging a roadmap or prioritizing features for a sprint. | 100 | 78 | C | — | — | 2 h ago | |
| 61 | A | Audits shell scripts for correctness, portability, and common pitfalls. Use when reviewing shell scripts or before committing shell changes. | 100 | 78 | C | — | — | 2 h ago | |
| 62 | A | Runs a three-tier codebase audit (git history, targeted scans, full review) with gating. Use when auditing a codebase before release or after incidents. | 100 | 78 | C | — | — | 2 h ago | |
| 63 | A | Verifies math-heavy code for algorithmic correctness and numerical stability. Use when reviewing scientific algorithms, ML models, or numerical code. | 100 | 78 | C | — | — | 2 h ago | |
| 64 | A | Audits Rust code for unsafe blocks, ownership issues, and Cargo dependency risks. Use when reviewing Rust code or before merging Rust changes. | 100 | 78 | C | — | — | 2 h ago | |
| 65 | A | Evaluates test suites for coverage gaps, TDD/BDD compliance, and anti-patterns. Use when auditing test quality or before a major release. | 100 | 78 | C | — | — | 2 h ago | |
| 66 | A | Evaluates API surface design, consistency, and exemplar alignment. Use when reviewing public API changes or before releasing a new API surface. | 100 | 78 | B | — | — | 2 h ago | |
| 67 | A | Hunts bugs with evidence trails. Use when investigating unexpected behavior or before merging code with potential hidden defects. | 100 | 78 | C | — | — | 2 h ago | |
| 68 | A | Applies NIST/CWE security hardening to Python and Rust code. Use when auditing code for vulnerabilities or proposing concrete security remediations. | 99 | 78 | C | — | — | 2 h ago | |
| 69 | A | Summarizes recent git changes for context recovery after session breaks. Use when resuming work after a gap or handing off to another session. | 100 | 78 | C | — | — | 2 h ago | |
| 70 | A | Runs multi-source research across GitHub, HN, Reddit, arXiv, and Semantic Scholar. Use when surveying a technical topic across multiple channels. | 100 | 78 | B | — | — | 2 h ago | |
| 71 | A | Applies CQRS and Event Sourcing for read/write separation and audit trails. Use when designing systems with complex domain logic or full state-change history. | 100 | 75 | C | — | — | 2 h ago | |
| 72 | A | Designs memory palace structures with spatial layouts and domain organization. Use when creating a new palace or planning knowledge architecture by hand. | 100 | 75 | D | — | — | 2 h ago | |
| 73 | A | Builds session-scoped temporary memory palaces for extended conversations. Use when tracking state across interruptions in a multi-step project. | 100 | 75 | D | — | — | 2 h ago | |
| 74 | A | Selects and routes to the right architecture paradigm. Use when choosing patterns for a new system or comparing trade-offs before making architecture decisions. | 100 | 75 | C | — | — | 2 h ago | |
| 75 | A | Defines testing quality metrics, coverage thresholds, and anti-patterns. Use when establishing test gates or validating a test suite's coverage targets. | 100 | 75 | C | — | — | 2 h ago | |
| 76 | A | Provides auth patterns for API keys, OAuth, and token management. Use when implementing or reviewing service authentication and credential handling. | 100 | 75 | D | — | — | 2 h ago | |
| 77 | A | Searches and navigates stored knowledge in memory palaces. Use when looking for previously stored information or cross-referencing concepts across palaces. | 100 | 75 | D | — | — | 2 h ago | |
| 78 | A | Profiles Python code for performance bottlenecks and memory issues. Use when Python code is slow or when profiling for optimization before a release. | 100 | 75 | C | — | — | 2 h ago | |
| 79 | A | Shapes agent behavior via instruction framing and style transfer. Use when composing dispatch prompts or writing skill instructions for parallel review agents. | 100 | 75 | C | — | — | 2 h ago | |
| 80 | A | Verifies a package exists before install, defending against hallucination and slopsquatting. Use when adding, recommending, or installing a package. | 100 | 75 | C | — | — | 2 h ago | |
| 81 | A | Decompose a session into typed handoff units and recall them later. Use when ending a session or resuming work whose prior state must be recovered. | 100 | 75 | C | — | — | 2 h ago | |
| 82 | A | Python package creation and PyPI distribution via pyproject.toml and entry points. Use when publishing a package or setting up build configuration. | 100 | 75 | C | — | — | 2 h ago | |
| 83 | A | Transforms project briefs into testable specifications with user stories and acceptance criteria. Use after brainstorming, before planning. | 100 | 75 | C | — | — | 2 h ago | |
| 84 | A | Establishes CPU/GPU baselines before resource-intensive operations. Use before builds, training runs, or any task that pins cores or GPUs for over a minute. | 100 | 75 | B | — | — | 2 h ago | |
| 85 | A | Provides sanitization guidelines for external content in skills and hooks. Use when loading GitHub Issues, PRs, WebFetch results, or any untrusted input. | 100 | 75 | D | — | — | 2 h ago | |
| 86 | A | Provides weighted scoring, rubrics, and decision-threshold patterns. Use when designing quality gates, evaluation systems, or decision frameworks. | 100 | 75 | D | — | — | 2 h ago | |
| 87 | A | Generates Mermaid and ASCII diagrams of palace structure, knowledge topology, and synapse connectivity. Use when inspecting or presenting a palace visually. | 100 | 75 | D | — | — | 2 h ago | |
| 88 | A | Delegates tasks to OpenCode (opencode run) via delegation-core. Use when delegation-core selects OpenCode or a provider-agnostic harness is wanted. | 100 | 75 | C | — | — | 2 h ago | |
| 89 | A | Classifies agent tasks into 4 risk tiers (GREEN/YELLOW/RED/CRITICAL). Use when assessing action reversibility before committing to an approach. | 100 | 75 | C | — | — | 2 h ago | |
| 90 | A | Python testing patterns with pytest, fixtures, TDD, mocking, async and integration tests. Use when writing or auditing a Python test suite. | 100 | 75 | C | — | — | 2 h ago | |
| 91 | A | Generates Makefiles with testing, linting, formatting, and automation targets. Use when starting a project or standardizing build automation. | 100 | 75 | C | — | — | 2 h ago | |
| 92 | A | Delegates tasks to the MiniMax CLI (mmx) via delegation-core. Use when delegation-core selects MiniMax or large-context batch work is needed. | 100 | 75 | C | — | — | 2 h ago | |
| 93 | A | Manages Claude Code sessions with naming, checkpointing, and resume strategies. Use when organizing long-running work or resuming across sessions. | 100 | 75 | C | — | — | 2 h ago | |
| 94 | A | Delegates tasks to Gemini CLI implementing delegation-core for Google's models. Use when delegation-core selects Gemini or 1M+ token context is needed. | 100 | 75 | C | — | — | 2 h ago | |
| 95 | A | karpathy-principlesAnalyzerSoftware developmentPersonal productivityathola/claude-night-marketHermes Pre-implementation gate covering think-first, simplicity, surgical edits, and verifiable goals. Use when starting implementation to verify the approach. | 100 | 75 | C | — | — | 2 h ago | |
| 96 | A | Provides templates and lifecycle patterns for storage and documentation systems. Use when organizing knowledge storage, config lifecycle, or naming conventions. | 100 | 75 | C | — | — | 2 h ago | |
| 97 | A | Async Python patterns via asyncio and aiohttp for I/O-bound concurrency. Use when adding async APIs, handling concurrent I/O, or debugging async code. | 100 | 75 | C | — | — | 2 h ago | |
| 98 | A | Delegates tasks to the OpenAI Codex CLI (codex exec) via delegation-core. Use when delegation-core selects Codex or OpenAI credentials are already configured. | 100 | 75 | C | — | — | 2 h ago | |
| 99 | A | Guides when to ask clarifying questions versus proceed autonomously. Use to reduce unnecessary clarifying questions when intent is clear. | 100 | 75 | C | — | — | 2 h ago | |
| 100 | A | Tracks quotas, monitors thresholds, and degrades gracefully for rate-limited APIs. Use when integrating external services that impose rate or cost limits. | 100 | 75 | C | — | — | 2 h ago |