What is ogt-docs-create-social?
Create social media and marketing content in docs/content/social/. Use when drafting tweets, blog posts, release announcements, newsletter content, or any public-facing communications. Source: opendndapps/ogt-skills.
Create social media and marketing content in docs/content/social/. Use when drafting tweets, blog posts, release announcements, newsletter content, or any public-facing communications.
Quickly install ogt-docs-create-social AI skill to your development environment via command line
Source: opendndapps/ogt-skills.
Social content documents live in docs/content/ and follow a workflow similar to tasks. Content moves through drafting, review, and publishing stages.
const searchIndex = new MiniSearch({ fields: ["name", "description", "type"], storeFields: ["name", "slug", "type"], searchOptions: { fuzzy: 0.2, prefix: true, }, });
const results = searchIndex.search("fir"); // Returns: Fireball, Fire Elemental, Fire Giant...
Create social media and marketing content in docs/content/social/. Use when drafting tweets, blog posts, release announcements, newsletter content, or any public-facing communications. Source: opendndapps/ogt-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/opendndapps/ogt-skills --skill ogt-docs-create-socialCreate social media and marketing content in docs/content/social/. Use when drafting tweets, blog posts, release announcements, newsletter content, or any public-facing communications. Source: opendndapps/ogt-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/opendndapps/ogt-skills --skill ogt-docs-create-social Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/opendndapps/ogt-skills