api

0
B

oRPC API routes with 5-file pattern. Only for projects using oRPC.

CommandsAgentsMarketplace
#pattern#router#file pattern#oRPC#api description#route#Files#impl

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install settlemint/agent-marketplace/api
skilz install settlemint/agent-marketplace/api --agent opencode
skilz install settlemint/agent-marketplace/api --agent codex
skilz install settlemint/agent-marketplace/api --agent gemini

First time? Install Skilz: pip install skilz

Works with 14 AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/settlemint/agent-marketplace
2. Copy the agent skill directory:
cp -r agent-marketplace/devtools/skills/api ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Type
Other
Meta-Domain
Primary Domain
Market Score
0

Agent Skill Grade

B
Score: 82/100 Click to see breakdown

Score Breakdown

Spec Compliance
14/15
PDA Architecture
26/30
Ease of Use
22/25
Writing Style
8/10
Utility
18/20
Modifiers: -6

Areas to Improve

  • Missing concrete end-to-end example
  • Router layers duplicated
  • templates/ instead of references/

Recommendations

  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 2026-01-19

Developer Feedback

I took a look at your api skill and wanted to share some thoughts.

Links:

The TL;DR

You're at 82/100, solid B grade territory. This is based on Anthropic's skill best practices. Your strongest area is Spec Compliance (14/15) — the frontmatter is clean and your description nails the trigger patterns. Where you're losing points: PDA (26/30) and Utility (18/20) — both have fixable gaps that could push you closer to 90.

What's Working Well

  • Spec Compliance is nearly perfect — Valid YAML, correct hyphen-case naming, third-person description with extensive regex patterns. That's the foundation done right.
  • Smart trigger patterns — You're covering library name (oRPC), file patterns (router.ts), and user intent ('create oRPC route'). That's comprehensive activation.
  • Clear scaffolding approach — The 5-file pattern with layered routers (domain → action) is a solid mental model, and you've backed it with templates that have meaningful placeholders.
  • Good token economy — Each section in SKILL.md earns its place. No fluff.

The Big One: Missing Concrete End-to-End Example

This is what's holding back your Utility score (18/20). Your quick_start section shows file structure, but doesn't show an actual implementation. Someone reading this skill should see:

// Example: token.transfer route
// File: routes/token/token.transfer.contract.ts
export const transfer = (context: Context) => ({
  // actual business logic here
})

Right now, developers have to infer how to populate those templates. Adding 4-5 code snippets showing a complete token.transfer implementation with real values would bridge that gap and add ~1-2 points to your Utility score.

Other Things Worth Fixing

  1. **`tem...

AI-Detected Topics

Extracted using NLP analysis

pattern router file pattern oRPC api description route Files impl correct router api

Report Security Issue

Found a security vulnerability in this agent skill?