一键导入
record-idea
Use this skill to a new idea for a blogpost or to update an existing idea for a blogpost. Make sure to include a detailed description for the blogpost.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use this skill to a new idea for a blogpost or to update an existing idea for a blogpost. Make sure to include a detailed description for the blogpost.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | record-idea |
| description | Use this skill to a new idea for a blogpost or to update an existing idea for a blogpost. Make sure to include a detailed description for the blogpost. |
Use this skill to a new idea for a blogpost or to update an existing idea for a blogpost. Make sure to include a detailed description for the blogpost.
When the user provides a blog idea, do the following:
Check for duplicates first. Read all existing files in the ideas/
directory and compare their titles and descriptions against the new idea. If an
existing idea covers the same or a very similar topic, update that file instead
of creating a new one. Merge any new details (key points, references, notes)
into the existing file rather than overwriting them.
Ask the user for any details they haven't provided yet. At minimum you need:
The user may also optionally provide:
.claude/agents/redaction.md for available structures)Generate a URL-friendly slug from the title (lowercase, hyphens, no special characters).
Create or update a markdown file at ideas/<slug>.md with this format:
# <Title>
## Description
<Brief description of what the post would cover>
## Key Points
- <Point 1>
- <Point 2>
- ...
## Notes
<Include the original idea description here or expand this section with additional notes>
## References
- <Any relevant links or resources>
Omit any optional sections the user didn't provide information for.
Confirm to the user whether the idea was newly recorded or merged into an existing idea, and show the file path.