plugins/word-vomit/skills/word-vomit/SKILL.md
Use when the user wants to dump unstructured thoughts, ideas, or notes that need to be organized. Triggers: "brain dump", "word vomit", "let me think out loud", "process my notes", "organize my thoughts", "dump my ideas".
npx skillsauth add nsheaps/ai-mktpl word-vomitInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Process unstructured user thoughts into organized, actionable items.
If the user hasn't already written their thoughts to a file, save them to:
.claude/scratch/word-vomit-<date>.md
Add the marker at the top of the file:
<!-- word-vomit -->
# Brain Dump — <date>
- thought 1
- thought 2
...
For each item in the file:
| Category | Destination | Labels |
| ----------------- | ---------------------------- | ------------- |
| Bug | GitHub issue | bug |
| Task | GitHub issue or TaskCreate | none |
| Feature idea | GitHub issue | enhancement |
| Research question | GitHub issue | research |
| Decision needed | Present to user with options | none |
| Observation/note | Append to relevant doc | none |
| Reminder | TaskCreate with context | none |
| Duplicate | Link to existing issue | none |
gh issue list before creating new onesAfter filing each item, update the original file:
# Before
- fix the auth endpoint returning 500
# After
- ~~fix the auth endpoint returning 500~~ → [nsheaps/agent-team#42](https://github.com/nsheaps/agent-team/issues/42)
Rules:
~~text~~Provide a structured summary:
## Processed Items
| # | Original | Category | Filed As | Priority |
| --- | --------------- | -------- | --------------- | -------- |
| 1 | "fix auth 500" | Bug | nsheaps/repo#42 | p1 |
| 2 | "add dark mode" | Feature | nsheaps/repo#43 | p3 |
## Decisions Needed
- Redis vs Memcached — need user input on requirements
needs-clarification labeltools
Reference material for Claude Code internals — the on-disk layout under ~/.claude and project-scope .claude, the plugin cache, session-env propagation, and the full hook lifecycle. Auto-recall when working on Claude-Code-related tasks: writing or debugging hooks, authoring plugins, inspecting session state, troubleshooting why an env var is or isn't visible to a Bash tool call, or when paths under ~/.claude or ~/.claude/plugins/ come up.
development
Manage GitHub App installation tokens in Claude Code sessions. Use when tokens expire, auth errors occur in long-running sessions, or when setting up GitHub App credentials for agent teams. <example>my github token expired</example> <example>refresh the github app token</example> <example>check token status</example> <example>set up github app authentication for this session</example>
tools
Auto-detect project formatting tools and configure edit-utils settings
tools
Use this skill when the user asks about 1Password, secrets management, retrieving credentials, using op CLI, service accounts, secret references, vault operations, or any task involving the 1Password CLI (op). Also use when needing to inject secrets into environment variables, read passwords or API keys from 1Password, or manage 1Password items from the command line.