idea

Capture an idea into a dated folder with provenance files and deduplicate against INDEX.md.

215|26|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/serejaris/personal-corp-skills --skill idea-serejaris
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: idea
Source: https://github.com/serejaris/personal-corp-skills/tree/main/skills/idea
Command: npx skills add https://github.com/serejaris/personal-corp-skills --skill idea-serejaris

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly capture a single voiced idea with provenance tracking, dedup against INDEX.md to prevent duplicates, and structure it in a folder in your ideas repo.

Core Features & Use Cases

  • Deduplicate against INDEX.md using semantic matching
  • Create a new folder ideas/YYYY-MM-DD-{slug}/ with idea.md, sources.md, market.md, next-steps.md
  • Optional GitHub Issue mirror to an Ideas board (mirror-enabled)
  • Regenerate INDEX.md after write and provide a one-line report

Quick Start

Voice your idea or use /idea to capture it, and the skill will create a provenance-tracked folder and update the index.

Frequently Asked Questions about idea

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I capture a single idea with provenance and prevent duplicates in my notes?

To capture an idea with provenance, the skill creates a dedicated folder with idea, sources, market, and next-steps markdown files. It uses semantic matching against an INDEX.md file to dedup and prevent duplicate entries before committing.

What is the best way to structure captured ideas in a repository folder?

The best way to structure captured ideas is using a dated folder format like ideas/YYYY-MM-DD-{slug}/. This skill automatically generates idea.md, sources.md, market.md, and next-steps.md inside the folder to track provenance and next actions.

How does semantic deduplication work when adding a new idea to an index?

Semantic deduplication works by comparing your new idea against an existing INDEX.md using semantic matching algorithms. If a match is found, the skill prevents the duplicate from being written, ensuring your ideas repository stays clean and unique.

Can I mirror captured idea folders to a GitHub Issue board automatically?

Yes, you can mirror captured ideas to a GitHub Issue board. The skill supports an optional GitHub mirror feature that syncs your newly created idea folder directly to an Ideas board view, provided mirroring is enabled in your configuration.

Do I need a specific configuration file to track idea provenance?

Yes, you need a CLAUDE.md file to provide configuration. The skill reads this file to determine settings like the optional GitHub mirror, ensuring your idea capture, folder creation, and index regeneration follow your specific repository rules.