productivity▌
6,493 indexed skills · max 10 per page
no-task-output
parcadei/continuous-claude-v3 · Productivity
Never Use TaskOutput \n TaskOutput floods the main context window with agent transcripts (70k+ tokens). \n Rule \n NEVER use TaskOutput tool. Use Task tool with synchronous mode instead. \n Why \n \n TaskOutput reads full agent transcript into context \n This causes mid-conversation compaction \n Defeats the purpose of agent context isolation \n \n Pattern \n # WRONG - floods context\n Task(run_in_background=true)\n TaskOutput(task_id=\"...\") // 70k tokens dumped\n \n # RIGHT - isolated context
debugging
supercent-io/skills-template · Productivity
Systematically isolate and fix code issues using structured debugging methodologies. \n \n Covers six-step debugging workflow: information gathering, reproduction, isolation, root cause analysis, fix implementation, and verification \n Includes common bug patterns (off-by-one, null references, race conditions, memory leaks, type mismatches) with targeted solutions \n Provides debugging techniques: binary search isolation, print/log debugging, divide-and-conquer code elimination, and regression t
slack
vercel-labs/agent-browser · Productivity
Browser automation for checking messages, navigating channels, and extracting data from Slack workspaces. \n \n Connect to existing Slack sessions or open Slack in a browser, then use snapshots to identify interactive elements and take actions like clicking channels, searching, or reading messages \n Core workflow: connect, snapshot to find element refs, navigate to channels or tabs, extract text or capture screenshots as evidence \n Supports common tasks including checking unreads via Activity
my-issues
github/awesome-copilot · Productivity
Search and prioritize your assigned issues by age, engagement, and status. \n \n Queries the current repository for issues assigned to you using the GitHub repo context \n Surfaces issue recommendations based on age, comment count, and open/closed status to help you prioritize work \n Integrates with the list_issues command to retrieve and analyze issue data from your repository \n
speech-to-text
inferen-sh/skills · Productivity
Transcribe audio to text using ElevenLabs Scribe or Whisper models via inference.sh CLI. \n \n Three model options: ElevenLabs Scribe v2 (98%+ accuracy with diarization), Fast Whisper V3, and Whisper V3 Large for varying speed/accuracy tradeoffs \n Supports 99+ languages, optional timestamps, speaker diarization, and translation to English \n Common workflows include meeting transcription, podcast transcripts, video subtitles, and voice note conversion \n Requires inference.sh CLI ( infsh ) inst
soul-self-evolution
cklxx/elephant.ai · Productivity
soul-self-evolution \n 对 SOUL.md 或 docs/reference/SOUL.md 进行受控更新: \n \n 只允许改动可演进段 \n 记录 checkpoint \n 支持一键回滚 \n \n 调用 \n python3 skills/soul-self-evolution/run.py apply --path docs/reference/SOUL.md --changes '[{\"section\":\"## Collaboration Preferences\",\"content\":\"- Keep updates concise.\"}]' \n python3 skills/soul-self-evolution/run.py list_checkpoints\n
pua-ja
tanweai/pua · Productivity
ちょっと、いいか。
standup-meeting
supercent-io/skills-template · Productivity
Structured daily standup facilitation with three formats: 3-question updates, board-walking, and async remote standups. \n \n Provides three standup formats (3 Questions, Walking the Board, and Slack-based async) adaptable to in-person, hybrid, and fully remote teams \n Includes time-boxed 15-minute structure with built-in templates for tracking yesterday's work, today's plans, and blockers \n Enforces core constraints: consistent daily timing, full team participation, and separation of problem-
npm-git-install
supercent-io/skills-template · Productivity
Install npm packages directly from GitHub repositories using git URLs. \n \n Supports HTTPS and SSH methods for public and private repositories, with authentication via SSH keys or personal access tokens \n Install from specific branches, tags, commits, or the default branch by appending #<ref> to the git URL \n Automatically runs the prepare script during installation, enabling TypeScript compilation and builds for packages not yet published to npm \n Add git URLs directly to package.json
neon-postgres-egress-optimizer
neondatabase/agent-skills · Productivity
Guide the user through diagnosing and fixing application-side query patterns that cause excessive data transfer (egress) from their Postgres database. Most high egress bills come from the application fetching more data than it uses.