AI Engineering
LLM integration, prompting, and agent engineering skills.
🧩
4w ago
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
📋
4w ago
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
💬
4w ago
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
🧠
4w ago
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
🔍
4w ago
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
🧠
4w ago
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
🔊
4w ago
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
🤖
4w ago
ChatGPT App Builder
ChatGPT App Builder guides developers through creating and updating ChatGPT apps built as MCP servers, including brainstorming, bootstrapping, implementing tools and views, debugging, deploying, and connecting to ChatGPT.
AI Engineering
2K133
🧩
4w ago
MCP App Builder
MCP App Builder guides developers through the full lifecycle of creating and updating MCP apps, from brainstorming and bootstrapping to implementing tools, debugging, running dev servers, and deploying to ChatGPT or Claude. Use it when building MCP servers with custom UI views.
AI Engineering
2K133
🧩
4w ago
Skybridge
Skybridge guides developers through creating and updating ChatGPT and MCP apps. Use it when building or updating a ChatGPT app, MCP app, MCP server, or working with the Skybridge framework.
AI Engineering
2K133
🔍
4w ago
Research
Research creates a preliminary research outline for a target topic, combining internal knowledge, web search, and user-defined fields. Use it before deep research for academic surveys, benchmark evaluations, or technology selection.
AI Engineering
2K161
🔍
4w ago
Research Deep
Research Deep reads a research outline, launches independent web-search agents for each item in batches, disables task output, and writes validated structured JSON results.
AI Engineering
2K161