agentsclimarketplace

Improve

Skill mverab/slashstack-skills/skills/improve

Eleven open-source, MIT-licensed skills for AI coding agents — /preflight, /audit, /ship, /remember and more. Plain-Markdown agent guardrails for Claude Code, Codex, Cursor & Hermes. Free layer of SlashStack.

Install
npx -y skills add mverab/slashstack-skills --skill improve

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 18 days oldThe repository was created 18 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use after a session reveals a reusable self-improvement pattern.

SKILL.md

1.6 KB, as published. Nobody here has run it

Improve

Purpose

Capture reusable self-improvement patterns that shape future agent work without overwriting existing learning.

When to Use

Use after a session reveals a reusable self-improvement pattern.

Workflow

  1. Identify a pattern: a repeated mistake, useful tactic, repo convention, or verification habit likely to matter again.
  2. Read .agents/memory/patterns.json before writing. Preserve every existing pattern unless the update is an intentional merge.
  3. Add a concise pattern with: name, trigger (when to use), action (what to do), evidence (why it matters), confidence (0-1), and sources (files or sessions).
  4. Keep entries repository-specific and durable. Do not store secrets, transient task status, commit hashes, or one-off TODOs.
  5. Reuse relevant patterns during preflight, implementation, audit, and ship.

Pattern Store Contract

  • Schema version is 1. Top-level fields: version (number) and patterns (array).
  • Each pattern must have: name, trigger, action, evidence, confidence (number 0-1), sources (array of strings), createdAt (ISO string).
  • Deduplication is by id. If id is missing, it is generated from name in kebab-case.
  • Merging keeps the higher confidence, combines and deduplicates sources, and keeps the older createdAt.
  • Invalid stores fail loudly: read and update operations throw rather than silently recovering or overwriting user data.

Output

Updated .agents/memory/patterns.json with the new pattern merged in.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.