diff --git a/claude-code-tools.md b/claude-code-tools.md index da9d29a..d463066 100644 --- a/claude-code-tools.md +++ b/claude-code-tools.md @@ -53,7 +53,7 @@ Fast code search skill for Claude Code — find classes, symbols, usages, implem 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-dev-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/skills/dolgolyov-claude-facts.skill b/skills/dolgolyov-claude-facts.skill deleted file mode 100644 index 51ba299..0000000 Binary files a/skills/dolgolyov-claude-facts.skill and /dev/null differ diff --git a/skills/dolgolyov-dev-facts.skill b/skills/dolgolyov-dev-facts.skill new file mode 100644 index 0000000..dc4683e Binary files /dev/null and b/skills/dolgolyov-dev-facts.skill differ diff --git a/skills/dolgolyov-git-release-publisher.skill b/skills/dolgolyov-git-release-publisher.skill index c7f44db..c13d90e 100644 Binary files a/skills/dolgolyov-git-release-publisher.skill and b/skills/dolgolyov-git-release-publisher.skill differ