PlugMyPlugin

Browse plugins

20 plugins, each analyzed from its own files.

file-search

β˜… 872
netresearch

A skill that teaches efficient CLI-based code and file search strategies, covering ripgrep, ast-grep, fd, rga, tokei, and scc with guidance on tool selection and best practices. It provides pattern recipes and search strategies for finding text patterns and structural code matches in codebases of any size.

1 skill
Search & Research free prompt pack
#code-search#ripgrep#ast-grep#codebase-analysis

programming

β˜… 868
alexei-led

This plugin provides idiomatic development assistance across eight major programming languages and frameworks: C#/.NET, Go, Java/Kotlin, Python, Rust, TypeScript, shell, and web technologies. It bundles one AI agent with eight skills to help developers follow language-specific best practices and conventions.

1 agent Β· 8 skills
Code Review free prompt pack
#multi-language#code-generation#idiomatic-patterns#net-go-java-python-rust-typescript
anthropics

This skill automates migration of code and prompts from Sonnet 4.x and Opus 4.1 to Opus 4.5, updating model strings, beta headers, and configuration details. It helps ensure compatibility with the latest model version and can be used iteratively to refine prompts after migration.

1 skill
Code Review free prompt pack
#model-migration#code-upgrade#opus-4-5#prompt-engineering

pm-ai-shipping

β˜… 817
phuryn

This plugin documents AI-generated codebases and audits them for security/performance gaps by comparing documented intent against actual implementation, producing a reviewer-ready shipping packet. It provides five commands to reverse-engineer architecture, map test coverage, and identify risks that generic scanners miss.

5 commands Β· 2 skills
Code Review free prompt pack
#security-audit#code-review#documentation#vibe-code

typo3-ckeditor5

β˜… 798
netresearch

This skill provides expert patterns for integrating CKEditor 5 into TYPO3 v12+, covering custom plugin development, YAML-based RTE configuration, and migration strategies from CKEditor 4. It includes reference documentation for CKEditor 5 architecture, schema/conversion systems, and TYPO3-specific integration gotchas.

1 skill
Documentation free prompt pack
#typo3#ckeditor5#plugin-development#rte-configuration

senior-frontend

β˜… 742
composio-community

This plugin provides a frontend development skill for React, Next.js, TypeScript, and Tailwind CSS projects, offering component scaffolding, bundle analysis, and performance optimization tools. It includes accessibility best practices guidance to help developers build production-ready, performant web applications.

1 skill
Design & Frontend free prompt pack
#react#nextjs#typescript#tailwind
netresearch

This skill guides TYPO3 extension developers through systematically upgrading extensions to newer LTS versions by diagnosing deprecated APIs, automating PHP and non-PHP code migrations, and providing version-specific guidance across TYPO3 v7–v14. It integrates with tools like Rector, Fractor, PHPStan, and the Extension Scanner to streamline the upgrade workflow.

2 commands Β· 1 agent Β· 1 skill
DevOps free prompt pack
#typo3-extensions#php-migration#automated-upgrades#rector-fractor

typo3-conformance

β˜… 588
netresearch

This skill systematically evaluates TYPO3 extensions against official coding standards, architecture patterns, and best practices for TYPO3 v12/v13/v14 LTS versions. It orchestrates specialized skills for testing and documentation analysis while performing surface-level conformance checks across extension structure, PHP architecture, PSR-12 compliance, and quality tooling configuration.

1 command Β· 1 skill
Code Review free prompt pack
#typo3-extensions#coding-standards#psr-12-compliance#architecture-validation

orocommerce-skills

β˜… 582
netresearch

This plugin provides 8 domain-specific Claude Code skills for OroCommerce v6.1 development, offering version-pinned guidance on entities, datagrids, REST APIs, workflows, security, and bundle scaffolding. It equips experienced Oro developers with accurate task-specific skills that highlight non-obvious pitfalls and best practices rather than introductory tutorials.

14 skills
Documentation free prompt pack
#orocommerce#api-design#entity-creation#workflow-configuration

go-development

β˜… 546
netresearch

This Agent Skill provides production-grade Go development patterns for building resilient services, including cron scheduling, Docker integration, LDAP clients, and comprehensive testing strategies extracted from real-world projects. It automatically triggers when working on Go services, job schedulers, Docker APIs, LDAP clients, and systems requiring retry logic or graceful shutdown.

