Cross Agent Skill Repo
Use when building a portable skill repository that works across Hermes Agent, Claude Code, and GitHub Copilot from a single source of truth.
Password Store Vault
Set up and manage a local GPG-encrypted credential vault using pass (password-store) with browserpass autofill, Tailscale-based P2P sync across devices, and Hermes integration for credential injection.
Structured Reference Delivery
Research multi-source topics, compile structured data, and deliver formatted Excel/CSV reference files with color-coded sheets, data validation, and proper Excel formatting. Covers the full pipeline from web research to a polished .xlsx workbook.
Project Catalog
Manage the user's project catalog — create, update, archive project entries
Code Review
Use when performing pre-commit code review, security scanning, or quality gates before merging. Provides a structured checklist and automated review process.
Langfuse
LLM observability, prompt management, and evals.
Paperclip Company
Model any real business as a Paperclip company — org chart, agents, heartbeats, budgets, governance, and Hermes Chief-of-Staff integration via Telegram.
Efficient Operation
Token-efficient, concise, deterministic-first operations.
Digital Chief Of Staff
Bootstrapping infrastructure, accounts, and access for an AI agent acting as a digital Chief of Staff for business operations.
Special Projects Manager
Manage the user's special projects — YAML frontmatter stored in PROGRESS.md (not README.md), with append-only progress logs and the progressive disclosure reading pattern. Governs project creation, recall, updates, and catalog maintenance.
Dox Scaffold
Scaffold new DOX-framework projects — generates a root AGENTS.md or CLAUDE.md contract with the full DOX protocol, the ai-docs plans/tasks hierarchy, README, and git init. Also overlays DOX structure onto existing projects idempotently. Scripts are stdlib-only Python — no pip, no npm, no install step required to use.
Nous Credits Check
Check and report Nous Portal credits balance — with Telegram-friendly Markdown table output — bundled as a self-contained skill
Asm Skills
A portable, agent-agnostic repository of reusable skills for AI coding agents. Use when building skill libraries that work across Hermes Agent, Claude Code, and GitHub Copilot from a single source of truth.
Local Tts
Use when the user wants offline / local / no-API-key text-to-speech via Hermes — install a local neural TTS engine (piper, kittentts, neutts), wire it into tts.provider, and verify it actually produces audio end-to-end.
Mcp Server Builder
Use when building a new MCP (Model Context Protocol) server from scratch. Provides architecture pattern, server setup, DB layer, testing, and Dockerfile — derived from the {private-repo-convo-label} project.
Github Org Ops
Cross-organization GitHub operations — repo migration, PAT authorization across orgs, fine-grained token management.
Test Fixture Authoring
Create realistic synthetic test data for SIT/UAT — structured test fixtures with hidden acceptance criteria, owner personas, domain data, and parallel generation workflows.
Network Connectivity Diagnostics
Diagnose why a network service or device is unreachable — systematic trace from the service layer down to the WiFi/network config layer.
Git Workflow
Use when committing code, branching, rebasing, or managing PRs. Provides commit message conventions, branching strategy, and git workflow rules.
Markdown Publishing
>-
Python Cli Tools
Build Python CLI tools with modular architecture, async sources, and Docker packaging
Template
Template for creating new skills in the asm-skills repository. Copy this directory to create a new skill.