social-skills: Instructions file for Claude Code

AGENTS.md

social-skills AGENTS.md is an instructions file for Claude Code, Codex, OpenCode from inklate/social-skills. It costs 1,163 tokens per session, scanned A, original, MIT.

Repository instructions for a collection of social-media writing skills for AI agents. They define the project’s purpose, file layout, validation commands, and completion requirements.

In plain words
What is it for?
They guide work on posts, threads, carousels, short-video scripts, advertisements, and content calendars, while also covering validation and documentation rules.
Why use it?
They help contributors keep each skill within the project’s format and ensure changes pass checks before being considered complete.

Instructions file for Claude CodeCodexOpenCode

Written for Claude Code and Codex and OpenCode: Claude Code plugin machinery, but also the file is AGENTS.md. Also seen: mentions Claude Code; mentions AGENTS.md.

This is inklate/social-skills's own configuration. It tells Claude Code, Codex and OpenCode how to work on social-skills itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything social-skills configures →

Reuse

Borrowing it

Nothing to install: this file belongs to inklate/social-skills. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/inklate/social-skills/main/AGENTS.md
Clone the repo
git clone --depth 1 https://github.com/inklate/social-skills

Made for: Claude Code, Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for social-skills AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/inklate/social-skills/agents-md/github.svg)](https://agentmods.dev/instructions/inklate/social-skills/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/inklate/social-skills/agents-md"><img src="https://agentmods.dev/badge/instructions/inklate/social-skills/agents-md/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for social-skills AGENTS.md

Your own site · 80×15
<a href="https://agentmods.dev/instructions/inklate/social-skills/agents-md"><img src="https://agentmods.dev/badge/instructions/inklate/social-skills/agents-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 1,163 This file is loaded in full into every session.
When invoked 1,163 The same file — it is already loaded in full.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.01163 $0.01163
Opus 5 $0.00581 $0.00581
Sonnet 5 $0.00233 $0.00233
Haiku 4.5 $0.00116 $0.00116

Measured 8d ago against content hash 619d061837e7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

social-skills AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 35 lines

How it starts

The opening of the file, as written. The whole thing — 35 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AGENTS.md

Task Completion Requirements

  • bun run validate and bun run check must pass before considering tasks completed.

What this is

Social media skills for AI Agents. It learn your strategy, voice and platform-native format — posts, threads, carousels, reels-ready scripts, ad copy, calendars.

A general, vendor-neutral social-media content skills for any AI agent. Skills live in skills/<name>/SKILL.md (flat — no category folders; categories live in frontmatter and the README table).

Commands

  • bun run validate — frontmatter schema + agentskills.io hard limits (name ≤ 64 chars, description ≤ 1024), description discovery rules, purity lint across every bundled file (SKILL.md + references//scripts//evals/), cross-repo name-collision check, relative-link resolution, and eval-shape lint.
  • bun run validate:spec — cross-check every skill with the canonical skills-ref validator. Runs via uvx/skills-ref when available; soft-skips (exit 0) otherwise, since it is a demonstration-grade tool, and tolerates top-level Claude Code frontmatter fields it doesn't know (e.g. disable-model-invocation; see CLAUDE_CODE_EXTRA_FIELDS in the script). validate is the production gate.
  • bun run format / bun run format:check — Prettier (write / check). Generated JSON and the README skill table are excluded so the generator stays their sole authority.
  • bun run build:index — regenerate skills-index.json, the README skill table, and the Claude Code plugin manifests (.claude-plugin/plugin.json + marketplace.json, sourced from repo.config.json + package.json). Commit all of them.
  • bun run check — validate + validate:spec + format:check + drift-check (what CI runs).
  • bun run zips — package per-skill zips into dist/zips/.

Rules that gate every change

  1. Purity (the community-protection principle): no skill file — SKILL.md, references/, scripts/, or evals/ — may mention Inklate, MCP, scheduling APIs, or any provider integration. The README is the ONLY funnel surface in this repo. CI greps every bundled file; reviewers enforce the spirit.
  2. Descriptions are discovery. 3–8 sentences, ≤ 1024 characters (spec limit), ≥ 4 literal trigger phrases in quotes, platform names spelled out, and a mention of social-context.md. The description is the only signal agents use to auto-trigger.
  3. Frontmatter contract: name (lowercase-hyphen slug ≤ 64 chars, = folder name), description (≤ 1024), optional license and compatibility (agentskills.io spec fields), and metadata.{version (semver), category (Foundation | Create | Ads | Plan | Check), topics (slug list), examplePrompt}. Write YAML in block style — no flow arrays like topics: [a, b] — so the canonical skills-ref validator accepts it.
  4. Body shape: context load → workflow → quality bar → deliverable, ending at the deliverable. A workflow step must check the output against the Quality bar before the deliverable — the bar is a gate, not a passive table. Skills that read social-context.md name the sections they read by exact ## heading (the Foundation schema: Positioning, Audience, Platforms, Pillars, Voice, Cadence, Goals, Never). A skill may bundle references/, scripts/, and evals/; name them from SKILL.md with relative paths, and load heavy reference data on demand (progressive disclosure). social-check is the worked example.
  5. Self-contained / portable. Skills install individually (via skills.sh and the per-skill zips), so a skill may reference only files inside its own directory — never another skill's files.
  6. Evals. Each skill should ship evals/evals.json (agentskills.io format: skill_name, evals[] with id / prompt / expected_output / assertions). bun run validate lints their shape.
  7. Names must not collide with inklate/skills (both repos install into one skills directory). The validator cross-checks the sibling index when reachable.
  8. Scope fence: social only (organic + paid). No SEO/email/CRO skills.
  9. Naming & shared language. Skill names use a domain-first social-* family, with platform a constraint in references/, not a name (idk, the user-invoked router, is a deliberate exception). Shared domain terms live in CONTEXT.md; use them. The idk router maps the family — whenever you add, rename, or remove a skill, update idk's Skill map so it never routes to a skill that moved or omits one that exists.

Read the full file on GitHub · 35 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 35 lines · 1,163 tokens per session scan A 619d061837e7

Subscribe to this mod's changes

social-skills AGENTS.md is an instructions file published in the GitHub repository inklate/social-skills (6 stars, last pushed 1mo ago), licensed MIT. It adds 1,163 tokens to every session, about $0.0058 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other instructions, from other repositories

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,153 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens