AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Idea Inbox

skill-jqaisystems-jqai-ai-skills-idea-inbox · by jqaisystems

Capture a raw idea as a dated, tagged markdown file in an ideas folder and keep an index up to date. Cleans filler words from the dump while preserving the substance, so capture stays fast and retrieval stays possible. Use when the user says "idea:", "capture this idea", "save this idea", or "add to my ideas".

No reviews yet
0 installs
28 views
0.0% view→install

Install

$ agentstack add skill-jqaisystems-jqai-ai-skills-idea-inbox

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-jqaisystems-jqai-ai-skills-idea-inbox)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Idea Inbox? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Idea Inbox

Capture ideas at the speed they arrive and still find them later. One idea per file, dated and tagged, in a dedicated folder with an index. Dump fast, refine later.

Step 0: Locate the ideas folder (once)

  1. Look for an IDEAS_INDEX.md anywhere in the project; its folder is the ideas folder.
  2. Otherwise look for a folder named ideas/, Ideas/, or similar.
  3. Otherwise ask the user where ideas should live, create the folder, and create an IDEAS_INDEX.md in it.

Never save idea files to the project root. A pile of loose dated files in the root is how ideas get deleted in the next cleanup.

Step 1: Capture

  1. Get today's date from the current-date context (format YYYY-MM-DD).
  2. Distill a 3 to 5 word kebab-case slug from the idea, e.g. etsy-pinterest-autonomous-pins.
  3. Clean up the raw input: remove filler words and false starts, keep every substantive detail. Tighten, do not summarise. If the user wrote three rough sentences, the file should contain three clean sentences, not one.
  4. Pick 1 to 3 tags from the index categories (see Step 2), plus idea.

Create /-.md:

---
tags: [idea, ]
date: 
---

# 

Step 2: Update the index

IDEAS_INDEX.md keeps one line per idea under a category heading. Default categories (create on first use, let the user rename them):

# Ideas Index

## Business
## Automation & Tools
## Design & Creative
## Client Work
## Misc

Add the new idea under the best-fitting category:

- [](-.md) : one-line hook

If an idea clearly fits a category that does not exist yet, add the category rather than forcing it into Misc.

Step 3: Confirm

Report the file path, the category it was filed under, and the one-line hook used in the index.

Rules

  • One idea per file. If the user dumps three ideas in one message, create three files and say so.
  • Never edit or delete existing idea files. The inbox only grows; pruning is the user's call.
  • Preserve the user's meaning exactly. Cleaning filler is fine, replacing their thinking is not.
  • Keep the index sorted newest first within each category.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.