orbitant-blog-post-create
Content generation skill for the Orbitant engineering blog. Activates when creating a blog post in Spanish from raw input — a Knowledge Sharing transcript, Slack thread, meeting notes, workshop draft, or bullet outline. Produces a structured, SEO-optimised article that matches Orbitant's narrative, tone, and content cluster strategy. Trigger on: "crear blog post", "redactar artículo", "convierte esto en un post", "blog post para Orbitant", "write a blog post", "turn this into an article". Also trigger when the user shares a long transcript, KS notes, or a Slack discussion about a technical decision — even if they don't explicitly say "blog post". When in doubt, ask if they want this turned into a post.
Installation
# Install the parent plugin
/plugin marketplace add weorbitant/orbitant-os
/plugin install orbitant-marketing Usage
After installing, this skill will automatically activate when Claude detects relevant context. You can also invoke it directly:
/orbitant-marketing:blog-post-create Using with Other Agents
Install this skill on other AI agents using skills.sh:
# Install to Cursor
npx skills add weorbitant/orbitant-os --skill orbitant-blog-post-create --agent cursor -y
# Install to Cline
npx skills add weorbitant/orbitant-os --skill orbitant-blog-post-create --agent cline -y
# Install to Claude Code
npx skills add weorbitant/orbitant-os --skill orbitant-blog-post-create --agent claude-code -y