·solidity-coding
</>

solidity-coding

0xlayerghost/solidity-agent-kit

[AUTO-INVOKE] は、Solidity コントラクト (.sol ファイル) を作成または変更する前に呼び出す必要があります。プラグマのバージョン、命名規則、プロジェクトのレイアウト、OpenZeppelin ライブラリの選択基準、Chainlink の統合、アンチパターンについて説明します。トリガー: .sol ソース ファイルの作成、編集、レビューを伴うタスク。

8インストール·0トレンド·@0xlayerghost

インストール

$npx skills add https://github.com/0xlayerghost/solidity-agent-kit --skill solidity-coding

SKILL.md

| Contract / Library | PascalCase | MyToken, StakingPool | | Interface | I + PascalCase | IMyToken, IStakingPool | | State variable / Function | lowerCamelCase | totalSupply, claimDividend | | Constant / Immutable | UPPERSNAKECASE | MAXSUPPLY, ROUTERADDRESS | | Event | PascalCase (past tense) | TokenTransferred, PoolCreated |

| Custom Error | PascalCase | InsufficientBalance, Unauthorized | | Function parameter | prefix for setter | function setFee(uint256 fee) |

| Cross-contract constants | Place in src/common/Const.sol | | Interface definitions | Place in src/interfaces/I .sol, separate from implementation | | Simple on-chain queries | Use cast call or cast send | | Complex multi-step operations | Use forge script |

[AUTO-INVOKE] は、Solidity コントラクト (.sol ファイル) を作成または変更する前に呼び出す必要があります。プラグマのバージョン、命名規則、プロジェクトのレイアウト、OpenZeppelin ライブラリの選択基準、Chainlink の統合、アンチパターンについて説明します。トリガー: .sol ソース ファイルの作成、編集、レビューを伴うタスク。 ソース: 0xlayerghost/solidity-agent-kit。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/0xlayerghost/solidity-agent-kit --skill solidity-coding
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-17
更新日
2026-02-18

クイックアンサー

solidity-coding とは?

[AUTO-INVOKE] は、Solidity コントラクト (.sol ファイル) を作成または変更する前に呼び出す必要があります。プラグマのバージョン、命名規則、プロジェクトのレイアウト、OpenZeppelin ライブラリの選択基準、Chainlink の統合、アンチパターンについて説明します。トリガー: .sol ソース ファイルの作成、編集、レビューを伴うタスク。 ソース: 0xlayerghost/solidity-agent-kit。

solidity-coding のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/0xlayerghost/solidity-agent-kit --skill solidity-coding インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/0xlayerghost/solidity-agent-kit