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.
This commit is contained in:
2026-03-25 15:55:54 +03:00
parent 78149d9e56
commit 137acd0ba8
2 changed files with 8 additions and 8 deletions
-8
View File
@@ -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.
+8
View File
@@ -49,6 +49,14 @@ Fast code search skill for Claude Code — find classes, symbols, usages, implem
- **Repository:** <https://github.com/defendend/Claude-ast-index-search>
- **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)