SKILL.md file containing integration guidance, API playbooks, code examples, and best practices that your AI agent consumes as reference material.
Available Skills
integrating-jupiter
Comprehensive integration guidance for all Jupiter APIs. This is the starting point for any Jupiter integration.
The skill includes an intent router that maps developer goals to the right API, complete endpoint references, error handling patterns, and production hardening recommendations.
Install:
jupiter-lend
Deep-dive integration guidance for Jupiter Lend (powered by Fluid Protocol). Use this when building lending and borrowing features.
The skill covers both the read SDK (
@jup-ag/lend-read) for querying data and the write SDK (@jup-ag/lend) for building transactions, with complete working examples.
Install:
How Skills Work
Skills follow the Agent Skills specification. Each skill is aSKILL.md file with structured frontmatter (name, description, tags) and Markdown content that AI agents consume as context.
When you install a skill, it’s added to your project so your AI coding agent (Claude Code, Cursor, Codex, etc.) can reference it when writing code. The agent uses the skill’s guidance to choose the right API, construct correct requests, handle errors, and follow best practices.
skill.md
Jupiter’s documentation also exposes a machine-readable skill file atdevelopers.jup.ag/docs/skill.md. This is a high-level navigator that points AI agents to the available skills and their capabilities, following the Mintlify skill.md specification.
Contributing
The skills repository is open source. You can contribute new skills, improve existing ones, or adapt them for your use case.Jupiter Skills Repository
Source code, skill definitions, and contribution guidelines.
