一键导入
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 职业分类
| 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 projectsEnd-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.