CCM
/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

Claude Code Marketplaces

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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
mindrally avatar

Ethereum

mindrally/skills
645 installs223 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 →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
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 →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Categories
Finance & TradingWeb3 & Blockchain
First SeenJun 3, 2026
View on GitHub

More from mindrally/skills

All 240 skills →
  • Devops644
  • Solana641
  • Anthropic Claude Development640
  • Sanity640
  • Anime Js639
  • Ruby637
  • Fastapi Microservices Serverless636
  • Figma Integration636
  • Llm635
  • Pnpm634
  • Spring Framework633
  • Blockchain632
  • Microservices632
  • Autogen Development631
  • Phoenix630
  • Nodejs Development629
  • Shopify629
  • Vercel Development629
  • Postcss Best Practices627
  • Dotnet625
  • Cypress622
  • Rspec622
  • Go Api Development621
  • Solidity620

Recommended

More Finance & Trading →
mindrally avatar
solana

mindrally/skills

Expert guidelines for Solana program development with Rust, Anchor framework, and Web3.js integration
641
223
vtex avatar
payment-provider-framework

vtex/skills

Apply when designing or implementing a Payment Connector in VTEX IO. Covers PPF implementation, TypeScript 3.9.7 builder-hub constraints and safe dependency resolutions, configuration.json schema validation, PaymentProviderService clients wiring, Secure Proxy scope (authorize-only), ExternalClient vs SecureExternalClient patterns, IOContext access, PPF response helpers, PSP integration checklist, and vtex link debugging. Use for any implementation of a Payment Connector hosted in VTEX IO.
638
39
eng0ai avatar
financial-deep-research

eng0ai/eng0-template-skills

financial deep research
633
10
zuoa avatar
stock-sector-monitoring

zuoa/aj-skills

Monitors China A-share concept sectors and Dragon Tiger List (龙虎榜) via Tushare, then generates structured markdown reports. Use when users ask to track sector momentum, fetch top_list (doc_id=106), remove ST stocks, rank movers, or save monitoring output as .md files.
631
longbridge avatar
longbridge-subscriptions

longbridge/skills

List active real-time WebSocket subscriptions in the current Longbridge CLI session — symbols, sub_types (quote / depth / trades / brokers), candlestick periods. Diagnostic only; rarely needed in day-to-day use. Requires longbridge login. Triggers: "我订阅了哪些实时数据", "实时连接状态", "推送状态", "我訂閱了什麼", "推送狀態", "active subscriptions", "websocket subscriptions", "real-time stream status".
599
47
longbridge avatar
longbridge-kline

longbridge/skills

Candlestick / OHLCV data and intraday minute series for stocks listed in HK / US / A-share / Singapore via Longbridge Securities. Supports 1m / 5m / 15m / 30m / 1h / day / week / month / year periods, history by date range, and today's intraday curve. Triggers: "K线", "K 线", "走势", "历史价格", "日K", "月K", "周K", "分时图", "近一周走势", "K線", "走勢", "歷史價格", "日K", "月K", "週K", "分時圖", "candlestick", "candles", "OHLCV", "intraday chart", "price history", "weekly chart", "monthly chart", "1-year chart", "前复权", "前復權", "forward adjusted".
592
47