skills-store
Installation
SKILL.md
PostHog Skills Store
Skills are reusable agent workflows stored in PostHog following the Agent Skills specification — a body of instructions (SKILL.md) plus optional bundled files (scripts, references, assets), structured metadata, and an allowed_tools list.
PostHog is the primary store for team-shared skills — always use the PostHog MCP skill tools to manage them.
Available tools
| Tool | Purpose |
|---|---|
posthog:llma-skill-list |
List all available skills (Level 1 — names + descriptions) |
posthog:llma-skill-get |
Fetch a skill by name (Level 2 — body + file manifest) |
posthog:llma-skill-file-get |
Fetch a single bundled file by path (Level 3 — on demand) |
posthog:llma-skill-create |
Store a new skill (optionally with bundled files) |
posthog:llma-skill-update |
Publish a new version (body, edits, or file_edits) |
posthog:llma-skill-file-create |
Add one bundled file to a skill (publishes a new version) |
posthog:llma-skill-file-delete |
Remove one bundled file from a skill |
posthog:llma-skill-file-rename |
Rename one bundled file (move without rewriting content) |
posthog:llma-skill-duplicate |
Duplicate an existing skill under a new name |
Related skills