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)