@orbitant/brain-marketing
v1.8.2
Published
Marketing team skills for content creation and review
Readme
@orbitant/brain-marketing
Marketing team skills for content creation and review.
v1.8.2 · vertical marketing · 10 skills
Install
npm install @orbitant/brain-marketingPublic on npm: no .npmrc, no registry mapping and no token.
Usage
import marketing from '@orbitant/brain-marketing';
const skill = marketing.skills['orbitant-blog-post-create'];
skill.content; // markdown body, no frontmatter
marketing.meta; // { name, version, vertical }Named imports work too: import { skills, meta } from '@orbitant/brain-marketing'.
API
skills, agents and commands are Record<string, Entry>, keyed by name.
| Field | Notes |
| --- | --- |
| content | the markdown body without frontmatter — what you feed a model |
| dir | absolute path to the skill folder, resolved at load time, for reading its references/ |
| frontmatter | the raw frontmatter, for anything not surfaced as a typed field |
Keys
- skills —
orbitant-blog-post-create,orbitant-blog-post-review,orbitant-blog-post-translate,orbitant-image-creation,orbitant-linkedin-post,orbitant-newsletter,orbitant-tone,orbitant-x-post,orbitant-x-thread,orbitant-yt-description
Versioning
Bumped from plugins/orbitant-marketing/.claude-plugin/plugin.json. Pin the exact version: content
changes without a major bump.
Same content as a Claude Code plugin: /plugin marketplace add weorbitant/orbitant-os.
