This view ranks the live catalog by weekly install activity, then stabilizes the order with freshness and name-based tiebreaks.
davila7/claude-code-templates
SAELens is the primary library for training and analyzing Sparse Autoencoders (SAEs) - a technique for decomposing polysemantic neural network activations into sparse, interpretable features. Based on Anthropic's groundbreaking research on monosemanticity.
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.
metabase/metabase
Source provenance, compatibility, automated checks, and current evidence depth are available on the full page.
dpearson2699/swift-ios-skills
Encode and decode Swift types using Codable ( Encodable & Decodable ) with JSONEncoder , JSONDecoder , and related APIs. Targets Swift 6.2 / iOS 26+.
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
Use this skill after user selects an Agentica pattern.
parcadei/continuous-claude-v3
When building infrastructure components, ensure they're actually invoked in the execution path.
davila7/claude-code-templates
LitGPT provides 20+ pretrained LLM implementations with clean, readable code and production-ready training workflows.
alinaqi/claude-bootstrap
Load with: base.md + [typescript.md | python.md]
existential-birds/beagle
Implication : Core logic is framework-agnostic. When contributing or debugging, check if issue is in @xyflow/system or framework-specific package.
alinaqi/claude-bootstrap
Load with: base.md + (typescript.md or python.md)
mims-harvard/tooluniverse
Route user questions to specialized skills. If no skill matches, use general strategies from references/general-strategies.md .
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.
makfly/superpowers-symfony
Source provenance, compatibility, automated checks, and current evidence depth are available on the full page.
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
Slow database queries are a common performance bottleneck. Optimization through indexing, efficient queries, and caching dramatically improves application performance.
spences10/svelte-skills-kit
File naming: *.remote.ts for remote function files
wondelai/skills
Strategic framework for creating uncontested market space that makes the competition irrelevant, based on simultaneous pursuit of differentiation and low cost.
wondelai/skills
A framework for crafting ideas and messages that are understood, remembered, and have lasting impact. Based on decades of research into why some ideas survive and others die.
modelcontextprotocol/ext-apps
Migrate existing OpenAI Apps SDK applications to the MCP Apps SDK ( @modelcontextprotocol/ext-apps ). The MCP Apps SDK provides a standardized, open protocol for interactive UIs in conversational clients.
404kidwiz/claude-supercode-skills
Source provenance, compatibility, automated checks, and current evidence depth are available on the full page.
dgreenheck/webgpu-claude-skill
TSL (Three.js Shading Language) is a node-based shader abstraction that lets you write GPU shaders in JavaScript instead of GLSL/WGSL strings.