بنقرة واحدة
postkit
يحتوي postkit على 6 من skills المجمعة من Trystan-SA، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.
Skills في هذا المستودع
Cut a new postkit release — bump the version in package.json (asks the user whether it's major / minor / patch), commit, tag on GitHub, publish a GitHub Release so watchers get notified, and publish to npm. Use when the user says "ship a release", "cut a new version", "publish to npm", or "release postkit".
Generate high-creativity post ideas grounded in the user's brand profile (memory/brand_*.md), then plan a resonant sequence of 2–4 follow-up posts so the first idea becomes a thread instead of a one-off. Use when the user says they're stuck, wants ideas, wants to plan a week/month of content, wants a series, or asks "what should I post about?". Run this before /postkit-new when the user doesn't already know what they want to say.
Draft a new post (single image, carousel, or a series) from a brief. Reads the brand profile from memory/brand_*.md plus theme.css, interviews the user, proposes the best format, then writes posts/<slug>/ with post.json, caption files, and slide HTML. Use when the user wants to create content, draft an image post, make a carousel, or plan a multi-post campaign.
Critique a draft post against the brand profile (memory/brand_*.md) and theme.css across three lenses — strategy (hook, angle, value arc), copy (CTA, word economy, tone), and design (layout, density, rhythm, typography). Returns HIGH/MEDIUM/LOW findings. Use when the user asks to review, critique, polish, or improve a draft before rendering.
Brand intake — interviews the user about their handles, audience, goals, voice, and visual identity, then persists the answers to plain Markdown files in memory/ at the project root so every later post-creation and review uses them. Run this before drafting any post. Also use when the user wants to revise the brand profile.
Render a post's slides to PNG using the postkit Puppeteer pipeline. Use when the user wants to see a post, export it, generate images, or preview after edits. Also use right after /postkit-new unless the user says to wait.