83,201 skills sorted by stars.
Expert guidance and advice from Oracle. Use when: - User has a question about best practices - User needs architectural guidance -...
Answer technical and architectural questions with expert consultation.
Ask Claude, Codex, or Gemini via local CLI and capture a reusable artifact
Alias for /chat - open Q&A about DSA, system design, interviews, or career topics.
[Utilities] Answer technical and architectural questions.
Async via ask, end turn immediately; use when user explicitly delegates to any AI provider (gemini/codex/opencode/droid); NOT for...
作業開始前にインタビューを行い、認識を合わせてから実行する
Send the user's request to specified AI provider asynchronously
Answer questions without changing code
Use external AI assistants (ChatGPT, Claude, Gemini, DeepSeek) when agent encounters difficult problems. Trigger when: (1) User ex...
If requirements are unclear or ambiguous, ask clarifying questions before proceeding Use when configuring AI agent workflows and p...
AI philosophy, ethics, and soul Q&A. Ask questions about consciousness, meaning, spirituality, and AI identity. RAG-powered answer...
Multi-model ensemble consultation. Runs 3 models in parallel for diverse perspectives.
Clarify requirements before implementing. Do not use automatically, only when invoked explicitly.
Present a multi-select question allowing multiple choices
Answer questions about a paper in the vault, using note first and arXiv HTML as fallback
Draft a technical research question and send to ChatGPT for investigation
Clarify requirements before implementing. Use when serious doubts arise.
Clarify requirements before implementing. Use when serious doubts araise.
Ask clarifying questions when requirements are underspecified
Learn from any GitHub repo with generated walkthroughs. Clones repos locally, creates markdown explanations with code snippets, an...
Before writing code or planning, determine what to ask. Maximum 2 questions. Never ask technical questions users cannot answer. Ac...
[CHECK:need-info|max=2]=>[ASK|technical=false]=>[DECIDE:if-inferable]
Pattern for effectively interacting with users to gather information or get decisions. Use when you need user input.
Query your Second Brain with keyword search. Use when asked to "ask my notes", "what do I know about", "query my knowledge", "/ask...
Verbalized Sampling (VS) protocol for deep intent exploration before planning. Use when starting ambiguous or complex tasks, when...
Monitor and control AllStar Link amateur radio nodes via REST API
ASM-guided deep performance optimization. Collects assembly, audits codegen quality, applies targeted transforms, validates with b...
ASMedia Technology MPN encoding patterns, series identification, and handler guidance. Use when working with USB/Storage controlle...
Create a new Claude Code skill with proper structure, YAML frontmatter, and documentation. Use when user asks to "create a skill",...
Stop local Flask server running on port 8080. Kills process cleanly using lsof or PID file. Use when stopping local Python develop...