{"id":36981605,"url":"https://github.com/leeovery/claude-manager","last_synced_at":"2026-01-13T22:51:27.609Z","repository":{"id":325781369,"uuid":"1102351365","full_name":"leeovery/claude-manager","owner":"leeovery","description":"Composer Plugin for Managing Claude Code Skills \u0026 Commands","archived":false,"fork":false,"pushed_at":"2026-01-12T11:44:22.000Z","size":141,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-12T19:25:44.948Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leeovery.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-23T09:52:30.000Z","updated_at":"2026-01-12T11:44:41.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/leeovery/claude-manager","commit_stats":null,"previous_names":["leeovery/claude-manager"],"tags_count":32,"template":false,"template_full_name":null,"purl":"pkg:github/leeovery/claude-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leeovery%2Fclaude-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leeovery%2Fclaude-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leeovery%2Fclaude-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leeovery%2Fclaude-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leeovery","download_url":"https://codeload.github.com/leeovery/claude-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leeovery%2Fclaude-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28402159,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-13T22:51:27.490Z","updated_at":"2026-01-13T22:51:27.593Z","avatar_url":"https://github.com/leeovery.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eClaude Manager\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003enpm Package for Managing Claude Code Skills \u0026 Commands\u003c/strong\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#about\"\u003eAbout\u003c/a\u003e •\n  \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e •\n  \u003ca href=\"#how-it-works\"\u003eHow It Works\u003c/a\u003e •\n  \u003ca href=\"#cli-commands\"\u003eCLI Commands\u003c/a\u003e •\n  \u003ca href=\"#creating-plugins\"\u003eCreating Plugins\u003c/a\u003e •\n  \u003ca href=\"#available-plugins\"\u003eAvailable Plugins\u003c/a\u003e •\n  \u003ca href=\"#troubleshooting\"\u003eTroubleshooting\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n## Versions\n\n| Version | Package Manager | Status     | Branch                                                     |\n|---------|-----------------|------------|------------------------------------------------------------|\n| 2.x     | npm             | **Active** | `main`                                                     |\n| 1.x     | Composer        | Deprecated | [`v1`](https://github.com/leeovery/claude-manager/tree/v1) |\n\n\u003e **Note:** This package is installed automatically as a dependency of plugins.\n\u003e To migrate from v1, update your plugins to their v2 versions (npm-based).\n\n---\n\n## About\n\nClaude Manager is an npm package that automatically manages [Claude Code](https://claude.ai/code) skills, commands, agents, and hooks across your projects.\n\n**What it does:**\n- Automatically installs skills, commands, agents, and hooks from plugin packages into your project's `.claude/` directory\n- Copies assets so they're committed to your repository and available immediately\n- Works with any project that has a `package.json` (Node.js, Laravel, Nuxt, etc.)\n- Provides CLI tools for listing and managing installed plugins\n\n**Why use it?**\n\nInstead of manually copying skill files between projects, you can install them as npm packages and let the manager handle the rest. Update a skill package once, run `npm update`, and all your projects get the improvements.\n\n## Installation\n\nThe manager is installed automatically as a dependency of plugin packages. When you install a Claude plugin:\n\n```bash\nnpm install -D @your-org/claude-your-plugin\n# or\npnpm add -D @your-org/claude-your-plugin\n# or\nyarn add -D @your-org/claude-your-plugin\n```\n\nThe plugin's postinstall script copies assets to `.claude/`. That's it.\n\n### Removing Plugins\n\nDue to bugs in npm 7+ ([issue #3042](https://github.com/npm/cli/issues/3042)) and pnpm ([issue #3276](https://github.com/pnpm/pnpm/issues/3276)), preuninstall hooks don't run reliably. Remove files manually first:\n\n```bash\nnpx claude-manager remove @leeovery/claude-laravel \u0026\u0026 npm rm @leeovery/claude-laravel\n```\n\n### pnpm Users\n\npnpm doesn't expose binaries from transitive dependencies, so install the manager directly alongside plugins:\n\n```bash\npnpm add -D @leeovery/claude-manager @leeovery/claude-laravel\npnpm approve-builds  # approve when prompted\npnpm install         # triggers postinstall\n```\n\n## How It Works\n\n1. Plugin packages have `@leeovery/claude-manager` as a dependency\n2. Plugin's `postinstall` script copies assets to `.claude/`\n3. A manifest (`.claude/.plugins-manifest.json`) tracks what's installed\n4. Claude Code discovers the assets automatically\n\n\u003e **Note:** Plugins include `preuninstall` scripts but npm 7+ doesn't run them reliably ([issue #3042](https://github.com/npm/cli/issues/3042)). See [Removing Plugins](#removing-plugins) for the manual removal command.\n\n**After installation, your project structure looks like:**\n\n```\nyour-project/\n├── .claude/\n│   ├── .plugins-manifest.json\n│   ├── skills/\n│   │   └── laravel-actions/\n│   │       └── skill.md\n│   ├── commands/\n│   │   └── artisan-make.md\n│   ├── agents/\n│   │   └── code-reviewer.md\n│   └── hooks/\n│       └── pre-commit.sh\n├── node_modules/\n│   └── @your-org/\n│       └── claude-your-plugin/\n└── package.json\n```\n\n## CLI Commands\n\nThe manager provides a CLI tool for managing plugins:\n\n| Command | Description |\n|---------|-------------|\n| `npx claude-manager list` | Show all installed plugins and their assets |\n| `npx claude-manager install` | Sync all plugins from manifest (runs automatically) |\n| `npx claude-manager add \u003cpackage\u003e` | Manually add a plugin |\n| `npx claude-manager remove \u003cpackage\u003e` | Remove a plugin and its assets |\n\n## Creating Plugins\n\nWant to create your own skill or command packages?\n\n### Plugin Requirements\n\n1. Have `@leeovery/claude-manager` as a dependency\n2. Add `postinstall` and `preuninstall` scripts (see example below)\n3. Include asset directories (`skills/`, `commands/`, `agents/`, `hooks/`)\n\n### Example package.json\n\n```json\n{\n    \"name\": \"@your-org/claude-your-skills\",\n    \"version\": \"1.0.0\",\n    \"description\": \"Your custom skills for Claude Code\",\n    \"license\": \"MIT\",\n    \"dependencies\": {\n        \"@leeovery/claude-manager\": \"^2.0.0\"\n    },\n    \"scripts\": {\n        \"postinstall\": \"claude-manager add\",\n        \"preuninstall\": \"claude-manager remove\"\n    }\n}\n```\n\nThe `postinstall` script copies assets when the plugin is installed. The `preuninstall` script cleans up when the plugin is removed.\n\n### Plugin Structure\n\n```\nyour-plugin/\n├── skills/\n│   ├── skill-one/\n│   │   └── skill.md\n│   └── skill-two/\n│       └── skill.md\n├── commands/\n│   ├── command-one.md\n│   └── command-two.md\n├── agents/\n│   └── agent-one.md\n├── hooks/\n│   └── pre-commit.sh\n└── package.json\n```\n\nThe manager auto-discovers `skills/`, `commands/`, `agents/`, and `hooks/` directories—no additional configuration needed.\n\n## Available Plugins\n\n| Package | Description |\n|---------|-------------|\n| [@leeovery/claude-technical-workflows](https://github.com/leeovery/claude-technical-workflows) | Structured discussion \u0026 planning skills—research, discuss, specify, plan, implement, review |\n| [@leeovery/claude-laravel](https://github.com/leeovery/claude-laravel) | Opinionated Laravel development patterns and practices |\n| [@leeovery/claude-nuxt](https://github.com/leeovery/claude-nuxt) | Opinionated Nuxt 4 + Vue 3 development patterns |\n\n## Manifest\n\nThe manager tracks installed plugins in `.claude/.plugins-manifest.json`:\n\n```json\n{\n  \"plugins\": {\n    \"@your-org/claude-laravel\": {\n      \"version\": \"1.0.0\",\n      \"files\": [\n        \"skills/laravel-actions\",\n        \"commands/artisan-make.md\"\n      ]\n    }\n  }\n}\n```\n\nThis file should be committed to your repository. It ensures:\n- Old files are cleaned up when plugins are updated or removed\n- You can see what's installed at a glance\n\n## Troubleshooting\n\n### Assets not copied\n\nRun the install command manually:\n\n```bash\nnpx claude-manager install\n```\n\n### Skills not showing in Claude Code\n\nCheck that `.claude/` directories exist and contain files:\n\n```bash\nls -la .claude/skills/\nls -la .claude/commands/\nls -la .claude/agents/\nls -la .claude/hooks/\n```\n\n### Plugin not detected\n\nVerify the plugin's package.json has:\n- `@leeovery/claude-manager` as a dependency\n- `postinstall` and `preuninstall` scripts\n- A `skills/`, `commands/`, `agents/`, or `hooks/` directory with content\n\n## Requirements\n\n- Node.js \u003e= 18.0.0\n- npm, pnpm, yarn, or bun\n\n## Contributing\n\nContributions are welcome! Whether it's:\n\n- Bug fixes\n- Documentation improvements\n- New features\n- Discussion about approaches\n\nPlease open an issue first to discuss significant changes.\n\n## License\n\nMIT License. See [LICENSE](LICENSE) for details.\n\n---\n\n\u003cp align=\"center\"\u003e\n  \u003csub\u003eBuilt by \u003ca href=\"https://github.com/leeovery\"\u003eLee Overy\u003c/a\u003e\u003c/sub\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleeovery%2Fclaude-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleeovery%2Fclaude-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleeovery%2Fclaude-manager/lists"}