skill-manager

Manage Claude Code commands, skills, and agents across shared and project repositories.

1|Updated Nov 8, 2025
One-click install
npx skills add https://github.com/k-negishi/calendar-auto-register --skill skill-manager-k-negishi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-manager
Source: https://github.com/k-negishi/calendar-auto-register/tree/main/.claude/skills/skill-manager
Command: npx skills add https://github.com/k-negishi/calendar-auto-register --skill skill-manager-k-negishi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Claude Code のコマンド・スキル・エージェントの分散管理を一元化し、作成・更新・ガバナンスを促進します。共通リポジトリとプロジェクト固有リポジトリの適切な分離と同期を実現します。

Core Features & Use Cases

  • 共通リポジトリとプロジェクト固有ファイルの整理: コンポーネントの適切な分離と一貫性のある運用を支援します。
  • 自動化された作成・更新ワークフロー: 新規作成・更新時の標準化と配布を支援します。
  • ガバナンスと追跡性: 変更履歴の記録とリリースの整合性を確保します。

Quick Start

ユーザー入力でファイルタイプ・操作・ファイル名を取得し、共通リポジトリか固有リポジトリの配置を判断した上で、変更をコミットしてプッシュします。

Frequently Asked Questions about skill-manager

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

FAQPage Schema
How do I manage Claude Code commands and agents across multiple repositories?

Managing Claude Code commands across multiple repositories requires a split architecture that separates shared components in a central repository from project-specific files, automating Git commits, pushes, and symlink refreshes to maintain consistent governance.

What is the best way to automate Claude Code skill creation and updates for a team?

Automating Claude Code skill creation and updates for a team is best handled by standardizing workflows that interactively confirm file types and names, determine the correct repository placement, and automatically push changes to maintain a consistent central toolkit.

How do I separate shared Claude Code agents from project-specific configurations?

To separate shared Claude Code agents from project-specific configurations, implement a split directory structure using a common repository for shared components and a local directory for project-specific files, with automated symlinks keeping them synchronized.

Does Claude Code support centralized governance and tracking for custom commands?

Claude Code supports centralized governance and tracking for custom commands by applying automated Git operations that record change history and ensure release consistency across both shared and project-specific repositories.

Can I automatically commit and push Claude Code skill updates to a shared repository?

You can automatically commit and push Claude Code skill updates to a shared repository by using repo-automation workflows that apply interactive user confirmation before executing Git operations and refreshing symlinks across your projects.

What are the limitations of using a split repository architecture for Claude Code agents?

The limitations of using a split repository architecture for Claude Code agents include the need to maintain symlink integrity and manage interactive user confirmations during automated Git operations to prevent misaligned updates across shared and project-specific files.