rightstack

Queries the pinned RightStack CLI to produce reviewed Web3 stack architecture briefs.

714|255|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/aaronjmars/aeon --skill rightstack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rightstack
Source: https://github.com/aaronjmars/aeon/tree/main/skills/rightstack
Command: npx skills add https://github.com/aaronjmars/aeon --skill rightstack

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires [email protected].

What problem does it solve?

Choosing a Web3 technology stack involves comparing chains, SDKs, custody models, and migration paths, and unverified recommendations can lead to wrong architecture decisions. This Skill queries the pinned [email protected] CLI and critically reviews its output before presenting a decision-ready brief.

Core Features & Use Cases

  • Stack Recommendations: Run recommend with a build goal to get a Web3 stack proposal broken down by phase, with tradeoffs and anti-patterns.
  • Workflow & Tool Inspection: Use workflow, compare, explain, and migrate operations to inspect known workflows, compare two tools, or check package migration paths.
  • Advisory Review Layer: Validates schema_version 1.0 responses, flags weak or contradictory output as looks-wrong, and never treats corpus output as implementation proof.
  • Use Case: Before building a multi-chain wallet app, ask for a stack recommendation; the Skill returns a brief with confidence, assumptions, tradeoffs, and a verdict of usable, usable-with-corrections, or looks-wrong.

Quick Start

Ask the agent to recommend a Web3 stack for your build goal, for example by providing the input "recommend: a non-custodial NFT marketplace on Ethereum".

Frequently Asked Questions about rightstack

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get a Web3 stack recommendation for my project?

Provide a build goal as plain input or with the recommend: prefix, such as "recommend: a non-custodial NFT marketplace". The Skill runs the pinned rightstack CLI and returns a brief with stack by phase, tradeoffs, and a verdict.

How do I compare two Web3 tools or SDKs?

Use the compare operation with two tools separated by a pipe, for example "compare: wagmi | ethers". The CLI returns schema_version 1.0 JSON, which the Skill validates and reviews before summarizing.

Can this skill install SDKs or deploy contracts?

No. The Skill is strictly read-only and advisory. It does not install SDKs, edit code, create wallets, deploy contracts, or submit transactions; those steps belong in a separate build skill after review.

Can I trust RightStack output as implementation proof?

No. The corpus can be stale, incomplete, or mismatched to your prompt. The Skill reviews each result against your chain, custody model, and constraints, and labels weak output as looks-wrong with corrections.

Why did the skill return RIGHTSTACK_DUPLICATE?

The Skill checks memory logs for the last three days. If the same request was already answered and no input changed, it returns RIGHTSTACK_DUPLICATE without re-running the CLI or sending a notification.