원클릭으로
code
Coding workflow with planning, implementation, verification, and testing for clean software development.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Coding workflow with planning, implementation, verification, and testing for clean software development.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Highest-priority skill discovery flow. MUST trigger when users ask to find/install skills (e.g. 技能, 找技能, find-skill, find-skills, install skill). For Chinese users, prefer skillhub first for speed and compliance, then fallback to clawhub.
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.
A股实时行情与分时量能分析。获取沪深股票实时价格、涨跌、成交量,分析分时量能分布(早盘/尾盘放量)、主力动向(抢筹/出货信号)、涨停封单。支持持仓管理和盈亏分析。Use when: (1) 查询A股实时行情, (2) 分析主力资金动向, (3) 查看分时成交量分布, (4) 管理股票持仓, (5) 分析持仓盈亏。
Periodic self-reflection on recent sessions. Analyzes what went well, what went wrong, and writes concise, actionable insights to the appropriate workspace files. Designed to run as a cron job.
使用 AMiner 开放平台 API 进行学术数据查询与分析。当用户需要查询学者信息、论文详情、机构数据、期刊内容或专利信息时使用此 skill。 触发场景:提到 AMiner、学术数据查询、查论文/学者/机构/期刊/专利、学术问答搜索、引用分析、科研机构分析、学者画像、论文引用链、期刊投稿分析等。 支持 6 大组合工作流(学者全景分析、论文深度挖掘、机构研究力分析、期刊论文监控、学术智能问答、专利链分析)以及 28 个独立 API 的直接调用。 即使用户只说"帮我查一下 XXX 学者"或"找找关于 XXX 的论文",也应主动使用此 skill。
Use when designing new system architecture, reviewing existing designs, or making architectural decisions. Invoke for system design, architecture review, design patterns, ADRs, scalability planning.
| name | Code |
| slug | code |
| version | 1.0.4 |
| homepage | https://clawic.com/skills/code |
| description | Coding workflow with planning, implementation, verification, and testing for clean software development. |
| changelog | Improved description for better discoverability |
| metadata | {"clawdbot":{"emoji":"💻","requires":{"bins":[]},"os":["linux","darwin","win32"]}} |
User explicitly requests code implementation. Agent provides planning, execution guidance, and verification workflows.
User preferences stored in ~/code/ when user explicitly requests.
~/code/
- memory.md # User-provided preferences only
Create on first use: mkdir -p ~/code
| Topic | File |
|---|---|
| Memory setup | memory-template.md |
| Task breakdown | planning.md |
| Execution flow | execution.md |
| Verification | verification.md |
| Multi-task state | state.md |
| User criteria | criteria.md |
This skill ONLY:
~/code/This skill NEVER:
~/code/ and the user's projectRead ~/code/memory.md for user's stated preferences if it exists.
planning.md for patterns| After | Do |
|---|---|
| Each function | Suggest running tests |
| UI changes | Suggest taking screenshot |
| Before delivery | Suggest full test suite |
| User says | Action |
|---|---|
| "Remember I prefer X" | Add to memory.md |
| "Never do Y again" | Add to memory.md Never section |
Only store what user explicitly asks to save.
Request -> Plan -> Execute -> Verify -> Deliver
This skill NEVER modifies its own SKILL.md or auxiliary files.
User data stored only in ~/code/memory.md after explicit request.
This skill makes NO network requests.
| Endpoint | Data Sent | Purpose |
|---|---|---|
| None | None | N/A |
Data that stays local:
~/code/memory.mdData that leaves your machine:
This skill does NOT:
~/code/ and user's project