一键导入
learn
Capture non-obvious session learnings to project memory. Use at end of session or after solving hard problems to persist insights for future sessions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Capture non-obvious session learnings to project memory. Use at end of session or after solving hard problems to persist insights for future sessions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
GOAP-based orchestrator for managing GitHub issues, creating action plans, and executing workspace operations with branch/PR workflow.
Configure and troubleshoot npm OIDC Trusted Publishing for GitHub Actions. Use when npm publish fails with E404, OIDC errors, or provenance issues.
GitHub release management, crates.io trusted publishing, npm provenance, and GitHub Pages documentation. Use when creating releases, publishing packages, or deploying docs.
Git commit conventions, validation gates, and CI/CD workflows. Use when committing changes, verifying gates, or working with GitHub Actions.
Validate merge readiness with atomic commits and GitHub Actions checks using gh CLI; use for pre-merge verification and CI truth validation.
Apply TRIZ inventive principles to solve problems that seem to have no good solution. Use after triz-analysis has identified contradictions.
基于 SOC 职业分类
| name | learn |
| description | Capture non-obvious session learnings to project memory. Use at end of session or after solving hard problems to persist insights for future sessions. |
Match MEMORY.md style:
## Section Name
- **Topic**: Concise explanation with actionable guidance
- **Key insight**: Non-obvious behavior or gotcha
- **Correct pattern**: Code or command example
- **Wrong pattern**: What to avoid (optional)
| Category | Example |
|---|---|
| Tool quirks | find with head -n 1 is unreliable - use explicit filters |
| API gotchas | libsql Statement requires reset() between executions |
| Performance | Batch size 512 amortizes Rayon overhead for 1000+ candidates |
| Debugging | Check which binary which csm resolves to - PATH shadowing |
| Process | Pre-commit hook must include clippy - CI catches what local misses |
MEMORY.md structure (keep under 200 lines):
End Session
|
v
Reflect: What was non-obvious?
|
v
Check MEMORY.md - already there?
| |
Yes No
| |
v v
Skip Add concise entry
|
v
Keep under 200 lines total