From 137acd0ba83e3ec9b39ac276f77d56cff03cde9d Mon Sep 17 00:00:00 2001 From: "dolgolyov.alexei" Date: Wed, 25 Mar 2026 15:55:54 +0300 Subject: [PATCH] docs: move packaged skills list from README to claude-code-tools Skills belong with the other Claude Code extension docs, not in the top-level index. --- README.md | 8 -------- claude-code-tools.md | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c8ca400..fe913a2 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,3 @@ Reusable reference for building CI pipelines, release automation, and installer ### [Windows Code Signing for Open-Source Projects](windows-code-signing.md) Review of code signing options for Windows executables — Azure Trusted Signing ($9.99/mo, immediate SmartScreen trust), SignPath.io (free but GitHub-only), SSL.com, Certum, and self-signed. Includes CI/CD integration examples for Gitea Actions. - -## Skills - -Packaged Claude Code skills (`.skill` files) in the [skills/](skills/) directory: - -- **dolgolyov-claude-facts** — Sync local project configuration with the central claude-code-facts knowledge base. -- **dolgolyov-git-release-publisher** — Generate release notes and push release tags for repos hosted on Gitea or GitHub. -- **feature-planner** — Plan and develop complex features using a structured, phase-based workflow with git integration, Markdown plans, review gates, and controlled merging. diff --git a/claude-code-tools.md b/claude-code-tools.md index 1716e00..da9d29a 100644 --- a/claude-code-tools.md +++ b/claude-code-tools.md @@ -49,6 +49,14 @@ Fast code search skill for Claude Code — find classes, symbols, usages, implem - **Repository:** - **Usage:** Invoke with `/ast-index` or related commands like "find class", "search for symbol", etc. +### Packaged Skills + +Packaged `.skill` files available in the [skills/](skills/) directory: + +- **dolgolyov-claude-facts** — Sync local project configuration with the central claude-code-facts knowledge base. +- **dolgolyov-git-release-publisher** — Generate release notes and push release tags for repos hosted on Gitea or GitHub. +- **feature-planner** — Plan and develop complex features using a structured, phase-based workflow with git integration, Markdown plans, review gates, and controlled merging. + ## Toolkits ### Everything Claude Code (ECC)