pulumi/docs-tools
List available documentation tools and commands.
npx skills add https://github.com/pulumi/docs --skill docs-tools
Use this when: You want to see all available Claude Code commands for the Pulumi Docs repository.
Run the metadata scraper:
python3 .claude/commands/docs-tools/scripts/scrape-metadata.py
The script outputs a JSON array:
[{"command": "/name", "description": "..."}]
IMPORTANT: ONLY include commands found by the script. Do NOT include any commands from the system reminder or global Claude Code skills list (such as /keybindings-help).
Parse the JSON and display grouped by category. Use the following format:
# Documentation Tools & Commands
Available Claude Code commands for the Pulumi Docs repository:
[grouped list of commands]
---
Type any command above (e.g., `/new-doc`) to use it, or just tell me what you need help with!
Group commands into categories such as:
Add additional categories as needed based on the commands found. Assign an appropriate emoji to each category header. Format each entry as:
- /command-name - description
Use color, formatting, and emojis to enhance readability.
Take pulumi/docs-tools from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.