📚 BusinessExplain 🏠 Home 📊 Analytics

🔍 Search results for "system-design"

System Design Mastery
--- name: system-design-mastery description: 'Design scalable distributed systems using structured approaches — load balancing, caching, message queues, databases, and microservices' version: 1.0.0 category: devops tags: [system-design, architecture,
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-
Html Css Mastery
--- name: html-css-mastery category: coding description: "Production-grade front-end engineering: semantic HTML5, scalable CSS architecture, responsive design, performance optimization, and security hardening." version: 1.0.0 tags: [html, css, fronte
Php Mastery
--- name: php-mastery category: coding description: Comprehensive PHP mastery covering modern PHP 8+, OOP & design patterns, security, frameworks, database/ORM, testing, performance, deployment, and production operations. version: 1.0.0 tags: - php
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
Python Mastery
--- name: python-mastery category: coding description: Comprehensive Python mastery skill covering architecture, idiomatic code, design patterns, security, testing, performance, and deployment for production-grade Python applications. version: 1.0.0
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
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
## Prerequisites - awesome-hermes-agent repo: `https://github.com/0xNyk/awesome-hermes-agent` (primary curated list) - Git repos tracked in `~/.hermes/skills/` (symlinked or copied) - Gateway runs as systemd: `systemctl restart hermes-gateway` - **`h
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
Kubernetes Mastery
Comprehensive Kubernetes mastery guide covering architecture, core objects, networking, security, Helm, Kustomize, debugging, monitoring, GitOps, and production best practices.
Monitoring Observability Mastery
# Predict disk full in 4h based on growth rate predict_linear(node_filesystem_avail_bytes[1h], 4*3600) < 0
Skill Library Management
``` 1. AUDIT current state (count, categories, token impact) 2. REFRESH awesome-hermes-agent: cd /tmp/awesome-hermes-agent && git pull 3. GIT PULL all tracked repos (skill-repos + git-tracked skills) 4. MINE EXISTING PACKS — grep cloned repos for uni
Webhook Subscriptions
After configuration, start (or restart) the gateway: ```bash hermes gateway run # Or if using systemd: systemctl --user restart hermes-gateway ```
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
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
Mobile development mastery: Flutter, React Native, cross-platform patterns, security, testing, and deployment.
Nextjs Mastery
Comprehensive Next.js skill covering App Router architecture, rendering strategies, data fetching patterns, security hardening, testing, and production deployment.
React Mastery
## Overview Comprehensive reference for advanced React development: hooks internals, state management architectures, component patterns, security hardening, and performance + testing strategies. Use this skill when building production-grade React app
Ci Cd Mastery
### Design Principles
Database Mastery
# Restore systemctl stop mysql xtrabackup --copy-back --target-dir=/backup/full chown -R mysql:mysql /var/lib/mysql systemctl start mysql
Docker Manager
Build, run, and manage Docker containers and images. Use when the user mentions Docker, containers, images, docker-compose, or containerized deployment.
Hermes Webui Install
## Systemd Service
Networking Ssl Mastery
# Flush local DNS cache systemd-resolve --flush-caches # systemd-resolved rndc flush # BIND ```
Openclaw Install
OpenClaw is an open-source AI agent platform (github.com/openclaw/openclaw, 373k+ GitHub stars). It is **NOT** the same as Hermes WebUI (nesquena/hermes-webui) — they are completely different products. OpenClaw uses Docker, Node.js/TypeScript, and it
Server Hardening Mastery
### Installation & Configuration ```bash apt install fail2ban -y systemctl enable fail2ban
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
Vps Provision
This script (`/usr/local/bin/hermes-sync`) does: 1. Installs Hermes if not present 2. Copies `.env`, `config.yaml`, `auth.json` 3. Rsyncs all 107 skills 4. Copies AGENTS.md/CLAUDE.md context 5. Installs Camoufox browser + Xvfb + systemd services 6. R
Whatsapp Chat Viewer
- **Flask app** at `/var/www/whatsapp-chat/server.py` — reads sessions, fetches group names from bridge - **Frontend** at `/var/www/whatsapp-chat/index.html` — WhatsApp Web-like dark UI, localStorage read tracking - **Systemd service** `whatsapp-chat