Install any skill in seconds. Free to start, no credit card required.
Get Started Free →This skill covers the generation of chapter prompts for documentation. Trigger: When integrating shared system prompts in documentation workflows.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-15 | ✗→✓ | ▲ Improved | 4% | 0% |
| case-01 | ✗→✓ | ▲ Improved | -38% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -50% | 0% |
| case-21 | ✗→✓ | ▲ Improved | -61% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -69% | 0% |
<!-- L1:START -->
This skill covers the generation of chapter prompts for documentation.
Trigger: When integrating shared system prompts in documentation workflows. <!-- L1:END -->
<!-- L2:START -->
| Task | Pattern | |--------------------------|-----------------------------| | Generate index prompt | index_prompt | | Generate overview prompt | overview_prompt |
index_prompt to create an index for documentation.overview_prompt to provide an overview of the documentation.<!-- L2:END -->
<!-- L3:START -->
Use index_prompt to create an index for documentation, ensuring all chapters are listed.
pythonfrom repoforge.docs_prompts import index_prompt index = index_prompt()
Use overview_prompt to provide an overview of the documentation, summarizing key points.
pythonfrom repoforge.docs_prompts import overview_prompt overview = overview_prompt()
bashpython repoforge/cli.py generate-docs
Hardcoding prompts reduces flexibility and maintainability of documentation.
python# BAD index = "1. Introduction\n2. Overview\n3. Conclusion"
<!-- L3:END -->
Other measured skills in the registry, with their headline benchmark lift.