Home / gabrielkqw / weave · skills/weave-prompt/SKILL.md · GitHub

weave-prompt skillA

weave-prompt is agent-read markdown (skill) from gabrielkqw/weave: Generate structured Weave SuperPrompts using request contracts, 5-pillar operational memory, step budgeting, reflection, reward scoring (0.0-1.0), backtracking, and the 6-question fidelity gate. Emits clean Markdown text by default, or XML with --xml. Use when generating a portable task contract to hand off across agents, delegate to external LLMs/sessions, or when explicitly asked for a SuperPrompt..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Weave SuperPrompt

A SuperPrompt compiles a task into a single self-contained, highly structured
prompt an agent can execute directly: what is being asked, what is already known
about the codebase, how to spend a bounded reasoning budget, and how to
prove the work is actually done. It emits clean, readable Markdown text by
default, or XML when `--xml` is specified. It is inspired by NeoVertex1/SuperPrompt's
meta-prompting discipline, specialized for Weave's own request contract, working
memory, and fidelity check (see the `weave` skill, sections 1, 3, and 6).

Generate one with:

```
node "<plugin-root>/cli/weave.js" prompt [options] [task...]
```

Flags:

- `--mode=<off|lite|full|ultra>` — which Weave policy governs the task
  (defaults to the project's persisted `.weave/mode`).
- `--budget=<n>` — total reasoning-step budget, an integer from 1 to 50
  (default 10).
- `--state` — ingest `.weave/state.md` (Goal, Constraints, Not requested,
  Completion criteria, and Working memory) into the prompt.
- `--memory=<name>` — ingest a saved snapshot from
  `.weave/memories/<name>.md` (see the `weave` skill's memory tooling).
- `--agent=<name>` — label the executing agent in the output.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add gabrielkqw/weave/weave-prompt@git:20260921.c135f88
Exact content
mdr add gabrielkqw/weave/weave-prompt@sha256:b170f15e46c3a8fd

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_6yuay3zllev47qzm.svg)](https://markdownregistry.com/a/art_6yuay3zllev47qzm)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260921.c135f88 latest2026-09-21 c135f88 4,914 BA view · diff
git:20260921.217612f2026-09-21 217612f 4,201 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (4914 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

gabrielkqw/weave · 3 stars · license MIT · pushed 2026-09-21 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_6yuay3zllev47qzm
GET https://markdownregistry.com/api/v1/resolve?ref=gabrielkqw/weave/weave-prompt
GET https://markdownregistry.com/api/v1/blob/b170f15e46c3a8fdc87b7b72ed0e00d5c14d353af7c08f40d0c1e8f4a793ba9f

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from gabrielkqw/weave

weave rules
gabrielkqw/weave · .cursor/rules/weave.mdc · Weave engineering policy, level: full
git:20260921.c135f88 · audit A · 3 stars
AGENTS.md agents
gabrielkqw/weave · AGENTS.md
git:20260921.c135f88 · audit A · 3 stars
weave-audit skill
gabrielkqw/weave · skills/weave-audit/SKILL.md · Audit an entire repository for removable code, needless dependencies, duplicate helpers, dead flexibility, and custom…
git:20260914.2922d55 · audit A · 3 stars
weave-debt skill
gabrielkqw/weave · skills/weave-debt/SKILL.md · Collect deliberate Weave debt markers from a repository into a concise ledger. Use when the user asks for Weave debt…
git:20260914.2922d55 · audit A · 3 stars
weave-gain skill
gabrielkqw/weave · skills/weave-gain/SKILL.md · Show measured terminal-output reduction from local Weave run history. Use when the user asks for Weave gain, token…
git:20260918.c7ac7c7 · audit A · 3 stars
weave-help skill
gabrielkqw/weave · skills/weave-help/SKILL.md · Explain the available Weave modes, operational skills, and CLI commands. Use when the user asks for Weave help…
git:20260921.217612f · audit A · 3 stars
weave-review skill
gabrielkqw/weave · skills/weave-review/SKILL.md · Review the current code diff for avoidable complexity, duplicated mechanisms, speculative abstractions, and…
git:20260914.2922d55 · audit A · 3 stars
weave skill
gabrielkqw/weave · skills/weave/SKILL.md · Use for any coding task that benefits from a request contract, a short pre-edit plan, working memory across a session…
git:20260921.c135f88 · audit A · 3 stars

Every file in gabrielkqw/weave

Browse by kind, by grade A, or by owner.