save

A session-saving skill that turns a successful work process into a reusable skill with instructions and helper scripts.

In plain words
What is it for?
Use it after completing a repeatable, multi-step task to create a SKILL.md file, document the workflow, and add scripts for programmatic steps.
Why use it?
It preserves a workflow so the same kind of task does not have to be worked out from scratch again. The result can be parameterized for future use.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/agenttoolkit/altk-evolve/save
Any agent
npx skills add AgentToolkit/altk-evolve --skill save
Clone the repo
git clone --depth 1 https://github.com/AgentToolkit/altk-evolve

Made for: Claude Code, Codex.

Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,158 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00024 $0.03158
Opus 5 $0.00012 $0.01579
Sonnet 5 $0.00005 $0.00632
Haiku 4.5 $0.00002 $0.00316

Measured 2d ago against content hash 173d8038a9b1, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

save 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 2d ago.

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.

platform-integrations/claude/plugins/evolve-lite/skills/evolve-lite/save/SKILL.md · 472 lines

How it starts

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

Save Session as Skill

Overview

This skill analyzes your current successful session and generates a new reusable skill with:

  • SKILL.md: Comprehensive documentation with workflow steps, parameters, and examples
  • Helper scripts: Python scripts for any programmatic operations identified in the workflow

It extracts the workflow pattern from your conversation history (user requests, reasoning steps, tool calls, and responses) and creates parameterized files that can be invoked in future sessions.

Use this skill when you've completed a task successfully and want to save the workflow for future reuse.

When to Use

  • After completing a multi-step task successfully
  • When you've discovered a useful workflow pattern
  • When you want to standardize a process for future use
  • After solving a problem that might recur
  • When the workflow involves programmatic operations that could benefit from helper scripts

Workflow

Step 1: Review Current Session

Analyze the conversation history available in the current context, which includes:

  • User messages: All requests and questions from the user
  • Assistant reasoning: Thinking tags and decision-making process
  • Tool calls: All tools invoked with their arguments
  • Tool responses: Results and outcomes from each tool
  • Final outcome: The successful result achieved

Action: Review the entire conversation from start to current point

Step 2: Identify the Workflow Pattern

Extract the high-level workflow by:

  1. Identifying the goal: What was the user trying to accomplish?
  2. Grouping related actions: Which tool calls belong together as logical steps?
  3. Recognizing decision points: Where did the workflow branch based on conditions?
  4. Noting error handling: How were errors or edge cases handled?
  5. Extracting the sequence: What is the step-by-step process?

Example Pattern Recognition:

User Goal: "Read a file and display its contents"

Workflow Pattern:
1. Attempt to read file at expected location
2. If access denied → check allowed directories
3. Search for file in allowed directories
4. Read file from correct location
5. Format and present results

Read the full file on GitHub · 472 lines

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. 2d ago First seen · 472 lines · 24 tokens per session scan A 173d8038a9b1

Subscribe to this mod's changes

save is a skill published in the GitHub repository AgentToolkit/altk-evolve (105 stars, last pushed 7d ago), licensed Apache-2.0. It adds 24 tokens to every session and 3,158 once invoked, about $0.0001 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-08-30.