A comprehensive development environment with specialized AI agents for code review, security analysis, and technical leadership.
591
stars
1,236
commits
JavaScript
primary language
Aug 12, 2026
updated
English | 简体中文
A curated collection of 22 plugins for Claude Code, providing specialized agents, skills, and automation tools for development and productivity workflows.
Conventional Git automation for commits and repository management with AI code quality checks, plus GitFlow workflow automation for feature, hotfix, and release branches with semantic versioning and post-finish cleanup.
Installation:
claude plugin install git@frad-dotclaude
GitHub project operations with quality gates, TDD workflows, comprehensive validation, and persistent PR review monitoring (/github:review-pr watches CI and triages reviewer comments).
Installation:
claude plugin install github@frad-dotclaude
AI-first Git CLI automation backed by git-agent CLI. @git-agent runs a full health scan — checks gitignore completeness, commit scope freshness, secret leaks via trufflehog, and co-change index health. Also includes slash commands for atomic commits (/git-agent:commit), co-change queries (/git-agent:related), and workspace initialization (/git-agent:init).
Installation:
claude plugin install git-agent@frad-dotclaude
BDD-first engineering skills forked from mattpocock/skills v1.2.3, with a self-improving checklist subsystem.
Installation:
claude plugin install mattpocock@frad-dotclaude
Advanced development workflow orchestration with BDD support and self-improving skills.
Installation:
claude plugin install superpowers@frad-dotclaude
Code simplification and refactoring with language-specific patterns and cross-file optimization.
Installation:
claude plugin install refactor@frad-dotclaude
SwiftUI Clean Architecture reviewer for iOS/macOS development with best practices enforcement.
Installation:
claude plugin install swiftui@frad-dotclaude
Patent application generation, Product Requirements Documents, video generation, agent-based browser automation, Remotion programmatic video authoring, and AI writing trope detection.
Installation:
claude plugin install office@frad-dotclaude
Generate or edit images via two backends: Google Gemini (gemini-3-pro-image) or any OpenAI-compatible endpoint (gpt-image-2, dall-e-3).
Installation:
claude plugin install generate-image@frad-dotclaude
Feishu/Lark CLI skills, mirrored from larksuite/cli — docs, sheets, IM, calendar, approval, drive, wiki, contacts, and more.
Installation:
claude plugin install lark@frad-dotclaude
Marketing skills for AI agents, mirrored from coreyhaines31/marketingskills — CRO, copywriting, SEO, paid ads, ad creative, analytics, and growth.
Installation:
claude plugin install marketing@frad-dotclaude
HyperFrames HTML-based video authoring skills, mirrored from heygen-com/hyperframes — keyframes, animation, captions, motion graphics, and remotion-to-hyperframes conversion.
Installation:
claude plugin install hyperframes@frad-dotclaude
Validate and optimize Claude Code plugins against official best practices with agent-based fixes.
Installation:
claude plugin install plugin-optimizer@frad-dotclaude
Autonomous research loop inspired by karpathy/autoresearch — give it a plain-language goal; it infers a recommended contract (artifact, evaluator, bounds), then grills each decision with you one at a time before iterating: cheap sequential rounds that escalate to a parallel GAN tournament when they plateau. Works on any objective, not just ML training.
Installation:
claude plugin install autoresearch@frad-dotclaude
Delegate tasks and deep research to Google Gemini Managed Agents (Antigravity) running in a remote sandbox with code execution, Google Search, and URL reading, then read the results back. Runs asynchronously and polls for completion via the Monitor tool. Requires GEMINI_API_KEY and uv.
Installation:
claude plugin install antigravity@frad-dotclaude
Wikipedia-style long-form article generation via multi-perspective question asking and retrieval — a Claude-native port of Stanford STORM's two-stage research-to-article pipeline. Given a topic, it discovers research personas, runs simulated Q&A grounded in web search, then writes a cited article through outline → per-section → polish phases. Each phase is independently runnable and resumable.
Installation:
claude plugin install storm@frad-dotclaude
Hardware and EDA toolkit. use-kicad-cli drives KiCad 9.0's kicad-cli for schematic/PCB export, fabrication outputs (gerbers, drill, pick-and-place, BOM), 3D models, and ERC/DRC checks. use-openscad writes OpenSCAD code and drives the openscad CLI for parametric 3D/2D part design and STL/DXF/PNG output.
Installation:
claude plugin install hardware@frad-dotclaude
Knowledge base for acpx - a headless ACP CLI for agent-to-agent communication.
Installation:
claude plugin install acpx@frad-dotclaude
Five methods to retrieve code context: DeepWiki, Context7, Exa, git clone, and web search.
Installation:
claude plugin install code-context@frad-dotclaude
General-purpose utility skills for documentation, writing, and project maintenance.
Installation:
claude plugin install utils@frad-dotclaude
Active memory writing during conversation, plus manual /memory:consolidate — no auto-consolidation. Keeps harness memory (~/.claude/projects/<escaped-cwd>/memory) and repo-local .memory/ idempotent. Consolidate is fail-closed: theme clustering, practical-expiry prune, ground-truth verify, adversarial second pass, and a machine validator (validate-consolidate.py) for cluster coverage, report path rows, and privacy scrub.
Installation:
claude plugin install memory@frad-dotclaude
Bridges to pi (dev/pi), a minimal terminal coding harness. /pi:delegate sends coding tasks with file and git context for execution; /pi:review runs read-only code reviews via pi; /pi:setup configures provider, model, and base URL. Supports three-tier persistent settings and custom base URLs via ~/.pi/agent/models.json.
Installation:
claude plugin install pi@frad-dotclaude
Agent skills for building great product interfaces, from typography and color to accessibility and UX writing. One skill, better-interface (orchestrator), with six domain reference packs: accessibility, layout, writing, typography, colors, and ui.
Installation:
claude plugin install interfaces@frad-dotclaude
plugin-name/..claude-plugin/plugin.json with required metadata..claude-plugin/marketplace.json./utils:update-readme to sync both README files.JavaScript
52.6%
HTML
30.4%
Python
9.6%
Shell
6.7%
A comprehensive development environment with specialized AI agents for code review, security analysis, and technical leadership.
591
stars
1,236
commits
JavaScript
primary language
Aug 12, 2026
updated
English | 简体中文
A curated collection of 22 plugins for Claude Code, providing specialized agents, skills, and automation tools for development and productivity workflows.
Conventional Git automation for commits and repository management with AI code quality checks, plus GitFlow workflow automation for feature, hotfix, and release branches with semantic versioning and post-finish cleanup.
Installation:
claude plugin install git@frad-dotclaude
GitHub project operations with quality gates, TDD workflows, comprehensive validation, and persistent PR review monitoring (/github:review-pr watches CI and triages reviewer comments).
Installation:
claude plugin install github@frad-dotclaude
AI-first Git CLI automation backed by git-agent CLI. @git-agent runs a full health scan — checks gitignore completeness, commit scope freshness, secret leaks via trufflehog, and co-change index health. Also includes slash commands for atomic commits (/git-agent:commit), co-change queries (/git-agent:related), and workspace initialization (/git-agent:init).
Installation:
claude plugin install git-agent@frad-dotclaude
BDD-first engineering skills forked from mattpocock/skills v1.2.3, with a self-improving checklist subsystem.
Installation:
claude plugin install mattpocock@frad-dotclaude
Advanced development workflow orchestration with BDD support and self-improving skills.
Installation:
claude plugin install superpowers@frad-dotclaude
Code simplification and refactoring with language-specific patterns and cross-file optimization.
Installation:
claude plugin install refactor@frad-dotclaude
SwiftUI Clean Architecture reviewer for iOS/macOS development with best practices enforcement.
Installation:
claude plugin install swiftui@frad-dotclaude
Patent application generation, Product Requirements Documents, video generation, agent-based browser automation, Remotion programmatic video authoring, and AI writing trope detection.
Installation:
claude plugin install office@frad-dotclaude
Generate or edit images via two backends: Google Gemini (gemini-3-pro-image) or any OpenAI-compatible endpoint (gpt-image-2, dall-e-3).
Installation:
claude plugin install generate-image@frad-dotclaude
Feishu/Lark CLI skills, mirrored from larksuite/cli — docs, sheets, IM, calendar, approval, drive, wiki, contacts, and more.
Installation:
claude plugin install lark@frad-dotclaude
Marketing skills for AI agents, mirrored from coreyhaines31/marketingskills — CRO, copywriting, SEO, paid ads, ad creative, analytics, and growth.
Installation:
claude plugin install marketing@frad-dotclaude
HyperFrames HTML-based video authoring skills, mirrored from heygen-com/hyperframes — keyframes, animation, captions, motion graphics, and remotion-to-hyperframes conversion.
Installation:
claude plugin install hyperframes@frad-dotclaude
Validate and optimize Claude Code plugins against official best practices with agent-based fixes.
Installation:
claude plugin install plugin-optimizer@frad-dotclaude
Autonomous research loop inspired by karpathy/autoresearch — give it a plain-language goal; it infers a recommended contract (artifact, evaluator, bounds), then grills each decision with you one at a time before iterating: cheap sequential rounds that escalate to a parallel GAN tournament when they plateau. Works on any objective, not just ML training.
Installation:
claude plugin install autoresearch@frad-dotclaude
Delegate tasks and deep research to Google Gemini Managed Agents (Antigravity) running in a remote sandbox with code execution, Google Search, and URL reading, then read the results back. Runs asynchronously and polls for completion via the Monitor tool. Requires GEMINI_API_KEY and uv.
Installation:
claude plugin install antigravity@frad-dotclaude
Wikipedia-style long-form article generation via multi-perspective question asking and retrieval — a Claude-native port of Stanford STORM's two-stage research-to-article pipeline. Given a topic, it discovers research personas, runs simulated Q&A grounded in web search, then writes a cited article through outline → per-section → polish phases. Each phase is independently runnable and resumable.
Installation:
claude plugin install storm@frad-dotclaude
Hardware and EDA toolkit. use-kicad-cli drives KiCad 9.0's kicad-cli for schematic/PCB export, fabrication outputs (gerbers, drill, pick-and-place, BOM), 3D models, and ERC/DRC checks. use-openscad writes OpenSCAD code and drives the openscad CLI for parametric 3D/2D part design and STL/DXF/PNG output.
Installation:
claude plugin install hardware@frad-dotclaude
Knowledge base for acpx - a headless ACP CLI for agent-to-agent communication.
Installation:
claude plugin install acpx@frad-dotclaude
Five methods to retrieve code context: DeepWiki, Context7, Exa, git clone, and web search.
Installation:
claude plugin install code-context@frad-dotclaude
General-purpose utility skills for documentation, writing, and project maintenance.
Installation:
claude plugin install utils@frad-dotclaude
Active memory writing during conversation, plus manual /memory:consolidate — no auto-consolidation. Keeps harness memory (~/.claude/projects/<escaped-cwd>/memory) and repo-local .memory/ idempotent. Consolidate is fail-closed: theme clustering, practical-expiry prune, ground-truth verify, adversarial second pass, and a machine validator (validate-consolidate.py) for cluster coverage, report path rows, and privacy scrub.
Installation:
claude plugin install memory@frad-dotclaude
Bridges to pi (dev/pi), a minimal terminal coding harness. /pi:delegate sends coding tasks with file and git context for execution; /pi:review runs read-only code reviews via pi; /pi:setup configures provider, model, and base URL. Supports three-tier persistent settings and custom base URLs via ~/.pi/agent/models.json.
Installation:
claude plugin install pi@frad-dotclaude
Agent skills for building great product interfaces, from typography and color to accessibility and UX writing. One skill, better-interface (orchestrator), with six domain reference packs: accessibility, layout, writing, typography, colors, and ui.
Installation:
claude plugin install interfaces@frad-dotclaude
plugin-name/..claude-plugin/plugin.json with required metadata..claude-plugin/marketplace.json./utils:update-readme to sync both README files.JavaScript
52.6%
HTML
30.4%
Python
9.6%
Shell
6.7%