skills/research-vault/SKILL.md
Capture raw research (screenshots, articles, tips) and compile into a searchable wiki. Activates when user shares external content for evaluation or asks to review accumulated research.
npx skillsauth add nhouseholder/nicks-claude-code-superpowers research-vaultInstall 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.
Two modes: capture (save raw input) and compile (build wiki from raw). Zero cost when not triggered.
Capture mode — trigger when:
Compile mode — trigger when:
Do NOT activate when:
Extract key content from the user's input (screenshots, text, links) and save to research/raw/:
VAULT="$HOME/ProjectsHQ/superpowers/research"
DATE=$(date +%Y-%m-%d)
# Filename: YYYY-MM-DD-topic-slug.md
File format (minimal):
# [Topic]
**Source:** [where it came from — account name, URL, or "user-provided"]
**Date captured:** [YYYY-MM-DD]
**Tags:** [2-3 keywords]
## Content
[Extracted key points — not a full transcript, just the actionable knowledge]
## Relevance
[1 sentence: how this could apply to our system]
After saving: One-line confirmation: "Saved to research/raw/[filename]. [N] items in vault."
Do NOT commit/push on every capture. Batch with the next project commit.
Read all files in research/raw/, generate wiki articles in research/wiki/.
ls -la "$HOME/ProjectsHQ/superpowers/research/raw/"
Group by tags/topic. Identify clusters.
One .md file per topic in research/wiki/:
# [Topic Name]
**Last compiled:** [date]
**Sources:** [list of raw/ files that contributed]
## Summary
[Synthesized knowledge from all sources on this topic]
## Key Takeaways
- [Actionable point 1]
- [Actionable point 2]
## See Also
- [[related-topic]]
# Research Wiki Index
**Last compiled:** [date] | **Articles:** [N] | **Raw sources:** [N]
## Topics
- [topic-name](topic-name.md) — 1-line summary
cd "$HOME/ProjectsHQ/superpowers"
git add research/
git commit -m "research: compile wiki — [N] articles from [N] sources"
git push origin main
tools
Unified context management and session continuity skill. Combines total-recall, strategic-compact, /ledger, and session continuity. Runs in background to preserve critical context across compaction and sessions.
tools
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
tools
Suggest /ultraplan for complex planning tasks on Claude Code CLI (2.1.91+ only). Research preview.
tools
UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient. Integrations: shadcn/ui MCP for component search and examples.