agent kit skills

23 tagged agent kit, measured the same way as everything else here.

taisly/agent

Skill Claude CodeCodex

Free AI-first short-form video publishing to TikTok, Instagram Reels, YouTube Shorts, X, and Facebook from AI agents through Taisly.

231 1mo ago A 38 tokens original MIT

example-skill

02

anjiacm/agent-kit

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.

6 5mo ago A 17 tokens

intent-check

03

anjiacm/agent-kit

Skill Claude CodeCodex

A quick intent check performed before implementation to verify that the requested work has been understood correctly.

6 5mo ago A 37 tokens

self-study

04

anjiacm/agent-kit

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.

6 5mo ago A 42 tokens

avmnu-sng/sutra

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.

2 1mo ago A 46 tokens original MIT

hooks-cookbook

06

avmnu-sng/sutra

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.

2 1mo ago A 50 tokens original MIT

avmnu-sng/sutra

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.

2 1mo ago A 37 tokens original MIT