navigate-clanker-ops

Navigate the Clanker Ops extension system's dispatch pipeline and agent registry.

Updated May 15, 2026
One-click install
npx skills add https://github.com/ruskibeats/t1d --skill navigate-clanker-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: navigate-clanker-ops
Source: https://github.com/ruskibeats/t1d/tree/main/.pi/skills-archive/navigate-clanker-ops
Command: npx skills add https://github.com/ruskibeats/t1d --skill navigate-clanker-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps users navigate and understand the complex Clanker Ops extension system, including dispatch pipeline, agent registry, plan generation, and more.

Core Features & Use Cases

  • Dispatch Pipeline Management: Debug and add new subcommands or handlers.
  • Agent Registry and Plan Generation: Scan agents, generate plans, and handle background spawning.
  • State Management: Modify state management or store and implement intercom event handling.
  • Board Rendering: Work with board rendering system and handle intercom lifecycle events.

Quick Start

Use the navigate-clanker-ops skill to trace the dispatch lifecycle for a specific task.

Frequently Asked Questions about navigate-clanker-ops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How does the Clanker Ops dispatch pipeline work?

The Clanker Ops dispatch pipeline routes commands through a structured handler system. You can trace the dispatch lifecycle for specific tasks to debug execution flow or add new subcommands to the routing chain.

How do I add new subcommands or handlers to a dispatch pipeline?

Adding subcommands to the dispatch pipeline requires navigating the command routing structure to insert new handlers. This Skill traces the routing chain so you can identify the correct insertion points for custom command logic.

How do I manage the agent registry and generate execution plans?

Managing the agent registry involves scanning available agents and generating plans for task execution. The system handles background spawning to dispatch agent processes based on the generated plan structure.

How to modify state management and implement intercom event handling?

Modifying state management requires updating the central store while implementing intercom event handling involves binding lifecycle events. The system coordinates board rendering updates triggered by these intercom state transitions.

What do I need to know to navigate the Clanker Ops extension system?

Navigating the Clanker Ops extension system requires familiarity with its architecture, related files, and directories. You need knowledge of dispatch pipelines, agent registries, and state management concepts to effectively trace system workflows.

Why is my Clanker Ops background spawning not triggering board rendering?

Background spawning failures often stem from disconnected intercom lifecycle events or state management store issues. Tracing the dispatch pipeline verifies that spawned agents correctly emit intercom events required to trigger board rendering updates.