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.

API and agent access

Add programmatic access to Basic or Pro

The paid API and agent add-on includes the REST API, MCP server, Claude Skills, and AGENTS.md integration. It is not included with either scheduler plan.

Basic plan limits

Rate limits

30 requests/minute · 5,000 requests/day

Pro plan limits

Rate limits

120 requests/minute · 50,000 requests/day

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.

Setup guides for other agents

Each guide uses the same PostQuickAI API and MCP server with tool-specific configuration.

Start with MCP, layer on Skills

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

Install @postquickai/mcp