Explore
Community-curated workflows, prompts, skills & recipes — across every AI tool.
Adversarial code-review skill for Claude
A Claude skill that reviews a diff by trying to refute each finding before reporting it.
Reasoning-first debugging workflow for DeepSeek
A workflow that makes DeepSeek state a hypothesis and a test before proposing any fix.
Roleplay-agent skill for MiniMax
A skill that keeps a consistent persona and memory across a long MiniMax conversation.
Plan-to-agent handoff workflow for GitHub Copilot
Use Copilot Plan mode to pin scope and open questions first, then hand the approved plan to Agent mode for execution.
Awesome Korean Agent Skills
🇰🇷 400+ Korean AI Coding Agent Skills — Claude Code, Gemini CLI, Codex, Cursor 스킬을 기능별로 모은 큐레이션
tree-ring-memory
Guides AI agents in using Tree Ring Memory for durable recall, project decisions, user preferences, warnings, future seeds, privacy-safe memory capture, and lifecycle-aware forgetting.
All 2 from terminallylazy/tree-ring-memory
Security-review skill for Claude
A structured security pass over a diff — checks the OWASP-relevant classes, ranks by exploitability, and shows a repro.
Custom GPT acceptance harness
A reusable test harness for checking whether a custom GPT actually follows its instructions, uses tools correctly, and fails safely.
Repository instructions bootstrap for GitHub Copilot
A starter layout for .github/copilot-instructions.md, path-specific instruction files, and AGENTS.md so Copilot stops guessing how your repo works.
Repository MCP config template for GitHub Copilot
A safe starting template for repository-level MCP configuration, with explicit tool allowlists and the COPILOT_MCP secret pattern.
Review-before-apply skill for Codex CLI
Forces Codex CLI to show the diff, review its own changes, run focused validation, and list uncertainty before you keep the patch.
AGENTS.md bootstrap for Codex CLI
A starter AGENTS.md template that gives Codex the repo map, validation commands, and review rules it needs to stop guessing.