ワンクリックで
pyramid-index
Read, create, and maintain pyramid indexes for source material.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Read, create, and maintain pyramid indexes for source material.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use xagent from Codex to launch cross-provider review and worker subagents, especially Claude review passes and Cursor/GPT worker comparisons.
Use packaged xagent from Codex to launch cross-provider review and worker subagents from any active repository.
Linear Git workflow, rebase discipline, and the land procedure.
Convert an OpenSpec change into a Superpowers implementation plan and optionally execute it with subagent-driven development; use when replacing openspec apply with a Superpowers plan-and-execute workflow.
Launch the Sheaf services for human smoke testing through Conductor, with assets sourced from the main repo.
User context, collaboration preferences, dictation constraints, and how to treat a likely typo.
| name | pyramid-index |
| description | Read, create, and maintain pyramid indexes for source material. |
| metadata | {"managedBy":"sheaf-agents-installer","source":"projects/agents/global/skills/pyramid-index"} |
Use this skill when reading, creating, updating, or relying on a pyramid index.
A pyramid index is a directory whose name ends with the suffix .prmi.
It contains a stack of progressively compressed summaries of the same source material. Each level summarizes the level before it at roughly half the size.
Files are named by level:
file_0 is the most detailed summary.file_1 is an approximately half-sized summary of file_0.file_2 is an approximately half-sized summary of file_1.The index forms a summary pyramid. Lower-numbered files preserve more detail. Higher-numbered files provide faster orientation.
Use pyramid indexes to choose an appropriate level of detail for the task:
Each level should preserve the core structure, key claims, important names, decisions, constraints, and unresolved questions from the previous level. Compression should remove repetition and low-value detail before removing meaning.
A pyramid index is not a replacement for source material. It is an access structure that lets agents read at the right resolution before deciding whether to inspect the original source.
When creating or maintaining a pyramid index, keep summaries faithful. Do not introduce claims, interpretations, or architectural judgments that are not present in the level being summarized unless they are clearly marked as synthesis.