基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/TuYv/ccpm --skill memorize命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Use when auditing a paid ad account for incremental contribution, wasted spend, or measurement integrity before scaling; runs a typed 20-item ROAS profile with verified vetoes and a SHIP/FIX/BLOCK/UNDECIDED gate on own exported data. Not for campaign structure design — use campaign-architect; not for creative production — use ad-creative-builder. 付费广告账户审计/ROAS评分
Use when the user asks to "write ad copy", "generate RSA headlines", or "build ad creative at volume"; produces ad units — RSA headlines/descriptions, hooks, and an angle matrix — message-matched to the destination landing page. Not for scoring an ad account — use ad-account-auditor; not for the post-click page — use landing-optimizer; not for organic articles — use content-writer. 广告创意/广告文案/RSA标题
Use when the user asks to "design an A/B test", "set up a creative/landing test", "run an incrementality test", or "is this result statistically and practically material?"; produces a hypothesis, variant matrix, sample-size/duration/power plan, and a documented effect/uncertainty read from own exported results. It applies only a precommitted owner-approved action rule; the statistical helper never chooses a business action. Not for producing variants — use ad-creative-builder; not for reading back one shipped change — use paid-measurement-loop. 广告AB测试设计/实验设计/显著性判定/增效测试
| name | memorize |
| description | Curates insights from reflections and critiques into CLAUDE.md using Agentic Context Engineering |
| argument-hint | Optional source specification (last, selection, chat:<id>) or --dry-run for preview |
Output must add precise, actionable bullets that future tasks can immediately apply.
First, gather insights from recent reflection and work:
/reflexion:reflect/reflexion:critiqueIf scope is unclear, ask: “What output(s) should I memorize? (last message, selection, specific files, critique report, etc.)”
Extract only high‑value, generalizable insights:
Prefer specifics over generalities. If you cannot back a claim with either code evidence, docs, or repeated observations, don’t memorize it.
# Read current context file
@CLAUDE.md
Assess what's already documented:
For each insight identified in Phase 1 apply ACE’s “grow‑and‑refine” principle:
Generation → Curation Mapping:
Example Transformation:
Raw insight: "Using Map instead of Object for this lookup caused performance issues because the dataset was small (<100 items)"
Curated memory: "For dataset lookups <100 items, prefer Object over Map for better performance. Map is optimal for 10K+ items. Use performance testing to validate choice."
Ensure new memories don't dilute existing quality context:
Consolidation Check:
Specificity Preservation:
Organization Integrity:
If a potential bullet conflicts with an existing one, prefer the more specific, evidence‑backed rule and mark the older one for future consolidation (but do not auto‑delete).
Update the context file with curated insights:
CLAUDE.mdCreate the file if missing with these sections (top‑level headings):
Project Context
Code Quality Standards
Architecture Decisions
Testing Strategies
Development Guidelines
Strategies and Hard Rules
Place each new bullet under the best‑fit section. Keep bullets concise and actionable.
For each significant insight, add structured entries:
## [Domain/Pattern Category]
### [Specific Context or Pattern Name]
**Context**: [When this applies]
**Pattern**: [What to do]
```yaml
approach: [specific approach]
validation: [how to verify it's working]
examples:
- case: [specific scenario]
implementation: [code or approach snippet]
- case: [another scenario]
implementation: [different implementation]
Avoid: [Anti-patterns or common mistakes]
Confidence: [High/Medium/Low based on evidence quality]
Source: [reflection/critique/experience date]
After updating CLAUDE.md:
Coherence Check:
Actionability Test: A developer should be able to use the bullet immediately
Consolidation Review: No near‑duplicates; consolidate wording if similar exists
Scoped: Names technologies, files, or flows when relevant
Evidence‑backed: Derived from reflection/critique/tests or official docs
Track the effectiveness of memory updates:
After effective memory consolidation:
# Memorize from most recent reflections and outputs
/reflexion:memorize
# Dry‑run: show proposed bullets without writing to CLAUDE.md
/reflexion:memorize --dry-run
# Limit number of bullets
/reflexion:memorize --max=5
# Target a specific section
/reflexion:memorize --section="Verification Checklist"
# Choose source
/reflexion:memorize --source=last|selection|chat:<id>
CLAUDE.md was created/updated/reflexion:reflect: reflect → curate → memorize.https://arxiv.org/pdf/2510.04618).Remember: The goal is not to memorize everything, but to curate high-impact insights that consistently improve future agent performance. Quality over quantity - each memory should make future work measurably better.