idea-capture
A simple tool to append new ideas to the project's IDEAS.md log file.
Install
mkdir -p .claude/skills/idea-capture && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15890" && unzip -o skill.zip -d .claude/skills/idea-capture && rm skill.zipInstalls to .claude/skills/idea-capture
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Capture IDEA messages into the project IDEAS.md file with readable metadata.Key capabilities
- →Capture new ideas from user input
- →Append ideas to the `IDEAS.md` file
- →Add metadata (date, author, implemented status) to ideas
- →Derive a short title from the idea text
- →Mark existing ideas as implemented
How it works
The skill extracts idea text from user input, formats it with metadata, and appends it as a new section to the `IDEAS.md` file.
Inputs & outputs
When to use idea-capture
- →Capture new project idea
- →Log brainstormed suggestion
- →Mark idea as implemented
About this skill
Idea Capture Skill
Purpose
Use this skill when the user writes IDEA: ... and wants the idea saved in this repository.
The goal is to keep a simple, append-only idea log in the root IDEAS.md file. The log should be readable in plain Markdown and easy to update when ideas are implemented.
Trigger
Use this skill when a user message starts with or clearly contains:
IDEA: <idea text>
Capture the text after the first IDEA: marker as the idea body. Preserve the user's meaning and wording; lightly clean only obvious extra whitespace.
File format
Store ideas in the repository root file:
IDEAS.md
If the file does not exist, create it with this heading:
# Ideas
Use this file to collect workshop and project ideas. New ideas are appended at the end so the list stays easy to scan.
Each idea must be a separate ## section appended to the end of the file:
## Short idea title
**Date:** YYYY-MM-DD
**Author:** @username
**Implemented:** No
Idea text goes here.
Capture procedure
- Read
IDEAS.mdfirst so existing ideas are preserved. - Derive a short, human-readable
##heading from the idea text. - Use the current date in
YYYY-MM-DDformat. - Use the current user as the author when available; otherwise use
Unknown. - Set
ImplementedtoNofor new ideas. - Append the new idea to the end of
IDEAS.md; do not reorder or rewrite older ideas unless the user asks. - Keep the idea text concise and readable. Use plain paragraphs unless the user provides a list.
Marking ideas implemented
When the user asks to mark an idea as done or implemented:
- Find the matching
##idea section. - Change
**Implemented:** Noto**Implemented:** Yes. - Preserve the original date, author, title, and idea text.
- If multiple ideas could match, ask which one to update.
Example prompt
IDEA: Add a short facilitator checklist for choosing the right Copilot mode during demos.
When not to use it
- →When the user's message does not clearly contain `IDEA:`
- →When the user wants to reorder or rewrite older ideas without explicit instruction
Limitations
- →Requires user message to start with or clearly contain `IDEA:`
- →Appends new ideas; does not reorder or rewrite older ideas unless asked
How it compares
This skill automates the structured logging of ideas into a Markdown file with consistent metadata, unlike manually creating and updating entries.
Compared to similar skills
idea-capture side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| idea-capture (this skill) | 0 | 1mo | No flags | Beginner |
| notion-meeting-intelligence | 6 | 6mo | No flags | Intermediate |
| resume-handoff | 3 | 6mo | No flags | Intermediate |
| meeting-briefing | 2 | 6mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by michalmar
View all by michalmar →You might also like
notion-meeting-intelligence
openai
Prepare meeting materials with Notion context and Codex research; use when gathering context, drafting agendas/pre-reads, and tailoring materials to attendees.
resume-handoff
parcadei
Resume work from handoff document with context analysis and validation
meeting-briefing
anthropics
Prepare structured briefings for meetings with legal relevance and track resulting action items. Use when preparing for contract negotiations, board meetings, compliance reviews, or any meeting where legal context, background research, or action tracking is needed.
personal-assistant
ailabs-393
This skill should be used whenever users request personal assistance tasks such as schedule management, task tracking, reminder setting, habit monitoring, productivity advice, time management, or any query requiring personalized responses based on user preferences and context. On first use, collects comprehensive user information including schedule, working habits, preferences, goals, and routines. Maintains an intelligent database that automatically organizes and prioritizes information, keeping relevant data and discarding outdated context.
digital-brain
muratcankoylan
This skill should be used when the user asks to "write a post", "check my voice", "look up contact", "prepare for meeting", "weekly review", "track goals", or mentions personal brand, content creation, network management, or voice consistency.
meeting-sync
amanaiproduct
Sync new Granola meetings to local Knowledge folder. Use during morning planning, when user asks "what should I do today", or asks to review/sync meetings.