One-click install
npx skills add https://github.com/hthor213/Axiom --skill refresh-hthor213
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: refresh
Source: https://github.com/hthor213/Axiom/tree/main/docs/template_skills/refresh
Command: npx skills add https://github.com/hthor213/Axiom --skill refresh-hthor213

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Long AI-assisted development sessions often suffer from context drift, lost progress, and misalignment between implemented code and project specs when the conversation context resets. This Skill eliminates that risk by capturing all mid-session progress, updated specs, and task context in a single, repeatable workflow.

Core Features & Use Cases

  • Mid-session state capture: Saves all work progress, design decisions, and next steps without requiring a full code commit.
  • Spec drift detection: Automatically checks if implemented code matches current project specs and flags any gaps before context is lost.
  • Seamless session resumption: Generates structured session state documentation so a new conversation can pick up work exactly where the previous session left off, with no rework required.
  • Use Case: You are 80% through building a new user authentication feature when your AI chat context hits its limit. Use this Skill to save all progress, updated specs, and exact next steps, then start a fresh chat to finish the work without redoing any completed tasks.

Quick Start

Use the refresh skill to save your current mid-session development progress, sync all updated project specs, and prepare your workflow state for a new conversation.

Frequently Asked Questions about refresh

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I save mid-session AI coding state to prevent context drift?

To save mid-session AI coding state and prevent context drift, this Skill captures implementation progress, design decisions, and task context before a conversation resets. It generates structured state documentation for seamless resumption without rework.

What is the best way to resume an AI development workflow after hitting the context limit?

The best way to resume an AI development workflow after hitting the context limit is to capture your mid-session state and sync updated project specs beforehand. This allows a fresh conversation to pick up exactly where the previous session left off with no rework.

How does spec drift detection work during long AI coding sessions?

Spec drift detection works by automatically checking if your implemented code matches current project specs during long AI coding sessions. It flags any gaps between the code and specifications before context is lost, ensuring alignment is preserved.

Can I preserve task context and implementation progress without doing a full code commit?

Yes, you can preserve task context and implementation progress without a full code commit by capturing your mid-session state. This Skill saves all work progress and exact next steps independently of your version control system.

When do I need to capture deterministic session state for software engineering workflows?

You need to capture deterministic session state for software engineering workflows when implementation progress and spec alignment must be preserved across conversation resets. This prevents work loss and context drift during long AI-assisted development tasks.