Hermes SuperCode Skills marketplace

A collection of 13 coding-agent skills for areas such as databases, authentication, monitoring, deployment, security, APIs, debugging, scraping, infrastructure, and prompts. Each skill follows a process of checking the situation, planning, acting, and verifying.

In plain words
What is it for?
Use it when work spans one of its included areas, such as designing an API, improving a database query, setting up authentication, investigating a bug, or preparing a deployment.
Why use it?
It gives an agent focused guidance for different production software tasks and adds safety checks before changes are made.

Plugin for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Claude Code
/plugin marketplace add mturac/hermes-supercode-skills
agentmods
npx agentmods add plugins/mturac/hermes-supercode-skills/marketplace
Clone the repo
git clone --depth 1 https://github.com/mturac/hermes-supercode-skills

Made for: Claude Code.

Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

Hermes SuperCode Skills marketplace scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude-plugin/marketplace.json · 25 lines

How it starts

The opening of the file, as written. The whole thing — 25 lines — stays where its author put it; the contents beside it link to each section on GitHub.

{
  "name": "Hermes SuperCode Skills",
  "description": "13 production-grade Claude Code skills: db-whisperer, auth-architect, obs-guardian, deploy-ninja, quantum-debugger, security-sentinel, api-sculptor, pipeline-architect, ghost-scraper, mcp-conductor, prediction-alpha, prompt-forge, infra-automation. Each follows Recon→Plan→Execute→Verify with red/yellow/green safety rails.",
  "version": "1.0.0",
  "author": "mturac",
  "homepage": "https://github.com/mturac/hermes-supercode-skills",
  "license": "MIT",
  "keywords": ["skills", "production", "database", "auth", "observability", "security", "deployment", "api", "debugging"],
  "plugins": [
    { "name": "api-sculptor",      "type": "skill", "path": "skills/api-sculptor",      "description": "REST/GraphQL/gRPC design, OpenAPI specs" },
    { "name": "auth-architect",    "type": "skill", "path": "skills/auth-architect",    "description": "OAuth2/OIDC, JWT, RBAC, SSO, MFA design" },
    { "name": "db-whisperer",      "type": "skill", "path": "skills/db-whisperer",      "description": "Query optimization, indexing, schema migrations" },
    { "name": "deploy-ninja",      "type": "skill", "path": "skills/deploy-ninja",      "description": "Zero-downtime deployments, canary, blue-green, rollback" },
    { "name": "ghost-scraper",     "type": "skill", "path": "skills/ghost-scraper",     "description": "Ethical web scraping with anti-detection awareness" },
    { "name": "infra-automation",  "type": "skill", "path": "skills/infra-automation",  "description": "DNS, SSL, Cloudflare Workers, CDN config" },
    { "name": "mcp-conductor",     "type": "skill", "path": "skills/mcp-conductor",     "description": "Multi-agent task decomposition and orchestration" },
    { "name": "obs-guardian",      "type": "skill", "path": "skills/obs-guardian",      "description": "OpenTelemetry, structured logging, Prometheus/Grafana, SLOs" },
    { "name": "pipeline-architect","type": "skill", "path": "skills/pipeline-architect","descriptio

Read the full file on GitHub · 25 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 25 lines scan A d74e8dcc1784

Subscribe to this mod's changes

Hermes SuperCode Skills marketplace is a plugin published in the GitHub repository mturac/hermes-supercode-skills (2 stars, last pushed 3mo ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other plugins, from other repositories

sap-api-style

This skill provides comprehensive guidance for documenting SAP APIs following the SAP API Style Guide standards. It should be used when creating or reviewing API documentation for REST, OData, Java, JavaScript, .NET, or C/C++ APIs. The skill covers naming conventions, documentation comments, OpenAPI specifications…

secondsky/sap-skills · not measured

sap-btp-build-work-zone-advanced

Develops and administers SAP Build Work Zone, advanced edition digital workplace solutions. Use when creating workspaces, workpages, and collaborative sites, developing UI Integration Cards in SAP Business Application Studio, building content packages and workspace templates, integrating with Microsoft…

secondsky/sap-skills · not measured

debugger

Debugging specialist for errors, test failures, and unexpected behavior. Use proactively when encountering any issues.

composio-community/awesome-claude-plugins · not measured

embedded-systems-architect

Evidence-driven embedded systems & edge-AI development skill: vendor-doc intake, cross-layer feasibility reasoning, model deployment compatibility, performance estimation, and hard-gated flashing/recovery guidance.

Zachariah9420/embedded-systems-architect · not measured

humanizer

Rewrite AI-sounding text so it reads naturally without changing what it says.

blader/humanizer · not measured

nextjs

Official Next.js skills: adopt and optimize Cache Components, adopt Partial Prefetching, and verify runtime behavior against a running dev server.

vercel/next.js · not measured