productivity▌
6,493 indexed skills · max 10 per page
cosmos-dbt-core
astronomer/agents · Productivity
Convert dbt Core projects into Airflow DAGs or TaskGroups using Astronomer Cosmos. \n \n Supports three assembly patterns: standalone DbtDag, DbtTaskGroup within existing DAGs, and individual Cosmos operators for fine-grained control \n Choose from eight execution modes (WATCHER, LOCAL, VIRTUALENV, KUBERNETES, AIRFLOW_ASYNC, and others) based on isolation and performance needs \n Offers three parsing strategies (dbt_manifest, dbt_ls, dbt_ls_file, automatic) to balance speed and selector complexi
witr-process-inspector
aradotso/trending-skills · Productivity
Skill by ara.so — Daily 2026 Skills collection.
coding-standards
sickn33/antigravity-awesome-skills · Productivity
Universal coding standards and best practices for TypeScript, JavaScript, React, and Node.js projects. \n \n Covers core principles (readability, KISS, DRY, YAGNI) with practical code examples showing good vs. bad patterns \n Includes TypeScript/JavaScript standards for naming, immutability, error handling, async/await, and type safety \n Provides React-specific guidance on component structure, custom hooks, state management, and conditional rendering \n Details API design conventions, REST endp
review-contract
anthropics/knowledge-work-plugins · Productivity
If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.
transaction-correctness
tursodatabase/turso · Productivity
WAL mechanics, checkpointing, concurrency, and recovery in Turso's SQLite implementation. \n \n Turso uses WAL (Write-Ahead Logging) exclusively with in-memory WAL index instead of SQLite's shared memory file, supporting one writer and concurrent readers without blocking \n Checkpointing transfers WAL pages back to the main database in four modes: PASSIVE (non-blocking), FULL (waits for readers), RESTART (resets WAL), and TRUNCATE (truncates WAL file) \n Each connection maintains private page ca
file-uploads
sickn33/antigravity-awesome-skills · Productivity
Expert file upload handling with S3, Cloudflare R2, presigned URLs, and multipart support. \n \n Handles large files efficiently using presigned URLs and multipart uploads without blocking \n Supports multiple cloud storage backends: AWS S3 and Cloudflare R2 \n Includes image optimization capabilities for processed uploads \n Emphasizes security best practices: magic byte validation, filename sanitization, upload size limits, and controlled presigned URL distribution \n
third-party-integration
aj-geddes/useful-ai-prompts · Productivity
Build robust integrations with external services using standardized patterns for API calls, error handling, authentication, and data transformation.
weekly-prep-brief
anthropics/knowledge-work-plugins · Productivity
Generate a single comprehensive weekly briefing that covers every external customer or prospect call in the next 7 days, with per-meeting account and contact research from Common Room.
fix-review
sickn33/antigravity-awesome-skills · Productivity
Verify that fix commits properly address audit findings without introducing new bugs or security vulnerabilities.
agent-browser
everyinc/compound-engineering-plugin · Productivity
The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser, brew install agent-browser, or cargo install agent-browser. Run agent-browser install to download Chrome. Run agent-browser upgrade to update to the latest version.