CtrlK
BlogDocsLog inGet started
Tessl Logo

agent-agentic-payments

Agent skill for agentic-payments - invoke with $agent-agentic-payments

44

2.22x
Quality

13%

Does it follow best practices?

Impact

100%

2.22x

Average score across 3 eval scenarios

SecuritybySnyk

Risky

Do not use without reviewing

Optimize this skill with Tessl

npx tessl skill review --optimize ./.agents/skills/agent-agentic-payments/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

27%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

This skill is overly verbose, spending significant tokens on explanations of concepts Claude already knows (cryptographic signatures, Byzantine consensus, e-commerce use cases) rather than providing lean, actionable guidance. While the tool call examples provide some concrete structure, the skill lacks validation checkpoints, error handling, and progressive disclosure. The content reads more like a marketing document or README than an operational skill for Claude.

Suggestions

Remove the 'Real-world use cases', 'Security standards', 'Payment protocol standards', and 'Quality standards' sections—these explain concepts Claude already knows and don't provide actionable guidance.

Add explicit validation checkpoints and error handling to the workflow, e.g., 'If consensus fails, retry with fallback agents' or 'If mandate balance insufficient, notify user before proceeding.'

Include example response schemas for each tool call so Claude knows what to expect and how to handle different outcomes.

Split detailed API reference into a separate REFERENCE.md file and keep SKILL.md as a concise overview with quick-start examples.

DimensionReasoningScore

Conciseness

The skill is extremely verbose with extensive explanations of concepts Claude already understands (what Byzantine consensus is, what Ed25519 is, what e-commerce is). The 'Real-world use cases', 'Security standards', 'Quality standards', and 'Payment protocol standards' sections are largely padding that don't provide actionable guidance. The final paragraph is a generic platitude.

1 / 3

Actionability

The tool call examples with concrete function signatures and parameters are helpful and somewhat actionable. However, they are not truly executable—they're illustrative API calls with placeholder values rather than copy-paste-ready workflows. Key details like how to obtain private keys, how to handle errors, or what responses look like are missing.

2 / 3

Workflow Clarity

A 6-step workflow is listed but lacks validation checkpoints and error recovery. For a system involving cryptographic signing and financial transactions (destructive/high-stakes operations), there are no feedback loops—e.g., what to do if consensus fails, if a mandate is invalid, or if authorization is declined. The workflow is more of a summary than an operational guide.

2 / 3

Progressive Disclosure

The content is a monolithic wall of text with no references to external files and no clear separation of overview vs. detailed content. The security standards, quality standards, use cases, and protocol standards sections could all be in separate reference files. There are no bundle files to support progressive disclosure.

1 / 3

Total

6

/

12

Passed

Description

0%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

This is an extremely weak description that provides virtually no useful information for skill selection. It only names the skill and its invocation command without describing any capabilities, use cases, or trigger conditions. It fails on every dimension of the rubric.

Suggestions

Add concrete actions describing what the skill does, e.g., 'Processes payments, handles refunds, manages subscriptions, and tracks transaction history.'

Add an explicit 'Use when...' clause with natural trigger terms, e.g., 'Use when the user asks about payments, billing, charges, refunds, invoices, or transaction processing.'

Replace the invocation instruction with functional content — the description should help Claude decide when to use the skill, not just how to invoke it.

DimensionReasoningScore

Specificity

The description contains no concrete actions whatsoever. 'Agent skill for agentic-payments' is entirely vague and does not describe what the skill actually does.

1 / 3

Completeness

Neither 'what does this do' nor 'when should Claude use it' is answered. The description only states the invocation command, providing no functional or contextual information.

1 / 3

Trigger Term Quality

The only keyword is 'agentic-payments' which is technical jargon, not a natural term a user would say. There are no natural trigger terms like 'payment', 'invoice', 'charge', 'billing', etc.

1 / 3

Distinctiveness Conflict Risk

The description is so vague that it could conflict with any payment-related skill. There are no distinct triggers or specific capabilities to differentiate it from other skills.

1 / 3

Total

4

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation11 / 11 Passed

Validation for skill structure

No warnings or errors.

Repository
ruvnet/ruflo
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.