원클릭으로
context-pack
Compact the current conversation into a handoff document so a fresh agent can continue the work in the next session.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Compact the current conversation into a handoff document so a fresh agent can continue the work in the next session.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Teach the user a new skill or concept within this workspace. Stateful — the user's learning state persists across sessions and is tracked in workspace files.
Find deepening opportunities in a codebase, surfacing architectural friction and proposing refactors that turn shallow modules into deep ones. Use when the user wants to improve architecture, make a codebase more testable, consolidate tightly-coupled modules, or make it safer for AI agents to navigate and change.
Detects and removes AI-generated writing patterns from English text. Rewrites content to sound natural, authentic, and genuinely human.
Script-writer that drafts presentations, essays, emails, and slides using only the cognitive and persuasive heuristics from Patrick Winston's "How to Speak" lecture, rejecting conventional writing advice in favor of Winston's evidence-based rules.
Extract a DDD-style ubiquitous language glossary from the current conversation.
Turn a PRD into a multi-phase implementation plan using tracer-bullet vertical slices.
| name | context-pack |
| description | Compact the current conversation into a handoff document so a fresh agent can continue the work in the next session. |
| metadata | {"author":"kambleakash0","version":"1.0.0"} |
| disable-model-invocation | true |
| triggers | ["/context-pack","/handoff"] |
| argument-hint | What will the next session focus on? |
Summarise the current conversation into a concise handoff document that a fresh agent can read to continue the work without losing context.
Use this skill when:
Do not use this skill to create project documentation or permanent records — that belongs in PRDs, ADRs, or spec files. This is a transitional document, not an artifact.
$TMPDIR, /tmp, or the equivalent for the user's OS. Name the file descriptively: context-pack-<dash-case-topic>-<YYYYMMDD>.md.# Context Pack: {Topic or task}
## Context
{1–3 sentences: what this work is about and why it matters.}
## What was done this session
- {Key decision or action taken}
- {Another decision or action}
## Current state
{Where things stand right now — what is complete, what is in progress, what is blocked.}
## What to do next
- {The most important next step}
- {Other pending steps, in rough priority order}
## Key references
- {Path or URL to relevant PRD, spec, ADR, issue, commit, or diff}
- {Another reference}
## Suggested skills
- `/{skill-name}` — {one sentence on why it's relevant for the next session}
Always include a suggested skills section. Based on what the next session will involve, recommend the most relevant skills from the workspace. Examples:
/incremental-tdd — if the next session involves implementing something with tests/spec-writer — if the next session involves formalising requirements/slice-the-spec — if the next session involves breaking a spec into tasks/deep-codebase-audit — if the next session involves understanding or improving architecture/teach-me — if the next session involves learning something new/grill-master — if the next session involves stress-testing a plan or design