refactoring
Safe 70Refactor code systematically with safety
by ArcadeAI
Codebases accumulate technical debt through unclear names, duplicated logic, and deep nesting. This skill provides a disciplined approach to improve code structure while preserving behavior through test-driven safety nets and incremental changes.
debugging
Safe 71Debug Code Systematically
by ArcadeAI
Bugs keep returning because symptoms are fixed instead of root causes. This skill enforces a four-phase debugging framework that identifies the true source of issues before any fix attempts.
lint-typecheck
Safe 71Lint and type check frontend code
by AppleLamps
Code quality issues can slip through reviews and cause production bugs. This skill runs ESLint and TypeScript checks to catch syntax errors, style violations, and type mismatches before code is committed.
add-event-type
Safe 71Add new event types to feed
by AppleLamps
Users need to display new types of agent output in the chat feed. This skill provides structured instructions for adding new event types with TypeScript interfaces, React components, and WebSocket integration.
writing-bots
Safe 69Create blockchain monitoring bots with Silverback
by ApeWorX
Creating blockchain bots requires understanding event-driven architecture and risk management. This skill guides AI assistants to help users design, implement, and deploy automated bots that respond to on-chain events.
add-backend-tool
Safe 71Add Backend Tools for AI Agents
by AppleLamps
Extending AI agent capabilities requires understanding backend tool patterns. This skill provides step-by-step instructions for adding new tools to the OpenAI function calling system, including helper functions, tool definitions, and security guardrails.
uniswap
Low Risk 68Build Uniswap Trading Bots with Python and Ape Framework
by ApeWorX
Trading on decentralized exchanges requires complex integrations with smart contracts and liquidity pools. This skill guides Claude Code through using the uniswap-sdk with Ape framework to build safe trading applications with proper indexing and route optimization.
create-unit-test
Safe 70Create Unit Tests for Android Projects
by AnySoftKeyboard
Writing unit tests ensures code correctness and prevents regressions. This skill provides step-by-step guidance for creating tests that follow project conventions, use Robolectric for Android components, and maintain consistent naming and location patterns.
stripe-best-practices
Safe 71Follow Stripe best practices for payments
by anthropics
This skill provides expert guidance on implementing secure and modern Stripe integrations. It covers checkout flows, subscriptions, webhooks, and Connect platforms to help you avoid deprecated APIs and follow Stripe's recommended patterns.
plugin-settings
Safe 78Configure plugins with YAML settings files
by anthropics
Plugin developers need a standardized way to store per-project configuration. This pattern uses .claude/plugin-name.local.md files with YAML frontmatter for structured settings.
mcp-integration
Safe 72Integrate MCP servers into Claude Code plugins
by anthropics
Connect Claude Code plugins to external services and APIs using Model Context Protocol. This skill provides configuration patterns for stdio, SSE, HTTP, and WebSocket server types with authentication support.
vitest
Low Risk 69Write and run tests with Vitest
by antfu
Writing and maintaining tests is time-consuming. Vitest provides a blazing-fast testing framework powered by Vite with Jest-compatible APIs, enabling developers to write unit tests with native ESM, TypeScript, and JSX support out of the box.
vite
Low Risk 67Configure Vite projects with verified patterns
by antfu
Teams need accurate guidance for Vite configuration and build workflows. This skill summarizes official patterns and examples so agents can propose correct settings and commands.
tsdown
Safe 68Bundle TypeScript and JavaScript libraries
by antfu
Building TypeScript libraries requires complex bundler configuration. This skill provides comprehensive documentation for tsdown, a blazing-fast bundler powered by Rolldown, covering configuration, plugins, and migration from tsup.
pinia
Safe 73Define Vue stores with Pinia
by antfu
Building Vue applications requires predictable state management across components. Pinia provides a type-safe, intuitive API for defining stores with state, getters, and actions. This skill provides comprehensive references for building scalable Vue state management patterns.
animated-focus
Safe 71Fix Keyboard Focus with CSS Animations
by AndreHogberg
Animated UI components can break keyboard navigation when browsers reject focus calls on invisible elements. This skill provides a retry mechanism pattern that ensures focus succeeds after CSS animations complete, making animated components fully accessible.
verification-before-completion
Low Risk 66Verify Code Before Claiming Completion
by ANcpLua
Claude often claims code works without verification. This skill enforces actual build and test execution before any completion claim, eliminating false positives and ensuring reliable code delivery.
lint-dotnet
Safe 69Lint .NET architecture rules
by ANcpLua
.NET projects often have inconsistent build patterns that cause maintenance problems. This skill runs an automated linter to check for MSBuild violations and Central Package Management issues before they cause problems in your codebase.
competitive-review
Safe 70Run competitive code and architecture review
by ANcpLua
Single-perspective reviews miss issues. This skill deploys architecture and implementation reviewers in competition to find more problems. The competitive framing makes agents try harder, producing deeper analysis before you proceed.
code-review
Safe 69Review code for security, style, and performance issues
by ANcpLua
Manual code reviews are time-consuming and inconsistent. This skill provides a systematic framework for comprehensive code reviews covering security vulnerabilities, style violations, performance issues, and best practices with consistent severity levels.