From cipherpowers
Structures complex domain knowledge into self-contained Markdown packages with multiple reading paths, time budgets, reader roles, and verification tracking for research topics.
npx claudepluginhub cipherstash/cipherpowers --plugin cipherpowersThis skill uses the workspace's default tool permissions.
Bundle complex domain knowledge into self-contained modules with multiple entry points for different time budgets and reader roles.
Creates, structures, and reviews technical documentation using Diátaxis framework for tutorials, how-to guides, references, and explanations. Use to write, reorganize docs, or select doc types.
Generates, updates, and organizes documentation including component/API docs, project indexes, Mermaid diagrams, tutorials, and learning paths with structured workflows.
Drafts READMEs, API docs, tutorials, release notes, and reviews technical docs for clarity and structure. Activates on docs/ .md files and READMEs.
Share bugs, ideas, or general feedback.
Bundle complex domain knowledge into self-contained modules with multiple entry points for different time budgets and reader roles.
Announce at start: "I'm using the creating-research-packages skill to document this domain knowledge."
Determine what knowledge should be packaged:
mkdir -p docs/[topic]
Standard package structure:
[topic]/
├── 00-START-HERE.md # Entry point + verification status
├── README.md # Package overview + TL;DR
├── how-to-use-this.md # Detailed navigation guide
├── [core-topic-1].md # Main research content
├── [core-topic-2].md # Additional research
├── design-decisions.md # Why decisions were made
├── QUICK-REFERENCE.md # One-page summary
├── VERIFICATION-REVIEW.md # Accuracy audit
└── examples/ # Working examples (if applicable)
Include:
# [Topic]: Start Here
**Status:** ✅ Verified | **Last Updated:** YYYY-MM-DD
## Choose Your Path
| Time | Goal | Start With |
|------|------|------------|
| 5 min | Quick overview | [TL;DR section in README] |
| 20 min | Understand context | [README + design-decisions] |
| 2 hours | Full understanding | [All documents in sequence] |
The README is the package overview:
Use template: ${CLAUDE_PLUGIN_ROOT}templates/research-package-template.md
Detailed guide for different readers:
For each topic document:
One-page summary for rapid lookup:
Use template: ${CLAUDE_PLUGIN_ROOT}templates/quick-reference-template.md
If accuracy is critical:
Checklist:
Don't:
Do:
${CLAUDE_PLUGIN_ROOT}skills/organizing-documentation/SKILL.md${CLAUDE_PLUGIN_ROOT}skills/documenting-debugging-workflows/SKILL.md${CLAUDE_PLUGIN_ROOT}skills/creating-quality-gates/SKILL.md${CLAUDE_PLUGIN_ROOT}standards/documentation-structure.md${CLAUDE_PLUGIN_ROOT}templates/research-package-template.md${CLAUDE_PLUGIN_ROOT}templates/quick-reference-template.md