Loading...
Loading...
Found 1,463 Skills
The session loop that makes agentmemory pay off, recall before starting work, save at decision points, learn from corrections. Use when starting a nontrivial task, after settling a decision or debugging a gotcha, or whenever deciding if something belongs in memory.
Converge vague requirements into a goal contract (scope / non-goals / success criteria / verification / stop conditions) that another AI can execute autonomously and be accepted. This skill only writes goal contracts, **never executes tasks for users**. Hard trigger condition: This goal is to be handed over to others for execution — subagent, Codex, another AI session, or another person. It is used to write goals, optimize goals, revise handoff prompts, or turn requests like "finish today, optimize as much as possible, help me research and execute" into task contracts that the executor won't guess randomly or overstep boundaries. Not applicable to: internal team requirement management and version breakdown (use issue-pool — it produces tasks for humans to start working on, not contracts for AI), interface design exploration (use design-exploration), PRD/acceptance criteria/test case documents (use prd-test-writer), framework planning and version roadmaps (use issue-pool), and situations where the user actually wants you to **do the task directly** — just do it directly instead of using this skill to turn the task into a document.
Complete setup for automated agent-driven development. Define features as user stories with testable acceptance criteria, then run AI agents in a loop until all stories pass.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Full-featured Agent Skills management: Search 35+ skills, install locally, star favorites, update from sources. Use when looking for skills, installing new skills, or managing your skill collection.
Clear conversation context while preserving knowledge via context marker. Use when user says "clear context", "start fresh", "done with this task", or when approaching token limits.
Access 1200+ AI Agent tools via Model Context Protocol (MCP)
Music generation queueing, retrieval, and completion endpoints via Venice.ai. Suited for jingles, background loops, and prototype scoring.
This skill should be used when the user asks to "create a skill" or "make a command". Make sure to use this skill whenever the user mentions skill creation, command authoring, slash commands, or building Claude extensions — even if they don't explicitly say "create-skill". Not for repairing or auditing existing skills — use repair-skill.
Publish and query agent profiles on ATProto. Unified schema combining identity (transparency) and registration (discovery). Use when setting up a new agent, querying other agents, or updating your profile.
Clearly restate a human's request so they can confirm alignment before work begins. Use when the human explicitly invokes /readback or $readback after a long, dictated, unclear, or complex prompt; never invoke automatically.
Official GitHub Model Context Protocol Server for repository management.