forked from austintgriffith/ethereum-wingman
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskill.json
More file actions
90 lines (90 loc) · 2.62 KB
/
skill.json
File metadata and controls
90 lines (90 loc) · 2.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "ethereum-wingman",
"version": "1.0.0",
"description": "A comprehensive Ethereum development tutor and guide covering SpeedRun Ethereum challenges, Scaffold-ETH tooling, DeFi protocols, and security best practices.",
"author": "BuidlGuidl",
"license": "MIT",
"keywords": [
"ethereum",
"solidity",
"web3",
"defi",
"smart-contracts",
"scaffold-eth",
"speedrun-ethereum",
"security",
"tutorial"
],
"capabilities": [
"ethereum-fundamentals",
"solidity-development",
"defi-protocols",
"security-auditing",
"scaffold-eth-tooling",
"code-review"
],
"knowledge_base": {
"challenges": {
"path": "knowledge/challenges/",
"description": "SpeedRun Ethereum challenge TLDR modules covering tokenization, staking, DEXs, lending, oracles, and more"
},
"protocols": {
"path": "knowledge/protocols/",
"description": "DeFi protocol documentation for Uniswap, Aave, Compound"
},
"standards": {
"path": "knowledge/standards/",
"description": "ERC standards reference (ERC-20, ERC-721, ERC-1155, ERC-4626)"
},
"foundations": {
"path": "knowledge/foundations/",
"description": "Ethereum basics, Solidity essentials, Layer 2 ecosystem guide, automation & incentives (CRITICAL), oracles, composability, governance, Hardhat vs Foundry"
},
"gotchas": {
"path": "knowledge/gotchas/",
"description": "Critical development gotchas and historical hack case studies"
}
},
"tools": {
"scaffold-eth": {
"path": "tools/scaffold-eth/",
"description": "Scaffold-ETH 2 workflows, forking, and hooks reference"
},
"deployment": {
"path": "tools/deployment/",
"description": "MCP reference and full-stack dApp patterns"
},
"security": {
"path": "tools/security/",
"description": "Pre-production security checklist"
}
},
"prompts": {
"tutor": {
"path": "prompts/tutor.md",
"description": "Teaching mode for explaining concepts"
},
"review": {
"path": "prompts/review.md",
"description": "Code review mode for security analysis"
},
"debug": {
"path": "prompts/debug.md",
"description": "Debugging assistant for troubleshooting"
},
"build": {
"path": "prompts/build.md",
"description": "Project building mode with Scaffold-ETH"
}
},
"integrations": {
"cursor": {
"rules_path": ".cursorrules",
"description": "Cursor IDE rules file"
},
"claude_code": {
"instructions_path": "CLAUDE.md",
"description": "Claude Code project instructions"
}
}
}