productivity▌
6,493 indexed skills · max 10 per page
conversation-memory
sickn33/antigravity-awesome-skills · Productivity
Persistent memory systems for LLM conversations with tiered storage and intelligent retrieval. \n \n Implements three memory types: short-term (immediate context), long-term (historical facts), and entity-based (facts about specific entities) \n Provides memory retrieval and consolidation capabilities to surface relevant memories without overwhelming context windows \n Addresses critical concerns including unbounded memory growth, retrieval relevance, and strict user isolation to prevent cross-u
twilio-communications
sickn33/antigravity-awesome-skills · Productivity
Multi-channel communication platform: SMS, voice calls, WhatsApp, and 2FA verification. \n \n Covers SMS sending with E.164 validation, message segmentation awareness, and delivery callbacks; supports 80 messages per second default rate limit \n Twilio Verify service for OTP and 2FA across SMS, voice calls, email, and WhatsApp with built-in fraud prevention and rate limiting \n TwiML-based IVR systems using XML markup for voice menus, keypad/speech input gathering, call routing, and voicemail re
problem-framing-canvas
deanpeters/product-manager-skills · Productivity
Structured problem framing workshop using MITRE's three-phase canvas to challenge assumptions before solutioning. \n \n Guides teams through Look Inward (examine biases and assumptions), Look Outward (understand who experiences the problem and who's been left out), and Reframe (synthesize into actionable problem statement and \"How Might We\" question) \n Surfaces overlooked stakeholders, marginalized voices, and who benefits from the problem existing, ensuring equity-driven framing \n Produces
production-code-audit
sickn33/antigravity-awesome-skills · Productivity
Autonomously scan and transform entire codebases into production-grade, enterprise-ready quality. \n \n Performs comprehensive line-by-line analysis across security, performance, architecture, code quality, and testing gaps without user prompts \n Automatically fixes critical issues including SQL injection, hardcoded secrets, weak authentication, N+1 queries, and architectural problems like circular dependencies and god classes \n Adds production infrastructure including structured logging, erro
tanstack-table
jezweb/claude-skills · Productivity
Headless data tables with server-side pagination, filtering, sorting, and virtualization for Cloudflare Workers + D1. \n \n Supports three rendering modes: client-side with core row model, server-side with manual state management, and virtualized rendering for 1000+ row datasets \n Includes column/row pinning, row expanding with nested data, and row grouping with built-in aggregation functions (sum, min, max, mean, etc.) \n Integrates with TanStack Query for coordinated data fetching and state s
financereport
aojdevstudio/finance-guru · Productivity
Generate institutional-quality PDF investment reports for stocks and ETFs with embedded charts and portfolio sizing. \n \n Produces 8–10 page reports with VGT-style branding, executive summary, quantitative analysis tables, and strategy recommendations \n Integrates Perplexity MCP for market sentiment and catalyst research, plus built-in quant tools for risk metrics, momentum indicators, and volatility assessment \n Supports three workflows: single ticker reports, batch regeneration across watch
hono-routing
jezweb/claude-skills · Productivity
Build type-safe APIs with Hono for Cloudflare Workers, Deno, Bun, and Node.js. \n \n Supports routing, middleware, validation (Zod/Valibot), RPC, streaming (SSE), WebSocket, and security features (CSRF, secure headers) \n Type-safe context extension with c.set() and c.get() , full TypeScript inference for request/response data \n RPC pattern enables type-safe client/server communication without manual API definitions; export route types for instant IDE autocomplete \n Prevents 10 documented issu
podcast
marswaveai/skills · Productivity
Generate podcast episodes with 1-2 AI speakers discussing a topic. Supports quick overviews, deep analysis, and debate formats. Input can be a topic description, URL(s), or text. Output is a full audio episode with transcript.
code-review-checklist
sickn33/antigravity-awesome-skills · Productivity
Systematic checklist for reviewing code across functionality, security, performance, and maintainability. \n \n Covers six review areas: context understanding, functionality verification, code quality assessment, security checks, performance analysis, and test coverage validation \n Includes concrete examples of common issues (SQL injection, missing validation, unclear naming) paired with corrected versions \n Provides pre-review, per-section, and git-specific checklists to ensure nothing is mis
managing-astro-local-env
astronomer/agents · Productivity
Manage local Airflow development environment with Astro CLI commands. \n \n Start, stop, restart, and kill local Airflow containers; default credentials are admin/admin with webserver at http://localhost:8080 \n View logs for all components or specific services (scheduler, webserver) with real-time follow option \n Access container shells and run Airflow CLI commands directly via astro dev bash and astro dev run \n Troubleshoot common issues including port conflicts, startup failures, package er