feat: Next Generation of hardhat template with Claude#141
Merged
Conversation
… automation tools - Add `CLAUDE.md` with detailed project instructions covering Hardhat v3 setup, Solidity conventions, test structure, deployment practices, and file organization. - Introduce `.claude/` folder with tools, settings, and skills for security review, deployment checks, and contract scaffolding. - Define project automation and formatting rules in `.claude/settings.json`. - Add security reviewer and pre-deployment checklist documentation. - Scaffold guide for creating new Solidity contracts using standardized patterns.
… incentive, and pre-deployment reviews - Enhanced methodology for reviewing Solidity contracts, prioritizing source-based checks and OpenZeppelin integration guidelines. - Added scenarios for checking token precision
- Introduce Claude Code project overview, setup guide, skills, agents, and configured hooks. - Highlight automation tools for Solidity contract scaffolding, deployment checks, and security reviews. - Extend README with commands and examples for better usability.
…tings.json` - Standardize settings by nesting commands under `hooks` arrays. - Preserve functionality of Prett
…umentation - Added more granular checklists for security reviews, including vault inflation, oracle security, and randomness. - Improved deploy-check skill with detailed steps and a standardized summary table format. - Refined formatting and consistency across documentation.
TadejPolajnar
approved these changes
Mar 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CLAUDE.mdwith project conventions (Solidity, test, task, deployment patterns) so Claude Code follows consistent standards when working in this repo.claude/settings.jsonwith permission allowlists for common commands and hooks that auto-format edited files with Prettier and block edits to.env/package-lock.json/new-contractskill — scaffolds a new Solidity contract with test file, Ignition module, and Hardhat tasks following project patterns/deploy-checkskill — runs a full pre-deployment checklist (compile, test, coverage, lint, format, Ignition review, network config) and outputs a summary tablesecurity-revieweragent — reviews Solidity contracts for vulnerabilities, incentive design, and OpenZeppelin v5 best practices with structured severity-rated findingsREADME.mdwith Claude Code setup instructions, available skills, agents, and configured hooksFiles Changed
CLAUDE.md.claude/settings.json.claude/skills/new-contract/SKILL.md.claude/skills/deploy-check/SKILL.md.claude/agents/security-reviewer.mdREADME.md