{"id":50487278,"url":"https://github.com/sebastiansulinski/claude-plugins","last_synced_at":"2026-06-01T23:30:41.173Z","repository":{"id":359654236,"uuid":"1246985253","full_name":"sebastiansulinski/claude-plugins","owner":"sebastiansulinski","description":"A Claude Code plugin marketplace — personal slash commands and subagents for code review, releases, codebase hygiene, and session workflow.","archived":false,"fork":false,"pushed_at":"2026-05-22T20:47:17.000Z","size":55,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-22T22:29:23.744Z","etag":null,"topics":["claude","claude-code","claude-plugins","claude-plugins-marketplace"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sebastiansulinski.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-05-22T19:19:14.000Z","updated_at":"2026-05-22T20:42:45.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/sebastiansulinski/claude-plugins","commit_stats":null,"previous_names":["sebastiansulinski/claude-plugins"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sebastiansulinski/claude-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastiansulinski%2Fclaude-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastiansulinski%2Fclaude-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastiansulinski%2Fclaude-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastiansulinski%2Fclaude-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sebastiansulinski","download_url":"https://codeload.github.com/sebastiansulinski/claude-plugins/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastiansulinski%2Fclaude-plugins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33798943,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["claude","claude-code","claude-plugins","claude-plugins-marketplace"],"created_at":"2026-06-01T23:30:40.764Z","updated_at":"2026-06-01T23:30:41.165Z","avatar_url":"https://github.com/sebastiansulinski.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# claude-plugins\n\nSebastian Sulinski's personal Claude Code plugin marketplace — commands and\nagents bundled for native install across machines.\n\n## Install\n\nAdd the marketplace once:\n\n```\n/plugin marketplace add sebastiansulinski/claude-plugins\n```\n\nThis registers under the marketplace name **`sebastiansulinski`** (set in\n`.claude-plugin/marketplace.json`). Then install whichever plugins you want:\n\n```\n/plugin install review@sebastiansulinski\n/plugin install session@sebastiansulinski\n/plugin install repo@sebastiansulinski\n/plugin install release@sebastiansulinski\n/plugin install requirements@sebastiansulinski\n/plugin install db@sebastiansulinski\n/plugin install dead-code@sebastiansulinski\n```\n\n## Plugins\n\nPlugin commands are namespaced `plugin:command` — each reads as a `category:action` phrase.\n\n| Plugin | Commands | What it does |\n|--------|----------|--------------|\n| `review` | `/review:scrutinise`, `/review:plan-review` | Deep critical review of recent work, and multi-agent grounded review of a plan file. |\n| `session` | `/session:good-morning`, `/session:call-it-a-day` | Resume the previous session, and capture end-of-session state so the next resumes cleanly. |\n| `repo` | `/repo:deprecate` | Fully deprecate and archive a repository. |\n| `release` | `/release:publish` | Run the full changelog → git tag → GitHub release workflow. |\n| `requirements` | `/requirements:interrogate` | Exhaustive requirements interrogation — never writes code. |\n| `db` | `/db:query-analysis` | Read-only audit of Eloquent / query-builder usage; writes findings to `docs/analysis/`. |\n| `dead-code` | `/dead-code:purge` | Find and safely remove dead code and unused dependencies — only after your approval. |\n\nThree plugins also ship a subagent — `review` (`scrutiniser`), `release`\n(`manager`), and `dead-code` (`purger`). Each is spawned by its plugin's\ncommand, and can also be invoked directly via `subagent_type:`.\n\n## Updating\n\n```\n/plugin marketplace update sebastiansulinski   # refresh the catalogue\n/plugin update review@sebastiansulinski        # update a single plugin\n```\n\n## Layout\n\n```\nclaude-plugins/\n├── .claude-plugin/marketplace.json   # the marketplace manifest\n├── review/                           # one directory per plugin…\n│   ├── .claude-plugin/plugin.json    #   …each with its own manifest\n│   ├── commands/\n│   └── agents/\n├── session/\n├── repo/\n├── release/\n├── requirements/\n├── db/\n└── dead-code/\n```\n\nEach plugin is a self-contained directory with a `.claude-plugin/plugin.json`\nmanifest plus `commands/` and/or `agents/`. To add a new plugin, create the\ndirectory and register it in `.claude-plugin/marketplace.json`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebastiansulinski%2Fclaude-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsebastiansulinski%2Fclaude-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebastiansulinski%2Fclaude-plugins/lists"}