一键导入
ask
Answer any question and save it as a document in docs/question/. Use for general knowledge questions, how-things-work explanations, and non-feature topics.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Answer any question and save it as a document in docs/question/. Use for general knowledge questions, how-things-work explanations, and non-feature topics.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | ask |
| description | Answer any question and save it as a document in docs/question/. Use for general knowledge questions, how-things-work explanations, and non-feature topics. |
| argument-hint | ["your question"] |
| allowed-tools | Read, Write, Grep, Glob, WebSearch, WebFetch, Agent |
The user asked: $ARGUMENTS
feature-flag).Glob("docs/question/*.md"). If a file already covers this topic, update it rather than creating a new one.IMPORTANT: Every question must result in a saved document under docs/question/. Answer the question fully in the document, not just in the chat response.
Every document must include a metadata block at the top (after the H1 title):
# Topic Title
**Version:** 1.0
**Date:** YYYY-MM-DD
**One-line summary:** ...
1.0. Increment by 0.1 for additions, 1.0 for rewrites.Every document must contain:
docs/question/ or docs/features/)## Practical Use Cases
### Use Case 1: <Short Title>
**Scenario:** A concrete real-world situation someone would face.
**What you do:**
The specific action, command, or decision.
**What happens / outcome:**
The result, with code blocks or examples where applicable.
## Sources
- [Title](URL) — one-line description
- Internal: `path/to/file.md` — what was found there
Documents are numbered to track creation order:
Glob("docs/question/*.md") to list existing files.<index>-<topic-slug>.md (zero-padded to 2 digits, e.g., 01-feature-flags.md).This ensures the knowledge base grows across both features and general questions.