- 📁 references/
- 📄 .gitignore
- 📄 README.md
- 📄 SKILL.md
Hardware-secured Solana wallet, trading terminal, and agent identity layer. Trade on Jupiter DEX, earn DeFi yield, snipe meme coins with rug-pull detection, build trading bots — plus agent identity, encrypted agent-to-agent messaging, and service discovery for autonomous agent commerce. All signed by Apple Secure Enclave (no .env private keys). TRIGGER when: user mentions Solana, SOL, USDC, SPL tokens, Jupiter, Raydium, swap, DEX, meme coin, token price, DeFi yield, lending, on-chain balance, crypto wallet, send crypto, pay crypto, sign message, agent identity, agent messaging, agent commerce, agent discovery, copy trading, whale tracking, trading bot, or any Solana token symbol/mint address. Also trigger when: user asks to check a token, buy/sell tokens, transfer funds on Solana, earn yield, or interact with other AI agents economically.
Review Agent Skill directories and SKILL.md files against best practices. Use this skill when the user wants to review, validate, or check an Agent Skill implementation.
- 📁 .github/
- 📁 .vscode/
- 📁 docs/
- 📄 .env.example
- 📄 .gitattributes
- 📄 .gitignore
Build AI agents using ya-agent-sdk with Pydantic AI. Covers agent creation via create_agent(), toolset configuration, session persistence with ResumableState, subagent hierarchies, and browser automation. Use when creating agent applications, configuring custom tools, managing multi-turn sessions, setting up hierarchical agents, or implementing HITL approval flows.
- 📁 agents/
- 📁 references/
- 📄 LICENSE.txt
- 📄 SKILL.md
Help developers design or review useful, controllable, extensible agentic systems and products. Use when the user is designing an agent architecture, harness, tool system, memory strategy, permission model, interaction loop, recovery plan, or evaluation strategy, or when they want to turn a vague vibe-coded agent idea into a disciplined product plan. Do not use for simple code generation, generic brainstorming, or purely cosmetic UI critique.
- 📁 assets/
- 📁 hooks/
- 📁 references/
- 📄 GETTING_STARTED.md
- 📄 SKILL.md
Persistent memory and evolving identity for AI agents. Gives your agent a knowledge graph, session continuity, persona management, and adaptive retrieval that survives across sessions. Boot at session start, ingest every turn. Your agent remembers everything.
- 📁 reference/
- 📄 config.json
- 📄 SKILL.md
Map task types to the best agent, skill, model, and fallback. Route any task to the right tool. Use when: which agent, route task, agent for this, best agent, capability matrix.
- 📁 .claude-plugin/
- 📁 commands/
- 📁 lib/
- 📄 .gitignore
- 📄 .mcp.json
- 📄 browse-multi-mcp.js
Concurrent browser automation via persistent headless Chromium daemons with MCP interface. Each agent gets its own named instance (~200ms/command after first call). DEFAULT tool for all agent browsing. Every agent and sub-agent that needs to browse the web MUST use browse-multi, not Playwright MCP. Playwright MCP is reserved for the user's interactive use only (logging in, exporting session cookies). Use when an agent or sub-agent needs to browse the web, scrape a page, interact with a site, fill forms, take screenshots, or extract content. Triggers on: "browse this site," "scrape this page," "navigate to," "check this URL," "take a screenshot of," "fill out this form," "read this page," or any task requiring web access beyond WebFetch.
- 📁 data/
- 📁 evals/
- 📁 examples/
- 📄 README.md
- 📄 README.zh.md
- 📄 skill.json
Audit, design, and implement AI agent harnesses for any codebase. A harness is the constraints, feedback loops, and verification systems surrounding AI coding agents — improving it is the highest-leverage way to improve AI code quality. Three modes: Audit (scorecard), Implement (set up components), Design (full strategy). Use whenever the user mentions harness engineering, agent guardrails, AI coding quality, AGENTS.md, CLAUDE.md setup, agent feedback loops, entropy management, AI code review, vibe coding quality, harness audit, harness score, AI slop, agent-first engineering. Also trigger when users want to understand why AI agents produce bad code, make their repo work better with AI agents, set up CI/CD for agent workflows, design verification systems, or scale AI-assisted development. Proactively suggest when discussing AI code drift or controlling AI-generated code quality. --- # Harness Engineering Guide You are a harness engineering consultant. Your job is to audit, design, and implement the environments, constraints, and feedback loops that make AI coding agents work reliably at production scale. **Core Insight**: Agent = Model + Harness. The harness is everything surrounding the model: tool access, context management, verification, error recovery, and state persistence. Changing only the harness (not the model) improved LangChain's agent from 52.8% to 66.5% on Terminal Bench 2.0. ## Pre-Assessment Gate Before running an audit, answer these 5 questions to determine the appropriate audit depth. 1. Is the project expected to live beyond 1 month? 2. Will AI agents modify this codebase going forward? 3. Does the project have (or plan to have) >500 LOC? 4. Has there been at least one instance of AI-generated code causing problems? 5. Is there more than one contributor (human or agent)? | "Yes" Count | Route | What You Get | |-------------|-------|--------------| | **4-5** | **Full Audit** | All 45 items scored across 8 dimensions. Detailed report with improvement
Use when acting as a reactive memory agent watching engram chat for agent intents. Surfaces relevant feedback AND facts against intended behaviors, learns new memories from user corrections, observed failures, and conversation observation. Requires use-engram-chat-as skill for coordination protocol.
- 📁 examples/
- 📁 references/
- 📁 scripts/
- 📄 SKILL.md
Generates Claude Code plugin agent .md files: writes YAML frontmatter (name, model, color, tools, hooks, disallowedTools), crafts system prompts, and creates triggering example blocks with context and commentary. Validates agent structure against naming, length, and format constraints. Use when the user asks to create an agent, add an agent, write a subagent, configure agent frontmatter, design agent system prompts, set agent tools or colors, build an autonomous agent, or add agent hooks. --- # Agent Development for Claude Code Plugins Agents are autonomous markdown files with YAML frontmatter that handle multi-step tasks independently. Agents are for autonomous work; commands are for user-initiated actions. ## Workflow 1. Define agent purpose and triggering conditions 2. Create `agents/agent-name.md` with frontmatter + system prompt body 3. Include 2-4 `<example>` blocks in description 4. Validate structure (see constraints below) 5. Test triggering with real scenarios 6. If validation fails: check error recovery table, fix, re-validate ## Agent File Template ```markdown ---
- 📁 .claude-plugin/
- 📁 .cursor-plugin/
- 📁 contracts/
- 📄 .gitignore
- 📄 CHANGELOG.md
- 📄 LICENSE
AI Agent skill for Morph L2 — wallet, explorer, DEX swap, cross-chain bridge with order management, EIP-8004 agent identity & reputation, alt-fee gas payment, EIP-7702 delegation, and x402 payment protocol
Advanced Boss orchestration patterns — Agent Teams leadership, 6-section delegation template, Skill vs Agent conflict resolution, Guardian pattern, and AI-slop detection.