.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/heliohq/ship
home/skills/heliohq/ship
heliohq avatar

heliohq/ship

11 skills

View on GitHub
$npx skills add heliohq/ship
SkillInstalls
arch-designSystem-design thinking before any doc or code: goals/non-goals, back-of-envelope numbers, components and contracts, failure modes, operability, security,…—autoRun Ship's full production workflow from raw requirement to PR: design, dev, E2E, review, QA, refactor, and handoff.—designPlan implementation before coding: investigate the repo, write spec and plan, and validate with a peer.—devImplement from a spec or plan: extract stories, build in safe waves, test, commit, and get peer review per story.—e2eAdd durable end-to-end tests for user/API-visible behavior. Detect or scaffold the E2E framework, write tests, run the app, and store evidence.—handoffShip completed work: verify locally, commit related changes, push, create or update the PR, watch CI/reviews, and fix until merge-ready or escalated.—qaRuntime QA of a change: start the app, test acceptance criteria and edge cases, and report evidence.—refactorImprove existing code without changing behavior: scan smells, simplify, dedupe, reuse utilities, and verify after edits.—reviewStatic code review of the active diff: trace changed paths and report concrete P1/P2/P3 correctness, security, or spec bugs with file:line evidence.—use-shipRoute ambiguous software-delivery requests to the smallest useful Ship workflow: one skill, a phase bundle, or /ship:auto.—write-docsCreate or update structured docs under docs/ with frontmatter, numbering, lifecycle status, and index regeneration — guides, references, troubleshooting,…—