productivity▌
6,493 indexed skills · max 10 per page
github-copilot-starter
github/awesome-copilot · Productivity
Generates production-ready GitHub Copilot configuration files tailored to your project's technology stack. \n \n Gathers project information (language, framework, tech stack, development style) and creates a complete .github/ directory structure with instructions, skills, and agents \n Generates language-specific instruction files, testing standards, security guidelines, and code review practices with attribution to awesome-copilot patterns where applicable \n Creates six reusable skills (compon
threejs-postprocessing
cloudai-x/threejs-skills · Productivity
Screen-space visual effects pipeline with bloom, depth-of-field, anti-aliasing, and custom shader composition. \n \n EffectComposer chains multiple rendering passes (bloom, SSAO, DOF, film grain, vignette, color grading) in sequence, with each pass reading the previous output \n Supports 15+ built-in effects including UnrealBloom, BokehPass (depth-of-field), FXAA/SMAA anti-aliasing, OutlinePass, and GlitchPass \n Custom ShaderPass enables writing fragment shaders for effects like chromatic aberr
mapbox-search-integration
mapbox/mapbox-agent-skills · Productivity
Expert guidance for implementing Mapbox search functionality in applications. Covers the complete workflow from asking the right discovery questions, selecting the appropriate search product, to implementing production-ready integrations following best practices from the Mapbox search team.
sentry-cli
sentry/dev · Productivity
Command-line interface for querying and managing Sentry issues, projects, organizations, and distributed traces. \n \n Supports 15+ command categories: authentication, organizations, projects, issues, events, dashboards, repositories, teams, logs, spans, traces, and API calls \n Includes AI-powered issue analysis via sentry issue explain and sentry issue plan using Seer AI \n Offers JSON output for all major commands, enabling easy integration with scripts and tools \n Provides flexible project
adk
botpress/skills · Productivity
Use this skill when you've got questions about the Botpress Agent Development Kit (ADK) - like when you're building a feature that involves tables, actions, tools, workflows, conversations, files, knowledge bases, triggers, evals, or Zai.
feishu-cli-chat
riba2534/feishu-cli · Productivity
通过 feishu-cli 浏览飞书单聊/群聊消息历史、搜索会话、管理群聊信息和成员。
request-refactor-plan
mattpocock/skills · Productivity
Interview-driven refactoring planner that breaks changes into tiny, safe commits and files a GitHub issue. \n \n Conducts a detailed user interview to understand the problem, explore alternatives, and nail down exact scope before planning \n Verifies assertions by exploring the repository and assesses existing test coverage in the affected codebase \n Breaks implementation into the smallest possible commits, each leaving the codebase in a working state \n Generates a structured GitHub issue with
capacitor-security
cap-go/capgo-skills · Productivity
Zero-config security scanning for Capacitor and Ionic apps.
finishing-a-development-branch
obra/superpowers · Productivity
Structured workflow for completing development branches with test verification and merge/PR options. \n \n Verifies all tests pass before presenting integration options, preventing broken code from being merged or submitted \n Presents exactly four choices: merge locally, create a pull request, keep the branch as-is, or discard with confirmation \n Executes the chosen workflow, including base branch detection, git operations, and worktree cleanup \n Integrates with subagent-driven-development an
qdrant
giuseppe-trisciuoglio/developer-kit · Productivity
Qdrant is an AI-native vector database for semantic search and similarity retrieval. This skill provides patterns for integrating Qdrant with Java applications, focusing on Spring Boot and LangChain4j integration.