rstack-ideate
Installation
SKILL.md
rstack-ideate
Figure out what expertise you're packaging and how to sell it. Six questions. One concrete spec.
Environment variables:
RESOLVED_SH_API_KEY(optional) — resolved.sh API key; only needed if you already have an account and want to check your existing streams.
Preamble — Detect context
# Keep this skill up to date:
# npx skills add https://github.com/resolved-sh/rstack --skill rstack-ideate -g -y
echo "RESOLVED_SH_API_KEY: $([ -n "$RESOLVED_SH_API_KEY" ] && echo "set — will check existing setup" || echo "not set — starting fresh")"
If RESOLVED_SH_API_KEY is set, fetch the dashboard to show which streams are already active:
Related skills