wrap

wrap is a skill for Claude Code from AcKeskin/contexture. It costs 68 tokens per session (3,069 once invoked), scanned A, original, MIT.

A session-closing command that coordinates several existing project-recording tasks, including recap, changelog updates, and closing out shipped work. It prepares changes for review and keeps canonical records behind an accept, edit, or reject step.

In plain words
What is it for?
Use it when wrapping up a coding session to record what happened, update project history, and offer relevant follow-up records.
Why use it?
It removes the need to remember and run multiple end-of-session commands in the right order.

Skill for Claude Code

Written for Claude Code: SessionStart hook event.

Good fit Use it when wrapping up a coding session to record what happened, update project history, and offer relevant follow-up records.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ackeskin/contexture/wrap
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add AcKeskin/contexture --skill wrap
Clone the repo
git clone --depth 1 https://github.com/AcKeskin/contexture

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for wrap

README.md
[![agentmods](https://agentmods.dev/badge/skills/ackeskin/contexture/wrap/github.svg)](https://agentmods.dev/skills/ackeskin/contexture/wrap)
Your own site
<a href="https://agentmods.dev/skills/ackeskin/contexture/wrap"><img src="https://agentmods.dev/badge/skills/ackeskin/contexture/wrap/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for wrap

Your own site · 80×15
<a href="https://agentmods.dev/skills/ackeskin/contexture/wrap"><img src="https://agentmods.dev/badge/skills/ackeskin/contexture/wrap.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,069 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00068 $0.03069
Opus 5 $0.00034 $0.01535
Sonnet 5 $0.00014 $0.00614
Haiku 4.5 $0.00007 $0.00307

Measured 5d ago against content hash 8bb2f72525a1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

wrap scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (backlog-sweep.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/wrap/SKILL.md · 112 lines

How it starts

The opening of the file, as written. The whole thing — 112 lines — stays where its author put it; the contents beside it link to each section on GitHub.

wrap

The session-terminus driver. The closing organs — recap, close-out, update-changelog, capture, plus coordinate teardown — each exist and are individually good, but nothing sequences them and nothing fires them on its own, so the closing ceremony is several manual invocations the user must remember in the right order with the right dedup. /wrap is that sequencer.

It is a driver, not a new organ: it calls the existing organs in order and adds only the missing connective tissue (the sequence, the dedup, the autonomy-posture read, the BACKLOG-shipped-row sweep, the ship-narrative-record offer). If it reimplements recap/close-out/changelog logic, it is wrong.

Governed by the autonomy write-class line: automate the reversible read/draft/detect spine, keep the accept/edit/reject gate on every canonical write. Same pattern as capture's auto-propose-never-write and prep's auto-fire-read-only.

Where it sits. The forward chain (envision → spec → draft-plan → blueprint → execute) is complete; /close-out closes a shipped slug; /update-changelog is the one changelog writer; recap records the session. /wrap sits above all of them as the session-close orchestrator — it decides which of them the session earned and runs them in one pass. checkpoint --scope corpus audits coherence; /wrap closes the session.

When to run

  • User types /wrap (explicit trigger).
  • User says "wrap up the session", "close this out", "run the closing steps", "end-of-session".
  • The optional auto-fire (opt-in, enabled:false by default): a SessionStart[clear|compact] recovery hook (SessionEnd/PreCompact cannot surface — their stdout is debug-only) reads the prior session's transcript at the next start and, on an in-context judgment that the prior session shipped or closed work whose terminus was never run, proposes /wrap. It never auto-runs the ceremony — it surfaces the proposal, the user invokes.
  • Otherwise never auto-fires. Mode A. Every canonical write inside the ceremony passes its own accept/edit/reject gate.

Read the full file on GitHub · 112 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 112 lines · 68 tokens per session scan A 8bb2f72525a1

Subscribe to this mod's changes

wrap is a skill published in the GitHub repository AcKeskin/contexture (2 stars, last pushed 1mo ago), licensed MIT. It adds 68 tokens to every session and 3,069 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

pod-init

Initialize CocoPlus project bundle in the current directory. Creates .cocoplus/ directory structure, copies all templates, initializes AGENTS.md, project.md, flow.json, and creates the initial git commit. Run this once per project before using any other CocoPlus command.

Snowflake-Labs/cocoplus · 57 tokens

github-operations

GitHub CLI operations for issues, PRs, milestones, and Projects v2. Covers gh commands, REST API patterns, and automation scripts. Use when managing GitHub issues, PRs, milestones, or Projects with gh.

yonatangross/orchestkit · 50 tokens

core-workflow

Detailed development workflow patterns, checklists, and standards. Auto-loads for complex tasks, planning, debugging, testing, or when explicit patterns are needed. Contains session protocols, git conventions, security checklists, testing strategy, and communication standards.

travisjneuman/.claude · 53 tokens

ops-standup

Cross-repo morning briefing. Aggregation of recent commits, PRs, CI, blockers and priorities of the day. Trigger when the user wants a standup, an activity summary, or to know what happened.

christopherlouet/claude-base · 48 tokens

parallel-orchestrator

Manage parallel Claude Code workstreams using git worktrees. Use when: splitting large tasks across multiple workers, coordinating parallel development, monitoring worker progress, integrating completed work, analyzing work item documents (code reviews, issue lists). Triggers: parallel, orchestrator, worktrees…

jimmc414/claude-code-plugin-marketplace · 78 tokens

work-batch

Sequential execution of user stories from a PRD file. Autonomous mode that implements and commits each story one by one. Trigger when the user wants to process a backlog, execute multiple stories, or launch an autonomous mode.

christopherlouet/claude-base · 47 tokens