Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By EricGrill
Train LLMs to mimic specific author styles by converting ePub books into SFT datasets via text extraction, segmentation, and synthetic instructions, then fine-tune with LoRA, evaluate agent performance, design tools, compress contexts, and plan full projects.
npx claudepluginhub ericgrill/agents-skills-plugins --plugin book-trainingEnd-to-end system for creating supervised fine-tuning datasets from books and training style-transfer models. Covers text extraction, intelligent segmentation, synthetic instruction generation, Tinker-compatible output, LoRA training, and validation.
Design and evaluate context compression strategies for long-running agent sessions. Use when agents exhaust memory, need to summarize conversation history, or when optimizing tokens-per-task rather than tokens-per-request.
Build evaluation frameworks for agent systems. Use when testing agent performance, validating context engineering choices, or measuring improvements over time.
Design and build LLM-powered projects from ideation through deployment. Use when starting new agent projects, choosing between LLM and traditional approaches, or structuring batch processing pipelines.
Design tools that agents can use effectively, including when to reduce tool complexity. Use when creating, optimizing, or reducing agent tool sets.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Transfer learning adaptation
LLM post-training — unified interface for SFT, OSFT, LoRA fine-tuning, and GRPO reinforcement learning
Prose transformation and style control - synthesis, distillation, tone, voice, clarity, and consistency for written text
ML engineering plugin: Give your AI coding agent ML engineering superpowers.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Automated code review for pull requests using multiple specialized agents with confidence-based scoring
Context management with save and restore capabilities
Customer support and sales automation agents
Team collaboration with DX optimization, issue tracking, and standup notes
LLM application development with RAG, embeddings, LangChain, and prompt engineering
Open-source plugins, agents, and skills for Claude Code CLI
Quick Start | Catalog | Full List | Contributing
A community-maintained collection of plugins that extend Claude Code with specialized capabilities. Each plugin adds agents, skills, or commands that help with specific development tasks—from TDD and debugging to document generation and DevOps automation.
This marketplace aggregates plugins from multiple authors so you can discover, install, and manage them from one place.
Get started in two commands:
# Add the marketplace to Claude Code
/plugin marketplace add EricGrill/agents-skills-plugins
# Install any plugin from the catalog
/plugin install <plugin-name>@agents-skills-plugins
New to Claude Code plugins? Start with superpowers - it includes essential skills for TDD, debugging, and code review that work with any project.
| Benefit | Description |
|---|---|
| One-command install | No manual setup. Install plugins directly within Claude Code |
| Curated collection | Plugins are reviewed and organized by use case |
| Auto-sync | The marketplace updates weekly from upstream sources |
| Community-driven | Contributions welcome from any plugin author |
| Category | Plugins | Best For |
|---|---|---|
| Core & Workflows | superpowers, developer-essentials, git-pr-workflows | Every developer |
| Documents & Productivity | awesome-claude-skills (27 skills!) | Office docs, media, productivity |
| Languages | python-development, javascript-typescript | Language-specific development |
| AI & LLM | llm-application-dev, agent-orchestration | Building AI applications |
| Code Quality | comprehensive-review, unit-testing, code-documentation | Better code |
| Frontend & Mobile | frontend-mobile-development, frontend-mobile-security | Web & mobile apps |
| DevOps | deployment-strategies, full-stack-orchestration | Infrastructure & deployment |
| MCP Servers | mcp-proxmox-admin, mcp-kali-orchestration, mcp-bitcoin-cli | Claude tool integrations |
| SEO & Marketing | seo-content-creation, content-marketing | Content & SEO |
| Data & Backend | database-design, data-validation-suite | Data management |
| Specialized | blockchain-web3, game-development | Domain-specific |
Essential plugins that every developer should consider.
The foundation for effective Claude Code usage. Includes TDD, debugging, code review, and collaboration patterns.
Read the guide: Brainstorming Superpower Guide — How to use the brainstorming skill to explore ideas before writing code.
/plugin install superpowers@agents-skills-plugins
| Skills | Commands |
|---|---|
| brainstorming, dispatching-parallel-agents, executing-plans, finishing-a-development-branch, receiving-code-review, requesting-code-review, subagent-driven-development, systematic-debugging, test-driven-development, using-git-worktrees, using-superpowers, verification-before-completion, writing-plans, writing-skills | /brainstorm /write-plan /execute-plan |
Forked from obra/superpowers
Essential patterns for modern development workflows including monorepo management, build optimization, and advanced git.
Read the guide: Developer-Essentials Monorepo Guide — Setting up monorepo architecture with Nx, Turborepo, and Bazel.
/plugin install developer-essentials@agents-skills-plugins