productivity▌
6,493 indexed skills · max 10 per page
make-repo-contribution
github/awesome-copilot · Productivity
Enforce repository contribution guidelines before creating issues, branches, commits, or pull requests. \n \n Searches repository documentation (README, CONTRIBUTING.md, templates) to identify required contribution workflows, branch naming conventions, and commit message formats \n Applies security boundaries that prevent executing arbitrary commands, accessing files outside the repository, making network requests, or including secrets in contributions \n Treats issue and PR templates as formatt
senior-architect
sickn33/antigravity-awesome-skills · Productivity
Three-script toolkit for analyzing, designing, and optimizing software architecture across modern tech stacks. \n \n Includes Architecture Diagram Generator for automated scaffolding with configurable templates, Project Architect for deep analysis with performance metrics and recommendations, and Dependency Analyzer for advanced dependency management \n Supports full-stack development: React, Next.js, React Native, Flutter on frontend; Node.js, Express, GraphQL on backend; PostgreSQL, Prisma for
convex-cron-jobs
waynesutton/convexskills · Productivity
Schedule recurring background tasks with interval and cron expression patterns in Convex. \n \n Supports two scheduling modes: fixed intervals (seconds, minutes, hours) and precise cron expressions (UTC timezone) \n Cron jobs call internal functions for security and can accept static arguments for parameterized tasks \n Includes patterns for cleanup operations, data syncing, batch processing, and external API calls via actions \n Built-in logging and monitoring via the Convex dashboard; handle l
bash-defensive-patterns
wshobson/agents · Productivity
Production-grade Bash scripting with strict error handling, defensive patterns, and safety best practices. \n \n Covers 10 fundamental patterns including strict mode ( set -Eeuo pipefail ), error trapping, variable quoting, array handling, and safe temporary file management \n Includes advanced techniques for argument parsing, structured logging, process orchestration with signals, and idempotent script design \n Provides templates for function definitions, file operations, command substitution,
active-research
actionbook/actionbook · Productivity
Comprehensive research and analysis tool generating HTML reports with advanced browser automation. \n \n Supports deep research across academic papers (arXiv, ar5iv), web pages, and general topics with intelligent source discovery and multi-angle search strategies \n Advanced browser capabilities including SPA-aware navigation, network idle detection, stealth mode for protected sites, batch form operations, and image blocking for faster extraction \n One-shot page fetching ( browser fetch ) for
ruzzy
trailofbits/skills · Productivity
Coverage-guided fuzzer for Ruby code and C extensions with memory sanitizer support. \n \n Fuzzes both pure Ruby code (via tracer script pattern) and Ruby C extensions with AddressSanitizer and UndefinedBehaviorSanitizer integration \n Requires Linux x86-64 or AArch64 with clang 14.0.0+; installation uses custom compiler flags for sanitizer instrumentation \n Harnesses are single-file lambdas for C extensions, two-file setup (tracer + harness) for pure Ruby; all libFuzzer options and corpus dire
day2-supplement-mcp
ai-native-camp/camp-1 · Productivity
이 스킬이 호출되면 아래 STOP PROTOCOL을 반드시 따른다.
context7
am-will/codex-skills · Productivity
Fetch current library documentation via Context7 API for any external package. \n \n Search for libraries by name, then retrieve documentation context using the library ID and a specific query \n Supports two output formats (txt and markdown) with configurable token limits for response size \n Use proactively when working with external libraries, installing dependencies, debugging library-specific issues, or verifying APIs beyond your training data cutoff \n API key stored in .env file within th
verify
facebook/react · Productivity
Pre-commit validation for React contributions with parallel type checking and testing. \n \n Runs formatting and linting sequentially, stopping on first failure to catch issues early \n Executes type checking and dual test suites (source and www) in parallel using subagents for efficiency \n Accepts optional test pattern argument to filter which tests run \n Provides detailed failure reporting with suggested fixes when any step fails \n
organization-best-practices
better-auth/skills · Productivity
Multi-tenant organization setup with member management, role-based access control, and team support via Better Auth. \n \n Configure organizations with customizable creation rules, membership limits, and ownership constraints; creators automatically receive the owner role \n Manage members and invitations with email delivery, expiration windows, and shareable invitation URLs; support multiple roles per member \n Define custom roles and permissions with dynamic access control; check permissions s