Skip to content

Commit 38bf8e9

Browse files
committed
[#254] fix: correct skill total after rebase (34, not 35)
Miscalculated during the rebase conflict resolution: main doesn't have #229 (grill) merged yet, only rebased as a branch. Correct total after adding checkpoint is main's actual 33 + 1 = 34, not 35. Caught by `docs:staleness` which counts skills directly from the dataset. Refs: #254
1 parent 297bf5a commit 38bf8e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/website/content/docs/reference/skills-catalog.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Skills Catalog
3-
description: Complete catalog of all 35 pair skills organized by type — process, capability, and meta.
3+
description: Complete catalog of all 34 pair skills organized by type — process, capability, and meta.
44
---
55

6-
pair ships with 35 skills organized into three types: **process** (workflow orchestration), **capability** (atomic operations), and **meta** (navigation). Each skill is a `SKILL.md` file invoked as a slash command by your AI coding assistant.
6+
pair ships with 34 skills organized into three types: **process** (workflow orchestration), **capability** (atomic operations), and **meta** (navigation). Each skill is a `SKILL.md` file invoked as a slash command by your AI coding assistant.
77

88
> **Last updated:** 2026-07-07. Source: `packages/knowledge-hub/dataset/.skills/`
99

0 commit comments

Comments
 (0)