# summary-html
**Repository Path**: slcnx/summary-html
## Basic Information
- **Project Name**: summary-html
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2026-03-19
- **Last Updated**: 2026-03-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Summary HTML Bundle
Cross-tool bundle for the manual-only `summary-html` workflow.
## Installed entrypoints
- Codex: `/prompts:summary_html`
- Gemini CLI: `/prompts:summary_html`
- Claude Code: `/summary_html`
Claude Code local custom commands do not support directory-based namespacing in the command name. The closest compliant local command is `/summary_html`.
## Scope selection
- No arguments: summarize the most recent contiguous topic block
- With arguments: use the arguments as an explicit scope override
Examples:
- `/prompts:summary_html`
- `/prompts:summary_html just the prompt-and-skill design discussion`
- `/prompts:summary_html docs/summary-scope.md`
## Presentation style
- Do not force a fixed three-column layout
- For principle-heavy topics, prefer a visual article or concept-primer page
- Use concept blocks, nested example sub-blocks, relationship flows, and explanatory prose
- Use diagnostic or comparison boards only when the material is actually diagnostic or tradeoff-heavy
- HTML must be interactive
- HTML must include meaningful animation, especially around core principles
- Execution flows must be rendered as flowcharts
- Practical scenarios and real-world case examples should be included when supported by the source
- For operations or infrastructure topics, case organization should use this fixed taxonomy when applicable: Planning, Install Deployment, Security Hardening, High Availability, Upgrade, Backup, Logging, Monitoring, Incident Handling, Migration, Alerting, Tuning, Cost Optimization
## One-click install
Windows PowerShell:
```powershell
.\install-all.ps1
```
macOS / Linux:
```bash
./install-all.sh
```
## Per-tool install
- Codex: `install-codex.ps1` or `install-codex.sh`
- Gemini CLI: `install-gemini.ps1` or `install-gemini.sh`
- Claude Code: `install-claude.ps1` or `install-claude.sh`