{"id":47595731,"url":"https://github.com/mycargus/mikey-claude-plugins","last_synced_at":"2026-04-15T08:01:55.357Z","repository":{"id":345254800,"uuid":"1184948668","full_name":"mycargus/mikey-claude-plugins","owner":"mycargus","description":"My personal collection of custom Claude Code plugins","archived":false,"fork":false,"pushed_at":"2026-04-15T03:48:19.000Z","size":135,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-15T05:23:55.988Z","etag":null,"topics":["agentic-development","ai","test-analysis","test-philosophy","testing"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/mycargus.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-03-18T04:51:03.000Z","updated_at":"2026-04-15T03:48:11.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mycargus/mikey-claude-plugins","commit_stats":null,"previous_names":["mycargus/mycargus-plugins"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/mycargus/mikey-claude-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mycargus%2Fmikey-claude-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mycargus%2Fmikey-claude-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mycargus%2Fmikey-claude-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mycargus%2Fmikey-claude-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mycargus","download_url":"https://codeload.github.com/mycargus/mikey-claude-plugins/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mycargus%2Fmikey-claude-plugins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31831849,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T07:17:56.427Z","status":"ssl_error","status_checked_at":"2026-04-15T07:17:30.007Z","response_time":63,"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":["agentic-development","ai","test-analysis","test-philosophy","testing"],"created_at":"2026-04-01T18:03:58.174Z","updated_at":"2026-04-15T08:01:55.310Z","avatar_url":"https://github.com/mycargus.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mikey-claude-plugins\n\nMy personal Claude Code plugin collection.\n\n## Prerequisites\n\n- [Claude Code CLI](https://https://code.claude.com/docs/en/setup)\n\n## Installation\n\nInstall via the Claude Code marketplace by pointing at this repo:\n\n```bash\nclaude plugin marketplace add https://github.com/mycargus/mikey-claude-plugins\nclaude plugin install mikey@mikey-claude-plugins\n```\n\n## Skills\n\n### /mikey:testify\n\nReview and align tests with test philosophy. Identifies code design issues, implementation detail testing, excessive mocking, and negative test coverage gaps — then suggests improvements. Use `--plan` to generate a saved implementation plan without bloating the current context.\n\nOpen claude and type `/mikey:testify` to see optional parameters.\n\nSee [mikey/skills/testify/SKILL.md](mikey/skills/testify/SKILL.md) for more information.\n\n### /mikey:tdd\n\nTDD workflow driven by Given/When/Then specifications. Provide a spec file or folder path for autonomous batch processing, or run interactively for one-at-a-time TDD loops. Applies Functional Core / Imperative Shell design principles.\n\nOpen claude and type `/mikey:tdd` to see optional parameters.\n\nSee [mikey/skills/tdd/SKILL.md](mikey/skills/tdd/SKILL.md) for more information.\n\n## Development\n\n### Local dev workflow\n\n1. **Uninstall** the marketplace version to avoid conflicts:\n   ```bash\n   claude plugin uninstall mikey@mikey-claude-plugins\n   ```\n\n2. **Load the local version** inline when starting Claude Code:\n   ```bash\n   claude --plugin-dir /path/to/mikey-claude-plugins/mikey\n   ```\n\n3. **Iterate** — edit skill/agent/hook files, then reload within the session:\n   ```\n   /reload-plugins\n   ```\n\n4. **Reinstall** from the marketplace when done:\n   ```bash\n   claude plugin install mikey@mikey-claude-plugins\n   ```\n\n## Releasing\n\n1. Update `plugin.json` version\n2. Commit changes\n3. Create an annotated tag and push:\n   ```bash\n   git tag -a vX.Y.Z -m \"summary of changes\"\n   git push origin main vX.Y.Z\n   ```\n\nThe [release workflow](.github/workflows/release.yml) automatically creates a GitHub release from the tag.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmycargus%2Fmikey-claude-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmycargus%2Fmikey-claude-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmycargus%2Fmikey-claude-plugins/lists"}