🔍 Search results for "supply-chain"
Secure Coding
---
name: secure-coding
category: coding
description: "Cross-language secure coding: OWASP Top 10, input validation, auth patterns, cryptography, supply chain security with concrete examples in Python, PHP, JS, Go, Java."
version: 1.0.0
tags: [securi
Hermes Agent Mastery
Definitive mastery-level skill for Hermes Agent internals, configuration, and operations. Covers architecture, multi-provider LLM routing, gateway ops, skill authoring, cron/background jobs, memory/hi
Ai Agent Mastery
Comprehensive mastery of AI agent architecture, patterns, and engineering. Covers MCP server design, agent spawning/delegation, ACP protocol, x402 payment, memory systems, prompt engineering for agent
Openclaw Mastery
ssl_certificate /etc/letsencrypt/live/openclaw.munaf.oc.s4s.host/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/openclaw.munaf.oc.s4s.host/privkey.pem;
ssl_protocols TLSv1.2 TLSv1.3;
Lemp Lamp Mastery
```nginx
server { listen 80; server_name example.com; return 301 https://example.com$request_uri; }
server {
listen 443 ssl http2; server_name example.com;
ssl_certificate /etc/letsencrypt/live/example.com/fullchain.pem;
ssl_certifica
Mobile Mastery
Mobile development mastery: Flutter, React Native, cross-platform patterns, security, testing, and deployment.
Python Mastery
Comprehensive Python mastery skill covering architecture, idiomatic code, design patterns, security, testing, performance, and deployment for production-grade Python applications.
Ci Cd Mastery
1. **Fail fast** — run cheap/fast tests first; expensive E2E tests later.
2. **Idempotent** — re-running a job produces the same result.
3. **Deterministic** — pin dependencies & toolchains; no floating tags.
4. **Minimal secrets** — least-privilege
Hermes Skills Install
| Source | URL | Skills | Quality |
|--------|-----|--------|---------|
| Official Hermes Skills Hub | agentskills.io / `hermes skills browse` | Curated | High |
| awesome-hermes-agent | github.com/0xNyk/awesome-hermes-agent | 100+ links | Curated li
Hermes Skills Upgrade
Full skill library upgrade workflow for Hermes Agent. Audits installed skills, pulls latest from all tracked repos, clones new repos from awesome-hermes-agent curated list, installs missing skills, va
Networking Ssl Mastery
# SSL Configuration
ssl_certificate /etc/letsencrypt/live/api.myapp.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/api.myapp.com/privkey.pem;
ssl_protocols TLSv1.2 TLSv1.3;
ssl_ciphers 'ECDHE-ECDSA-AES128-GCM-SHA256:ECDH
Server Hardening Mastery
Production server hardening — SSH, fail2ban, UFW/iptables, auditd, kernel tuning, intrusion detection, and compliance
Skill Library Management
**Key repos to mine for document/design/research skills:**
| Repo | Best For |
|------|----------|
| open-design (134) | Documents, decks, reports, dashboards, design |
| orahermes-agent (168) | Finance models, data viz, blockchain |
| wondelai-skill
System Design Mastery
Design scalable distributed systems using structured approaches — load balancing, caching, message queues, databases, and microservices
Vps Provision
Provision and sync Hermes Agent to child VPSes for parallel work delegation.
Whatsapp Chat Viewer
ssl_certificate /etc/letsencrypt/live/wa.example.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/wa.example.com/privkey.pem;