OR Key
drop another .md file to compare - side-by-side diff against test-membrane-1776808052823

test-membrane-1776808052823

personal 1 file

What it does for you

This skill does one job for you, the same careful way every time.

What it produces

A recent result, so you can see the kind of work it returns.

loading…

How to get it

These run inside the Snappy workspace. Want this working in your business? I set skills like this up with you, in one focused week.

Work with me
For developers how this skill is built, graded, and how it runs

at a glance- the short version

categoryOps

what's inside - the parts that make up a skill 1/4 present

A skill is just a few plain-text files. Only the main one is required. The rest are optional, added as the work needs them. This is what the skill is made of; how it runs is just below.

The skill
state/skills/test-membrane-1776808052823.md present
the skill itself, in plain text
The main file. It says what the skill is and lays out the steps in plain English.
Code
state/lib/test-membrane-1776808052823.ts not present
code the skill can run
Optional. Many skills are just words and need no code at all.
Scripts
state/bin/test-membrane-1776808052823/ not present
helper scripts
Optional. Added when a skill has a few commands to run.
Loader
state/skills/test-membrane-1776808052823.agents.md not present
what the AI loads on the fly
Optional. Without it, the skill is read only when you ask for it by name.

how it runs - the shared frame every skill uses 0/5 present

Every skill runs the same way. One part does the work, a separate part checks it, and a short loader hands the AI exactly what it needs for the job. Anything this skill doesn't use shows a one-line note saying why, on purpose, not by accident.

makes the work The worker
not present

No work step here. This is probably a skill that reads or coordinates, not one that produces something.

checks the work The reviewer
not present

No separate check found. Without one, the part that makes the work could end up approving its own work, worth a closer look.

frame
learns Self-correction
not present

This skill doesn't fix its own gaps yet.

tidies up Background fixes
not present

This skill has no loader to rewrite, so there's nothing for the background fixer to do.

remembers Run history
not present

This skill isn't keeping a record of its runs yet.

Critical rules the things this skill must not get wrong
No must-not-break rules called out for this skill. Anything important lives in the writeup below.

what it has learned - fixes written back in over time sample

When a run hits something this skill didn't handle, the fix gets written back into the skill so it doesn't happen again. FIXED means it was corrected on the spot. LOGGED means it's queued for a bigger rewrite. Either way, the skill gets a little better and never makes the same mistake twice.

  1. Loading feedback rows…

SKILL.md- the skill, written out in plain English

Membrane verification skill

Exercises the drop-and-classify membrane end-to-end. Parses YAML frontmatter, derives name/title/description, and classifies by IDF-weighted overlap with sibling skills in the live catalog.

Run

Drop, classify, submit.

AGENTS.md- what the AI loads when this skill comes up

no AGENTS.md found

api.ts- the code it can call

⚠ no api.ts - this skill has no typed action surface

scripts- helper scripts it can run

prose-only skill - no sidecar under state/bin/ yet. Steps, if any, are described in SKILL.md.

how we check it- the checks, plus the last 10 runs

rubric unknown no rubric declared
recent no runs actor/auditor: unverifiable
deps none declared

no recent runs logged - the eval contract is declared but nothing has been graded yet