stacksmith-ops

Checkpoint project state, capture lessons, audit health, and run retrospectives.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/TimLai666/skills --skill stacksmith-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stacksmith-ops
Source: https://github.com/TimLai666/skills/tree/main/stacksmith-ops
Command: npx skills add https://github.com/TimLai666/skills --skill stacksmith-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Stacksmith-ops addresses the challenge of maintaining a cohesive memory layer for software projects by providing a unified interface to checkpoint project state, capture lessons, audit health, and run retrospectives.

Core Features & Use Cases

  • Checkpoint mode saves current branch state, project health, and key context to a local storage path for handoffs.
  • Learn mode records insights and patterns for later retrieval, reducing repeated mistakes.
  • Health mode audits toolchains and repo health, surfacing issues for fix cycles.
  • Retro mode aggregates recent activity to guide planning and process improvements.
  • Use case: before a major handoff, run checkpoint; after a sprint, run retro to extract actionable lessons.

Quick Start

Invoke the stacksmith-ops with a mode such as '/stacksmith-ops checkpoint' to save the current project checkpoint.

Frequently Asked Questions about stacksmith-ops

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

FAQPage Schema
How do I save project state for a handoff across multiple repos?

Checkpoint project state by invoking a mode like '/stacksmith-ops checkpoint' to save the current branch state, project health, and key context to a local storage path. This creates a timestamped log for seamless development handoffs.

What is the best way to run a sprint retrospective and capture lessons?

Run a sprint retrospective by using retro mode to aggregate recent activity and guide planning improvements. You can also use learn mode to record specific insights and patterns, reducing repeated mistakes during future development cycles.

How do I audit toolchain and repository health for software projects?

Audit toolchain and repository health by triggering health mode, which surfaces toolchain and repo issues for fix cycles. This mode enforces a standardized data format to maintain a timestamped health history for consistent auditability.

Does this project ops memory layer work across multiple modes and repos?

Yes, the centralized memory layer applies during development workflows across multiple modes and repos. It enforces a structured interface with mode routing and timestamped logs to enable consistent automation and persistent state management.

When do I need a centralized memory layer for software project management?

You need a centralized memory layer when managing software project context requires persistent state, knowledge capture, and post-sprint reflection. It solves the challenge of maintaining cohesive context during workflows involving handoffs and health audits.