One-click install
npx skills add https://github.com/theafh/ai-modules --skill spr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spr
Source: https://github.com/theafh/ai-modules/tree/main/plugins/knowledge_management/skills/spr
Command: npx skills add https://github.com/theafh/ai-modules --skill spr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

spr turns any provided text into a compact Sparse Priming Representation so a different LLM can reconstruct the original meaning with minimal tokens and low drift.

Core Features & Use Cases

  • Sparse priming conversion: Converts each paragraph’s information into one-or-more non-overlapping, informationally dense priming statements.
  • Structure mirroring: Preserves the source’s structured layout using semantic group headings and markdown subheadings when the input is organized.
  • Recoverability-first output: Maximizes semantic recoverability while staying strictly within the source’s scope.
  • Use case: When you need to transfer knowledge to another LLM that never saw the source (e.g., for downstream summarization, retrieval, or task execution), generate an SPR from the source text.

Quick Start

Convert the following text into an SPR with one priming statement per distinct concept and preserve the original structure: paste your text here.

Frequently Asked Questions about spr

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

FAQPage Schema
How do I compress text for LLM-to-LLM transfer without losing semantic meaning?

To compress text for LLM-to-LLM transfer without losing semantic meaning, convert the source into a Sparse Priming Representation (SPR). This format uses dense markdown bullets to preserve structure and nuance, allowing a separate LLM to reconstruct the original material with high semantic recoverability.

What is a Sparse Priming Representation and how does it work for knowledge priming?

A Sparse Priming Representation is a compact, informationally dense format designed for knowledge priming. It works by converting each paragraph into non-overlapping markdown bullet statements, enabling a downstream LLM to faithfully reconstruct the original scope and dependencies using minimal tokens.

How do I create a context handoff for a downstream LLM that never saw the original source?

You create a context handoff by generating an SPR from your source text. This produces a compact markdown output with one concept per bullet and a final 1–10 reconstructability rating, ensuring the downstream LLM can execute tasks with low drift.

Does this content compression method preserve the original markdown structuring and headings?

Yes, this content compression method preserves the original markdown structuring. It applies semantic group headings and markdown subheadings to mirror the source's layout, ensuring structured organization is maintained alongside the compressed priming statements.

What are the limitations of using sparse priming representations for multi-paragraph sources?

A key limitation is that sparse priming representations strictly enforce in-scope content fidelity, meaning they do not infer outside information. While they maximize semantic recoverability for multi-paragraph sources, the reconstruction accuracy depends on the downstream LLM's ability to interpret the dense bullets.