AgentStack
SKILL verified MIT Self-run

Specsmith Save

skill-layer1labs-specsmith-specsmith-save · by layer1labs

Run specsmith save to commit and push all current changes with governance state backup. Use at the end of any work session or after completing a feature/fix.

No reviews yet
0 installs
12 views
0.0% view→install

Install

$ agentstack add skill-layer1labs-specsmith-specsmith-save

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Specsmith Save? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Specsmith Save

Saves governance state: backs up the ESDB, commits any staged/unstaged changes, and pushes to the remote.

When to use

  • At the end of any work session
  • After implementing a feature, fix, or refactor
  • After advancing a phase
  • Whenever the user says "save", "commit and push", or "specsmith save"

How to run

specsmith save

What it does (in order)

  1. ESDB backup — snapshots the epistemic state database
  2. Commit — stages all changes and commits with a governance-aware message (or reports "Nothing to commit")
  3. Push — pushes the branch to origin (or reports "Everything up-to-date")

Expected successful output

  ✓ esdb_backup: JSON fallback (no WAL to backup)
  ✓ commit: Nothing to commit          ← or a commit hash
  ✓ push: Everything up-to-date        ← or "pushed to origin/branch"

If there are changes to commit

Specsmith auto-stages and commits. You can also pre-stage manually:

git add -A
git commit -m "feat: description

Co-Authored-By: Oz "
specsmith save   # will see nothing to commit, just pushes

Do NOT use git push directly

Always use specsmith save — it ensures the ESDB backup runs before the push, keeping governance state consistent with the remote.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.