Show all available Product Forge agents, skills, and commands
Scanned 5/27/2026
Install via CLI
openskills install jpoutrin/product-forge---
name: forge-help
description: Show all available Product Forge agents, skills, and commands
short: List all tools in Product Forge
argument-hint: "[search-term]"
keywords: help, list, find, search, index, tools, available
---
# 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:
```bash
python scripts/generate-forge-index.py --plugins-dir plugins --output plugins/product-design/forge-index.md
```
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.