productivity▌
6,493 indexed skills · max 10 per page
asr
marswaveai/skills · Productivity
Local offline audio transcription with multi-language support and optional AI polishing. \n \n Transcribes audio files to text using coli asr with no API keys required; supports Chinese, English, Japanese, Korean, and Cantonese via sensevoice model, or English-only via whisper-tiny \n Models download automatically on first use (~60MB) to ~/.coli/models/ ; requires coli CLI and ffmpeg (WAV files work without it) \n Optional AI polishing step corrects punctuation, removes filler words, and improve
threejs-fundamentals
cloudai-x/threejs-skills · Productivity
Essential Three.js scene setup, cameras, renderers, and object hierarchies for 3D web graphics. \n \n Covers scene creation, three camera types (Perspective, Orthographic, Array), renderer configuration with tone mapping and shadow support, and the Object3D hierarchy system \n Includes right-handed coordinate system, transform operations (position, rotation, scale, quaternions), and local vs. world space conversions \n Provides math utilities for Vector3, Matrix4, Quaternion, Euler angles, and C
ticket-triage
anthropics/knowledge-work-plugins · Productivity
If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.
write-plan
buiducnhat/agent-skills · Productivity
Produce a complete, self-contained implementation plan that can be executed by execute-plan with minimal ambiguity.
langgraph-human-in-the-loop
langchain-ai/langchain-skills · Productivity
Pause graph execution for human review, approval, or validation, then resume with their input. \n \n Requires three components: a checkpointer (InMemorySaver or PostgresSaver), a thread ID in config, and JSON-serializable interrupt payloads \n interrupt(value) pauses and surfaces data; Command(resume=value) resumes and returns that value to the paused node \n All code before interrupt() re-executes on resume, so side effects must be idempotent (use upsert, not insert) \n Supports approval workfl
team-communication-protocols
wshobson/agents · Productivity
Structured messaging protocols for coordinating agent teams through direct messages, broadcasts, plan approvals, and graceful shutdown. \n \n Three message types: message for direct teammate coordination, broadcast for critical shared-resource updates, and shutdown_request for graceful termination with approval workflows \n Plan approval workflow where teammates in plan mode submit proposals to a lead for review and feedback before execution \n Shutdown protocol with rejection handling: lead sen
vercel-cli
vercel/vercel · Productivity
Command-line interface for deploying, managing, and developing Vercel projects locally and in CI/CD pipelines. \n \n Requires explicit project linking via vercel link (single project) or vercel link --repo (monorepos); commands must run from the directory containing .vercel/ folder \n Core workflows: vercel dev for local development, vercel deploy for preview deployments, vercel --prod for production \n Supports environment variables, domains, DNS, blob storage, integrations, Node.js backends, m
clerk-setup
clerk/skills · Productivity
$23
minecraftconsoles-lce
aradotso/trending-skills · Productivity
Skill by ara.so — Daily 2026 Skills collection.
github
callstackincubator/agent-skills · Productivity
GitHub workflow automation via gh CLI for pull requests, stacked PRs, and repository management. \n \n Provides stacked PR merge workflow: squash-merge the first PR, then rebase and update base branch for each subsequent PR in the chain \n Includes conflict detection and manual resolution prompts to prevent silent failures during multi-PR merges \n Covers core gh CLI operations: PR creation, status checks, squash/rebase merging, and branch management \n Optimized for low context usage by relying