Agent Skills

Expert workflows for Claude, Codex, Cursor, and any agent that reads SKILL.md

Six opinionated workflows on top of our MCP server. Install once; invoke with plain English. Open standard, MIT licensed.

Install

Claude Code

/plugin marketplace add kodenark/postquickai-agent-skills
/plugin install weekly-content-batch

OpenAI Codex

codex plugin install kodenark/postquickai-agent-skills

Cursor

git clone https://github.com/kodenark/postquickai-agent-skills .agents/

Copilot / Continue / Aider / OpenHands

# Copy the AGENTS.md snippet from /agents-md into your project's AGENTS.md file.

These agents don't have a plugin system but read AGENTS.md automatically.

The six skills

schedule-post"schedule a post tomorrow at 9am"

Create a single post and schedule it for publishing at a specific time on one or more platforms.

weekly-content-batch"plan my content for this week"

Generate 5–7 posts grounded in your brand voice and schedule them across optimal times (9am / 12pm / 6pm, weekdays).

analyze-post-performance"how did my posts do last month?"

Pull per-post or per-brand analytics, break down by platform and content type, surface top performers and actionable observations.

onboard-brand"set up a new brand for my client"

Create a content group and populate its brand profile (name, audience, tone, topics, image model, auto-gen settings) in one guided flow.

reply-thread"create a 5-tweet thread about X"

Build a reply-based thread for Twitter/X, Threads, and Bluesky. Respects per-platform character limits.

daily-digest"what posted today?"

Summarize today's publishing activity with per-platform breakdowns and early engagement metrics.

Pricing

API + Agent access

One subscription unlocks the full PostQuickAI app PLUS the MCP server, Claude Skills, AGENTS.md drop-in, and REST API. Required for all agent integrations.

$8/mo
Basic + API
  • • 5 content groups
  • • 100 AI images / 10 videos / mo
  • 30 req/min, 5k/day API
  • • All 40+ MCP tools
  • • Claude Skills + AGENTS.md
Recommended
$20/mo
Pro + API
  • • Unlimited content groups
  • • High image / 25 video credits
  • 120 req/min, 50k/day API
  • • All 40+ MCP tools
  • • Claude Skills + AGENTS.md
  • • Priority human support

7-day free trial included. API add-on is part of both plans.

FAQ

Frequently Asked Questions

MCP tools are primitives: createPost, publishPost, getAnalytics. Skills are expert workflows that chain those primitives with best-practice defaults (time spreads, brand grounding, error handling). Install MCP first, then Skills — they complement each other.

Yes — the SKILL.md format is open and Codex consumes it natively. Run `codex plugin install kodenark/postquickai-agent-skills` or copy the skills/ folder to ~/.codex/skills/.

Cursor reads `.agents/skills/`. Copilot, Continue, Aider, and OpenHands read AGENTS.md. We ship a drop-in AGENTS.md snippet at /agents-md that unlocks PostQuickAI for those too.

Yes — the repo is MIT licensed. Fork kodenark/postquickai-agent-skills and edit any SKILL.md to match your team's conventions.

Also works with

PostQuickAI is agent-native — same API, same MCP server, same skills bundle across every major AI coding agent.

Start with MCP, layer on Skills

Skills call MCP tools under the hood. Install MCP first.

Install @postquickai/mcp