productivity▌
6,493 indexed skills · max 10 per page
dbskill-upgrade
dontbesilent2025/dbskill · Productivity
升级 dbskill 到最新版本,显示更新内容。
product-led-sales
refoundai/lenny-skills · Productivity
Guide users through transitioning from pure product-led growth to sales-assisted expansion using product usage signals. \n \n Helps define Product Qualified Leads (PQLs) and Product Qualified Accounts (PQAs) based on actual product engagement rather than marketing metrics \n Covers the complete handoff workflow: identifying usage signals that trigger sales outreach, designing smooth transitions from self-serve to sales-assisted, and aligning product and sales team incentives \n Emphasizes person
coding-agent
steipete/clawdis · Productivity
Delegate coding tasks to Codex, Claude Code, Pi, or OpenCode agents via background bash processes. \n \n Supports four coding agents (Codex, Claude Code, Pi, OpenCode) with agent-specific execution modes: PTY required for Codex/Pi/OpenCode; Claude Code uses --print --permission-mode bypassPermissions without PTY \n Background execution with session monitoring via process tool actions (log, poll, write, submit, kill) for long-running tasks \n Designed for feature building, PR reviews, refactoring
octocat
mcollina/skills · Productivity
Use this skill for:
written-communication
refoundai/lenny-skills · Productivity
Frameworks and principles for clearer, more persuasive business writing drawn from 38 product leaders. \n \n Applies the pyramid principle: lead with your conclusion, then support it, rather than building up to an answer \n Emphasizes cutting preamble and unnecessary context to start at the point of highest relevance or tension \n Guides users to test clarity by ensuring someone unfamiliar with the topic could understand the core message \n Covers recurring mistakes: burying conclusions, over-re
analyzing-user-feedback
refoundai/lenny-skills · Productivity
Synthesize customer feedback into actionable product insights using frameworks from 56 product leaders. \n \n Guides users through identifying patterns across multiple feedback channels (NPS, support, interviews, social) and clustering by behavioral pathways rather than demographics \n Emphasizes distinguishing root causes from surface-level complaints, with techniques for uncovering what users don't explicitly state \n Includes principles on prioritizing signal over noise, talking to churned us
trigger-cost-savings
triggerdotdev/skills · Productivity
Analyze task runs and configurations to find cost reduction opportunities.
elevenlabs-agents
jezweb/claude-skills · Productivity
Build production-ready conversational AI voice agents with ElevenLabs Platform. \n \n Supports React, React Native, Swift, and JavaScript SDKs with dashboard or CLI-based agent configuration \n Add client-side and webhook-based server tools, upload knowledge bases for RAG, and configure voice, LLM, system prompt, and first message \n Includes signed URL authentication pattern, agent versioning for A/B testing, and dynamic variable injection for user context \n CLI provides init, deploy, test, an
form-validation
aj-geddes/useful-ai-prompts · Productivity
Implement comprehensive form validation including client-side validation, server-side synchronization, and real-time error feedback with TypeScript type safety.
trigger-realtime
triggerdotdev/skills · Productivity
Real-time task monitoring and streaming for Trigger.dev tasks across frontend and backend. \n \n Subscribe to task runs with status updates, progress tracking, and output streaming via backend iterators or React hooks \n Stream AI/LLM responses directly to React components using typed stream definitions that pipe OpenAI completions and other async iterables \n Implement human-in-the-loop workflows with wait tokens that pause task execution until frontend approval or user input is received \n Sec