Claude/ChatGPT Skills.

Every Agent Skill I've built and open-sourced: 23 of them, for marketing, research, comms, and ops. Each is a self-contained folder with a SKILL.md that tells the model when to fire and how to work, plus reference docs or executable scripts where the skill needs them. Agent Skills is the open standard Anthropic published and OpenAI adopted, so the same folder installs in Claude Code, claude.ai, ChatGPT, and Codex with no changes.

Built running AI across a 90-person organization, then genericized. 8 work out of the box. 15 are templates with [BRACKETED] placeholders you replace with your own org's details before installing. MIT.


The 19 generic skills ship as five plugins so an admin can preinstall some and offer the rest per team. The two foundation templates sit outside the plugins, because you customize them before anyone installs them.

Claude Code — whole pack /plugin marketplace add alectivism/organization-ai-skills
Claude Code — single skills npx skills add alectivism/organization-ai-skills
ChatGPT / Codex codex plugin marketplace add alectivism/organization-ai-skills
claude.ai zip a skill folder, upload under Settings → Skills
chatgpt.com chatgpt.com/skills → Create → Upload (same folder)
Org admins Claude needs a private fork; ChatGPT takes either (how)

not in a plugin Two fill-in files, not installable plugins. Every content, meetings, and ops skill reads from them when present and falls back to generic defaults when not. Fill these first: open one in Claude or ChatGPT, paste your org's real details, and ask the model to replace the [BRACKETED] placeholders. Then install your filled-in copy like any other skill.


installed by default Ready to use, no setup. Everyone researches, so this plugin preinstalls.


installed by default Ready to use, no setup. Delegation saves money for everyone, so this one preinstalls too.


available for install Customize these. They read org-context and brand-voice, so fill those two first.


available for install Customize these.


available for install Three to customize, one ready to run.


separate repo Delegation between Claude Code and the Codex CLI, one skill per direction. Install the half that matches the CLI you drive. These ship executable wrappers and guard hooks alongside the markdown.

All MIT-licensed. Source: organization-ai-skills and cross-model-agent-delegation. For what makes a skill auto-invoke, org-wide provisioning, and the ChatGPT side of the rollout, see deploying Claude Skills. For the rest of what I've published, see /tools and /frameworks.