Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
vision
Analyze images, screenshots, diagrams, and visual content - Use when you need to understand visual content like screenshots, architecture diagrams, UI mockups, or error screenshots.
aiskillstore/marketplace 232
-
api-skill
Updated API skill
aiskillstore/marketplace 232
-
seo-fundamentals
Auto-invoke when reviewing HTML head, meta tags, or Next.js page components. Enforces semantic HTML and search optimization.
aiskillstore/marketplace 232
-
error-handling-gate
Verify errors are handled gracefully with meaningful user feedback. Issues result in WARNINGS.
aiskillstore/marketplace 232
-
backend-fundamentals
Auto-invoke when reviewing API routes, server logic, Express/Node.js code, or backend architecture. Enforces REST conventions, middleware patterns, and separation of concerns.
aiskillstore/marketplace 232
-
frontend-fundamentals
Auto-invoke when reviewing React, Vue, or frontend component code. Enforces component architecture, state management patterns, and UI best practices.
aiskillstore/marketplace 232
-
accessibility-fundamentals
Auto-invoke when reviewing JSX with interactive elements, forms, buttons, or navigation. Enforces WCAG compliance and inclusive design.
aiskillstore/marketplace 232
-
star-story-extraction
Auto-invoke after task completion to extract interview-ready STAR stories from completed work.
aiskillstore/marketplace 232
-
database-fundamentals
Auto-invoke when reviewing schema design, database queries, ORM usage, or migrations. Enforces normalization, indexing awareness, query optimization, and migration safety.
aiskillstore/marketplace 232
-
ownership-gate
Verify the junior can explain and defend every line of code they wrote. This gate BLOCKS completion if failed.
aiskillstore/marketplace 232
-
security-fundamentals
Auto-invoke when reviewing authentication, authorization, input handling, data exposure, or any user-facing code. Enforces OWASP top 10 awareness and security-first thinking.
aiskillstore/marketplace 232
-
documentation-fundamentals
Auto-invoke when reviewing README files, JSDoc comments, or inline documentation. Enforces "WHY not WHAT" principle.
aiskillstore/marketplace 232
-
fundamentals-gate
Verify code quality standards are met - naming, structure, DRY principles. Issues result in SUGGESTIONS for improvement.
aiskillstore/marketplace 232
-
security-gate
Verify security considerations were addressed before shipping. Issues result in WARNINGS that strongly recommend fixing.
aiskillstore/marketplace 232
-
engineering-fundamentals
Auto-invoke for general code quality review. Enforces naming conventions, function size, DRY principles, SOLID principles, and code organization.
aiskillstore/marketplace 232
-
testing-fundamentals
Auto-invoke when reviewing test files or discussing testing strategy. Enforces testing pyramid, strategic coverage, and stack-appropriate frameworks.
aiskillstore/marketplace 232
-
error-handling-fundamentals
Auto-invoke when reviewing try/catch blocks, API error responses, async operations, or user feedback patterns. Enforces graceful degradation and meaningful error messages.
aiskillstore/marketplace 232
-
testing-gate
Gate 6 - Verify tests exist and cover critical paths. Issues result in WARNINGS (encourages tests, doesn't block).
aiskillstore/marketplace 232
-
performance-gate
Verify performance implications were considered and no obvious anti-patterns exist. Issues result in WARNINGS.
aiskillstore/marketplace 232
-
resume-bullet-extraction
Auto-invoke after task completion to generate powerful resume bullet points from completed work.
aiskillstore/marketplace 232
-
performance-fundamentals
Auto-invoke when reviewing loops, data fetching, rendering, database queries, or resource-intensive operations. Identifies N+1 queries, unnecessary re-renders, memory leaks, and scalability issues.
aiskillstore/marketplace 232
-
add-cuda-kernel
Step-by-step tutorial for adding new CUDA kernels to FlashInfer
aiskillstore/marketplace 232
-
debug-cuda-crash
Tutorial for debugging CUDA crashes using API logging
aiskillstore/marketplace 232
-
benchmark-kernel
Guide for benchmarking FlashInfer kernels with CUPTI timing
aiskillstore/marketplace 232