Install
$ agentstack add skill-moses607-socialforge-growth-orchestrator ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Growth Orchestrator
Individual skills are power tools; the orchestrator is the workflow that points them at a goal in sequence, passing each skill's output into the next. It turns "help me grow" into a concrete pipeline with a deliverable at the end.
First: diagnose the goal
Classify the request into one of the standard workflows, and gather the minimum inputs (niche, platform(s), current size, the asset if any). Don't over-ask — start with what's given and fill gaps as you go.
Standard workflows (skill chains)
- New account / from scratch:
onboarding-brand-brief → audience-bullseye → channel-competitor-analysis → content-strategy-engine → hook-machine → viral-script-generator
- "I have one long video, do everything":
repurpose-master → hook-machine (per clip) → cross-platform-adapter → visual-idea-generator → posting schedule
- "Make this specific post go viral":
channel-competitor-analysis (of top performers in niche) → hook-machine → viral-script-generator → visual-idea-generator
- Ride a trend now:
trend-jacker → hook-machine → viral-script-generator (fast lane, ship same day)
- Monthly plan:
audience-bullseye → content-strategy-engine → campaign-builder → cadence
- "Why isn't this working?":
analytics-interpreter → performance-optimizer → hook-machine / content-strategy-engine (fix the weakest link)
- Launch/series/challenge:
campaign-builder → content-strategy-engine → viral-script-generator → engagement-booster
Method
- Route. Pick the workflow; state the chain you'll run and the final deliverable.
- Run in sequence, pass context forward. Each skill consumes the prior output (persona → pillars → hooks → scripts). Don't restart from zero at each step.
- Gate on quality. After hooks and scripts, apply the ship-only-4s-and-5s bar (see
hook-machine). Weak link → loop that one skill, don't proceed. - Deliver + measure. End with a concrete artifact (calendar, script pack, campaign) and the metric to watch. Feed real results back into
performance-optimizernext cycle.
Output template
## Growth plan:
Workflow:
Inputs used:
### Pipeline
Step 1 — →
Step 2 — → (uses step 1)
...
### Deliverable
### Metric to watch + next-cycle loop
Rules
- Always name the chain and the final deliverable before running it — no aimless brainstorming.
- Pass context forward; never make a later skill re-derive what an earlier one already produced.
- One weak link kills the funnel. Gate after hooks/scripts and loop the weakest step rather than shipping it.
- Match ambition to inputs — a from-scratch account gets foundations first (persona, pillars), not a viral moonshot.
- Close the loop: every plan ends with a metric and what to run next cycle.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: moses607
- Source: moses607/socialforge
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.