
from typeclaw
Comprehensive authoring and operational guide for writing and operating TypeClaw plugins: defining plugins, tools, subagents, cron jobs, skills, and hooks.
This skill documents how to author, configure, and operate TypeClaw plugins. It explains plugin structure (definePlugin API), boundaries between plugin code and the runtime, naming/derivation rules, contributed artefacts (tools, subagents, cronJobs, skills, skillsDirs, hooks), and operational failure modes. The guide includes examples for minimum plugins, config schemas, CLI commands, and best practices for cron handlers, handler vs exec choices, and permission checks.
Use this skill when developing new TypeClaw plugins, debugging plugin load errors, designing plugin cron jobs or commands, or when you need to register tools/subagents/hooks correctly. It's targeted at TypeScript developers building integrations or extending the TypeClaw runtime.
Developer-facing agents that can explain TypeScript patterns and runtime registration flows (code assistants like Copilot, Claude Code, or other coding-focused LLMs).
Comprehensive TypeClaw plugin authoring and operation guide covering definePlugin, tools, subagents, cron jobs, skills, hooks, commands, config, failure modes, and pitfalls. No scripts to execute — purely documentation. Well-structured with progressive disclosure, verbatim error messages, and anti-goals. Serves as both a getting-started guide and a reference manual for the TypeClaw plugin system.
Pure documentation skill with no executable scripts. Exceptionally thorough coverage of the TypeClaw plugin API surface including hooks, commands, cron jobs, subagents, and failure modes. No security concerns — no remote code execution patterns, no credential handling, no destructive commands. One consideration: the skill is very long (~50KB) which may challenge context windows.