solidity
Solidity smart contract development with Foundry. Covers writing, testing, security, deployment, and upgrades. Triggers on .sol files, contract, pragma solidity, forge.
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 22+ AI coding agents
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/settlemint/agent-marketplace cp -r agent-marketplace/devtools/skills/solidity ~/.claude/skills/ Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
automating-mail
by SpillwaveSolutionsAutomates Apple Mail via JXA with AppleScript dictionary discovery. Use when asked to "automate email", "send mail via script", "JXA Mail automation",...
automating-reminders
by SpillwaveSolutionsAutomates Apple Reminders using JavaScript for Automation (JXA). Use when asked to "create reminders programmatically", "automate reminder lists", "JX...
mastering-postgresql
by SpillwaveSolutionsPostgreSQL development for Python with full-text search (tsvector, tsquery, BM25 via pg_search), vector similarity (pgvector with HNSW/IVFFlat), JSONB...
automating-contacts
by SpillwaveSolutionsAutomates macOS Contacts via JXA with AppleScript dictionary discovery. Use when asked to "automate contacts", "JXA contacts automation", "macOS addre...
Agentic Skill Details
- Owner
- settlemint (GitHub)
- Repository
- agent-marketplace
- Type
- Other
- Meta-Domain
- N/A
- Primary Domain
- N/A
- Market Score
- 79.0
Agent Skill Grade
C
Score: 79/100
Click to see breakdown
Score Breakdown
Areas to Improve
- Trail of Bits skills listed twice with similar descriptions, wasting tokens
- File exceeds 100 lines but lacks table of contents for navigation
- All content inline; detailed patterns like upgradeable contracts or ERC implementations could be in references
Recommendations
- Add trigger phrases to description for discoverability
- Add table of contents for files over 100 lines
Graded: 1/18/2026
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
.solfiles, 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_tools>, just reference them: "See
Other Things Worth Fixing
Add a table of contents — At 299 lines, you need explicit navigation. Add a
<!-- TOC -->after the frontmatter listing your XML sections. This is a quick +2 points and makes the skill way easier to scan. Files over 100 lines really benefit from this.Convert quick_start to checkbox format — Your workflow is numbered (
1. Create contract... 2. Import...), but the security_checklist already uses checkboxes. Be consistent:- [ ] Create contract with SPDX license and pragma. Gives developers a completion tracking tool. +1 point.Extract advanced patterns to references — Things like upgradeable contracts or ERC implementations could live in a
references/directory instead of inline. Keeps the main file lean and lets developers dive deep if they want. +2 points.
Quick Wins
Priority order for impact:
- Remove duplicate Trail of Bits content (+3 points)
- Add TOC for navigation (+2 points)
- Move advanced patterns to references (+2 points)
- Checkbox-ify the workflow (+1 point)
Those four changes would likely push you to 87/100 and solid B territory.
Checkout your skill here: SkillzWave.ai | SpillWave We have an agentic skill installer that install skills in 14+ coding agent platforms. Check out this guide on how to improve your agentic skills.
AI-Detected Topics
Extracted using NLP analysis
Report Security Issue
Found a security vulnerability in this agent skill?