productivity▌
6,493 indexed skills · max 10 per page
writing-hookify-rules
anthropics/claude-code · Productivity
Define patterns and messages that trigger Claude warnings or blocks on specific agent actions. \n \n Supports four event types (bash commands, file edits, agent stop, user prompts) plus an \"all\" catch-all, each with regex or multi-condition matching \n Rules use markdown files with YAML frontmatter stored in .claude/hookify.{name}.local.md ; changes take effect immediately on next tool use \n Two matching modes: simple pattern field for single-condition rules, or advanced conditions array for
youtube-transcript
intellectronica/agent-skills · Productivity
Extract transcripts from YouTube videos with optional timestamps. \n \n Accepts multiple URL formats (youtube.com/watch?v=, youtu.be/, embed links, or raw video IDs) and outputs plain text or timestamped format \n Fetches auto-generated or manually added captions, whichever is available; requires captions to be enabled on the video \n Outputs to a file named VIDEO_ID-transcript.txt by default, or to a user-specified file path \n When timestamps are omitted, reorganizes caption segments into comp
fix
facebook/react · Productivity
Automated code formatting and linting to resolve style issues before CI checks. \n \n Runs Prettier for code formatting and linc for lint validation in sequence \n Identifies remaining manual fixes needed after automated corrections \n Prevents CI failures by catching formatting and lint errors before commit \n
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
scaffold-exercises
mattpocock/skills · Productivity
Create exercise directory structures that pass pnpm ai-hero-cli internal lint, then commit with git commit.
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
track-management
wshobson/agents · Productivity
Organize and manage Conductor tracks—logical work units for features, bugs, and refactors. \n \n Provides track lifecycle management from creation through completion, including specification (spec.md), planning (plan.md), and status tracking via tracks.md registry \n Supports four track types: feature, bug, chore, and refactor, each with distinct use cases and conventions \n Includes structured templates for specifications with functional/non-functional requirements, acceptance criteria, scope b
service-mesh-observability
wshobson/agents · Productivity
Comprehensive observability for Istio and Linkerd service meshes with distributed tracing, metrics, and visualization. \n \n Covers three observability pillars: metrics (request rate, error rate, latency), traces (span context, dependencies, bottlenecks), and logs (access logs, error details) \n Includes ready-to-use templates for Prometheus, Grafana, Jaeger, Kiali, and OpenTelemetry integration with Istio and Linkerd \n Provides golden signals framework (latency, traffic, errors, saturation) wi
asc-submission-health
rudrankriyam/app-store-connect-cli-skills · Productivity
Preflight App Store submissions, validate builds, and monitor review status with asc command-line tools. \n \n Provides pre-submission checklist covering build validation, encryption compliance, content rights declarations, metadata completeness, and localization requirements \n Includes two submission workflows: the Review Submissions API (recommended) for granular control, and the simpler asc submit create command for direct version submission \n Offers monitoring and cancellation commands to
recipe-bulk-download-folder
googleworkspace/cli · Productivity
Bulk download all files from a Google Drive folder with automatic format conversion. \n \n Requires the gws-drive skill and gws binary to execute \n Lists folder contents by querying parent folder ID, then downloads each file individually \n Supports exporting Google Docs and Sheets as PDF or other formats during download \n Workflow: query folder, iterate through results, download or export each file to local storage \n