code-reviewer
낮은 위험 79Review code for security and quality
작성자 AutumnsGrove
Manual code reviews miss critical issues. This skill provides systematic workflows to identify security vulnerabilities, code quality problems, performance bottlenecks, and testing gaps. Use the automated helper script to scan code and receive actionable findings.
wp-plugin-development
낮은 위험 75Build WordPress Plugins
작성자 Automattic
Creating WordPress plugins requires understanding complex hooks, lifecycle management, and security practices. This skill provides expert guidance for plugin architecture, Settings API integration, and secure development patterns.
wp-interactivity-api
안전 70Debug WordPress Interactivity API
작성자 Automattic
Building or debugging WordPress blocks with Interactivity API directives can be complex. This skill provides expert guidance on data-wp-* directives, store configuration, hydration issues, and common failure modes.
wp-block-development
안전 77Build WordPress Gutenberg Blocks
작성자 Automattic
WordPress block development requires understanding complex metadata, registration patterns, and asset management. This skill provides expert guidance for creating, configuring, and maintaining Gutenberg blocks using modern WordPress patterns and tooling.
wp-abilities-api
안전 71Work with WordPress Abilities API
작성자 Automattic
WordPress Abilities API enables granular feature control for clients. This skill provides step-by-step guidance for registering abilities in PHP, exposing them via REST endpoints, and consuming them safely in JavaScript applications.
wordpress-router
안전 70Route WordPress tasks to specialized workflows
작성자 Automattic
Users need help navigating complex WordPress project structures and selecting appropriate development workflows. This skill automatically classifies WordPress codebases and routes tasks to the correct domain-specific skills, ensuring proper handling of plugins, themes, blocks, and core development.
test-generator
안전 69Generate pytest test boilerplate
작성자 Atyantik
Writing tests from scratch takes time and requires following project conventions. This skill automatically generates comprehensive test templates with proper AAA pattern, type hints, and parametrized test cases tailored to your project standards.
quality-fixer
안전 69Apply Python Code Formatting and Linting Fixes
작성자 Atyantik
Manual code formatting takes time and creates inconsistent style across a codebase. This skill automatically applies Black formatting, isort import sorting, and Ruff linting fixes to keep code clean and consistent.
coverage-analyzer
안전 69Analyze test coverage gaps
작성자 Atyantik
Test coverage analysis helps identify untested code paths and recommends specific tests to write. This skill provides actionable insights to help developers reach the 80 percent coverage target and improve code quality.
testing-strategy
안전 68Create comprehensive testing strategy
작성자 Atman36
Developers struggle to implement consistent testing practices across projects. This skill provides structured guidance for unit, integration, and E2E testing using Vitest and Playwright with clear coverage targets and best practices.
quality-gates
안전 68Run quality checks before commits
작성자 Atman36
Manual code quality checks slow down development and allow bugs to slip through. This skill automatically runs linting, type checking, tests, and security audits before every commit or deployment.
nextjs-optimization
안전 68Optimize Next.js 15 Performance
작성자 Atman36
Slow Next.js applications hurt user experience and SEO rankings. This skill analyzes your app and provides specific optimizations for Core Web Vitals, bundle size, and rendering strategies.
codebase-analysis
안전 68Analyze codebase structure and architecture
작성자 Atman36
Understanding an unfamiliar codebase takes significant time and effort. This skill provides systematic analysis of project structure, technology stack, dependencies, and code quality metrics to accelerate onboarding and decision-making.
perigon-backend
안전 69Apply ASP.NET Core backend conventions
작성자 AterDev
This skill provides standardized conventions for building ASP.NET Core backend services. It covers architecture patterns, entity design, database operations, manager patterns, DTO mapping, and controller best practices for consistent, maintainable codebases.
perigon-angular
안전 68Apply Angular 21+ Perigon conventions
작성자 AterDev
This skill provides standardized Angular 21+ development conventions for Perigon WebApp. It covers component architecture, state management with signals, and Material Design integration to help developers maintain consistent, modern code.
tool-design
안전 76Design tools for effective agent use
작성자 Asmayaseen
Agent systems struggle with poorly designed tools that cause failures no prompt engineering can fix. This skill provides proven patterns for creating tool APIs that agents can understand, select correctly, and use reliably.
systematic-debugging
안전 76Apply systematic debugging methodology
작성자 Asmayaseen
Random fixes waste time and create new bugs. This skill enforces a four-phase debugging process that always finds root cause before proposing fixes, preventing symptom-level patches and architectural debt.
streaming-llm-responses
안전 76Stream real-time AI chat responses
작성자 Asmayaseen
Users struggle to build responsive chat interfaces that update in real-time as AI responses stream token by token. This skill provides code patterns for lifecycle handlers, progress indicators, and client-side effects to create smooth streaming experiences.
scaffolding-openai-agents
안전 71Build OpenAI Agents with SDK
작성자 Asmayaseen
Creating AI agents from scratch requires understanding async patterns, tool integration, and multi-agent handoffs. This skill provides production-ready scaffolding patterns so you can focus on your agent logic instead of boilerplate code.
scaffolding-fastapi-dapr
낮은 위험 75Build FastAPI backends with Dapr and SQLModel
작성자 Asmayaseen
Creating production backends with proper patterns requires research across multiple documentation sources. This skill provides ready-to-use code patterns for FastAPI, SQLModel, Dapr pub/sub, and JWT authentication so you can start building immediately.