CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

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
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
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
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

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

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. openzeppelin
  4. /
  5. openzeppelin-skills
  6. /
  7. Develop Secure Contracts

Develop Secure Contracts

Editor's Note

This does the heavy lifting when you need to integrate OpenZeppelin's battle-tested contract libraries into Solidity, Cairo, Stylus, or Stellar projects. It reads your existing contracts first, then pulls patterns directly from the installed library source rather than generating boilerplate from scratch. The workflow is smart: it diffs CLI-generated reference implementations to figure out exactly what imports, inheritance, and overrides you need, then applies just those changes to your code. Works across token standards, access control, pausability, governance, the whole suite. The core principle is simple but crucial: always import from the dependency, never copy library code into your contracts. Keeps you on the upgrade path and away from subtle reimplementation bugs.

Install

npx skills add https://github.com/openzeppelin/openzeppelin-skills --skill develop-secure-contracts
Votes
0
Installs269
GitHub Stars182
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment