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.zip

Installs 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.
76 charsno explicit “when” trigger
Beginner

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

You give it
User message starting with `IDEA: <idea text>`
You get back
Updated `IDEAS.md` file with the new idea appended or an existing idea marked as implemented

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

  1. Read IDEAS.md first so existing ideas are preserved.
  2. Derive a short, human-readable ## heading from the idea text.
  3. Use the current date in YYYY-MM-DD format.
  4. Use the current user as the author when available; otherwise use Unknown.
  5. Set Implemented to No for new ideas.
  6. Append the new idea to the end of IDEAS.md; do not reorder or rewrite older ideas unless the user asks.
  7. 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:

  1. Find the matching ## idea section.
  2. Change **Implemented:** No to **Implemented:** Yes.
  3. Preserve the original date, author, title, and idea text.
  4. 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.

SkillInstallsUpdatedSafetyDifficulty
idea-capture (this skill)01moNo flagsBeginner
notion-meeting-intelligence66moNo flagsIntermediate
resume-handoff36moNo flagsIntermediate
meeting-briefing26moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

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.

656

resume-handoff

parcadei

Resume work from handoff document with context analysis and validation

333

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.

213

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.

36

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.

15

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.

13

Search skills

Search the agent skills registry