Date: 2026-05-31 (updated 2026-06-11) Status: Operational Source: agent/brainsignals.py, agent/signalprocessor.py, agent/eventbus.py, agent/awarenessreporter.py, agent/brainmonitor.py Purpose: Single source of truth for {{AGENTNAME}}'s brain signal architecture.
A development guide for building an AI agent that can split difficult tasks into smaller tasks, run them through child agents, and combine their results. It uses test-driven development (TDD), meaning tests are written and checked as the system is built.
A monitoring system for an AI agent's stored rules and internal state, called a brain dashboard. It includes scripts for text-based and web dashboards, rule monitoring, session-end processing, scheduled growth reports, and Discord alerts.
A step-by-step guide for adding a new external tool to an AI agent's tool registry. It covers the handler, the model's tool list, and the toolset assignment.
Semantic code search using Semble — find code by intent rather than exact matches. Use when exploring unfamiliar codebases or searching for patterns that are hard to express as regex.
A session note tool that records Discord conversations in Obsidian, a Markdown-based note-taking app, when threads end or become inactive. It captures intentions, reasoning, decisions, blind spots, and follow-up tasks.
A weekly self-review system for an agent's skills. It finds skills that have not been used recently, scores their relevance and novelty, and produces a Discord report with recommendations and possible removal candidates.
Authoring and using agent profiles — pre-defined subagent roles that set model, provider, toolsets, and instructions in one task() call. Covers profile format, the 14 standard roles, pipeline patterns, cost-tiered model assignment, and the ESCALATE mechanism for capability routing.
Drive the macOS desktop in the background — screenshots, mouse, keyboard, scroll, drag — without stealing the user's cursor, keyboard focus, or Space. Works with any tool-capable model. Load this skill whenever the computeruse tool is available.
A procedure for resetting an n8n account password by changing its stored password hash in n8n’s SQLite database. SQLite is a small file-based database used here by n8n.
A guide for diagnosing and managing a self-hosted n8n installation on macOS. n8n is a tool for connecting services and automating workflows; self-hosted means it runs on your own computer or server.
Add a "Thinking..." spinner card to an ACP server's tool-call stack so ACP clients (Zed Agent Panel, openCode TUI, JetBrains/VS Code ACP UI) show a working indicator during the LLM API call phase. Triggers when working on an Agent Client Protocol (ACP) server and the user wants LLM-thinking visibility in the client's…
A daily review workflow that summarizes your work, sends reflection questions through Discord, and saves your answers in a structured vault. Discord is a chat app, and a vault is a folder of organized notes.
A hardening change for a Kanban task dispatcher, which assigns work from a queue to workers. It checks whether workers are still running and reclaims tasks from dead workers within the correct board.
2 1mo agoA38 tokens
originalMIT
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: