Top Rated
The most starred skills loved by the community. Quality guaranteed!
tesseract
by yousufjoyian
Pull and start Tesseract - the Information Mapping Knowledge Engine with Firebase backend. Provides localhost and Tailscale URLs.
github
by yousufjoyian
Clone, pull, and manage GitHub repositories using SSH authentication. Handles yousufjoyian repos and third-party repos.
tool-coingecko-price
by captaindpt
Use the coingecko_price tool to fetch spot crypto prices (free) for one or more symbols/ids with 24h change and last-updated timestamps.
tool-gdelt-news
by captaindpt
Use the gdelt_news tool to fetch recent headlines via GDELT (free) with shared caching, rate limiting, and basic query normalization.
tool-grok-search
by captaindpt
Use the grok_search tool to search X/web/news via xAI Grok Live Search (paid) and return an answer plus citations.
tool-nasdaq-quote
by captaindpt
Use the nasdaq_quote tool to fetch a US equity quote (free; delayed) with lightweight caching and latency metadata.
tool-nasdaq-candles
by captaindpt
Use the nasdaq_candles tool to fetch OHLCV candles (free) with caching and latency metadata; good for quick charting.
tool-polymarket-book
by captaindpt
Use the polymarket_book tool to fetch Polymarket CLOB order book depth (YES/NO) via Gamma + CLOB and expose best bid/ask/mid.
tool-polymarket-trades
by captaindpt
Use the polymarket_trades tool to fetch and filter recent Polymarket trades (free Data API), optionally by market or wallet.
debug-investigator
by pierreribeiro
Investigation Analyst persona for systematic troubleshooting and debugging. ACTIVATE when messages contain debug, investigate, troubleshoot, analyze, diagnose, error, bug, root-cause, RCA, trace, or inspect keywords.
testing-frameworks
by Dsantiagomj
Testing patterns for Jest, Vitest, and Pytest. Covers test structure (AAA pattern), mocking strategies, fixtures, assertions, and testing best practices. Trigger: When writing tests, when setting up test frameworks, when implementing mocks, when creating test fixtures, when following TDD practices.
patterns
by Dsantiagomj
Software design patterns, SOLID principles, and architectural best practices. Covers creational, structural, and behavioral patterns, anti-patterns to avoid, and when to apply each pattern. Trigger: When architecting systems, when refactoring code, when implementing design patterns, when applying SOLID principles, when identifying anti-patterns.
database-migrations
by Dsantiagomj
Database schema migrations and change management. Covers Prisma migrations, schema versioning, rollback strategies, and safe production deployments. Trigger: When creating database migrations, when modifying schemas, when deploying database changes, when handling rollbacks.
accessibility
by Dsantiagomj
Web accessibility (a11y) patterns and WCAG compliance. Covers WCAG 2.2 Level A/AA/AAA, ARIA attributes, keyboard navigation, screen reader support, color contrast, and semantic HTML. Trigger: When implementing accessibility features, when building accessible components, when ensuring WCAG compliance, when adding ARIA attributes, when handling keyboard navigation.
i18n
by Dsantiagomj
Internationalization (i18n) patterns for multi-language applications. Covers next-intl, ICU message syntax, pluralization, date/number formatting, RTL support, and locale management. Trigger: When implementing translations, when supporting multiple languages, when formatting dates or numbers for different locales, when handling RTL languages.
performance
by Dsantiagomj
Web performance optimization and Core Web Vitals. Covers LCP, FID, CLS, code splitting, lazy loading, caching strategies, image optimization, and performance monitoring. Trigger: When optimizing performance, when improving Core Web Vitals, when implementing code splitting, when optimizing images, when setting up caching.
ui-ux
by Dsantiagomj
UI/UX design principles for beautiful, accessible, user-centered interfaces. Trigger: When designing components, when implementing UI, when reviewing visual design, when suggesting design improvements, when validating user experience, when choosing design patterns.
your-skill-name
by uwe-schwarz
A clear description of what this skill does and when to use it. This should be comprehensive so agents understand when to activate this skill.
code-review
by uwe-schwarz
Comprehensive code review guidelines for ensuring code quality, security, and maintainability. Use when reviewing pull requests, refactoring code, or ensuring best practices.
documentation
by uwe-schwarz
Automated documentation generation and management. Use for creating, updating, and maintaining project documentation including README files, API docs, and inline code comments.
example-skill
by uwe-schwarz
An example skill demonstrating the Agent Skills format. Use this as a template for creating your own skills.
emergency-engineer
by pierreribeiro
Emergency Engineer persona for critical production issues. ACTIVATE when messages contain emergency, production, down, critical, urgent, fix, broken, outage, or disaster keywords.
react-hook-form
by Dsantiagomj
Performant form management with React Hook Form. Covers form state, validation with Zod, field arrays, form submission, and error handling. Trigger: When building forms, when implementing form validation, when handling form submissions, when using Zod schema validation.
docker
by Dsantiagomj
Docker containerization for development and deployment. Trigger: When creating Dockerfiles, when setting up docker-compose, when containerizing applications, when configuring development environments.