一键导入
context-checkpoint
Save progress to a markdown file when context grows large or after many tool calls, preserving key decisions and state for continuity.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Save progress to a markdown file when context grows large or after many tool calls, preserving key decisions and state for continuity.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Verify WCAG 2.1 AA compliance by analyzing HTML structure, ARIA usage, contrast, keyboard patterns, and semantic markup. Runs before completion in FE Designer mode.
Guide the design of beautiful, accessible, systematic UI components. Auto-triggers when creating or restyling components in FE Designer mode.
Audit design system consistency — check tokens, spacing, colors, typography usage across the codebase. Triggers when modifying shared styles or on user request.
Self-critique visual output before completion. Evaluates visual hierarchy, CTA clarity, cognitive load, spacing consistency, and layout priority. MUST run before attempt_completion in FE Designer mode.
MANDATORY: Run validation tools after EVERY code change. Do not finish until code is error-free.
Auto-enforce coding standards after every code change in Code mode. Checks file size, nesting, naming, error handling, and anti-patterns.
| name | context-checkpoint |
| description | Save progress to a markdown file when context grows large or after many tool calls, preserving key decisions and state for continuity. |
| risk | safe |
| source | self |
| tags | ["context","checkpoint","persistence"] |
Trigger this skill when:
plans/checkpoint-{date}.md with this structure:# Checkpoint — {brief task description}
Date: {ISO date}
## Current Task
{What we're doing and why}
## Completed
{Numbered list of completed steps with outcomes}
## In Progress
{Current step, what's been tried, current state}
## Key Decisions
{Important decisions made and their rationale}
## Key Files Modified
{File paths with brief description of changes}
## Remaining Work
{What still needs to be done}
## Context for Next Session
{Anything critical the next context window needs to know}
After creating checkpoint, inform the user: "Progress saved to plans/checkpoint-{date}.md. If context gets condensed, key state is preserved."
When resuming from checkpoint, read the latest checkpoint file first before continuing work.