productivity▌
6,493 indexed skills · max 10 per page
recipe-organize-drive-folder
googleworkspace/cli · Productivity
Automate Google Drive folder creation and file organization into structured hierarchies. \n \n Creates nested folder structures and moves existing files into designated locations using gws-drive commands \n Supports parent-child folder relationships and file reparenting across Drive locations \n Includes verification steps to list and confirm folder contents after organization \n
qutip
davila7/claude-code-templates · Productivity
QuTiP provides comprehensive tools for simulating and analyzing quantum mechanical systems. It handles both closed (unitary) and open (dissipative) quantum systems with multiple solvers optimized for different scenarios.
recipe-collect-form-responses
googleworkspace/cli · Productivity
Retrieve and review responses from a Google Form in three steps. \n \n Requires the gws-forms skill as a prerequisite dependency \n Provides three sequential commands: list available forms, fetch form details by ID, and retrieve responses in table format \n Designed as a recipe workflow for straightforward form response collection and review tasks \n
pdb-database
davila7/claude-code-templates · Productivity
RCSB PDB is the worldwide repository for 3D structural data of biological macromolecules. Search for structures, retrieve coordinates and metadata, perform sequence and structure similarity searches across 200,000+ experimentally determined structures and computed models.
recipe-create-vacation-responder
googleworkspace/cli · Productivity
Set up Gmail out-of-office auto-replies with custom messages and date ranges. \n \n Enables vacation responder with customizable subject line, plain-text response body, and optional contact/domain restrictions \n Supports three core operations: enable auto-reply, verify current settings, and disable when returning \n Requires the gws-gmail skill as a dependency \n
error-handling-patterns
wshobson/agents · Productivity
Comprehensive error handling patterns across Python, TypeScript, Rust, and Go with language-specific implementations. \n \n Covers error philosophies (exceptions vs Result types), error categories (recoverable vs unrecoverable), and language-specific patterns including custom exception hierarchies, Result types, and async error handling \n Includes three universal patterns: circuit breaker for preventing cascading failures, error aggregation for collecting multiple errors, and graceful degradati
shadertoy
bfollington/terma · Productivity
Real-time GLSL fragment shader development for procedural graphics and visual effects. \n \n Provides complete Shadertoy API reference including built-in inputs (iResolution, iTime, iMouse, iChannel0-3) and the mainImage entry point structure \n Covers essential patterns: ray marching with distance fields, procedural color palettes, hash functions, 2D/3D rotations, domain repetition, and post-processing techniques \n Includes multi-pass rendering workflows for temporal feedback and buffer compos
change-request
anthropics/knowledge-work-plugins · Productivity
If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.
git-pr-workflows-git-workflow
sickn33/antigravity-awesome-skills · Productivity
Orchestrate a comprehensive git workflow from code review through PR creation, leveraging specialized agents for quality assurance, testing, and deployment readiness. This workflow implements modern git best practices including Conventional Commits, automated testing, and structured PR creation.
recipe-generate-report-from-sheet
googleworkspace/cli · Productivity
Extract Google Sheet data and generate a formatted Google Docs report with sharing. \n \n Requires three Google Workspace skills: gws-sheets for data reading, gws-docs for document creation and formatting, and gws-drive for permission management \n Workflow chains four operations: read sheet ranges, create a new Doc, write formatted content with headers and sections, and share with specified stakeholders \n Supports markdown-style formatting in the report output and role-based access control for