{"id":48313975,"url":"https://github.com/just-be-dev/ccpm","last_synced_at":"2026-04-05T00:26:49.112Z","repository":{"id":333380437,"uuid":"1137055842","full_name":"just-be-dev/ccpm","owner":"just-be-dev","description":"My claude code plugin marketplace","archived":false,"fork":false,"pushed_at":"2026-02-02T06:11:29.000Z","size":101,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-02T17:52:19.712Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/just-be-dev.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":"2026-01-18T20:42:34.000Z","updated_at":"2026-02-02T06:11:32.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/just-be-dev/ccpm","commit_stats":null,"previous_names":["just-be-dev/skills"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/just-be-dev/ccpm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/just-be-dev%2Fccpm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/just-be-dev%2Fccpm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/just-be-dev%2Fccpm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/just-be-dev%2Fccpm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/just-be-dev","download_url":"https://codeload.github.com/just-be-dev/ccpm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/just-be-dev%2Fccpm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31419778,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T00:25:07.052Z","status":"ssl_error","status_checked_at":"2026-04-05T00:25:05.923Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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-04-05T00:26:49.006Z","updated_at":"2026-04-05T00:26:49.091Z","avatar_url":"https://github.com/just-be-dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Skills\n\nThis project is a [marketplace](https://code.claude.com/docs/en/plugin-marketplaces) for [Claude Code](https://claude.com/claude-code), which allows me to share common skills and commands between machines.\n\nI conceptualize these plugins like dotfiles for workflows. There's often times where I want config files to be setup in certain ways or find myself making similar changes across projects. Instead of trying to hardcode configuration files in environments that may be different, I use these plugins to automate the setup process.\n\n## Installation\n\nTo add this marketplace to your Claude Code installation:\n\n```bash\n# Add the marketplace using GitHub shorthand\n/plugin marketplace add just-be-dev/skills\n```\n\n## Installing Plugins\n\nOnce the marketplace is added, you can install plugins:\n\n```bash\n# Install a plugin from this marketplace\n/plugin install mise@just-be\n\n# List available plugins in this marketplace\n/plugin marketplace list just-be\n```\n\n## Available Plugins\n\n### Conductor\n\n[Conductor](https://conductor.build/) is a Mac app for running coding agents in parallel. This plugin helps set up conductor.json configuration files to share scripts across your repository.\n\n**Install:** `/plugin install conductor@just-be`\n\n**Commands:**\n- `/setup` - Create a conductor.json file with setup and run scripts based on your project configuration\n\n### Claude Web\n\nAutomatically sets up mise when starting a Claude Code session, particularly useful for web-based instances. Once installed, this plugin runs a startup hook that checks for mise installation and automatically runs `mise trust \u0026\u0026 mise install` in remote environments.\n\n**Install:** `/plugin install claude-web@just-be`\n\n### GitHub\n\nAutomates GitHub repository setup and configuration with best practices. This plugin helps create new repositories, configure remote origins, and apply recommended settings including disabling merge commits and enabling auto-deletion of merged branches.\n\n**Install:** `/plugin install github@just-be`\n\n**Commands:**\n- `/setup` - Create and configure a GitHub repository with best practices (disables merge commits, enables auto-delete of branches, sets description)\n\n### Mise\n\n[mise](https://mise.jdx.dev/) is a tool for managing development tools and environments. It acts as a simple replacement for make.\n\n**Install:** `/plugin install mise@just-be`\n\n### Meta\n\nThe meta plugin is a plugin for managing plugins. It automates the creation of new plugins in this marketplace by opening GitHub issues that Claude automatically implements.\n\n**Install:** `/plugin install meta@just-be`\n\n**Commands:**\n- `/create-plugin` - Create a new plugin by opening a GitHub issue and assigning it to claude\n\n## Development\n\nThis repository uses [mise](https://mise.jdx.dev/) for task management and includes automated validation and versioning tools.\n\nRun `mise install` to setup all the necessary dependencies. Scripts in this environment do make use of claude code so it assumes you're authenticated. \n\n### Available Tasks\n\nRun tasks using `mise run \u003ctask\u003e`:\n\n- **`mise run validate`** - Validate marketplace and plugin manifests\n- **`mise run check-versions`** - Verify that changed plugins have version updates\n- **`mise run bump-version plugin=\u003cname\u003e`** - Automatically bump plugin version based on changes\n\n### Scripts\n\nThe repository includes several utility scripts in `scripts/`:\n\n- **`detect-changed-plugins.ts`** - Detect which plugins have changed compared to main\n- **`validate-manifests.ts`** - Validate marketplace.json and plugin.json files\n- **`verify-version-updates.ts`** - Verify that changed plugins have appropriate version updates\n- **`requires-version-bump.ts`** - Determine if a diff requires a version bump\n- **`bump-plugin-version.ts`** - Automatically determine and apply version bumps\n\n## Contributing\n\nWhile I'm generally open to contributions, please note that this project is for my personal workflows. I likely won't accept contributions that add plugins that I would be unlikely to use. \n\n## Resources\n\n- [Claude Code Plugin Marketplaces Documentation](https://code.claude.com/docs/en/plugin-marketplaces)\n- [Plugin Development Guide](https://code.claude.com/docs/en/plugins)\n\n## License\n\nMIT License - see [LICENSE](LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjust-be-dev%2Fccpm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjust-be-dev%2Fccpm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjust-be-dev%2Fccpm/lists"}