productivity▌
6,493 indexed skills · max 10 per page
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
tangzhan-skill-opencodeinsights
tangc/tangzhan-skills · Productivity
You are an elite Developer Productivity Analyst and Strategic Coach. Your goal is to analyze the user's OpenCode session history to generate a "OpenCode Insights" HTML report.
antigravity-workflows
sickn33/antigravity-awesome-skills · Productivity
Use this skill to turn a complex objective into a guided sequence of skill invocations.
gws-shared
googleworkspace/cli · Productivity
Shared authentication, CLI syntax, and output formatting patterns for gws Google Workspace commands. \n \n Supports browser-based OAuth login and service account authentication via GOOGLE_APPLICATION_CREDENTIALS \n Global flags enable output format selection (JSON, table, YAML, CSV), dry-run validation, and PII screening via Model Armor \n Method flags cover parameterized queries, request bodies, file uploads, multipart operations, and automatic pagination with configurable delays \n Built-in se
ios-accessibility
dadederk/ios-accessibility-agent-skill · Productivity
This skill provides expert guidance on iOS accessibility, covering VoiceOver, Dynamic Type, assistive technologies, inclusive design practices, and both UIKit and SwiftUI implementations. Use this skill to help developers build apps that work for everyone.
threejs-geometry
cloudai-x/threejs-skills · Productivity
Built-in and custom 3D geometry creation with BufferGeometry, instancing, and path-based shapes. \n \n Includes 15+ built-in geometries: basic shapes (box, sphere, plane, cylinder, cone, torus), polyhedra (dodecahedron, icosahedron), and path-based forms (lathe, extrude, tube, text) \n Custom BufferGeometry with typed arrays for vertices, indices, normals, UVs, and per-vertex colors; supports interleaved buffers for memory efficiency \n InstancedMesh for rendering thousands of identical objects
threejs-loaders
cloudai-x/threejs-skills · Productivity
Asset loading for 3D models, textures, HDR environments, and progress tracking in Three.js. \n \n Supports multiple formats: GLTF/GLB (primary), OBJ+MTL, FBX, STL, PLY, and HDR/EXR environment maps with optional DRACO geometry and KTX2 texture compression \n LoadingManager coordinates multiple loaders with progress callbacks, onLoad/onError handlers, and unified asset tracking across the scene \n Texture configuration covers wrapping modes, filtering, anisotropic sharpening, color space manageme