{"id":37229963,"url":"https://github.com/dovixman/claude-code-plugins","last_synced_at":"2026-02-17T12:01:01.279Z","repository":{"id":328701922,"uuid":"1116414003","full_name":"dovixman/claude-code-plugins","owner":"dovixman","description":"Personal Claude Code Plugin Marketplace","archived":false,"fork":false,"pushed_at":"2026-01-12T17:01:31.000Z","size":129,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-15T08:07:13.491Z","etag":null,"topics":["claude-code","claude-code-plugins"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/dovixman.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":"2025-12-14T20:09:16.000Z","updated_at":"2026-01-12T17:01:42.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dovixman/claude-code-plugins","commit_stats":null,"previous_names":["dovixman/claude-code-plugins"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/dovixman/claude-code-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dovixman%2Fclaude-code-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dovixman%2Fclaude-code-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dovixman%2Fclaude-code-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dovixman%2Fclaude-code-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dovixman","download_url":"https://codeload.github.com/dovixman/claude-code-plugins/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dovixman%2Fclaude-code-plugins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29543348,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T08:11:05.436Z","status":"ssl_error","status_checked_at":"2026-02-17T08:09:38.860Z","response_time":100,"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":["claude-code","claude-code-plugins"],"created_at":"2026-01-15T03:35:57.178Z","updated_at":"2026-02-17T12:01:01.241Z","avatar_url":"https://github.com/dovixman.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Claude Code Plugins\n\nBuilt for [Claude Code](https://docs.anthropic.com/en/docs/claude-code), by Claude Code, with a human pressing \"Enter\".\n\n## Installation\n\n### Option 1: Add as Plugin Registry (Recommended)\n\nAdd this repository as a plugin registry to browse and install plugins:\n\n```bash\nclaude plugins:registry:add https://github.com/dovixman/claude-code-plugins\n```\n\nThen install any plugin:\n\n```bash\nclaude plugins:install adaptive-learning\nclaude plugins:install code-workflow\nclaude plugins:install problem-solving\nclaude plugins:install project-insights\n```\n\n### Option 2: Direct Installation from GitHub\n\nInstall a specific plugin directly:\n\n```bash\nclaude plugins:install https://github.com/dovixman/claude-code-plugins/tree/main/adaptive-learning\nclaude plugins:install https://github.com/dovixman/claude-code-plugins/tree/main/code-workflow\nclaude plugins:install https://github.com/dovixman/claude-code-plugins/tree/main/problem-solving\nclaude plugins:install https://github.com/dovixman/claude-code-plugins/tree/main/project-insights\n```\n\n### Option 3: Local Installation\n\nClone the repository and install locally:\n\n```bash\ngit clone https://github.com/dovixman/claude-code-plugins.git\nclaude plugins:install ./claude-code-plugins/adaptive-learning\n```\n\n## Plugins\n\n### adaptive-learning\n\nModular adaptive learning system with 5 workflows:\n- **Roadmap Builder** - Create personalized learning plans through interactive questions\n- **Deep Dive** - Explore topics in depth through progressive questions\n- **Feynman Review** - Validate understanding using the Feynman Technique\n- **Practice Generator** - Generate hands-on activities for any concept\n- **Teacher Mode** - Get guided teaching with adaptive depth levels\n\n### code-workflow\n\nDevelopment workflow tools:\n- **TDD Implementation** - Test-driven development workflow\n- **Git Worktree** - Create and manage git worktrees\n- **Git Commit** - Structured commit workflow\n- **QA Analysis** - Code quality analysis\n- **QA Testing** - Test generation and management\n- **QA Improvements** - Architecture improvement suggestions\n\n### problem-solving\n\nProblem analysis frameworks:\n- **Five Whys** - Root cause analysis using the 5 Whys technique\n\n### project-insights\n\nDocumentation and reporting:\n- **Architecture** - Analyze and document project architecture\n- **Daily Report** - Activity report since yesterday\n- **Weekly Report** - Activity report since a week ago\n- **Custom Report** - Activity report from a custom date\n\n## Publishing Your Own Plugins\n\nTo add your own plugin repository to the Claude Code marketplace:\n\n1. Create a repository with your plugins following the `.claude-plugin/` structure\n2. Each plugin folder should contain:\n   ```\n   your-plugin/\n   ├── .claude-plugin/\n   │   ├── plugin.json       # Plugin metadata\n   │   ├── commands/         # Slash commands\n   │   └── skills/           # Skills (optional)\n   └── README.md\n   ```\n3. Users can then add your repository as a registry:\n   ```bash\n   claude plugins:registry:add https://github.com/your-username/your-plugins\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdovixman%2Fclaude-code-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdovixman%2Fclaude-code-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdovixman%2Fclaude-code-plugins/lists"}