Skip to content

feat: Next Generation of hardhat template with Claude#141

Merged
KovacZan merged 5 commits into
mainfrom
feat/claude
Mar 11, 2026
Merged

feat: Next Generation of hardhat template with Claude#141
KovacZan merged 5 commits into
mainfrom
feat/claude

Conversation

@KovacZan
Copy link
Copy Markdown
Member

Summary

  • Add CLAUDE.md with project conventions (Solidity, test, task, deployment patterns) so Claude Code follows consistent standards when working in this repo
  • Add .claude/settings.json with permission allowlists for common commands and hooks that auto-format edited files with Prettier and block edits to .env / package-lock.json
  • Add /new-contract skill — scaffolds a new Solidity contract with test file, Ignition module, and Hardhat tasks following project patterns
  • Add /deploy-check skill — runs a full pre-deployment checklist (compile, test, coverage, lint, format, Ignition review, network config) and outputs a summary table
  • Add security-reviewer agent — reviews Solidity contracts for vulnerabilities, incentive design, and OpenZeppelin v5 best practices with structured severity-rated findings
  • Update README.md with Claude Code setup instructions, available skills, agents, and configured hooks

Files Changed

File Description
CLAUDE.md Project instructions and conventions for Claude Code
.claude/settings.json Permission allowlists and pre/post-tool hooks
.claude/skills/new-contract/SKILL.md Slash command to scaffold new contracts
.claude/skills/deploy-check/SKILL.md Slash command for pre-deployment checklist
.claude/agents/security-reviewer.md Security review agent with comprehensive checklists
README.md Added Claude Code section with usage docs

… 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.
@KovacZan KovacZan self-assigned this Mar 10, 2026
@KovacZan KovacZan merged commit 971d810 into main Mar 11, 2026
6 checks passed
@KovacZan KovacZan deleted the feat/claude branch March 11, 2026 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants