cf-help

Renders ContentForge help documentation from live plugin metadata read at runtime.

1|Updated Aug 18, 2026
One-click install
npx skills add https://github.com/teachskillofskills-ai/ContentForge-techshu --skill cf-help-teachskillofskills-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cf-help
Source: https://github.com/teachskillofskills-ai/ContentForge-techshu/tree/main/skills/cf-help
Command: npx skills add https://github.com/teachskillofskills-ai/ContentForge-techshu --skill cf-help-teachskillofskills-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Help output that hardcodes version numbers and asset counts drifts out of sync with the actual install after every release, misleading users about what their plugin can do. This Skill eliminates that drift by reading version, agent/skill/command counts, connector availability, and runtime environment from a live metadata script every time it runs. ## Core Features & Use Cases - Live metadata rendering: Runs scripts/plugin-metadata.py to fetch the current version, asset counts, connector counts, and environment detection, substituting real values into all help output. - Argument-routed sections: Flags like --pipeline, --skills, --commands, --examples, --troubleshoot, and --brand render targeted sections such as the 10-phase pipeline overview, brand-setup methods, and a troubleshooting matrix. - Cowork sandbox detection: Automatically surfaces a warning when running inside the Anthropic Cowork sandbox, explaining that file writes land in the sandbox rather than the host filesystem. - Use Case: A user on v3.12.7 sees stale help text quoting an older version; invoking /contentforge:cf-help now always reflects the installed plugin because every number comes from disk, not from the skill body. ## Quick Start Ask the assistant to show the ContentForge help guide, optionally with a section flag such as --pipeline or --troubleshoot.

Frequently Asked Questions about cf-help

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I see the ContentForge pipeline phases?

Run /contentforge:cf-help --pipeline to render the full phase-by-phase overview. The phases are read live from agent file names via scripts/plugin-metadata.py, so the list always matches your installed version.

How do I list all available ContentForge skills and commands?

Use /contentforge:cf-help --skills or --commands. The skill iterates over the JSON arrays returned by the metadata script rather than a hand-maintained list, so renamed or added skills appear automatically.

Why does the help output show a different version than my install?

It should not, because this skill never hardcodes versions. If scripts/plugin-metadata.py fails to run, the skill falls back to pointing you at .claude-plugin/plugin.json rather than quoting stale numbers.

Does ContentForge help work inside the Cowork sandbox?

Yes, and it automatically detects the Cowork environment. When detected, it surfaces a warning explaining that file writes land in the sandbox filesystem and persist only for the session.

What should I do when the ContentForge pipeline is interrupted?

The troubleshooting section (/contentforge:cf-help --troubleshoot) covers this: use /contentforge:resume to pick up from the last completed phase. The matrix also addresses missing brand profiles, output folder issues, and low quality scores.