productivity▌
6,493 indexed skills · max 10 per page
memory-tasks
basicmachines-co/basic-memory-skills · Productivity
memory-tasks
memory-safety-patterns
sickn33/antigravity-awesome-skills · Productivity
$20
alarmkit
dpearson2699/swift-ios-skills · Productivity
Schedule prominent alarms and countdown timers that surface on the Lock Screen, Dynamic Island, and Apple Watch. AlarmKit requires iOS 26+ / iPadOS 26+. Alarms override Focus and Silent mode automatically.
accessibility-compliance
aj-geddes/useful-ai-prompts · Productivity
Implement comprehensive accessibility features following WCAG guidelines to ensure your application is usable by everyone, including people with disabilities.
shadcn
shadcn/ui · Productivity
Complete shadcn/ui component management for adding, searching, fixing, styling, and composing UI. \n \n Manages the full component lifecycle: search registries, add components, view docs, preview changes with --dry-run and --diff , and intelligently merge upstream updates while preserving local modifications \n Enforces critical rules across forms (FieldGroup, Field, InputGroup, validation states), composition (Groups, overlays, Card structure), styling (semantic colors, gap spacing, size shorth
text-optimizer
kochetkov-ma/claude-brewcode · Productivity
Reduces token count in prompts and docs by 20–40% using 41 research-backed optimization rules. \n \n Applies rules across six categories: Claude behavior, token efficiency, structure, reference integrity, perception, and LLM comprehension \n Three optimization modes: light (text cleanup only), medium (balanced restructuring, default), and deep (aggressive compression and rephrasing) \n Processes single files or entire directories of markdown files, with built-in quality checks for reference vali
vercel-deploy
supercent-io/skills-template · Productivity
Instant deployment to Vercel with preview and claimable links, no authentication required. \n \n Supports 20+ frameworks including Next.js, React, Vue, Svelte, Angular, Express, and static HTML projects with automatic framework detection \n Returns two URLs: a live Preview URL for immediate access and a Claim URL to transfer the deployment to your Vercel account \n Packages projects efficiently by excluding node_modules and .git directories to minimize upload size \n Works in Claude environment
rag-engineer
davila7/claude-code-templates · Productivity
Role: RAG Systems Architect
architecture-blueprint-generator
github/awesome-copilot · Productivity
Analyzes codebases to generate comprehensive architectural documentation with diagrams and implementation patterns. \n \n Auto-detects technology stacks (.NET, Java, React, Angular, Python, Node.js, Flutter) and architectural patterns (Clean Architecture, Microservices, Layered, MVVM, Hexagonal, Event-Driven, Serverless, Monolithic) \n Generates C4, UML, Flow, or Component diagrams at multiple abstraction levels showing subsystems, dependencies, and data flow \n Documents core components, layers
code-quality
tursodatabase/turso · Productivity
Production-grade code standards emphasizing correctness, crash-safety, and Rust idioms over convenience. \n \n Prioritizes data integrity: crash on invalid state rather than corrupt data; assert invariants aggressively; handle all errors explicitly \n Rust-specific patterns: make illegal states unrepresentable, use exhaustive pattern matching and enums over strings, minimize allocations \n Comments document why , not what ; avoid temporal markers, AI conversation references, and code-repeating e