sphinx-admonitions
Sub-skill of sphinx: Admonitions.
Best use case
sphinx-admonitions is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Sub-skill of sphinx: Admonitions.
Teams using sphinx-admonitions should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/admonitions/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How sphinx-admonitions Compares
| Feature / Agent | sphinx-admonitions | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Sub-skill of sphinx: Admonitions.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Admonitions
## Admonitions
```{note}
This is a note admonition in MyST syntax.
```
```{warning}
Be careful with this operation!
```
```{tip}
Use this feature for better performance.
```Related Skills
mkdocs-collapsible-admonitions
Sub-skill of mkdocs: Collapsible Admonitions.
sphinx-task-lists
Sub-skill of sphinx: Task Lists.
sphinx-quick-example
Sub-skill of sphinx: Quick Example.
sphinx-math-support
Sub-skill of sphinx: Math Support.
sphinx-integration-with-pyprojecttoml
Sub-skill of sphinx: Integration with pyproject.toml (+2).
sphinx-cross-references
Sub-skill of sphinx: Cross-References.
sphinx-7-intersphinx-cross-references
Sub-skill of sphinx: 7. Intersphinx Cross-References (+5).
sphinx-3-index-and-table-of-contents
Sub-skill of sphinx: 3. Index and Table of Contents.
sphinx-1-docstring-style-guide
Sub-skill of sphinx: 1. Docstring Style Guide (+3).
docusaurus-6-admonitions
Sub-skill of docusaurus: 6. Admonitions (+1).
test-oversized-skill
A test fixture skill that exceeds 200 lines with multiple H2/H3 sections for split testing.
interactive-report-generator
Generate interactive HTML reports with Plotly visualizations from data analysis results. Supports dashboards, charts, and professional styling.