Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ Build from Go source instead? See **Install** below (`go build` + `skillget conf
- **[Quick start](docs/QUICKSTART.md)** — env vars, `search` / `install` / `config`.
- **Registry contract:** [registry-api.md](https://github.com/getskillpack/registry/blob/main/docs/registry-api.md) · **[Publish a skill](docs/PUBLISH_YOUR_SKILL.md)**.

### Где что лежит (матрица, runbook, traceability)

Короткие указатели для сопровождения экосистемы (детали только в целевых документах):

- **Матрица совместимости** (CLI / skillget-manager / registry): [COMPATIBILITY_MATRIX_RU.md](docs/COMPATIBILITY_MATRIX_RU.md)
- **Ops / runbook публичного registry** (`getskillpack/registry`): [PUBLIC_REGISTRY_RUNBOOK.md](https://github.com/getskillpack/registry/blob/main/docs/PUBLIC_REGISTRY_RUNBOOK.md)

Copilot AI Mar 29, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ссылка на runbook в getskillpack/registry указывает на docs/PUBLIC_REGISTRY_RUNBOOK.md, но в локальном индексе docs/README.md для runbook используется другой файл (.../REFERENCE_REGISTRY_OPERATIONS_RU.md). Похоже на расхождение/возможный битый линк — стоит проверить актуальное имя файла в registry и/или выровнять ссылку с тем, что используется в docs/README.md для консистентности.

Suggested change
- **Ops / runbook публичного registry** (`getskillpack/registry`): [PUBLIC_REGISTRY_RUNBOOK.md](https://github.com/getskillpack/registry/blob/main/docs/PUBLIC_REGISTRY_RUNBOOK.md)
- **Ops / runbook публичного registry** (`getskillpack/registry`): [REFERENCE_REGISTRY_OPERATIONS_RU.md](https://github.com/getskillpack/registry/blob/main/docs/REFERENCE_REGISTRY_OPERATIONS_RU.md)

Copilot uses AI. Check for mistakes.
- **Traceability** (ENGINEERING_REQUIREMENTS ↔ тикеты ↔ репозитории): [ENGINEERING_REQUIREMENTS_TRACEABILITY_RU.md](docs/ENGINEERING_REQUIREMENTS_TRACEABILITY_RU.md)

Полный индекс каталога `docs/`: [docs/README.md](docs/README.md).

### vs familiar package registries (short)

| | npm · PyPI · Packagist | skillget / getskillpack |
Expand All @@ -47,7 +57,7 @@ Build from Go source instead? See **Install** below (`go build` + `skillget conf
| Discover + pin | registry + lockfile | **`skillget search` / `install` + `skills.lock`** |
| On-disk tree | `node_modules` / site-packages / `vendor` | **`.skillget/skills/<name>/<version>/`** |

Expanded positioning and growth framing (maintainers): [docs/MARKETING_LANDING_AND_GROWTH.md](docs/MARKETING_LANDING_AND_GROWTH.md) · [docs/README.md](docs/README.md) (full index). Hands-on discovery: [Example skill catalog](docs/EXAMPLE_SKILL_CATALOG.md).
Expanded positioning and growth framing (maintainers): [docs/MARKETING_LANDING_AND_GROWTH.md](docs/MARKETING_LANDING_AND_GROWTH.md). Hands-on discovery: [Example skill catalog](docs/EXAMPLE_SKILL_CATALOG.md).

**If this is useful:** starring [`getskillpack/cli`](https://github.com/getskillpack/cli), [`getskillpack/registry`](https://github.com/getskillpack/registry), and [`getskillpack/skillget-manager`](https://github.com/getskillpack/skillget-manager) helps discovery — no bots or reciprocal schemes; see [docs/MARKETING_LANDING_AND_GROWTH.md](docs/MARKETING_LANDING_AND_GROWTH.md).

Expand Down
Loading