Chapter XI

Skills

Public, sanitized skills pulled from a real always-on agent stack.

These belong here because they express reusable patterns other people can adopt. Anything too dependent on one operator’s machine, auth state, or private environment was rewritten or excluded before landing in this repo.

Structure

skills/
  <skill-name>/
    SKILL.md

Sanitization rules

Philosophy

This folder is not a dump of one person’s private setup. It is a curated set of patterns that survived contact with the real world and were cleaned up enough to be useful to someone else.

Recipes in this chapter

Content Scrubber

Deterministic redaction for outbound agent messages. Scrubs private infrastructure details, local endpoints, and operator-specific identifiers before content leaves the system.

Frontend Design

Create distinctive frontend direction that avoids generic AI-looking interfaces. Focus on typography, color, composition, and motion with an opinionated aesthetic point of view.

last30days

Research a topic across Reddit, X, and the broader web with a strict last-30-days lens. Good for recent discourse, recommendations, product chatter, and breaking developments.

Ops Deck Lite

Local agent productivity stack: semantic code search plus a reusable prompt library. Lightweight, cheap to run, and useful long before you need a giant ops dashboard.

Self-Learning Agent

Persistent agent memory using a slim master index, atomic knowledge cards, and daily logs. Designed for agents that restart fresh each session but still need durable memory.