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.
AI agent integration layer for the Pump SDK — agent instruction files, .well-known discovery, LLM context documents, 15+ skill files, MCP server prompts, and terminal management rules for GitHub Copilot and Gemini.
Configure AI agents (GitHub Copilot and Gemini) to work effectively with the Pump SDK through instruction files, skill registries, and MCP server integration.
| File | Agent | Purpose |
|---|---|---|
AGENTS.md | Universal | Project overview, architecture, security rules |
COPILOT.md | GitHub Copilot | Instructions pointer |
GEMINI.md | Google Gemini | Instructions pointer |
.github/copilot-instructions.md | Copilot Chat | SDK patterns, security rules |
| File | Purpose |
|---|---|
.well-known/ai-plugin.json | AI plugin manifest |
.well-known/agent.json | Agent capabilities and config |
.well-known/skills.json | Skills registry (15+ skills) |
.well-known/security.txt | Security contact information |
| File | Size | Purpose |
|---|---|---|
llms.txt | Short | Quick reference for LLMs |
llms-full.txt | Long | Comprehensive LLM context |
{
"schema_version": "v1",
"name": "pump-fun-sdk",
"skills": [
{
npx skills add x402agent/solana-clawd-os --skill pump-ai-agentsHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.