Skip to main content
Designjpoutrin

forge-help

Show all available Product Forge agents, skills, and commands

Stars
13
Source
jpoutrin/product-forge
Updated
2026-03-01
Slug
jpoutrin--product-forge--forge-help
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/jpoutrin/product-forge/HEAD/plugins/product-design/skills/forge-help/SKILL.md -o .claude/skills/forge-help.md

Drops the SKILL.md into .claude/skills/forge-help.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

forge-help

Display the Product Forge index - a quick reference for all available tools.

Usage

/forge-help              # Show full index
/forge-help security     # Filter by keyword
/forge-help django       # Find Django-related tools

Execution

Read and display forge-index.md from this plugin directory.

If a search term is provided, filter to show only matching entries.

Regenerating the Index

Run the script to update the index after adding new agents/skills/commands:

python scripts/generate-forge-index.py --plugins-dir plugins --output plugins/product-design/forge-index.md