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.
Store team knowledge, project conventions, and learnings from tasks. Use to remember what works and recall context before new tasks. Connects to Hindsight Cloud. (user)
You have persistent memory via Hindsight Cloud. This memory bank is shared with the team, so knowledge stored here benefits everyone working on this codebase.
Proactively store team knowledge and recall context to provide better assistance.
Before using memory commands, verify the Hindsight CLI is configured:
cat ~/.hindsight/config
If the file doesn't exist or is missing credentials, help the user set it up:
Install the CLI (if hindsight command not found):
curl -fsSL https://hindsight.vectorize.io/get-cli | bash
Create the config file - ask the user for their API Key (get it from https://ui.hindsight.vectorize.io):
mkdir -p ~/.hindsight
cat > ~/.hindsight/config << 'EOF'
api_url = "https://api.hindsight.vectorize.io"
api_key = "<user's API key>"
EOF
chmod 600 ~/.hindsight/config
Get the bank ID - ask the user for their team's bank ID (e.g., team-myproject)
After setup, use the bank ID in all commands below.
npx skills add vectorize-io/hindsight --skill hindsight-cloudHow 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.