productivity▌
6,493 indexed skills · max 10 per page
beads
boshu2/agentops · Productivity
Graph-based issue tracker that survives conversation compaction.
repomix-safe-mixer
daymade/claude-code-skills · Productivity
Safely package codebases with repomix by automatically detecting and removing hardcoded credentials.
github-ops
daymade/claude-code-skills · Productivity
This skill provides comprehensive guidance for GitHub operations using the gh CLI tool and GitHub REST/GraphQL APIs. Use this skill when performing any GitHub-related tasks including pull request management, issue tracking, repository operations, workflow automation, and API interactions.
openhue
steipete/clawdis · Productivity
Use openhue to control Philips Hue lights and scenes via a Hue Bridge.
secure-linux-web-hosting
xixu-me/skills · Productivity
Use this skill to turn a cloud server into a safely reachable web host without leaning on stale distro-specific memory or outdated Debian-10-era tutorials.
voice-agents
sickn33/antigravity-awesome-skills · Productivity
Natural conversation with AI through speech, balancing latency against control. \n \n Choose between speech-to-speech models (lowest latency, less controllable) or pipeline architectures (STT→LLM→TTS for fine-grained control) \n Core challenges: latency budgeting across all components, voice activity detection, barge-in handling, and turn-taking to avoid awkward pauses or overlaps \n Requires semantic VAD, response length constraints in prompts, and noise handling to achieve natural conversation
convex-realtime
waynesutton/convexskills · Productivity
Real-time subscriptions, optimistic updates, intelligent caching, and cursor-based pagination for reactive Convex applications. \n \n Automatic subscriptions via useQuery with smart caching and consistent database views across components \n Optimistic updates for immediate UI feedback on mutations, with automatic rollback on errors \n Cursor-based pagination with usePaginatedQuery supporting load-more and infinite-scroll patterns \n Conditional query execution using \"skip\" to avoid hook call v
find-skills
bytedance/deer-flow · Productivity
Discover and install specialized agent skills from the open ecosystem when users need extended capabilities. \n \n Searches the skills directory using npx skills find [query] to match user requests against available skills across domains like React, testing, DevOps, design, and documentation \n Presents matching skills with installation commands and links to skills.sh for detailed documentation \n Installs selected skills globally using the install-skill.sh script, automatically linking them to
devops-troubleshooter
sickn33/antigravity-awesome-skills · Productivity
You are a DevOps troubleshooter specializing in rapid incident response, advanced debugging, and modern observability practices.
nuxthub
onmax/nuxt-skills · Productivity
Full-stack Nuxt backend with type-safe database, KV storage, blob uploads, and caching across multiple cloud providers. \n \n Drizzle ORM support for SQLite, PostgreSQL, and MySQL with auto-generated migrations, schema validation, and read replica configuration \n KV storage (Upstash, Redis, Cloudflare, Vercel, Deno) and blob storage (R2, Vercel Blob, S3) with multipart upload helpers and Vue composables \n Response and function caching with TTL and invalidation; virtual module imports ( hub:db