Agent skill · Content & Marketing

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.

gooseworks-aigithub.com/gooseworks-aiGitHub ↗
claude-codecodexcursorMIT
Install
npx skills add gooseworks-ai/goose-skills --skill social-kit --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/social/composites/social-kit/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,091
Language: Python

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

From the SKILL.md

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

What's inside
Steps it walks through
  1. Invocation
  2. Inputs
  3. Workflow
  4. Step 1 — Intake
  5. Step 2 — Pre-flight voice guide check
  6. Step 3 — Draft X variants
  7. Step 4 — Draft LinkedIn variants
  8. Step 5 — Pick a graphic format
  9. Step 6 — Pick a style
  10. Step 7 — Generate the graphic
  11. Step 8 — Deliver
  12. Output Layout
  13. Dependencies
  14. Examples
Ships with 1 file
  • skill.meta.json
More from goose-skills
All skills →
About this skill
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.

Keep going