Skill Claude CodeCodex
Free AI-first short-form video publishing to TikTok, Instagram Reels, YouTube Shorts, X, and Facebook from AI agents through Taisly.
23 tagged agent kit, measured the same way as everything else here.
Skill Claude CodeCodex
Free AI-first short-form video publishing to TikTok, Instagram Reels, YouTube Shorts, X, and Facebook from AI agents through Taisly.
Skill Claude CodeCodex
An example skill that demonstrates the complete conventions for writing a skill. The input does not describe any specific development or testing task it performs.
Skill Claude CodeCodex
A quick intent check performed before implementation to verify that the requested work has been understood correctly.
Skill Claude CodeCodex
A Chinese-language self-study workflow for coding agents. When triggered by a self-study message or during idle time, it selects a topic from learning-queue.md, researches it, verifies the findings, and records what was learned.
Skill Claude CodeCodex
Use when structuring or auditing a repo's agent-facing documentation -- entry docs, a shared rulebook, routing and handoff tables, skill ordering, and a source-of-truth designation -- so agents and humans navigate it reliably.
Skill Claude CodeCodex
Use when authoring a Claude Code hook -- writing a PreToolUse/PostToolUse/SessionStart/UserPromptSubmit checker -- to get the fail-open guard skeleton and advisory-vs-blocking recipes so a hook reports without ever breaking the user's flow.
Skill Claude CodeCodex
Use when running multiple agents or sessions concurrently against shared state, to pick an isolation regime and coordination protocol that stops two writers from corrupting the same file, branch, or working tree.