claude-toolkit-manager

Create and update Claude Code assets with automated Git operations and symlink management.

1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/k-negishi/ai-curated-newsletter --skill claude-toolkit-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-toolkit-manager
Source: https://github.com/k-negishi/ai-curated-newsletter/tree/main/.claude-shared/skills/claude-toolkit-manager
Command: npx skills add https://github.com/k-negishi/ai-curated-newsletter --skill claude-toolkit-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the creation and updating of Claude Code assets (commands, skills, agents) by intelligently managing their placement between a shared repository and project-specific directories.

Core Features & Use Cases

  • Automated File Placement: Intelligently determines whether new or updated assets belong in the shared repository (.claude-shared/) or the project-specific directory (.claude/).
  • Split Asset Management: Handles cases where an asset has both shared and project-specific components.
  • Git Integration: Automates Git commits and pushes for both shared and project repositories.
  • Use Case: When you need to create a new reusable command for your AI project, this skill will help you decide whether to put it in the central toolkit or keep it local to the current project, and then it will handle the file creation and Git operations.

Quick Start

Use the claude-toolkit-manager skill to create a new skill named 'data-validation'.

Frequently Asked Questions about claude-toolkit-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Claude Code assets across shared and project-specific directories?

Managing Claude Code assets involves determining their placement in either a shared repository or a project-specific directory. This skill automates file creation, Git operations, and symlink management to streamline asset organization.

How does automated Git integration work when creating new AI project commands?

Automated Git integration handles commits and pushes for both shared and project repositories when creating new AI project commands. It manages file creation and version control operations automatically without manual intervention.

Can I split Claude Code assets between shared and project-specific components?

Yes, you can split Claude Code assets between shared and project-specific components. This skill handles cases where an asset requires both shared repository elements and local project-specific configurations simultaneously.

Does this asset management tool require manual symlink configuration?

No, manual symlink configuration is not required. This tool automates symlink management alongside file creation and Git operations, intelligently linking shared repository assets to project-specific directories.

What is the best way to organize reusable commands in a central toolkit repository?

The best way to organize reusable commands in a central toolkit repository is using automated placement logic. This skill evaluates whether assets belong in the shared directory or local project, then handles file creation and Git commits accordingly.

Why should I use an automated skill placement system instead of manually managing Claude Code files?

An automated skill placement system prevents organizational errors by intelligently routing assets to the correct directory. It eliminates manual file creation, Git operations, and symlink setup, ensuring consistent asset management across repositories.