Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
project-guidelines-example
Example template for project-specific skill files covering architecture, patterns, testing, and deployment.
vibeeval/vibecosystem 458
-
circuit-breaker
Agent hata toleransi ve devre kesici pattern. Ust uste hata yapan agent'i durdur, cooldown uygula, fallback'e gec. Kaskatli hatalari ve sonsuz retry dongularini onler.
vibeeval/vibecosystem 458
-
django-patterns
Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps.
vibeeval/vibecosystem 458
-
pint-compute
Unit-aware computation with Pint - convert units, dimensional analysis, unit arithmetic
vibeeval/vibecosystem 458
-
persistent-planning
Persistent planning system with 3 markdown files (PLAN.md, PROGRESS.md, CONTEXT.md). Use when starting large features, multi-session work, or complex refactoring. Auto-tracks commits in PROGRESS.md.
vibeeval/vibecosystem 458
-
git-commits
Git Commit Rules
vibeeval/vibecosystem 458
-
pptx-generator
Generate, edit, and read PowerPoint presentations. Create from scratch with PptxGenJS (cover, TOC, content, section divider, summary slides), edit existing PPTX via XML workflows, or extract text with markitdown. Triggers: PPT, PPTX, PowerPoint, presentation, slide, deck, slides.
vibeeval/vibecosystem 458
-
springboot-tdd
Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs, or refactoring.
vibeeval/vibecosystem 458
-
perplexity-search
AI-powered web search, research, and reasoning via Perplexity
vibeeval/vibecosystem 458
-
explore
Meta-skill for internal codebase exploration at varying depths (quick/deep/architecture)
vibeeval/vibecosystem 458
-
research
Document codebase as-is with thoughts directory for historical context
vibeeval/vibecosystem 458
-
server-components
React Server Components, Suspense boundaries, streaming SSR, partial prerendering patterns for Next.js App Router.
vibeeval/vibecosystem 458
-
fix
Meta-skill workflow orchestrator for bug investigation and resolution. Routes to debug, implement, test, and commit based on scope.
vibeeval/vibecosystem 458
-
postgres-patterns
PostgreSQL database patterns for query optimization, schema design, indexing, and security. Based on Supabase best practices.
vibeeval/vibecosystem 458
-
skill-development
Skill Development Rules
vibeeval/vibecosystem 458
-
paywall-strategy
Mobil uygulama paywall strateji rehberi. 14 kategori benchmark database, 4 paywall modeli, trial optimizasyonu, placement mapping, pricing psychology, regional pricing (PPP) ve Apple/Google compliance checklist.
vibeeval/vibecosystem 458
-
security-review
Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.
vibeeval/vibecosystem 458
-
tldr-router
Map code questions to the optimal tldr command by detecting intent and routing to the right analysis layer.
vibeeval/vibecosystem 458
-
saas-payment-patterns
Payment provider abstraction, webhook security, subscription lifecycle, dunning flows, pricing models, invoicing, tax handling, and refund patterns for SaaS applications.
vibeeval/vibecosystem 458
-
agent-benchmark
Framework for measuring and tracking agent response quality over time. Detects regressions before they reach production. Use when evaluating agent changes, auditing quality, or establishing performance baselines.
vibeeval/vibecosystem 458
-
hook-developer
Complete Claude Code hooks reference - input/output schemas, registration, testing patterns
vibeeval/vibecosystem 458
-
sub-agents
Create and configure Claude Code sub-agents with custom prompts, tools, and models
vibeeval/vibecosystem 458
-
fullstack-dev
Full-stack backend architecture and frontend-backend integration guide.
TRIGGER when: building a full-stack app, creating REST API with frontend, scaffolding backend service,
building todo app, building CRUD app, building real-time app, building chat app,
Express + React, Next.js API, Node.js backend, Python backend, Go backend,
designing service layers, implementing error handling, managing config/auth,
setting up API clients, implementing auth flows, handling file uploads,
adding real-time features (SSE/WebSocket), hardening for production.
DO NOT TRIGGER when: pure frontend UI work, pure CSS/styling, database schema only.
vibeeval/vibecosystem 458
-
property-based-testing
Property-based testing (PBT) patterns with fast-check (JS/TS), Hypothesis (Python), and gopter (Go). Generate random inputs, define invariants, shrink failures to minimal cases. Adapted from Trail of Bits. Use when testing pure functions, parsers, serializers, state machines, or any code where example-based tests miss edge cases.
vibeeval/vibecosystem 458