Documentation / v0.1

SynthoCore Documentation

Early Public MVP · Building in Public

SynthoCore turns plain-language ideas into starting points for AI agent skills that understand Solana. Use this guide to get from an idea to a skill you can refine and run in your preferred agent environment.

01

Getting Started

What is SynthoCore? SynthoCore is an AI-powered terminal for generating reusable agent skills focused on Solana workflows, data, and actions.

Who is this for? Builders, researchers, traders, and agent developers who want to prototype useful Solana capabilities without starting from a blank file.

Current status: SynthoCore is an Early Public MVP. Outputs are designed as useful starting points, not finished production systems.

02

How to Generate a Skill

  1. 01Go to the Terminal (/generate).
  2. 02Describe the skill you need in plain language.
  3. 03Click Generate.
  4. 04Copy the result and use it in your agent.

03

Example Prompts

"Create a skill that checks SOL and SPL token balances for any Solana wallet"

"Make a skill that explains a Solana transaction in simple language"

"Build a skill that monitors new liquidity pools on Solana"

04

Supported Platforms

ClaudeCursorOpenAI AgentsLangChainCrewAICustom agents

05

How to Use the Generated Skill

Copy the generated skill from the Terminal and paste it into the place where your agent accepts instructions or skills. In Claude, add it to a project or skill file; in Cursor, save it as project instructions or a rules file; in OpenAI Agents and other frameworks, adapt the tool schema and implementation into your agent definition. Always review permissions, RPC endpoints, and transaction behavior before using an output with real funds.

06

Limitations (Important)

  • This is an early MVP.
  • Generated skills may need manual adjustment.
  • Outputs are not production-ready yet.
  • SynthoCore is built in public, and feedback is welcome.

07

Feedback & Contact

Found something confusing or have an idea for a better Solana skill? Share feedback with the team on X, or jump straight back into the product.