help
Show the getting started guide, available commands, examples, and help for Digital Marketing Pro
npx skills add indranilbanerjee/digital-marketing-pro --skill help --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# /digital-marketing-pro:help Show the Digital Marketing Pro user guide with **live plugin state** (version, agent/skill/command/script counts, connector counts, runtime environment) pulled from disk — not hardcoded — plus getting-started steps, usage examples, and troubleshooting. ## CRITICAL: never hardcode version, counts, or connector numbers Versions and counts in this plugin used to be baked into this skill body as literal version and count strings — a hardcoded version number, a fixed slash-command count, a fixed integrations count. Those drifted out of sync with the actual install every release and misreported the plugin to users. **Always read live values from `scripts/plugin-metadata.py`. Never quote a version number, skill count, agent count, command count, or connector count from memory or from this skill body.** ## Behavior ### Step 1 — Fetch live plugin metadata Run **first**, every time this skill is invoked (any argument or none): ```bash python "${CLAUDE_PLUGIN_ROOT}/scripts/plugin-metadata.py" --section all-with-environment ``` This returns JSON with: - `version` — `{ version, name, required_min_version, ... }` - `assets` — `{ agents, skills_total, commands, scrip
- CRITICAL: never hardcode version, counts, or connector numbers
- Behavior
- Step 1 — Fetch live plugin metadata
- Step 2 — Default rendering (no args)
- Step 3 — Cowork warning (when applicable)
- Step 4 — Argument routing
- Step 5 — Example prompts (--examples)
- Step 6 — Troubleshooting (--troubleshoot)
- Step 7 — Documentation references
- Output formatting rules
- What this skill explicitly avoids
python "${CLAUDE_PLUGIN_ROOT}/scripts/plugin-metadata.py" --section all-with-environmentWhat does the help skill do?
Show the getting started guide, available commands, examples, and help for Digital Marketing Pro
How do I install it?
Run `npx skills add indranilbanerjee/digital-marketing-pro --skill help --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From indranilbanerjee/digital-marketing-pro, a repository with 700 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
