Your agent doesn't need more skills — it needs the right stack. Intent-aware, workflow-aware stack intelligence for builders and AI coding agents across the onchain ecosystem.
npm install -g rightstack
Commands
Install and run. No account, no config, no API key required. All 8 commands work out of the box — the full pipeline runs locally against the corpus.
Head-to-head comparison of two tools. Returns a structured breakdown of capabilities, tradeoffs, maturity, and which use cases each tool wins.
$ rightstack compare privy dynamic
Retrieve a full workflow definition for a known build pattern. Returns phases, recommended tools per phase, and integration order.
$ rightstack workflow embedded-wallet-onboarding
Deep-dive into a specific tool record. Returns the full structured entry including ecosystem, category, trust signals, known issues, and package links.
$ rightstack inspect wagmi
Look up a tool by npm package name, GitHub slug, or known ID. Useful when you encounter an unfamiliar dependency and want context fast.
$ rightstack explain @farcaster/hub-web
Get a migration guide for a deprecated or superseded package. Returns the recommended replacement, breaking changes, and a step-by-step upgrade path.
$ rightstack migrate web3.js
Audits a local repository's dependency tree against the RightStack corpus. Surfaces deprecated packages, missing ecosystem primitives, and known stack gaps.
$ rightstack repo-audit .
$ rightstack repo-audit ./my-app ✓ detected 24 packages ✗ web3.js — deprecated, migrate to viem ⚠ no wallet abstraction layer found → recommended: @privy-io/react-auth or dynamic-labs
Describe your build goal in plain language. RightStack matches it against the workflow corpus and returns a full stack recommendation — workflow, phases, primary tools, alternatives, tradeoffs, and constraint notes. Runs fully offline.
$ rightstack recommend "consumer miniapp with embedded wallet"
Use with AI agents
rightstack-mcp is a fully working MCP server. Wire it into Claude Code, Cursor, Windsurf, or any MCP-compatible host and your AI agent gets direct access to stack intelligence as native tool calls.
$ claude mcp add rightstack -- rightstack-mcp
Adds RightStack as an MCP server to your Claude Code config.
{
"mcpServers": {
"rightstack": {
"command": "rightstack-mcp"
}
}
}
Add to your MCP config file (e.g. ~/.cursor/mcp.json).
Exposed tools: recommend · workflow · repo_audit