1 skill
Code Review free prompt pack
#go-development#job-scheduling#docker-integration#resilience-patterns

php-modernization

β˜… 545
netresearch

This skill guides AI agents through modernizing PHP applications to PHP 8.x with type safety, static analysis (PHPStan, Rector, PHP-CS-Fixer), and PSR/PER compliance using a four-step discovery-drill-apply-reference loop. It provides Python-based verification tools that emit machine-readable JSON, SARIF, or JUnit reports with archetype detection and binding safety guardrails (e.g., no readonly on Doctrine entities, Rector only in dry-run mode).

1 skill
Code Review free prompt pack
#php-8x-modernization#type-safety#phpstan#static-analysis
netresearch

This skill provides version-aware TypoScript, TSconfig, and Fluid reference lookup for TYPO3 projects with local caching, deprecation annotations, and migration guides tailored for Claude Code. It prevents hallucinations by enforcing structured reference lookups, supporting TYPO3 versions 12, 13, and 14 with offline access after the initial cache population.

1 skill
Documentation free prompt pack
#typoscript-reference#typo3-version-aware#offline-lookup#deprecation-detection

handbook-team-stack

β˜… 484
NikiforovAll

This plugin analyzes development tasks and proposes a minimal agent team composition with defined roles, responsibilities, and work isolation, then creates the team after user confirmation. It optionally chains with an ADR-based planning skill to decompose tasks into structured implementation steps with dependencies and completion criteria.

2 skills
Project Management free prompt pack
#agent-teams#adr-planning#team-composition#multi-agent-coordination
netresearch

This skill guides developers through the TYPO3 Core contribution workflow, covering Gerrit-based code review, CI/CD debugging, commit message formatting, and quality assurance. It provides systematic workflows, automated issue detection, and comprehensive troubleshooting for contributions to TYPO3's PHP, JavaScript, CSS, and test code.

1 skill
DevOps free prompt pack
#gerrit-workflow#ci-cd-debugging#code-quality#typo3-contributions

pg

β˜… 338
timescale

pg-aiguide provides AI coding assistants with curated PostgreSQL best practices through semantic search over official documentation and AI-optimized skills that improve schema quality. It works as an Agent Skill, MCP server, or Claude Code plugin to help AI tools generate more robust, performant PostgreSQL code with better constraints, indexes, and modern features.

10 skills
Code Review free prompt pack
#postgres-expertise#ai-assisted-coding#semantic-search#database-schema

jujutsu-workflow

β˜… 315
netresearch

This skill teaches coding agents to use Jujutsu (jj) as a reversible, safe local change-management layer while keeping Git as the canonical remote, PR, and CI interface. It enables agents to make cleaner, smaller, reviewable commits while preventing common Git pitfalls like destructive resets, lost work, and unclear version-control state.

1 skill
DevOps free prompt pack
#jujutsu-vcs#git-workflow#agent-safety#version-control

dev-practices

β˜… 309
spences10

This plugin provides a skill for implementing test-driven development (TDD) workflows using the red-green-refactor cycle. It guides developers through writing failing tests first, then implementing code to pass those tests, and finally refactoring for quality.

1 skill
Testing free prompt pack
#tdd#red-green-refactor#testing-workflow#development-practices
NikiforovAll

This plugin provides a code-reviewer agent that performs systematic reviews against a base branch by analyzing diffs for critical issues and quality. It includes two skill strategies: disposable subagents for quick one-shot reviews and persistent team members for iterative follow-up questions.

1 agent Β· 2 skills
Code Review free prompt pack
#code-review#diff-analysis#agent-strategies#subagents
NikiforovAll

This plugin enables Python scripting and AI-powered image generation within Claude using Google's Gemini models, with inline script dependencies managed through uv. It supports image generation, editing, and arbitrary Python script execution through heredoc-based workflows.

2 skills
Code Review free prompt pack
#image-generation#python-scripting#gemini-api#uv-package-manager

artifacts-builder

β˜… 105
composio-community

This plugin provides a comprehensive skill for building complex HTML artifacts with React, Tailwind CSS, and shadcn/ui components, supporting state management and routing. It enables developers to create elaborate multi-component interactive interfaces directly within Claude.

1 skill
Design & Frontend free prompt pack
#html-artifacts#react-builder#shadcn-ui#tailwind-css