The library

Everything we index — ranked by what works, never by stars.

untested
Create git commits with messagesskillEngineeringL1
commit-changes · Generate conventional, focused commits with context-aware message from current tree state without secrets leakage.
untested
Add new capabilities to systemskillEngineeringOpsL2
create-skill · Author new Hermes skills with correct metadata format and immediate ~/.hermes/ installation for auto-load.
untested
Apply refactors across multiple filesskillEngineeringL2
batch-rewrite-pattern · Apply identical refactor (rename symbol, swap import, migrate signature) across many files in single planned batch rather than N manual passes.
untested
Review PRs with AI automationskillEngineeringL2
octorus · Route incoming queries to most relevant agent skill using trigger pattern matching and confidence scoring.
untested
Checkpoint long-running batch jobsskillEngineeringOpsL2
checkpoint-resume-long-job · Enable resumption of long-running jobs with periodic checkpoints rather than full restart on failure.
untested
Optimize prompts for AI toolsskillProductEngineeringL1
prompt-master · Create reproducible, version-controlled prompt templates with automated test coverage and performance tracking.
untested
Review code for bugs and styleskillEngineeringL1
code-review · Perform effort-calibrated code review with bug hunting, reuse/simplification, and efficiency improvements.
untested
Generate conventional commit messagesskillEngineeringL1
commit-style · Retroactively enforce commit style (conventional commits, scoping, subject length) across existing commits.
untested
Install easyskillz into your repositoryskillEngineeringL2
INSTALL-SKILL · Enable immediate auto-load of skill by installing to ~/.hermes/skills/ without manual activation.
untested
Define skill schema structureskillEngineeringL1
.deepschema.SKILL.md.yml · Enforcing behavioral correctness in AI workflow skills without manual gate-keeping
untested
Fix character encoding in filesskillEngineeringL2
zh-encoding-fix · Recovering garbled Chinese text after write/edit without losing original in backup
untested
Select best output by behavior testingskillEngineeringL3
execution-grounded-selection · Code selection when semantic voting's 19-52pp improvement over output voting matters
untested
Install GitHub master skillskillEngineeringL2
install-github-master-skill · Distributing github-master skill via script-driven installation without manual folder copy
untested
Convert polling to proactive executionskillEngineeringL3
gupp-propulsion · Preventing trained LLM passivity (wait-for-user bias) in autonomous multi-agent pipelines
untested
Review pull requests for quality and securityskillEngineeringL2
workflow-skill · Structured four-pass review (security/performance/correctness/maintainability) with optional GitHub posting
untested
Route information needs to best retrieval strategyskillEngineeringL2
intent-router · Handling user ambiguity by routing to highest-confidence skill + showing alternatives
untested
Route requests to specialized tool skillsskillEngineeringL2
skill-router-skills · Picking the right skill variant when multiple exist and runtime dictates feasibility
untested
Compose and invoke skills from skillsskillEngineeringL2
compose-skills-with-run-skill · Building multi-step workflows (skill1 → skill2 → skill3) with automatic plumbing
untested
Secure skill and agent configurationsskillEngineeringL2
security-hygiene · Continuous security scanning without slowing deployment (automated pre-merge gate)
untested
Audit skill impact with paired testingskillEngineeringL3
skill-counterfactual-audit · Detect when a skill changes behavior below pass-rate threshold—surface anchoring, template copy, excess planning, off-task drift.
untested
Verify multi-agent team communication healthskillEngineeringL3
spectral-topology-preflight · Predict team robustness, consensus speed, and drift risk pre-execution using spectral analysis—catches coordination defects before agents run.
untested
Control autonomous mission executionskillEngineeringL3
team-control · Run multi-agent dev teams (plan/execute/verify/complete) with auto-approval gates, stuck-state prevention, and context handoff.
untested
Enforce token budget across agent convoyskillEngineeringL2
token-budget · Stop API calls BEFORE they happen when budget is exceeded, with structured stop reasons and per-agent tracking.
untested
Test terminal UI behavior and outputskillEngineeringL2
tui-tester · Verify behavioral changes and visual rendering across terminal sizes without manual testing.
untested
Bootstrap development environment from scratchskillEngineeringL2
bootstrap-guide · Onboard new contributors or reproduce setup across machines with automated checks.
untested
Assemble DACP skill bundles from catalogskillEngineeringL2
dacp-assembler · Bundle multiple artifacts (code, docs, configs) into a single deliverable package.
untested
Validate and load DACP bundlesskillEngineeringL2
dacp-interpreter · Run compiled artifacts safely with input validation, resource limits, and execution tracing.
untested
Execute deterministic git workflowsskillEngineeringL2
git-workflow · Maintain code quality gates and team coordination via automated checks and protected branches.
untested
Build responsive web user interfacesskillEngineeringL1
firefox-desktop-frontend · Building Firefox desktop UI that reuses design system tokens, semantic HTML, and Fluent localization across platforms.
untested
Compute derivatives and solve equationsskillEngineeringL1
mfe-change · Computing instantaneous rates of change, accumulated quantities, and solutions to differential equations in continuous systems.
untested
Calculate structural and MEP loadsskillEngineeringL1
architect-calculator · Formalizing mathematical structures through systematically defined axioms and composition patterns.
untested
Fix DevTools import errorsskillEngineeringL1
devtools-imports · Teaching discrete mathematics concepts with worked examples and structured proof techniques.
untested
Deploy main branch to productionskillEngineeringL2
sync-production · Solving linear algebra problems involving matrices, eigenvalues, decompositions, and linear transformations.
untested
Debug FRB code generation issuesskillEngineeringL2
frb-debugging · Using Monte Carlo simulation and probability theory to estimate expectations and analyze stochastic systems.
untested
Create GitHub Copilot custom instructionsskillEngineeringL2
copilot-skill · Teams needing rapid CLI command scaffolding without leaving the editor or custom boilerplate
untested
Compile LoongCollector componentsskillEngineeringL2
compile · Contributors building LoongCollector locally while working on C++ instrumentation or plugin logic
untested
Drive TaskFlow from terminal APIskillEngineeringL2
phase-2.4-claude-code-skill · Engineers who prefer terminal workflows over web UI and want rich scripting/pipeline integration
untested
Recover missing DCO sign-offsskillEngineeringL2
dco · Contributors who forgot --signoff and need to retroactively fix commits before PR merge
untested
Convert agent to reusable skillskillEngineeringL2
20260123020302-doc-writer-agent-to-skill · Teams converting working one-off agents into reproducible documentation automation skills
untested
Verify CLI changes exampleskillEngineeringL1
skill-verify-cli-changes-example-for-verify-skill · Contributors validating CLI UX changes before pushing to PR without writing formal test suites
untested
Build HTML app for AndroidskillEngineeringL2
html-app · Builds ship-ready mobile web apps in single HTML file without build step.
untested
Parse YAML configuration filesskillEngineeringL1
yaml-config · Safe YAML parsing with fallback defaults and optional merging over base config.
untested
Apply daisyUI component rulesskillEngineeringL1
daisyui-usage · Applies consistent component styling without custom CSS by composing daisyUI + Tailwind classes.
untested
Configure Elixir routingskillEngineeringL1
1518-routing_ed3ee4b4 · Composes auth pipelines and shallow-nested resources for type-safe routing.
untested
Optimize CloudFormation templatesskillEngineeringL2
cloudformation-best-practices · Validates CF syntax, manages parameter constraints, and detects common IaC anti-patterns.
untested
Verify engineering unit calculationsskillEngineeringL1
pie-dimensional-analysis · Catches unit errors and dimensional inconsistencies early in engineering design.
untested
Implement feature from specificationskillEngineeringL3
implement-feature · Implements small-to-medium features end-to-end with tests and git commits.
untested
Edit Minecraft world blocksskillEngineeringL2
minecraft-socketedit · Surgical edits to Minecraft socket structures without full world reload.
untested
Design electrical power distribution systemsskillEngineeringL1
pie-power-systems · When pie power systems requires code-compliant design and professional verification.
untested
Generate engineering simulation inputsskillEngineeringL2
simulation-bridge · When simulation bridge requires code-compliant design and professional verification.
page 45 / 86