social-kit
End-to-end composite that turns a single brief into voice-tuned X post variants, LinkedIn post variants, and a matching social graphic. Orchestrates create-x-content + create-linkedin-content + goose-graphics in one invocation. Asks about graphic format when not specified, with heuristic-driven recommendations.
npx skills add gooseworks-ai/goose-skills --skill social-kit --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.
# Social Kit One command → X variants + LinkedIn variants + a graphic. A thin orchestrator that chains `create-x-content`, `create-linkedin-content`, and `goose-graphics`, with sensible defaults and a pre-flight check for voice guides. ## Invocation Full args: ``` /social-kit --brief "..." --format poster --style matt-gray --output ./content/2026-04-21-my-topic/ ``` Partial (asks for format): ``` /social-kit --brief "..." ``` Interactive: ``` /social-kit ``` ## Inputs | Flag | Required | Default | |------|----------|---------| | `--brief` | Yes (asked if missing) | — | | `--format` | No | Asked with recommendations | | `--style` | No | `matt-gray` if the user has no stated preference; otherwise asked | | `--output` | No | `./content/YYYY-MM-DD-<topic-slug>/` | | `--variants-x` | No | `create-x-content` decides | | `--variants-linkedin` | No | `create-linkedin-content` decides | | `--skip-graphic` | No | false | | `--skip-x` | No | false | | `--skip-linkedin` | No | false | ## Workflow ### Step 1 — Intake 1. Resolve the brief (prompt if missing). 2. Derive a `topic-slug` from the brief (short kebab-case, 2–4 words). 3. Resolve `<output>` — default `./content/YYYY-MM-DD-<topic-slug>/
- Invocation
- Inputs
- Workflow
- Step 1 — Intake
- Step 2 — Pre-flight voice guide check
- Step 3 — Draft X variants
- Step 4 — Draft LinkedIn variants
- Step 5 — Pick a graphic format
- Step 6 — Pick a style
- Step 7 — Generate the graphic
- Step 8 — Deliver
- Output Layout
- Dependencies
- Examples
What does the social-kit skill do?
End-to-end composite that turns a single brief into voice-tuned X post variants, LinkedIn post variants, and a matching social graphic. Orchestrates create-x-content + create-linkedin-content + goose-graphics in one invocation. Asks about graphic format when not specified, with heuristic-driven recommendations.
How do I install it?
Run `npx skills add gooseworks-ai/goose-skills --skill social-kit --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 gooseworks-ai/goose-skills, a repository with 1,091 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.
