Install any skill in seconds. Free to start, no credit card required.
Get Started Free →LEAP — 落地执行引擎。内含两条管线:A 分支蒸馏(从 raw data 提取 skill)、 B 分支融合(多 skill 编织为一个)。被 SkillAlchemy 编排器调用。 Use when 编排器判断需要蒸馏或融合时。
.claude/skills/agentsope-leap/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 239% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 479% | 0% |
| case-04 | ✗→✓ | ▲ Improved | 226% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 339% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 220% | 0% |
LEAP does not choose the request type or interact with the user. SkillAlchemy selects the branch and handles each user checkpoint. LEAP runs the selected pipeline and returns the result.
| Command | Branch | Pipeline | |---------|--------|----------| | distill / distillation | Branch A | Distillation pipeline — extract the target OS from raw data and compile it into a persona/tool skill | | fuse / fusion | Branch B | Fusion pipeline — method.skill (skeleton) × subject.skill(s) (flesh) → output.skill |
| Mode | Trigger | Behavior | |------|---------|----------| | Full run | No special keyword | Run the full pipeline and output a skill package | | Plan only | stop after Stage 3 or stop_after_stage: 3 | Run Branch A Stages 1-3 only; stop after writing research_plan.json | | Resume | continue from Stage 4 or resume_from_stage: 4 | Skip Branch A Stages 1-3; use the existing research_plan.json and run Stages 4-7 plus Gate 1 |
textSource Intake → Intake Assessment → Research Plan Design → Research Swarm → Gate 1: Merge → Exemplar Discovery → Synthesis (3 agents) → Skill Compilation
Core principle: extract the operating system behind the source, not just the content or answer.
Input: person, author, method, organization, domain, URL, repo, or local files.
Create package workspace at output/<target-slug>-skill/:
output/<target-slug>-skill/
├── README.md
├── SKILL.md.draft
├── references/ # agent reports + exemplars
├── intermediate/ # structured data
└── examples/ # persona: required; tool: optional> Do not pre-create templates/; output templates live in LEAP's shared layer and > are not needed in the generated skill.
Write intermediate/open_world_task.json with the capability brief g, target, source-access specification S (allowed source types, retrieval channels, and exclusions), execution/package constraints C, and depth_level. Every later retrieval must comply with S; existing skills are not eligible exemplars unless S explicitly permits them.
| depth_level | Effect | Use case | |:--|:--|:--| | quick | Agent count ≤3 | Rapid prototype | | standard | No correction to auto-assessment | Daily use (default) | | deep | Agent count upper bound +1, capped at 8 | Broader evidence coverage |
Classify every source by what it can reveal:
| Modality | Examples | Reveals | |----------|---------|---------| | transcript_interview | podcasts, video captions, Q&A | spontaneous reasoning, analogies, changed positions | | longform_text | books, papers, essays, newsletters | core arguments, methodology, narrative structure | | secondary_criticism | reviews, biographies, analysis | external perspective, blind spots, competing views | | video_subtitle | YouTube, Bilibili captions | speech patterns, unscripted reasoning | | social_media | posts, threads | expression patterns, real-time reactions | | code_repo | git repos, PRs | architecture patterns, API contracts, testing strategy |
For each modality present, note what operations it could reveal. Skip absent ones.
Read domains/<domain>/domain.md to confirm. Record primary + secondary domains.
Don't count sources — assess their density.
Apply depth_level correction: quick→floor+cap at 3, standard→no change, deep→ceiling+1, cap at 8.
| Target type | Skill mode | Behavior | |-------------|-----------|----------| | Person / author / expert | persona | First-person role-play. Includes Role-Playing Rules, Identity, How I Speak, and Decision Heuristics | | Domain / method / organization | tool | Third-person analytical. Has Activation Rules, Agentic Protocol, Operation Models |
dimensions, brief-specific values, and matched contrastive tests are one planning mechanism, not separate discovery stages.
domains/<primary-domain>/domain.md → candidate factorsdomains/persona-os/domain.md. This cross-cutting layerprovides OS extraction lenses (decision under constraint, failure processing, value conflict resolution, attention allocation, etc.).
distinction not already represented.
For each active factor d, retain or construct a paired acquisition target <d, x, x'> whose contexts differ along d. Convert it into a focused research question asking whether the contexts require different treatment in condition, action, recovery, or verification. A factor is confirmed as an implicit requirement only when acquired evidence supports such a treatment difference.
Good: "What was the hardest decision at [event]? What options did they have?"
Bad: "What is their leadership style?"Every agent's search_direction should name a specific moment, event, or decision that can be traced to a verifiable source.
Write intermediate/research_plan.json with one record per planned research agent. Each record must include the candidate factor d, matched contexts x and x', the focused research question, the procedural components to compare, permitted source types and retrieval channels inherited from S, and the assigned search direction. Together these focused questions form Q.
If invoked with stop after Stage 3 or stop_after_stage: 3:
Stop immediately after writing research_plan.json. Output:
Research plan generated and saved to intermediate/research_plan.json.
[N] agents, dimensions:
R1 — [dimension]: [search_direction summary]
R2 — [dimension]: [search_direction summary]
...Do not enter Stage 4. Wait for Skill-Alchemy to return a confirmation or an adjusted instruction.
Resume mode: If invoked with continue from Stage 4, read the agent configuration directly from the existing intermediate/research_plan.json. Skip Stages 1-3.
Launch N agents in parallel. Each agent writes references/R<NN>-<agent_id>.md:
Status: pass (or warning / fail)
## Structured Findings
- Finding ID: stable identifier used by later artifacts
- Acquisition Target: `<factor, x, x'>`
- Context x: seed operating conditions
- Treatment in x: source-grounded behavior, not an executable instruction
- Evidence for x: source_id, type, confidence, and source-stated boundary
- Context x': matched conditions with only the target factor changed
- Treatment in x': source-grounded behavior, not an executable instruction
- Evidence for x': source_id, type, confidence, and source-stated boundary
- Affected Components: condition / action / recovery / verification
- Relation: changed / invariant / unresolved
## Dilemma Decision Cases (≥2 required)
### Case N: [one-line summary]
- Dilemma: specific conflict or hard choice
- Constraints: what limited their options
- Decision Steps: what they did, step by step
- Outcome: what happened
- Extractable Operation: generalizable rule/pattern/heuristic
## Evidence Sources (source_id, type, confidence)
## Supported Candidate Operations
## Rejected or Weak Candidate Operations
## Target-specific Patterns
## Boundaries and Uncertainties
## Recommendations for Later Skill CompilationAgent Contract: Every report begins with Status: pass / warning / fail. Dilemma Decision Cases are the most important section for persona targets — they are the raw material from which mental models and heuristics are built.
Agent Timeout Rule: If any research agent hasn't produced a report within 10 minutes, do not wait. Proceed with completed agents. Gate 1 checks:
<4 → downgrade depth to quick and relaunch with fewer (≤2) agents.
merge_report.json: "agents_lost": ["R2", "R3"].Agent uses data-analysis skill to process reports:
combined total <4 = fail
evidence_matrix.json, retaining bothcontexts, both treatments, affected components, boundaries, and evidence IDs.
contrast_records.json:changed: evidence supports different treatment in at least one component;a source-stated applicability boundary along the target factor is sufficient evidence that the bounded component changes across the matched contexts;
invariant: evidence supports the same treatment across non-equivalent contexts;unresolved: either side lacks enough evidence or the comparison conflicts.Missing evidence for only one context must not by itself be labeled changed. Use this schema:
json { "factor": "d", "context_x": "seed context", "context_x_prime": "matched context with d changed", "component_relations": { "condition": "changed", "action": "invariant", "recovery": "unresolved", "verification": "invariant" }, "evidence_x": ["F01"], "evidence_x_prime": ["F02"], "overall_relation": "changed", "confirmed_implicit_requirement": true, "evidence_stated_boundary": "..." }
changed. Keep invariant and unresolved records for later scope decisions.
contradiction_report.json andmerge-summary.md.
merge_report.json, evidence_matrix.json, and contrast_records.json.Gate 1 merges and checks research evidence only. It must not induce candidate procedures or make General/Scoped/Exclude decisions.
Retrieve the best exemplars in real time from the public skill pool on skills.sh, then inject them into Compilation as few-shot structural references.
This stage runs only when existing skills are an allowed source type under S. Otherwise record status: "not_permitted" and continue without exemplars.
Call the skills.sh find-skills interface with keywords for the target. Return the top 20 candidate skill_key values.
python3 scripts/score_skill.py --skill <path> --json for each candidate.quality_score: prioritize elite candidates (≥11) and discard drafts (<9).references/exemplars/exemplar-<N>.md.references/exemplar_candidates.json for audit.status: "degraded" inexemplar_discovery.json.
for compilation quality.
Run the following steps in order. Stage 6 is the only stage that may induce candidate procedures or make admission decisions.
Group findings by the procedural decision they inform, not by source topic. Write operation_candidates.json. Each candidate must have this shape:
json{ "candidate_id": "P01", "decision": "the procedural decision being made", "condition": {"content": "...", "evidence_ids": ["F01"]}, "action": {"content": "...", "evidence_ids": ["F01", "F03"]}, "recovery": {"content": null, "evidence_ids": []}, "verification": {"content": "...", "evidence_ids": ["F04"]} }
Leave an unsupported component empty. Synonymous source terms may be normalized, but named entities and fixed choices must not be generalized unless a broad source statement or invariant evidence across non-equivalent contexts supports doing so. When distinct treatments are supported under different recorded conditions, preserve them as separate conditional cases. Do not collapse them into one rule. Incompatible treatments under matched conditions remain unresolved conflicts.
For each candidate, write an entry to admission_records.json:
json{ "candidate_id": "P01", "F_plus": ["F01", "F03", "F04"], "F_minus": [], "sigma": "widest operating scope supported by the listed evidence", "supported": true, "consistent": true, "reusable": true, "reuse_basis": "broad_source_statement | cross_context_invariance | none", "decision": "General", "rationale": "short evidence-based explanation" }
Apply these rules exactly:
supported=true only when every populated component is backed by evidence thatapplies within sigma.
consistent=true only when no F_minus evidence prescribes incompatibletreatment under overlapping conditions within sigma.
sigma before classification when support holds only in a narrower scope.reusable=true only when an allowed source explicitly states broaderapplicability or invariant evidence supports the same treatment across at least two non-equivalent contexts. A single source-local case is not reusable.
General when supported, consistent, and reusable; Scoped whensupported and consistent but not reusable; otherwise Exclude.
Write admitted_general.json, admitted_scoped.json, and excluded_candidates.json from these records. Excluded candidates remain in the audit trail and must not be passed to compilation.
Write package_plan.json. Map only admitted General and Scoped content to an executable organization under C. Do not create procedures, fill unsupported components, or change admitted scope.
Compile final package from all research + synthesis reports + exemplars.
admitted_general.json — the only source of reusable instructions.admitted_scoped.json — the only source of context-bound examples or notes.C from open_world_task.json.skill-grammar.md — MUST be read before rendering. Use its patterns toorganize the package, place package-relative references, apply progressive disclosure, and avoid known anti-patterns.
Compilation must not create a new procedure, fill an unsupported component, promote an excluded candidate, or broaden admitted scope. Domain packs, research reports, and exemplars are audit or presentation aids; they are not additional sources of skill instructions at this stage.
<skill-name>/
├── SKILL.md # lean entry point — runtime loaded
├── skill.json # metadata (name, version, skill_mode, domain)
├── README.md # storefront (see template in shared layer)
├── references/
│ ├── sop_models.md # full operation model cards (runtime on-demand)
│ └── research_notes.md # human-readable evidence summary
├── scripts/ # optional executable routines used by the skill
├── assets/ # optional templates or static resources
├── examples/
│ └── demo_conversation.md # persona: 3-4 scenarios (required)
└── intermediate/ # pipeline audit trailCreate scripts/, assets/, and examples/ only when the admitted content and C require them. Every optional resource must be referenced through a package-relative path from SKILL.md or another reachable package file.
> Runtime loads only SKILL.md. The runtime protocol reads sop_models.md on demand. > R1-Rn and intermediate/ are audit artifacts.
A persona MUST include examples/demo_conversation.md with 3-4 scenarios: common, edge case, and refusal. Missing file → fail. The examples/ directory is optional for tool mode.
After compilation, delete temporary artifacts to keep the output clean:
references/exemplar_candidates.json—the temporary scoring file hasalready served its purpose.
references/exemplars/—the intermediate reference copies have alreadyserved their purpose.
references/R*.md as research evidence, intermediate/ as the audittrail, and the output package.
textmethod.skill (skeleton) × subject.skill(s) (flesh) → output.skill
WEAVE is not a concatenator. If you can tell where one skill ends and another begins, the weave failed.
Confirm that every skill required for fusion is ready:
primary: "Interview Techniques" ← workflow skeleton
secondary: ["BeiDou Navigation"] ← style/persona source
depth: "standard"Retrieve each required skill in this order:
output/ directory (skills generated previously)~/.claude/skills/)If a skill does not exist:
After retrieving a skill, run python3 scripts/score_skill.py --skill <path> --json to verify its quality. A draft skill scoring below 9 should not be used as a fusion source—garbage in, garbage out.
When find-skills returns candidates, write the scoring results to references/fusion_candidates.json:
json[ {"skill_key": "xxx", "score": 12, "summary": "...", "recommended_role": "primary"}, {"skill_key": "yyy", "score": 9, "summary": "...", "recommended_role": "secondary"} ]
Skill-Alchemy presents these candidates to the user for confirmation. LEAP does not handle the interaction itself.
Extract:
The primary skill determines the structure of the output.
For each secondary skill, extract:
OR their domain lens, their operation models (tool)
The secondary skills determine the texture of the output.
Fusion depth is controlled by depth_level.
Each style element from secondary skills is injected into the primary workflow at the most relevant step. Minimal rewriting.
Interview Techniques Step 3 "Generate Core Questions"
→ Inject BeiDou Navigation's questioning style: begin with a specific
experience, establish rapport, and then probe furtherlearn and reuse his interview methods without claiming to be him."
embed relevant style/pattern from secondary skills.
Remove duplicates. Flag conflicts (if primary says "do X" and secondary says "never do X").
skill has pattern coverage for? Mark them as [General Pattern]—filled by general best practices, not specific to any source.
Same as standard, plus:
resolve explicitly. Default: primary skill wins on workflow decisions, secondary skill wins on style decisions. Document every conflict and resolution.
[General Pattern], launch a lightweightresearch agent to find domain-specific patterns.
be traced back to a specific section of a source skill. Verify that no constraint was dropped.
Generate output.skill using the SKILL.md templates in the shared layer below.
derivation rather than identity.
indicates the source.
<skill-name>/
├── SKILL.md # lean entry point — runtime loaded
├── skill.json # metadata (name, version, skill_mode, source_skills)
├── README.md # storefront (see shared layer)
├── references/
│ └── sop_models.md # full operation model cards (runtime on-demand)
└── examples/
└── demo_conversation.md # persona: 3-4 scenarios (required)Same as Branch A:
references/fusion_candidates.json (temporary scoring file).references/ as the audit trail.Branches A and B share the following templates and infrastructure.
skill_mode: "tool") — 7 Required Sections## Activation Rules
Concrete examples of both triggering and non-triggering requests. List 4-5
scenarios in each category.
## Agentic Protocol
Executable steps. Write "do X, then Y," not "consider X":
Step 1: Determine the stage
Step 2: Match the model (read sop_models.md)
Step 3: Execute the diagnosis
Step 4: Produce the output (select an output mode)
## Core Operation Models
H1-Hn summary table. Format:
| # | Model | Core proposition | Primary source |
|---|-------|------------------|----------------|
| H1 | **Model name** | One sentence | Source |
Full cards live in references/sop_models.md.
## Output Style
- Lead with a one-sentence conclusion, then expand. Do not paste an entire model card.
- Use natural paragraphs rather than Markdown tables unless the user explicitly
asks for a comparison table.
- When citing a source, say "PG argued in a 2012 essay..." rather than "According
to H1 in references/sop_models.md..."
- Forbidden phrases: "Analyzing this with the framework...", "Following the model
card...", and "Let me analyze this systematically..."
- Stop after answering. Do not ask, "Would you like me to expand further?"
## Output Modes
| Mode | Trigger | Output structure |
|------|---------|------------------|
| ... | ... | ... |
Define 4-7 modes.
## Boundary Rules
Provide 7-8 numbered rules covering evidence boundaries, scope of application,
prohibited actions, and version cutoff.
## References
Pointer table: sop_models.md + research_notes.md + R reports + S reports.skill_mode: "persona") — 8 Required Sections + 1 Optional Section## Role-Playing Rules (most important; place first)
Respond directly as [Person's name]. Speak in the first person.
The reader already knows who you are. Do not repeat your background in every turn.
Use my tone, rhythm, and vocabulary. When uncertain, hesitate in character.
If someone is clearly speaking with you for the first time, include a brief disclaimer.
Exit the role when the user says "exit role" or "switch back to normal."
## Identity
Write 3-5 first-person sentences. This is not a biography—it is a handshake.
Include only the facts most important for understanding how this person sees the world.
## How I See the World
Include 3-5 mental models, each in a paragraph of no more than 5 lines.
Use conversational paragraphs rather than structured cards. Write in this person's voice.
Put evidence and limitations in references/sop_models.md rather than inline.
## How I Speak
The first sentence is the strongest output-format constraint:
"I am [identity], not [contrasting identity]. Do not answer with bullet points or
numbered lists."
Sentence patterns (length, question-to-answer ratio) · vocabulary (frequent,
forbidden) · rhythm (conclusion first / context first)
Humor (self-deprecating / sarcastic / absurdist / none) · certainty
(uncertain / self-evident)
"Things I Would Never Say" (2-3 sentences this person would never say; these
establish distinctiveness better than positive descriptions)
"My Signature Phrase" (one expression that makes the persona immediately recognizable)
Citation habits + taboos
## Decision Heuristics
Include 3-5 items. Format: rule name — one-sentence description + applicable
scenario. Every item must be falsifiable.
❌ "Think long-term" (not falsifiable)
✅ "If I cannot figure it out in three minutes, put it in the Too Hard pile"
(falsifiable)
Put evidence in references/sop_models.md rather than inline.
## Runtime Protocol
A 5-step SOP-driven process:
1. Match the model: read references/sop_models.md and scan "When to use" for a
matching model card.
2. Act on the model: structure the response strictly according to the Action steps
and cite the Evidence source.
3. Check boundaries: compare against the Boundary field, refuse honestly when out
of bounds, and proactively avoid Failure modes.
4. Verify factual questions first: specific facts → WebSearch → analyze through
the mental-model framework.
5. Answer experiential judgments directly: values or casual conversation → respond
directly; beyond the persona's knowledge → "This is outside my expertise, so I
will not pretend to know."
## Boundaries
Approximately 5 lines. State that the skill cannot represent the real person and
include an information cutoff date.
Final line: Depth: quick/standard/deep
## References
Pointers: references/sop_models.md + references/research_notes.md
## Values (optional)
Include only when the person has strong, distinctive, publicly documented values.
Do not use this section as filler.Every persona skill MUST include examples/demo_conversation.md — 3-4 short conversation scenarios: a common ask, an edge case, a boundary refusal.
Every persona skill MUST include a README.md using this template:
markdown# [Person's name] · [English name or label] > "[One verified quote that best represents this person]" [One sentence: who they are, what they did, and why they are worth listening to. No more than 30 words.] ## Installation cp -r [skill] ~/.claude/skills/[name]/ ## Trigger Scenarios [Describe 3-5 typical trigger scenarios in natural language.] ## Mental Models | # | Model | One sentence | |---|-------|--------------| | 1 | [Name] | [15 words or fewer] | ## How They Would Say It - **Signature phrase:** [One sentence] - **Would never say:** [One sentence] / [One sentence] / [One sentence] ## Disclaimer This simulated persona is distilled from public sources and does not represent the real person's views. Information cutoff: [Month, Year].
README rules: top quote MUST be real and verified. Keep under 40 lines. The Mental Models table must contain exactly the same models as How I See the World. Signature phrase / Would never say must exactly match How I Speak.
domains/ — 12 domain packs (11 primary domains + persona-os), used to selectBranch A Stage 3 research dimensions.
references/skill-grammar.md — skill-writing methodology derived fromskills.sh data; required reading before Branch A/B compilation.
scripts/score_skill.py — 13-point mechanical scoring for runtime qualityfiltering in A-Stage 5 / B-Step 1.
scripts/download_subtitles.sh + scripts/srt_to_transcript.py — video-sourceprocessing, used as needed.
scripts/build_corpus.py + scripts/build_component_index.py — data-miningtools used to build skill-grammar; required for open-source builds, not at runtime.
find-skills (skills.sh) — online semantic skill retrieval and the candidatediscovery layer for A-Stage 5 / B-Step 1.
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→pass | 27,340 | 43,293 | +58% | 1 | 1 | 0% | 4,058 | 13,756 | +239% | 0 | 0 | — |
case-02 | fail→pass | 11,384 | 18,618 | +64% | 1 | 1 | 0% | 1,905 | 11,025 | +479% | 0 | 0 | — |
case-03 | fail→fail | 20,408 | 29,792 | +46% | 1 | 1 | 0% | 2,895 | 12,032 | +316% | 0 | 0 | — |
case-04 | fail→pass | 18,427 | 16,911 | -8% | 1 | 1 | 0% | 3,144 | 10,247 | +226% | 0 | 0 | — |
case-05 | fail→fail | 15,248 | 21,940 | +44% | 1 | 1 | 0% | 2,289 | 9,295 | +306% | 0 | 0 | — |
case-06 | fail→pass | 13,549 | 12,442 | -8% | 1 | 1 | 0% | 2,154 | 9,446 | +339% | 0 | 0 | — |
case-07 | fail→pass | 18,824 | 8,949 | -52% | 1 | 1 | 0% | 2,846 | 9,106 | +220% | 0 | 0 | — |
case-08 | pass→pass | 10,180 | 4,630 | -55% | 1 | 1 | 0% | 1,549 | 8,261 | +433% | 0 | 0 | — |
case-09 | fail→pass | 9,920 | 5,278 | -47% | 1 | 1 | 0% | 1,817 | 8,534 | +370% | 0 | 0 | — |
case-10 | fail→pass | 9,510 | 3,576 | -62% | 1 | 1 | 0% | 1,355 | 8,096 | +497% | 0 | 0 | — |
case-11 | pass→pass | 12,566 | 9,867 | -21% | 1 | 1 | 0% | 1,880 | 9,086 | +383% | 0 | 0 | — |
case-12 | fail→pass | 10,443 | 5,943 | -43% | 1 | 1 | 0% | 1,628 | 8,563 | +426% | 0 | 0 | — |
case-13 | fail→pass | 21,096 | 4,167 | -80% | 1 | 1 | 0% | 1,046 | 8,257 | +689% | 0 | 0 | — |
case-14 | fail→pass | 9,350 | 3,650 | -61% | 1 | 1 | 0% | 1,439 | 8,095 | +463% | 0 | 0 | — |
case-15 | fail→pass | 9,365 | 6,006 | -36% | 1 | 1 | 0% | 1,533 | 8,733 | +470% | 0 | 0 | — |
case-16 | fail→pass | 13,794 | 5,621 | -59% | 1 | 1 | 0% | 2,085 | 8,573 | +311% | 0 | 0 | — |
case-17 | fail→pass | 7,974 | 2,577 | -68% | 1 | 1 | 0% | 1,304 | 7,977 | +512% | 0 | 0 | — |
case-18 | fail→pass | 14,040 | 8,979 | -36% | 1 | 1 | 0% | 2,130 | 8,968 | +321% | 0 | 0 | — |
case-19 | fail→pass | 9,747 | 6,161 | -37% | 1 | 1 | 0% | 1,437 | 8,476 | +490% | 0 | 0 | — |
case-20 | fail→pass | 14,986 | 5,237 | -65% | 1 | 1 | 0% | 2,583 | 8,575 | +232% | 0 | 0 | — |
case-21 | pass→pass | 7,564 | 6,427 | -15% | 1 | 1 | 0% | 1,520 | 8,790 | +478% | 0 | 0 | — |
case-22 | pass→fail | 27,570 | 34,171 | +24% | 1 | 1 | 0% | 5,209 | 13,734 | +164% | 0 | 0 | — |
case-23 | pass→pass | 4,298 | 5,064 | +18% | 1 | 1 | 0% | 658 | 8,317 | +1164% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 23 cases were attempted, and 22 counted toward the lift figure. The other 1 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +65 percentage points is the difference between those two pass rates over the 22 comparable cases. 1 case got worse with the skill loaded, and it is included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.