getwhys-skills

agent-skills

OtherClaude Codeby GetWhys-Engineering

Summary

Companion skills for the GetWhys MCP server

Install to Claude Code

/plugin install getwhys-skills@agent-skills

Run in Claude Code. Add the marketplace first with /plugin marketplace add GetWhys-Engineering/agent-skills if you haven't already.

README.md

GetWhys Agent Skills

A provider-agnostic collection of GetWhys Agent Skills (and future agent resources), built on the open SKILL.md standard. The same skills work in:

  • Chat clients: Claude (.ai / Desktop / Cowork), ChatGPT (Business /

Enterprise), Microsoft 365 Copilot Cowork, Amazon Q Business, Perplexity

  • Dev tools: Claude Code, OpenAI Codex, Cursor, Gemini CLI, GitHub Copilot,

JetBrains Junie, AWS Kiro, Google Antigravity, Block Goose

> ## Prerequisite: the GetWhys MCP server > > These skills are companions to the GetWhys MCP server, a paid GetWhys > product. They guide your AI assistant in using its tools — and are inert > without it. Connect the MCP through > GetWhys onboarding; no MCP configuration ships > from this repo.

Available skills

| Skill | What it does | Download | |---|---|---| | validate-gtm-output | Grounds marketing, content, and GTM work in real buyer evidence via the GetWhys MCP tools — research questions, competitive intel and battlecards, outward-facing content with brand voice and messaging frameworks, persona building, and draft scoring. | zip |

Install — pick your platform

No CLI? Org admin? (Claude.ai / Desktop / Cowork, ChatGPT Business/Enterprise)

Download the skill's .zip above, then upload it in settings:

  • Claude (Team/Enterprise admin): Org settings → Skills → + Add → select

the zip. On by default for every user, across web, the Desktop Chat tab, and Claude Cowork (where Cowork is enabled for your org).

  • ChatGPT (Business/Enterprise — beta): New skill → Upload from computer

Share with the workspace.

Full org-wide flows (including Microsoft 365 Copilot Cowork org-push):

docs/install-admin.md.

Git install one-liners

| Tool | Command | |---|---| | Claude Code | /plugin marketplace add GetWhys-Engineering/agent-skills/plugin install getwhys-skills@agent-skills | | Gemini CLI | gemini skills install https://github.com/GetWhys-Engineering/agent-skills --path skills/<name> | | OpenAI Codex | $skill-installer install https://github.com/GetWhys-Engineering/agent-skills/tree/main/skills/<name> |

Copy a folder (Cursor, Copilot, Junie, Kiro, Antigravity, ...)

Copy skills/<name>/ into .agents/skills/ in your project (or

~/.agents/skills/ globally) — this vendor-neutral location covers Cursor, Gemini CLI, GitHub Copilot, and Google Antigravity at once:

git clone https://github.com/GetWhys-Engineering/agent-skills.git
mkdir -p .agents/skills && cp -R agent-skills/skills/<name> .agents/skills/

Complete per-tool directory matrix:

docs/install-platforms.md.

Updating / versioning

Releases are cut as vX.Y.Z tags; each release attaches one zip per skill (plus the M365 Cowork package). Two URL shapes:

https://github.com/GetWhys-Engineering/agent-skills/releases/latest/download/<skill>.zip   # always the newest
https://github.com/GetWhys-Engineering/agent-skills/releases/download/vX.Y.Z/<skill>.zip   # pinned

Git-based installs (Claude Code, Gemini, Codex) track the repo and update via each tool's own update command.

Authoring / contributing

Authoring rules live in AGENTS.md (frontmatter constraints, portability rules, validation workflow); start new skills from template/SKILL.md. Run ./scripts/validate-skills.sh before committing.

License

MIT

Related plugins

Browse all →