EOS marketplace skills
This reference lists the skills distributed through the EOS marketplace. The
plugin files under plugins/ are the source of truth for skill content.
Install a plugin with APM:
apm install <plugin>@eos --global
Use apm marketplace browse eos to inspect the current marketplace.
eos
Guided discovery and setup workflows for the EOS marketplace.
eos skills
- ask-eos: Routes EOS questions to guides for marketplace discovery, SDLC workflows, and tool setup.
design
Design review, accessibility, edge-case discovery, and design-to-code workflows
design skills
- accessibility-review: Reviews Figma screens for WCAG issues before implementation or accessibility sign-off.
- design-system-audit: Audits Figma libraries and screens for design-system drift.
- design-to-code: Turns a Figma component into an implementation-ready engineering specification.
- edge-case-discovery: Expands a happy-path flow into scenarios for errors, empty states, permissions, and breakpoints.
- tillo-design-system-assistant: Provides Pavilion and BuyerHub design-system guidance for tokens, components, pages, and design decisions.
engineering
Engineering implementation, testing, documentation, onboarding, refactoring, and API review workflows for shipping product requirements into code.
engineering skills
- adr-generator: Creates an architecture decision record from technical meeting notes or transcripts.
- context7: Gets current library and framework documentation through the Context7 API.
- conventional-commit: Creates a Conventional Commits message from the current Git changes.
- create-bug-ticket: Guides discovery and creates an implementation-ready standalone Jira Bug ticket.
- create-documentation: Creates or improves documentation with the Diátaxis framework.
- create-enhancement-ticket: Guides discovery and creates an implementation-ready standalone Jira Enhancement ticket.
- create-implementation-plan: Turns an approved PRD and TSD into a dependency-ordered implementation plan.
- create-spike-ticket: Creates a Jira spike for unresolved route decisions.
- create-tickets: Creates linked Jira issues from a selected slice of a Notion implementation plan.
- create-tsd: Creates a complete technical specification as a Notion subpage when context is sufficient.
- create-tsd-guided: Creates a guided technical specification with an empty scaffold and section-by-section progress.
- create-tsd-section: Fills one section of a technical specification in Notion.
- implement: Implements a Jira ticket test-first and raises a pull request.
- raise-pr: Creates or updates a GitHub pull request with repository checks and templates.
- resolve-spike-ticket: Records decisions on an existing Jira spike before it reaches a done status.
- review-with-harbourmaster: Provides a local, multi-perspective code review workflow.
- start-work: Routes new work to the correct EOS workflow.
- tdd: Defines and runs a red-green-refactor workflow at agreed test seams.
- use-scout: Loads team, tracker, preference, and repository context from the Scout CLI, then selects Scout commands for the rest of the conversation.
skill-testing
Skill evaluation workflows for testing AI skill behavior against golden cases.
skill-testing skills
- test-skill: Scores a skill draft or revision against golden cases in isolated worktrees using a blind, evidence-citing judge.
product
Product requirements, project setup, and product marketing workflows.
product skills
- create-prd: Creates a product requirements document as a Notion subpage.
- create-project: Creates or updates a Notion project page for an initiative.
- tillo-pmm: Turns internal product documents into Tillo customer messaging and positioning.
changesets
Changeset creation and release-impact assessment for completed workspace changes.
changesets skills
- changesets: Assesses repository changes and creates or updates Changesets release metadata.
apm-workflows
Deterministic tooling for migrating repository AI skills to APM and authoring new APM skills.
apm-workflows skills
- create-apm-skill: Creates a new APM skill in a repository that already uses APM.
- migrate-skills-to-apm: Moves skills from tool-specific folders into the APM source layout.
aikido
Aikido MCP security scanning and issue-management integration for AI-assisted development.
Ships the Aikido MCP security scanner and an instruction file. It does not ship a SKILL.md entry.
productivity
Productivity skills for stress-testing plans, decisions, and ideas.
productivity skills
- grill-me: Starts an explicit slash-command entry point for the grilling skill.
- grilling: Questions a plan, decision, or idea in dependency-aware batches.
- mermaid-authoring: Drafts and reviews Mermaid diagrams for syntax, escaping, and readability.
- simplified-technical-english: Rewrites technical text using ASD-STE100 Simplified Technical English.
qa
Notion-native QA planning workflows that consume plugins/engineering's PRD, TSD, and Implementation Plan artifacts.
qa skills
- create-qa-backlog: Groups QA plan scenarios into ticket-sized items in a Notion execution backlog.
- create-qa-plan: Creates a Notion QA plan from product, technical, and implementation documents.
- create-qa-tickets: Creates linked Jira issues from a QA execution backlog on Notion.
The design, engineering, and product plugins depend on productivity. APM
resolves that dependency when it installs a dependent plugin.