blockchain

Develop and audit Solidity smart contracts for decentralized finance applications.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ThePhoenixAgency/Phoenix-Agents-Marketplace --skill blockchain
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: blockchain
Source: https://github.com/ThePhoenixAgency/Phoenix-Agents-Marketplace/tree/main/skills/blockchain
Command: npx skills add https://github.com/ThePhoenixAgency/Phoenix-Agents-Marketplace --skill blockchain

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill assists in the development, security auditing, and understanding of blockchain smart contracts, particularly those written in Solidity.

Core Features & Use Cases

  • Smart Contract Development: Provides a basic Solidity ERC20 token contract example.
  • Security Auditing: Outlines a comprehensive checklist for smart contract security, including reentrancy, integer overflow, and access control.
  • Audit Workflow: Details a structured process for auditing smart contracts using manual review and automated tools.
  • Use Case: Developers can use this skill to quickly generate a boilerplate ERC20 token contract and understand the essential security checks required before deployment.

Quick Start

Use the blockchain skill to generate a basic ERC20 token contract.

Frequently Asked Questions about blockchain

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit a Solidity smart contract for DeFi vulnerabilities?▼

Auditing a Solidity smart contract requires a structured workflow combining manual review with automated tools like Slither and Mythril. This Skill provides a comprehensive checklist to identify vulnerabilities such as reentrancy, integer overflows, and access control issues.

What are common security checks for ERC20 token development in Solidity?▼

Common security checks for ERC20 token development include verifying reentrancy guards, integer overflow protections, and strict access controls. This Skill outlines these essential checks and provides a basic Solidity ERC20 token contract example for developers.

Do I need OpenZeppelin contracts to use this smart contract audit workflow?▼

Understanding OpenZeppelin contracts is required to effectively use this audit workflow. The Skill relies on knowledge of OpenZeppelin, Solidity, and automated tools like Slither and Mythril to properly execute security analysis on DeFi applications.

Can I generate a boilerplate ERC20 token contract for DeFi applications?▼

Yes, you can generate a boilerplate ERC20 token contract for DeFi applications. This Skill provides a basic Solidity ERC20 token contract example to quickly start development and understand necessary pre-deployment security checks.

What is the best way to identify reentrancy and integer overflows in smart contracts?▼

The best way to identify reentrancy and integer overflows is using a combined audit workflow of manual review and automated tools like Slither and Mythril. This Skill details this structured process to effectively detect these specific smart contract vulnerabilities.