Showing 30 of 27430 results
Chaos engineering orchestration plugin. Manages chaos experiments via Toxiproxy, chaos-monkey scripts, and kubectl. Schedules regular chaos game days, tracks experiment results over time, and verifies steady-state hypotheses automatically. Integrates with Grafana for before/after metric comparison.
Chaos engineering scenarios for resilience testing. Designs fault injection experiments (network partitions, latency injection, dependency failures, disk pressure, memory leaks) and verifies circuit breakers, retries, and fallbacks work correctly. Use when building resilience features, verifying SLO under failure conditions, or preparing for production chaos days.
Reusable closed loop for exploratory QA over any live web app, driven by Claude via the Chrome DevTools MCP with four expert lenses (QA, Product, Engineering, Security). Read-only on production, writes one markdown report per finding immediately, and hands reviewed findings to a triage agent that emits prioritized tasks + per-fix PLAN stubs.
from vanman2024/ai-dev-marketplace
Session coaching, frustration detection, and 133 curated tips for Claude Code
from takahirom/takahirom-claude-code-marketplace
The largest collection of Claude Code skills. 349 skills across 34 domains: development, DevOps, cloud, databases, security, AI/ML, agents, testing, business, career, finance, marketing, productivity, and more.
from vanman2024/ai-dev-marketplace
Generate a complete, production-ready CLI in Bun from a SPEC, OpenAPI contract, JSON Schema, or natural-language description. Outputs a runnable binary with commander-style arg parsing, autocomplete, man page, and token-aware output formatting.
Wrapper that bridges the AI harness to external CLIs โ captures help output, documents commands, saves input/output token metrics, and provides a standardized interface so the harness invokes CLIs without context bloat.
Code smell detection and remediation. Identifies long methods, god classes, feature envy, primitive obsession, shotgun surgery, dead code, magic numbers, and other structural anti-patterns. Goes beyond linters โ understands semantic coupling and design intent. Use when code is hard to change, PRs are consistently risky, or technical debt is growing faster than features.
Automated code smell tracking and trend plugin. Runs smell detection on every PR, tracks smell density per file over time, identifies files with worsening trends, and generates weekly code quality reports. Detects god classes, long methods, feature envy, duplicate code, and dead code without requiring linter configuration.
Commit message quality enforcement plugin. Validates Conventional Commits format, enforces max diff size per commit, detects commits that mix unrelated changes, suggests atomic commit splits, and generates CHANGELOG entries from commit history. Integrates with commitlint, husky, and CI pipelines.
Internal communications, Google Docs integration, and content workflow skills
Claude Code plugin - structured agents with Codex and Claude CLI bridges
Creative and design skills including algorithmic art, canvas design, brand guidelines, and visual artifacts
ในใญใซใไฝๆใปๆดๆฐใปใใญใณใใๆนๅใใใใใฎใกใฟในใญใซใใฆใผใถใผใจๅฏพ่ฉฑใใชใใๅ ฑๅตใใๆฝ่ฑก็ใชใขใคใใขใใๅ ทไฝ็ใชๅฎ่ฃ ใพใงๆ่ปใซๅฏพๅฟใ
Database optimization advisor plugin. Continuously monitors query performance, detects N+1 queries from ORM logs, suggests missing indexes, identifies table bloat, tracks connection pool health, and generates weekly database health reports. Supports PostgreSQL, MySQL, SQLite, and PlanetScale.
Database index optimization advisor for PostgreSQL, MySQL, and SQLite. Analyzes slow queries, missing indexes, unused indexes, and over-indexed tables. Generates CREATE INDEX statements with EXPLAIN ANALYZE estimates. Use when queries are slow, p99 DB latency spikes, or when reviewing a new schema.
Visual and interaction design agents covering brand identity, UI/UX design, accessibility, image prompting, visual storytelling, and creative expression
Drive a single unit of work โ one spec, ticket, finding, or change request โ from spec to a committed, reviewed result with a dev team of coordinating agents: Dev to QA to Reviewer in a bounded cycle. Usable standalone, or as the per-subtask engine behind implement-full-spec.
Development workflow skills including commit management, MCP building, skill creation, and testing