Browse Skills
11972 skills across 8 categories
๐
2026/08/18
Dynamic Workflow
Dynamic Workflow creates, runs, and manages durable JavaScript workflows that coordinate multiple headless Codex agents for fan-out/fan-in, multi-stage pipelines, and background runs. Use it when you need dynamic branching, looping, or long-running multi-agent work that a single model turn cannot handle directly.
Automation
2K128
๐
2026/08/18
Issue Reply Wakeup
Issue Reply Wakeup registers an existing GitHub issue so the current Codex or Claude Code session is woken when its first future comment arrives. Use when work is blocked on a GitHub reply and the session must resume asynchronously.
Automation
2K128
๐งฉ
2026/08/18
Langroid Patterns
Langroid Patterns catalogs design patterns for the Langroid multi-agent LLM framework, including task returns, tool handlers, task control, MCP integration, and quiet mode. Use it to find reference code examples when building Langroid agents.
AI Engineering
2K128
๐
2026/08/18
Log Work
Log Work records the work segment since the last entry into a dated WORKLOG markdown file. Use it to keep a concise timestamped history of files created, read, or changed during a session.
Writing
2K128
๐
2026/08/18
Make Issue Spec
Make Issue Spec creates a markdown document that clearly specifies a task, asking clarifying questions for underspecified parts and staging the file in Git when possible. Use it to define work for agents before implementation.
AI Engineering
2K128
๐ฌ
2026/08/18
Msg
Msg sends messages between agent sessions running in tmux panes. Use it to coordinate with other Claude Code or Codex CLI agents by registering, sending, replying, and checking an inbox.
AI Engineering
2K128
๐ง
2026/08/18
Recover Context
Recover Context pulls the last task, current state, pending items, and key decisions from the most recent parent session in a session lineage, delegating to sub-agents or a session-search skill to avoid loading large histories directly. Use it to resume prior work after a reset.
AI Engineering
2K128
๐งน
2026/08/18
Remove AI Patterns
Remove AI Patterns removes AI-writing patterns ("AI-isms") from text using a vendored catalog and detector, with detect-only, edit-in-place, voice profiles, and convergence passes. Use it to audit and revise prose so it no longer reads as AI-generated.
Writing
2K128
๐
2026/08/18
Session Search
Session Search searches previous code agent sessions for specific work, decisions, or code patterns. Use it when you need to locate past work or decisions from Claude Code or Codex CLI sessions.
AI Engineering
2K128
๐ง
2026/08/18
Socratic Quiz
Socratic Quiz guides users to deep understanding through graduated, adaptive questioning rather than direct explanation. Use it when a user asks to be quizzed, taught, or tested on a concept.
AI Engineering
2K128
๐ฅ๏ธ
2026/08/18
Tmux CLI
Tmux CLI lets a Claude Code agent send commands and messages to other CLI agents or scripts running in separate tmux panes. Use it when you need to coordinate work across multiple panes, run shell commands with exit code detection, or communicate with another Claude Code instance.
Automation
2K128
๐
2026/08/18
Voice Update
Voice Update uses a pocket-tts script to speak short, conversational summaries as spoken audio feedback. Use it when the agent finishes a task, is reminded by a Stop hook, or the user asks for a spoken update.
AI Engineering
2K128