Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Set up Prismer API key — opens browser, auto-registers, zero copy-paste
cat ~/.prismer/config.toml 2>/dev/null | grep api_key | head -1 || echo "No config found"
If already configured and user doesn't want to reconfigure, stop here.
IMPORTANT: This command opens the browser and waits for the user to sign in. Set Bash timeout to 300000 (5 minutes):
node "${CLAUDE_PLUGIN_ROOT}/scripts/setup.mjs" --force
The script:
~/.prismer/config.tomlWait for it to complete. It will print "API key saved" when done.
CACHE="${CLAUDE_PLUGIN_DATA:-${CLAUDE_PLUGIN_ROOT}/.cache}"
mkdir -p "$CACHE"
echo "$(date +%s)" > "$CACHE/.setup-done"
Tell the user: "Setup complete! Run /reload-plugins to activate hooks."
npx skills add Prismer-AI/PrismerCloud --skill prismer-setupHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.