🔍 Search results for "child-agent"
Ai Agent Mastery
---
name: ai-agent-mastery
description: "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 agents, multi-
Hermes Agent Mastery
---
name: hermes-agent-mastery
description: "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/hindsig
Openclaw Mastery
---
name: openclaw-mastery
description: "Complete mastery of OpenClaw — the open-source AI agent platform. Covers Docker gateway deployment, ClawHub skill ecosystem, browser automation (CamoFox/Patchright/Scrapling), multi-provider LLM config, prompt
Vps Provision
---
name: vps-provision
description: "Provision and sync Hermes Agent to child VPSes for parallel work delegation."
version: 1.1.0
metadata:
hermes:
tags: [vps, deployment, sync, provisioning, child-agent]
---
Hermes Skills Install
---
name: hermes-skills-install
description: "Discover, evaluate, and bulk-install Hermes Agent skills from community repos, official sources, and registries. Handles all skill types: standard SKILL.md, pip packages, Hermes plugins, and MCP servers.
Hermes Skills Upgrade
---
name: hermes-skills-upgrade
description: >-
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
Kanban Worker
---
name: kanban-worker
description: Pitfalls, examples, and edge cases for Hermes Kanban workers. The lifecycle itself is auto-injected into every worker's system prompt as KANBAN_GUIDANCE (from agent/prompt_builder.py); this skill is what you load
Openclaw Install
---
name: openclaw-install
description: "Deploy OpenClaw (openclaw.ai) — the open-source AI agent platform with Docker gateway, ClawHub skills, browser automation, and multi-provider LLM support."
version: 1.0.0
metadata:
hermes:
tags: [opencla
Skill Library Management
---
name: skill-library-management
description: "Discover, evaluate, install, and organize Hermes Agent skills from community repos and official sources. Handles parallel cloning, nested repo symlinking, frontmatter validation, token impact measureme
Webhook Subscriptions
---
name: webhook-subscriptions
description: "Webhook subscriptions: event-driven agent runs."
version: 1.1.0
platforms: [linux, macos, windows]
metadata:
hermes:
tags: [webhook, events, automation, integrations, notifications, push]
---
Php Mastery
Comprehensive PHP mastery covering modern PHP 8+, OOP & design patterns, security, frameworks, database/ORM, testing, performance, deployment, and production operations.
Kanban Orchestrator
---
name: kanban-orchestrator
description: Decomposition playbook + anti-temptation rules for an orchestrator profile routing work through Kanban. The "don't do the work yourself" rule and the basic lifecycle are auto-injected into every kanban worke
Whatsapp Chat Viewer
---
name: whatsapp-chat-viewer
description: "Deploy and maintain the WhatsApp Chat Viewer — a Flask web app that reads Hermes session transcripts and displays them in a WhatsApp Web-like UI. Includes WhatsApp Bridge API integration for group name res
Html Css Mastery
Production-grade front-end engineering: semantic HTML5, scalable CSS architecture, responsive design, performance optimization, and security hardening.
Lemp Lamp Mastery
```ini
# /etc/php/8.2/fpm/pool.d/www.conf
[www]
user = www-data; group = www-data
listen = /run/php/php8.2-fpm.sock; listen.mode = 0660; listen.backlog = 65535
pm = dynamic
pm.max_children = 50; pm.start_servers = 5; pm.min_spare_servers = 3; pm.max_
Mobile Mastery
void main() => runApp(
ChangeNotifierProvider(create: (_) => CartModel(), child: const MyApp()),
);
Nextjs Mastery
| File | Purpose |
|---|---|
| `layout.tsx` | Shared UI wrapping children; **persists** across navigations |
| `template.tsx` | Like layout but **re-mounts** on every navigation |
| `loading.tsx` | Suspense fallback while segment loads |
| `error.tsx
React Mastery
// Memoize callback reference for child component
const handleClick = useCallback((id) => { setSelected(id); }, []);
```
Secure Coding
Cross-language secure coding: OWASP Top 10, input validation, auth patterns, cryptography, supply chain security with concrete examples in Python, PHP, JS, Go, Java.
Ci Cd Mastery
| Concept | Definition |
|---|---|
| **Continuous Integration (CI)** | Automatically build and test every commit to detect regressions early. |
| **Continuous Delivery (CD)** | Every commit that passes CI is *ready* to deploy; deployment is manual ga
Kubernetes Mastery
| Component | Purpose |
|-----------|---------|
| **kubelet** | Agent ensuring containers run in pods per PodSpec |
| **kube-proxy** | Maintains network rules (iptables/IPVS) for Service routing |
| **Container Runtime** | containerd, CRI-O, or Docke
Monitoring Observability Mastery
Production monitoring, observability, and SRE practices — Prometheus, Grafana, Alertmanager, Loki, Jaeger, OpenTelemetry, and incident management
Terraform Iac Mastery
| Tool | Language | State | Multi-Cloud | Key Strength |
|------|----------|-------|-------------|--------------|
| **Terraform** | HCL | Yes | Yes | Largest ecosystem, provider registry |
| **Pulumi** | Python/Go/TS/Java | Yes | Yes | Real programmi