Skip to content

Skill List Reference

Viewing Skills

bash
fe-harness skills list --json

Installation Strategy

By default, projects only need the aggregate Skill:

bash
fe-harness skills install --project --provider all --name consumer-h5-harness

Command-level Skills are installed as needed:

bash
fe-harness skills install --project --name fe-harness-api

Global installation requires user confirmation:

bash
fe-harness skills install --global --provider claude --name consumer-h5-harness

Inventory

SkillPurposeTypical Triggers
consumer-h5-harnessConsumer H5 master workflowCreating/connecting projects, implementing pages, verifying features, creating snapshots
fe-harness-createProject creation workflowCreating projects from scratch, preparing input directories, establishing first task
fe-harness-initExisting project connection workflowinit dry-run, conflict resolution, existing token discovery
fe-harness-inspectStatus readingViewing project facts, input status, token status, Agent readiness
fe-harness-planPlan previewPreviewing which files will be written before create/init
fe-harness-doctorRead-only diagnosticsChecking Node, pnpm, scripts, pages, inputs, tokens, visual baselines
fe-harness-inputsInput managementRegistering and analyzing PRD/RP/UI/API/assets
fe-harness-taskTask managementCreating T001, viewing history, creating snapshots
fe-harness-verifyLayered verificationSelecting quick/feature/runtime/visual/audit based on changes
fe-harness-apiAPI generationSelecting operationId from OpenAPI JSON and generating types/wrappers
fe-harness-design-tokensToken maintenanceExtracting tokens, confirming sources, diff, recording overrides
fe-harness-skillsSkill installationProject-level/global installation, provider adaptation
fe-harness-versionVersion checkVerifying CLI availability and project declared version

Why Not Install All by Default

Installing all Skills by default would cause Agents to see too many specialized rules in every task. For example, regular content adjustments don't need OpenAPI generation rules, and API tasks don't need visual baseline details.

Default aggregate Skills provide the correct path, and specialized Skills enter context when needed. This reduces cognitive load and prevents Agents from misapplying irrelevant rules to current tasks.

Business-neutral by design. Project-owned by default.