Agent skill · Content & Marketing

help

Show the getting started guide, available commands, examples, and help for Digital Marketing Pro

indranilbanerjeegithub.com/indranilbanerjeeGitHub ↗
claude-codecopilotcursorcodexMIT
Install
npx skills add indranilbanerjee/digital-marketing-pro --skill help --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/help/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 700
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# /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

What's inside
Steps it walks through
  1. CRITICAL: never hardcode version, counts, or connector numbers
  2. Behavior
  3. Step 1 — Fetch live plugin metadata
  4. Step 2 — Default rendering (no args)
  5. Step 3 — Cowork warning (when applicable)
  6. Step 4 — Argument routing
  7. Step 5 — Example prompts (--examples)
  8. Step 6 — Troubleshooting (--troubleshoot)
  9. Step 7 — Documentation references
  10. Output formatting rules
  11. What this skill explicitly avoids
Commands it runs
python "${CLAUDE_PLUGIN_ROOT}/scripts/plugin-metadata.py" --section all-with-environment
More from digital-marketing-pro
All skills →
About this skill
What 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.

Keep going