Rankings prioritize confidence-adjusted public ratings, then use current catalog signals to stabilize ties between similarly reviewed skills.
parcadei/continuous-claude-v3
Show users how Continuous Claude works - the opinionated setup with hooks, memory, and coordination.
parcadei/continuous-claude-v3
Orchestrate TDD migrations with agents doing all work. Main context stays clean.
metabase/metabase
Source provenance, compatibility, automated checks, and current evidence depth are available on the full page.
aj-geddes/useful-ai-prompts
Visual regression testing captures screenshots of UI components and pages, then compares them across versions to detect unintended visual changes. This automated approach catches CSS bugs, layout issues, and design regressions that traditional functional tests miss.
aj-geddes/useful-ai-prompts
Web performance audits measure load times, identify bottlenecks, and guide optimization efforts to create faster, better user experiences.
parcadei/continuous-claude-v3
Use this skill after user selects an Agentica pattern.
alinaqi/claude-bootstrap
Load with: base.md + [typescript.md | python.md]
davila7/claude-code-templates
LitGPT provides 20+ pretrained LLM implementations with clean, readable code and production-ready training workflows.
existential-birds/beagle
Implication : Core logic is framework-agnostic. When contributing or debugging, check if issue is in @xyflow/system or framework-specific package.
ehmo/platform-design-skills
Comprehensive design rules for Apple Vision Pro based on Apple Human Interface Guidelines. These rules ensure spatial computing apps are comfortable, intuitive, and consistent with platform conventions.
parcadei/continuous-claude-v3
When building infrastructure components, ensure they're actually invoked in the execution path.
alinaqi/claude-bootstrap
Load with: base.md + (typescript.md or python.md)
aj-geddes/useful-ai-prompts
Slow database queries are a common performance bottleneck. Optimization through indexing, efficient queries, and caching dramatically improves application performance.
yoanbernabeu/grepai-skills
This skill covers using OpenAI's embedding API with GrepAI for high-quality, cloud-based embeddings.
sanky369/vibe-building-skills
Social Graphics creates platform-specific visual content optimized for engagement. This skill teaches you to generate graphics that perform well on each platform.
spences10/svelte-skills-kit
File naming: *.remote.ts for remote function files
makfly/superpowers-symfony
Source provenance, compatibility, automated checks, and current evidence depth are available on the full page.
mims-harvard/tooluniverse
Route user questions to specialized skills. If no skill matches, use general strategies from references/general-strategies.md .
tldraw/tldraw
E2E tests use Playwright. Located in apps/examples/e2e/ (SDK examples) and apps/dotcom/client/e2e/ (tldraw.com).
aj-geddes/useful-ai-prompts
Implement comprehensive authentication strategies for APIs including JWT tokens, OAuth 2.0, API keys, and session management with proper security practices.
wondelai/skills
Strategic framework for creating uncontested market space that makes the competition irrelevant, based on simultaneous pursuit of differentiation and low cost.
davila7/claude-code-templates
ClinicalTrials.gov is a comprehensive registry of clinical studies conducted worldwide, maintained by the U.S. National Library of Medicine. Access API v2 to search for trials, retrieve detailed study information, filter by various criteria, and export data for analysis. The API is public (no authentication required)...
aj-geddes/useful-ai-prompts
Implement comprehensive backup and disaster recovery strategies. Covers backup types, retention policies, restore testing, and recovery time objectives (RTO/RPO).
leeovery/claude-laravel
Testing patterns with Pest: Arrange-Act-Assert, proper mocking, null drivers, declarative factories.