- Home
- /
- Categories
- /
- Prompts
Prompts
Prompt engineering and templates
claude-agents
by simplerick0
Create and configure Claude Code subagents for task-specific workflows. Use when creating new agents, updating agent configurations, or understanding agent best practices.
setup-context-docs
by wizact
Creates comprehensive context-driven development documentation structure for repositories. Analyzes codebase, generates multi-document constitution pattern (product.md, tech.md), language-agnostic feature specification templates, and updates README. Auto-invoked when setting up project documentation, context docs, or CLAUDE.md setup.
session-start-hook
by kangnam7654
Creating and developing startup hooks for Claude Code on the web. Use when the user wants to set up a repository for Claude Code on the web, create a SessionStart hook to ensure their project can run tests and linters during web sessions.
self-improvement
by cgk-platform
"Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Claude ('No, that's wrong...', 'Actually...'), (3) User requests a capability that doesn't exist, (4) An external API or tool fails, (5) Claude realizes its knowledge is outdated or incorrect, (6) A better approach is discovered for a recurring task. Also review learnings before major tasks."
PPT Generator Pro - Claude Code Skill
by girish6055
完整文档:参见 README.md
skill-seekers
by DriveSpark
"-Automatically convert documentation websites, GitHub repositories, and PDFs into Claude AI skills in minutes."
council
by rahulgi
Consult an advisory council of three AI personas — Cato (skeptic), Ada (optimist), Marcus (pragmatist) — backed by different frontier LLM agents (Gemini, Claude, Codex). Each persona runs as a separate agent process with full repo context and returns independent feedback. Use when the user says "/council", asks for a second opinion, wants feedback on code changes, needs a premortem, wants to pressure-test a decision, or asks "what do you think about this approach?" Claude may also proactively suggest consulting the council before major architectural decisions, risky deploys, or ambiguous trade-offs (but should ask for user approval first).
preflight
by rozwer
Run preflight safety check. Reads CLAUDE.md and Plans.md to list permissions and flag dangerous commands.
api-contract-sync-manager
by YPYT1
集合了所有的openclaw,claudecode,open等各个平台所有的skills
ai-agent-builder
by david-spies
Builds, configures, validates, and packages production-ready AI agents. Generates complete SKILL.md, AGENTS.md, guardrails, llm-judge, audit-trail, governance, and permissions configuration files following the agentskills.io open standard. Activates when a user wants to create, design, scaffold, or deploy an AI agent with enterprise-grade safety controls.
self-subagent
by pc-style
Orchestrate parallel sub-tasks by spawning non-interactive instances of your own CLI as subagents. Use when you need to parallelize work across multiple files, run independent investigations simultaneously, or delegate heavy multi-step tasks. Works with ANY AI coding CLI agent (Amp, Claude Code, Codex, Cursor, OpenCode, aider, Cline, Roo, goose, Windsurf, Copilot CLI, pi, etc.). Triggers on "run in parallel", "subagent", "delegate", "fan out", "concurrent tasks", or any complex task that benefits from parallel execution.
autopilot
by ianphil
This skill should be used when the user asks to "run autopilot", "autopilot feature N", "implement all phases", "run all phases sequentially", "autopilot 003", or wants to automatically implement all phases of a feature in sequence without manual intervention.
idea
by ppx123-web
Record ideas and thoughts to Obsidian vault. Creates structured idea notes with problem analysis and tags. Use when user says "记录想法", "有个idea", "记一下", "记录疑问", or captures inspiration/questions about technical problems, architecture, or research.
fetch-rules
by dolessHQ
Fetch and apply Cursor-style workspace rules supporting all rule formats (.cursor/rules/.md, .mdc, AGENTS.md, and legacy .cursorrules).
cmd
by jyasuu
Cheat sheet for Windows Command Prompt commands.
langfuse-observation-view
by neuradex
View Langfuse observation (Generation/Span) details. Use when checking specific LLM call input/output, debugging issues, or analyzing costs.
chuangshimao-skills
by guangwen1648
AI image generation skill using GPT-Image-2 model. Simply provide a text prompt and size to generate images. Supports 15 aspect ratios.
prompt-optimizer
by Yukiniro
Transforms vague or simple user prompts into high-quality, structured, and high-performance AI instructions using systematic optimization techniques like XML tagging, few-shot examples, and Chain-of-Thought. Use this skill when you need to improve the reliability, accuracy, or formatting of an AI's output.
telegram-checker
by vood
Check Telegram for unanswered messages, find pending conversations, list unread chats. Use when user asks to check Telegram, find unanswered messages, see pending responses, or review Telegram inbox.
self-enhance
by keenranger
Framework for improving Claude configuration (skills, agents, commands). Use when analyzing work patterns, proposing new skills, identifying knowledge gaps, reviewing Claude setup, or when user asks to improve how Claude helps them.
cx-scope
by m19803261706
CX 工作流 — 项目蓝图探讨。当用户提到"蓝图"、"整体规划"、"项目范围"、 "scope"、"项目探讨"、"功能方案"时触发。多轮对话探讨项目或功能方案, 将结果保存到本地 .claude/cx/features/{dev_id}-{feature}/scope.md, 可选同步到 GitHub Issue(基于 config.github_sync 模式)。
ok-mcp-toggle
by okash1n
ok-mcp-toggle が管理する MCP を global/project scope で有効化/無効化する。管理対象は claude/gemini で、codex は対象外。
lib-docs-generator
by 884js
Generates skills from library documentation automatically. Use when creating a skill from external documentation, fetching docs to local storage, or crawling documentation with curl. Can also be invoked directly with "ライブラリドキュメント", "/lib-docs-generator".
agentic-patterns
by cuba6112
Design and operate multi-agent orchestration patterns (ReAct loops, evaluator-optimizer, orchestrator-workers, tool routing) for LLM systems. Use when building or debugging agent workflows, tool-use loops, or multi-step task delegation; triggers: agentic, multi-agent, orchestration, ReAct, evaluator-optimizer, tool-use, handoff.