productivity▌
6,493 indexed skills · max 10 per page
revenuecat
revenuecat/revenuecat-skill · Productivity
Query RevenueCat metrics and search documentation.
ci-cd-best-practices
mindrally/skills · Productivity
Comprehensive CI/CD pipeline design, testing strategies, deployment patterns, and DevOps best practices. \n \n Covers five core pipeline stages: build, test, security scanning, staging deployment, and production deployment with examples for each \n Includes four deployment strategies: blue-green, canary, rolling, and feature flags for zero-downtime releases and gradual rollouts \n Provides testing pyramid guidance with unit, integration, and end-to-end test layers, plus parallelization and flaky
address-github-comments
sickn33/antigravity-awesome-skills · Productivity
Systematically address GitHub PR review comments and issue feedback using the gh CLI. \n \n Fetches and inspects PR comments and review threads to understand feedback before applying fixes \n Guides categorization and planning of comments, with user confirmation checkpoints for prioritization \n Applies code changes and responds to comment threads as resolved using gh CLI commands \n Requires gh authentication; includes auth status verification as a prerequisite step \n
notion-knowledge-capture
davila7/claude-code-templates · Productivity
Capture conversations and decisions into structured, linkable Notion pages for documentation and knowledge reuse. \n \n Supports six content types: decisions, how-to guides, FAQs, wiki entries, learning notes, and documentation pages, each with dedicated database templates and schemas. \n Workflow includes search and fetch of existing Notion pages to avoid duplication and establish proper linking and relations. \n Requires Notion MCP connection; includes setup steps for OAuth login and remote MC
competitor-alternatives
sickn33/antigravity-awesome-skills · Productivity
Build SEO-optimized competitor comparison and alternative pages that rank for competitive keywords while providing genuine value. \n \n Covers four page formats: singular alternatives, plural alternatives roundups, direct product comparisons, and head-to-head competitor matchups, each with distinct search intent and structure \n Emphasizes honest positioning—acknowledge competitor strengths and your own limitations to build reader trust and improve SEO rankings \n Includes centralized competitor
architecture-patterns
sickn33/antigravity-awesome-skills · Productivity
Master proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design to build maintainable, testable, and scalable systems.
agent-manager-skill
davila7/claude-code-templates · Productivity
Manage multiple local CLI agents in parallel tmux sessions with task assignment and monitoring. \n \n Start, stop, and monitor agents running in isolated tmux sessions with log tailing and health checks \n Assign tasks to specific agents and track their execution output in real time \n Schedule recurring agent work via cron integration for automated workflows \n Requires tmux and Python 3; agents are configured in a local agents/ directory \n
code-review:review-local-changes
neolabhq/context-engineering-kit · Productivity
You are an expert code reviewer conducting a thorough evaluation of local uncommitted changes. Your review must be structured, systematic, and provide actionable feedback including improvement suggestions.
agent-memory-systems
davila7/claude-code-templates · Productivity
Memory architecture for agents: retrieval strategies that determine whether agents remember or forget. \n \n Covers five memory types: short-term (context window), long-term (vector stores), working memory, episodic memory, and semantic memory, each suited to different information patterns \n Emphasizes retrieval as the core challenge; provides chunking strategies, embedding quality guidance, and metadata filtering to surface the right memories at decision time \n Includes anti-patterns like sto
supabase-postgres-best-practices
davila7/claude-code-templates · Productivity
Comprehensive performance optimization guide for Postgres, maintained by Supabase. Contains rules across 8 categories, prioritized by impact to guide automated query optimization and schema design.