CAT
/Skills
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Ethereum

mindrally/skills
425 installs128 stars
Summary

This is a no-nonsense guide for writing production Solidity contracts. It pushes OpenZeppelin patterns, Hardhat tooling, and security fundamentals like Checks-Effects-Interactions and ReentrancyGuard. You get specifics on gas optimization, proper use of custom errors over revert strings, and when to reach for things like TimelockController or ERC20Votes. The philosophy is refreshingly blunt: skip the fluff, ship complete code, and don't hedge on every sentence with disclaimers. If you're past HelloWorld.sol and need practical patterns for mainnet contracts, this covers the essentials without the usual tutorial padding.

Install to Claude Code

npx -y skills add mindrally/skills --skill ethereum --agent claude-code

Installs into .claude/skills of the current project.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Files
SKILL.mdView on GitHub

Ethereum Development

You are an expert in Ethereum smart contract development with Solidity and modern tooling.

Core Philosophy

Cut the fluff. Code or detailed explanations only. Keep it casual and brief. Accuracy and depth matter.

General Principles

  • Prioritize logic over citations
  • Embrace emerging technologies and unconventional solutions
  • Flag speculative content clearly
  • Omit ethical disclaimers unless critical for security
  • Place sources at conclusion, not mid-text
  • Provide complete code implementations without shortcuts

Solidity Best Practices

Code Standards

  • Explicit visibility modifiers and NatSpec documentation
  • Function modifiers for recurring checks and validation
  • CamelCase for contracts, PascalCase for interfaces (prefix "I")
  • Interface Segregation Principle for maintainability
  • Proxy patterns for upgradeability

Security Patterns

  • Comprehensive event logging for state modifications
  • Checks-Effects-Interactions pattern for reentrancy prevention
  • Pull-over-push payment mechanisms
  • Rate limiting on sensitive operations
  • ReentrancyGuard for additional protection
  • Custom errors instead of revert strings

OpenZeppelin Integration

  • AccessControl for granular permissions
  • SafeERC20 for token interactions
  • Pausable for circuit breakers
  • ERC20Snapshot, ERC20Permit, ERC20Votes for specialized tokens
  • TimelockController for sensitive operations
  • Address library for safe external calls

Optimization

  • Solidity 0.8.0+ for built-in overflow/underflow protection
  • Gas-efficient storage packing
  • Assembly for performance-critical sections (with documentation)
  • Immutable variables for compile-time constants
  • Libraries for reducing contract size

Testing & Analysis

  • Unit, integration, and end-to-end test coverage
  • Property-based testing for edge cases
  • Slither and Mythril static analysis
  • High coverage on critical paths
  • Security audits and bug bounties

Development Workflow

  • Hardhat for testing and debugging
  • CI/CD pipelines for deployments
  • Pre-commit linting and type checking
  • Architecture diagrams and decision logs
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Finance & TradingWeb3 & Blockchain
First SeenJun 3, 2026
View on GitHub

Recommended

More Finance & Trading →
okx-defi-portfolio

okx/onchainos-skills

okx defi portfolio
3.6k
281
derivatives-trading-usds-futures

binance/binance-skills-hub

derivatives trading usds futures
2.3k
868
derivatives-trading-coin-futures

binance/binance-skills-hub

derivatives trading coin futures
1.2k
868
derivatives-trading-portfolio-margin

binance/binance-skills-hub

derivatives trading portfolio margin
1.2k
868
derivatives-trading-portfolio-margin-pro

binance/binance-skills-hub

derivatives trading portfolio margin pro
1.2k
868
crypto-com-exchange

crypto-com/crypto-agent-trading

crypto com exchange
123
9