auto-calibrate

Detect available documents and calibrate the Scriba session priming level.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/JaviMontano/prolipa-plugins --skill auto-calibrate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-calibrate
Source: https://github.com/JaviMontano/prolipa-plugins/tree/main/scriba/skills/auto-calibrate
Command: npx skills add https://github.com/JaviMontano/prolipa-plugins --skill auto-calibrate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Calibrates the Scriba session by detecting available documents, assessing priming level (COLD/WARM/HOT/DEEP), and restoring previous session state to ensure informed content generation.

Core Features & Use Cases

  • Document presence & domain detection: Identify documents across PDFs, HTML, Markdown, images, and Office formats and classify by domain.
  • Session restoration: Read previous session state and calibration digest to resume where you left off.
  • Actionable guidance: Recommend next steps based on current calibration level.

Quick Start

Run calibration to detect documents, determine the priming level, and restore the previous Scriba session if available.

Frequently Asked Questions about auto-calibrate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I calibrate a content generation session to detect available documents?

To calibrate a content generation session, run the auto-calibrate process to scan the local workspace for PDFs, HTML, Markdown, images, and Office documents. It identifies available files, assesses the priming level, and outputs a calibration report to guide next steps.

What is session priming level and how does it affect editorial workflow?

Session priming level indicates the readiness of the workspace environment for content generation. It classifies the session state as COLD, WARM, HOT, or DEEP based on detected documents, ensuring the editorial workflow operates with the correct context and available reference materials.

Can I restore a previous session state from session-state.json?

Yes, you can restore a previous session state. When session-state.json is present in the local workspace, the calibration process reads the file and the calibration digest to resume the session exactly where you left off, ensuring continuous editorial workflow.

What document formats are supported during environment detection?

Environment detection supports multiple document formats including PDFs, HTML files, Markdown files, images, and Office documents. The calibration process scans the local workspace to identify these available files and classifies them by domain to determine the session priming level.

Does the calibration process require any external dependencies?

No, the calibration process requires no external dependencies. It operates entirely on the local workspace, reading and writing session-state.json and calibration-digest.md files to detect documents, assess priming level, and output an actionable calibration report.

What outputs does the calibration report provide to guide next steps?

The calibration report provides actionable guidance by assessing the current priming level as COLD, WARM, HOT, or DEEP. It writes to calibration-digest.md, recommending specific next steps for content generation based on the detected documents and restored session state.