用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/jmagly/aiwg --skill memory-log-render命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
WCAG accessibility analysis for color palettes including contrast ratios, compliance checking, and remediation suggestions. Use when user needs to verify colors meet accessibility standards.
Generate, analyze, compare, export, and suggest color palettes using color theory. Use when user asks about colors, palettes, color schemes, or needs help choosing colors for a project.
Research current color trends from Pantone, architecture, film, and design. Use when user asks about trending colors, popular palettes, or wants research-backed color inspiration.
基于 SOC 职业分类
正在显示 SKILL.md
| name | memory-log-render |
| description | Generate a human-readable Markdown view from a consumer's JSON Lines event log |
| namespace | aiwg |
| category | kernel |
| platforms | ["claude","copilot","cursor","factory","windsurf","warp","codex","opencode","openclaw","hermes"] |
Convert a consumer's .log.jsonl into a readable log.md Markdown file. The rendered view uses greppable line prefixes and groups events by date.
memory-lint --fix: regenerate the rendered view if staleConsumer ID. Resolved via ADR-021 D4 precedence: explicit > wrapper > auto-detect.
Only render the last N entries. Useful for large logs.
Only render entries after this ISO 8601 date.
Override output path. Defaults to sibling of .log.jsonl → log.md (e.g., .aiwg/research/.log.jsonl → .aiwg/research/log.md).
memory.topology.log path from consumer's manifest.json.ts date portion.## [2026-04-14] ingest | anthropic-2024-constitutional.pdf
Touched 3 pages: anthropic.md, constitutional-ai.md, summaries/2024-constitutional-ai.md.
Duration: 14.2s. No contradictions.
log.md file (this is a generated view, not an append).log-render entry to .log.jsonl via memory-log-append.# Memory Log — research-complete
> Generated from `.aiwg/research/.log.jsonl` on 2026-04-14T16:00:00Z
> 47 events total
---
## [2026-04-14] ingest | paper.pdf
Touched 3 pages: entities/anthropic.md, concepts/constitutional-ai.md, summaries/paper.md.
Duration: 14.2s. No contradictions.
## [2026-04-14] lint | health check
0 errors, 2 warnings, 5 suggestions. Duration: 3.4s.
## [2026-04-13] query-capture | Constitutional AI comparison
Created synthesis/constitutional-ai-comparison.md (comparison).
Added 2 cross-references.
---
*Rendered by memory-log-render*
Every operation line starts with ## [YYYY-MM-DD] <op> | <subject> — this makes the rendered log greppable:
grep "^## \[" .aiwg/research/log.md | tail -5
grep "ingest" .aiwg/research/log.md
@semantic-memory/schemas/memory-log-event.md