Install
$ agentstack add skill-jqaisystems-jqai-ai-skills-idea-inbox ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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)
- Look for an
IDEAS_INDEX.mdanywhere in the project; its folder is the ideas folder. - Otherwise look for a folder named
ideas/,Ideas/, or similar. - Otherwise ask the user where ideas should live, create the folder, and create an
IDEAS_INDEX.mdin 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
- Get today's date from the current-date context (format
YYYY-MM-DD). - Distill a 3 to 5 word kebab-case slug from the idea, e.g.
etsy-pinterest-autonomous-pins. - 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.
- 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.
- Author: jqaisystems
- Source: jqaisystems/jqai-ai-skills
- License: MIT
- Homepage: https://www.ai.joaoqueiros.com/skills/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.