money-skillify

Codify a completed workflow into a project-local SKILL.md file.

799|127|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/iamzifei/show-me-the-money --skill money-skillify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: money-skillify
Source: https://github.com/iamzifei/show-me-the-money/tree/main/skills/money-skillify
Command: npx skills add https://github.com/iamzifei/show-me-the-money --skill money-skillify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Codifies a successful, repeatable workflow into a project-local SKILL.md so it can be re-invoked in future sessions without re-discovery.

Core Features & Use Cases

  • Codify a recently successful workflow into a project-local SKILL.md
  • Store and version the skill under the project's local skills directory for re-use
  • Surface project-local skills in Claude Code sessions to speed up replication of proven patterns

Quick Start

Invoke /money-skillify after you complete a workflow to save it as a project-local SKILL.md.

Frequently Asked Questions about money-skillify

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

FAQPage Schema
How do I save a Claude Code workflow as a reusable skill?

To save a Claude Code workflow as a reusable skill, invoke /money-skillify after completing a task. It codifies the successful steps into a project-local SKILL.md, storing it under the project's skills directory for deterministic re-use in future sessions.

What is a project-local SKILL.md and when do I need it?

A project-local SKILL.md is a versioned file that stores distilled workflow steps for Claude Code. You need it when you want to automate the re-discovery of proven patterns and ensure safe, repeatable execution across multiple sessions without manual setup.

Does money-skillify require any external dependencies to codify workflows?

No, money-skillify does not require any external dependencies to codify workflows. It operates entirely within the Claude Code environment, utilizing built-in sanitization and guardrails to prevent data leakage during the skill creation process.

How do I prevent data leakage when creating AI agent skills?

To prevent data leakage when creating AI agent skills, money-skillify applies built-in sanitization, versioning, and guardrails. This ensures the codified workflow stored in the SKILL.md file executes safely and avoids exposing sensitive project data.

What is the best way to version automation skills for future Claude Code sessions?

The best way to version automation skills is using money-skillify to codify workflows into a SKILL.md file. It handles versioning automatically and stores the distilled steps under the project's local skills directory for future replication.

Where are project-local skills stored for reuse in Claude Code?

Project-local skills are stored under the ~/.smtm/projects/{slug}/skills/{name}/SKILL.md directory path. This storage structure ensures skills are properly versioned and surfaced in future Claude Code sessions for deterministic workflow execution.