solidity

0
C

Solidity smart contract development with Foundry. Covers writing, testing, security, deployment, and upgrades. Triggers on .sol files, contract, pragma solidity, forge.

CommandsAgentsMarketplace
#cei pattern#solidity#cei#solidity description#Foundry#Solidity smart#pragma solidity#pattern

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/solidity
skilz install settlemint/agent-marketplace/solidity --agent opencode
skilz install settlemint/agent-marketplace/solidity --agent codex
skilz install settlemint/agent-marketplace/solidity --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/solidity ~/.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

C
Score: 79/100 Click to see breakdown

Score Breakdown

Spec Compliance
13/15
PDA Architecture
19/30
Ease of Use
22/25
Writing Style
8/10
Utility
17/20

Areas to Improve

  • Duplicate Trail of Bits content
  • Missing TOC for 299-line file
  • No reference files for extensible content

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 solidity skill and wanted to share some thoughts.

Links:

The TL;DR

You're at 79/100, solidly in C territory (70-79 range). This is based on Anthropic's skill best practices framework. Your strongest area is Ease of Use at 22/25—the metadata and trigger coverage are really solid. The weakness is Progressive Disclosure Architecture at 19/30, which is about how efficiently you're using tokens and structuring content for layered discovery.

What's Working Well

  • Trigger coverage is chef's kiss — You've got regex patterns for .sol files, pragma statements, ERC standards, and specific security tools. Developers will actually find this skill when they need it.
  • Security-first design — The CEI pattern enforcement, NatSpec requirements, and security checklist with actual checkboxes make this genuinely useful for the domain. Real value here.
  • Complete contract template — You're not just explaining concepts; you've got a working example with comments. That's the kind of thing that saves time.
  • Consistency throughout — You're using the same terminology (CEI, NatSpec, forge) consistently, so developers aren't confused about different ways to do the same thing.

The Big One: Duplicate Content Wasting Tokens

Here's what's holding you back the most: You're listing Trail of Bits skills twice — once in <security_tools> and again in <related_skills> with nearly identical descriptions. In a 299-line skill, that's meaningful token waste.

Why it matters: Progressive Disclosure Architecture rewards dense, non-redundant content. Duplication signals poor information architecture.

The fix: Keep the Trail of Bits skills in <related_skills> only. Then in `<security_too...

AI-Detected Topics

Extracted using NLP analysis

cei pattern solidity cei solidity description Foundry Solidity smart pragma solidity pattern events security

Report Security Issue

Found a security vulnerability in this agent skill?