productivity▌
6,493 indexed skills · max 10 per page
cqrs-implementation
wshobson/agents · Productivity
Separate read and write models with command and query buses for scalable, event-driven architectures. \n \n Provides command and query handler infrastructure with bus patterns for dispatching operations to appropriate handlers \n Includes templates for command validation, event persistence, read model projections, and FastAPI integration \n Supports eventual consistency patterns with checkpoint-based synchronization and read-your-writes consistency helpers \n Covers event sourcing fundamentals,
reviewing-oracle-to-postgres-migration
github/awesome-copilot · Productivity
Surfaces migration risks and validates migration work against known Oracle/PostgreSQL behavioral differences documented in the references/ folder.
pr-draft-summary
openai/openai-agents-python · Productivity
Produce the PR-ready summary required in this repository after substantive code work is complete: a concise summary plus a PR-ready title and draft description that begins with "This pull request ...". The block should be ready to paste into a PR for openai-agents-python.
software-clean-code-standard
vasilyu1983/ai-agents-public · Productivity
This skill is the authoritative clean code standard for this repository's shared skills. It defines stable rule IDs (CC-*), how to apply them in reviews, and how to extend them safely via language overlays and explicit exceptions.
create-web-form
github/awesome-copilot · Productivity
Build accessible, production-ready web forms with HTML, CSS, JavaScript, and server-side processing. \n \n Covers complete form lifecycle: HTML structure, CSS styling, JavaScript validation, and server-side handling with PHP or Python \n Includes accessibility best practices (ARIA roles), progressive enhancement, and security guidelines for data transmission \n Provides references for database integration (MySQL), data formats (JSON, XML), and REST API communication \n Supports both client-side
skill-creator
vercel-labs/agent-browser · Productivity
$23
debug
lobehub/lobe-chat · Productivity
debug
gws-workflow
googleworkspace/cli · Productivity
Cross-service productivity workflows connecting Google Workspace apps via CLI commands. \n \n Includes five pre-built helper workflows: standup reports, meeting prep, email-to-task conversion, weekly digests, and file announcements \n Requires gws binary and authentication setup from the shared gws-shared skill documentation \n Discover available resources and methods with gws workflow --help and inspect method signatures using gws schema workflow.<resource>.<method> \n Pass parameters
tavily-extract
tavily-ai/skills · Productivity
Extract clean markdown or text from up to 20 URLs, with JavaScript rendering and query-focused chunking support. \n \n Handles JavaScript-rendered pages with configurable extraction depth (basic for simple pages, advanced for dynamic SPAs and tables) \n Supports query-focused extraction to return only relevant content chunks instead of full pages \n Returns LLM-optimized markdown by default, with options for plain text format and structured JSON output \n Processes up to 20 URLs in a single call
suggest-awesome-github-copilot-prompts
github/awesome-copilot · Productivity
Analyze current repository context and suggest relevant prompt files from the GitHub awesome-copilot repository that are not already available in this repository.