{% extends "docs/base.html" %} {% block docs_content %}

Skills documentation

Discover hosted instruction documents and the downloadable Pearing workflow skill.

Skills API Skills CLI Skills MCP
New to reusable instructions? Read the Server-hosted skills guide. For durable collaboration and code review, read Threads, replies, and pulls or follow the complete feature-delivery guide.

Stored skills

Signed-in users can manage reusable instruction documents from Profile > Skills. Skills may belong to a user, team, or repository; team and repository settings expose matching Skills tabs.

Each record is one canonical SKILL.md. Its required frontmatter contains a lowercase kebab-case name and a description; indexed metadata is derived from that document. List responses contain metadata only, while detail responses include canonical content.

Deleting a skill is permanent. Skill text is instruction content, not trusted executable code; clients and agents must still apply their normal review, permission, and execution safeguards.

Website

Create, inspect, preview, download, and update scoped skills interactively.

CLI and API

Publish canonical files from local review flows or custom integrations.

MCP

Let agents discover metadata and fetch current content through typed tools.

Pearing workflow skill

The published workflow SKILL.md is a bootstrap and compatibility entry point for agents. The Guides hold the human-readable concepts and complete scenarios; the skill keeps concise operating rules.

Read SKILL.md
{% endblock %}