parametric-scribe — community parametric-scribe, marketplace, community, ide skills

v1.0.0

About this Skill

Perfect for AI Agents needing version-controlled content generation and analysis, such as Claude, Codex, and Claude Code. Enables Time Machine coding. Records tasks as a Recipe and allows intelligent replay/modification of history.

aiskillstore aiskillstore
[0]
[0]
Updated: 2/20/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Locale and body language aligned
Review Score
7/11
Quality Score
45
Canonical Locale
en
Detected Body Locale
en

Perfect for AI Agents needing version-controlled content generation and analysis, such as Claude, Codex, and Claude Code. Enables Time Machine coding. Records tasks as a Recipe and allows intelligent replay/modification of history.

Core Value

Empowers agents to maintain a parametric history of projects in YAML format, enabling efficient content analysis and auditing through one-click installs and quality verification, leveraging security-audited skills and protocols like ISO date formatting.

Ideal Agent Persona

Perfect for AI Agents needing version-controlled content generation and analysis, such as Claude, Codex, and Claude Code.

Capabilities Granted for parametric-scribe

Recording coding tasks with sequential IDs and timestamps
Analyzing project histories through intent and prompt tracking
Generating and verifying content quality through automated audits

! Prerequisites & Limits

  • Requires YAML file access and modification permissions
  • Dependent on sequential ID and ISO date formatting standards
  • Optimized for Claude, Codex, and Claude Code agents

Why this page is reference-only

  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Curated Collection Review

Reviewed In Curated Collections

This section shows how Killer-Skills includes, reviews, and maintains this skill inside curated collections, so you can see where it fits in practical selection paths instead of relying only on the upstream README.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is parametric-scribe?

Perfect for AI Agents needing version-controlled content generation and analysis, such as Claude, Codex, and Claude Code. Enables Time Machine coding. Records tasks as a Recipe and allows intelligent replay/modification of history.

How do I install parametric-scribe?

Run the command: npx killer-skills add aiskillstore/marketplace/parametric-scribe. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for parametric-scribe?

Key use cases include: Recording coding tasks with sequential IDs and timestamps, Analyzing project histories through intent and prompt tracking, Generating and verifying content quality through automated audits.

Which IDEs are compatible with parametric-scribe?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for parametric-scribe?

Requires YAML file access and modification permissions. Dependent on sequential ID and ISO date formatting standards. Optimized for Claude, Codex, and Claude Code agents.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add aiskillstore/marketplace/parametric-scribe. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use parametric-scribe immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

parametric-scribe

Install parametric-scribe, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Parametric Scribe

Overview

You are the Keeper of the Recipe. Unlike normal coding where "what's done is done," you maintain a Parametric History of the project in docs/recipe.yaml.

Mode 1: Recording (The default)

When: After completing any coding task. Action: Append a new entry to docs/recipe.yaml.

yaml
1 - step_id: "<sequential-id>" 2 timestamp: "<iso-date>" 3 intent: "<short-summary>" 4 prompt: "<the-exact-prompt-used>" 5 output_files: ["<list-of-modified-files>"] 6 git_sha: "<current-head-sha>"

Mode 2: Time Travel (Replay)

When: The user says "Change Step X" or "Replay from Step X".

The Protocol:

  1. Read docs/recipe.yaml.
  2. Identify the Target Step (Step X).
  3. Hard Reset: git checkout <Step X-1 SHA> (Go back to the state before Step X).
  4. Execute Target: Run the New Prompt provided by the user.
  5. Intelligent Rebase (The Magic):
    • For each Subsequent Step (Step X+1, X+2...):
      • Read the Original Intent (Prompt).
      • Look at the Current Codebase (which is now different).
      • Self-Correction: "The original prompt asked to modify app.py, but we are now in index.js. I will apply the intent (Add Login) to index.js instead."
      • Execute the adapted prompt.
      • Update the recipe.yaml with the new file paths and SHAs.

Mode 3: Forking

When: The user says "Create a variant." Action: Copy recipe.yaml to recipe-variant-b.yaml and modify the target step there, leaving the original intact.

Related Skills

Looking for an alternative to parametric-scribe or another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer