N8n Checkpoint
Description
--- description: "Save current draft as a numbered checkpoint" argument-hint: "<project-slug> [message]" --- CONTEXT: Snapshot the current draft as a versioned checkpoint for rollback safety. REQUIRES: Existing project in projects/<slug>/ with a draft STEPS: 1. READ `projects/<slug>/meta.json` — get current_version 2. READ `projects/<slug>/draft/workflow.json` 3. SET version = current_version + 1 4. WRITE `projects/<slug>/checkpoints/v<N>.json` with: version, message, saved_at timestamp, full
Installation
Installs to ~/.claude/commands/10x-anit-10x-n8n-skill-n8n-checkpoint.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/10x-Anit/10x-n8n-skill/HEAD/.claude/commands/n8n-checkpoint.md -o ~/.claude/commands/10x-anit-10x-n8n-skill-n8n-checkpoint.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development