원클릭으로
learn
Extracts a reusable skill pattern from the current session and saves it to user scope for automatic activation in future sessions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Extracts a reusable skill pattern from the current session and saves it to user scope for automatic activation in future sessions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
End-to-end protocol build pipeline — contract development, testing, auditing, gas optimization, deployment, and dApp integration. Hybrid sequential/parallel execution.
Shows all available eth-agents skills with trigger phrases and usage examples.
Security vulnerability analysis for Solidity smart contracts. Runs static analysis, optional dynamic testing and formal verification.
Full contract build pipeline — write → TDD loop → static audit → gas optimization. Produces a production-ready contract.
Multichain smart contract deployment with Etherscan verification. Requires explicit user confirmation before mainnet execution.
Mainnet fork testing for smart contracts. Tests against real on-chain state at a pinned block number.
| name | learn |
| description | Extracts a reusable skill pattern from the current session and saves it to user scope for automatic activation in future sessions. |
| triggers | ["remember this pattern","save this solution","extract this as a skill","learn from this","save this approach","make this reusable"] |
| agent | orchestrator |
| model | haiku |
Identifies a reusable workflow or solution pattern from the current session and saves it as a skill file to ~/.claude/skills/<pattern-name>.md. The skill auto-activates in future sessions when its triggers are matched.
~/.claude/skills/<pattern-name>.md directly (the ONE exception where orchestrator writes a file)Skill file format written:
---
name: <skill-name>
description: <one-line description>
triggers:
- "<trigger phrase>"
- "<trigger phrase>"
---
## Workflow
[step-by-step workflow extracted from session]
"remember this pattern for deploying Uniswap V3 liquidity"
"save this debugging approach for reentrancy issues"
"extract this TDD pattern for ERC4626 vaults as a skill"
"make this deployment workflow reusable"
# Output:
~/.claude/skills/<pattern-name>.md — auto-activates in future sessions
~/.claude/skills/) — available across all projects