The library

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

untested
Extract and install Amiga packages automaticallyskillEngineeringOpsL2
aminet-installer · Safe Amiga package installation with atomic tracking, dependency detection, and enforced scan gates.
untested
Download and verify mirrored Aminet packagesskillEngineeringOpsL2
aminet-mirror · Bulk downloading packages with fallback mirrors, atomic state persistence, and resume-from-interruption.
untested
Scan Aminet packages for viruses and threatsskillEngineeringOpsL2
aminet-scanner · Enforcing security gates on Amiga package installation via 3-layer scanning (signature + heuristic + emulated).
untested
Generate content across 10 applied domainsskillMarketingProductL1
kp-applied-domain · Guiding generation of Applied & Practical tier content across 10 subjects with real-world relevance.
untested
Generate knowledge pack content suitesskillProductEngineeringL2
kp-content-authoring · Generating consistent, scaffolded educational content across 4 tiers with prerequisite chains.
untested
Validate knowledge pack content against schemasskillProductEngineeringL2
kp-content-validation · Ensuring all tier packs meet quality bars before publishing.
untested
Teach core academic subjects systematicallyskillProductL1
kp-core-academic-domain · Structuring foundational knowledge across Math, Reading, Science, Social Studies, Arts, PE, Tech.
untested
Generate publication-quality research diagramsskillProductEngineeringL2
academic-plotting · Creating journal-ready plots with minimal code (IEEE/Nature style templates included).
untested
Write ML papers for top conferencesskillProductEngineeringL1
ml-paper-writing · Rapidly drafting ML papers with automatic figure integration and citation formatting.
untested
Review educational content qualityskillProductL1
kp-quality-review · Filtering low-quality tier packs before release; blocks unmet prerequisites.
untested
Create conference presentation slidesskillMarketingProductL2
presenting-conference-talks · Converting research papers to engaging talks with audience-appropriate complexity scaffolding.
untested
Teach specialized domain subjectsskillProductL1
kp-specialized-domain · Route specialized domain queries (philosophy, theology, arts, trades, astronomy) to correct curriculum pack.
untested
Write systems papers for top venuesskillProductEngineeringL1
systems-paper-writing · Structure a 10-12 page OSDI/SOSP/ASPLOS/NSDI/EuroSys paper with authoritatively grounded paragraph blueprints.
untested
Learn electronics from fundamentalsskillProductL1
electronics · Route electronics learning queries from Ohm's law through PCB design to correct instructional module.
untested
Discover high-impact research directionsskillProductEngineeringL1
brainstorming-research-ideas · Move from vague curiosity to concrete, defensible research direction via problem-first vs. solution-first analysis and abstraction-ladder exploration.
untested
Read and manage calendar eventsskillProductivityOpsL2
google-calendar · Query and modify Google Calendar events programmatically with automatic pagination and empty-field cleanup.
untested
Audit PRs against spec complianceskillEngineeringL1
adversarial-pr-review · Verify PR claims match actual implementation against approved spec before merge, detecting scope creep and divergences.
untested
Unlock creative research thinkingskillProductEngineeringL1
creative-thinking-for-research · Escape local-optimum thinking via bisociation, problem reformulation, and tension-resolution frameworks grounded in decades of creativity research.
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
Record research decisions and experimentsskillDataOpsL2
ara-research-manager · Manage multi-version research artifact evolution with checkpoints, exploration branching, and job resumption tracking.
untested
Review PRs with AI automationskillEngineeringL2
octorus · Route incoming queries to most relevant agent skill using trigger pattern matching and confidence scoring.
untested
Review research artifact rigorskillProductDataL2
ara-rigor-reviewer · Verify ARA claims are grounded in actual source evidence, detect hallucinations, and flag unsourced assertions before publication.
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
Pause before irreversible decisionsskillProductivityL1
decision-framework-invoker · High-stakes decisions where reversibility matters and second-order consequences are hard to see
untested
Define skill schema structureskillEngineeringL1
.deepschema.SKILL.md.yml · Enforcing behavioral correctness in AI workflow skills without manual gate-keeping
untested
Retire and archive completed workskillOpsL2
done-retirement · Making done irreversible via push (no local state preservation, no U-turn after Stage 3)
untested
Fix character encoding in filesskillEngineeringL2
zh-encoding-fix · Recovering garbled Chinese text after write/edit without losing original in backup
untested
Learn GSD commands and workflowsskillL1
gsd-guide · Reducing hesitation in GSD adoption by previewing what commands will do before running them
untested
Install GitHub master skillskillEngineeringL2
install-github-master-skill · Distributing github-master skill via script-driven installation without manual folder copy
untested
Route to correct GSD phase commandskillOpsL2
gsd-workflow · Translating "what should I work on" into specific GSD pipeline actions without requiring slash syntax
untested
Convert visual designs into build specsskillProductL2
image-to-mission · Capturing design energy from reference images into code without losing emergent (non-pixel) properties
untested
Review pull requests for quality and securityskillEngineeringL2
workflow-skill · Structured four-pass review (security/performance/correctness/maintainability) with optional GitHub posting
untested
Manage Feishu bots and workflowsskillOpsL2
feishu · Bridging Feishu (Chinese teams) into Claude workflows without manual copy-paste
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
Author Open Design pluginsskillProductL2
od-plugin-authoring · Extending Open Design with domain-specific editor features without forking core
untested
Secure skill and agent configurationsskillEngineeringL2
security-hygiene · Continuous security scanning without slowing deployment (automated pre-merge gate)
untested
Add feedback states to UI componentsskillProductL1
ux-feedback · Converting raw feedback into actionable design priorities with confidence
untested
Automate Gmail sending and inbox managementskillProductivityL2
gmail · Automate email workflows when you need full Gmail API access without OAuth popups.
untested
Log session friction and decisions liveskillOpsL2
session-observatory-live · Capture real data about friction, wins, decisions, and progress instead of relying on fallible memory at session close.
untested
Build horizontal-swipe HTML deckskillProductL2
deck-simple · Quick pitch, overview, or study decks that need clean swipe navigation without magazine layout.
untested
Load relevant skills for work sessionsskillOpsL1
skill-integration · Ensure learned knowledge persists across sessions and subagent contexts without token bloat or unsafe refinements.
untested
Automate video rendering and subtitlesskillMarketingL2
krillinai-cli · Automate video processing (subtitles, dubbing, landscape/portrait renders) via CLI without manual stage selection.
page 66 / 121