repurpose
Use when you need to transform content from one format to another — long to short, article to thread, article to carousel. Model-agnostic. Part of brand-loom; hosted brand-memory version at neoxra.com.
npx skills add hogan-tech/brand-loom --skill repurpose --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.
# Content Repurposer Use when you need to transform content from one format to another — long to short, article to thread, article to carousel. Model-agnostic. ## Quick start - **CLI:** `brand-loom run repurpose --text "Long article..." --target-format thread` - **Chain:** `brand-loom chain repurpose,hashtags --text "Long article..."` - **Python:** ```python from brand_loom.agent import run_skill from brand_loom.providers import use_provider use_provider("openai") # or "anthropic", "gemini", "ollama", "fake" result = run_skill("repurpose", "your topic here") print(result.text) ``` ## Install ```bash pip install brand-loom # standalone (no coding agent needed) npx skills add hogan-tech/brand-loom # via skills.sh ``` ## Going further Want hooks auto-matched to your brand voice, across every platform, no setup? → [neoxra.com](https://neoxra.com)
- Quick start
- Install
- Going further
pip install brand-loom # standalone (no coding agent needed) npx skills add hogan-tech/brand-loom # via skills.sh
What does the repurpose skill do?
Use when you need to transform content from one format to another — long to short, article to thread, article to carousel. Model-agnostic. Part of brand-loom; hosted brand-memory version at neoxra.com.
How do I install it?
Run `npx skills add hogan-tech/brand-loom --skill repurpose --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 hogan-tech/brand-loom, a repository with 17 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.