productivity▌
6,493 indexed skills · max 10 per page
competitive-brief
anthropics/knowledge-work-plugins · Productivity
If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.
aracli-deploy-management
aradotso/trending-skills · Productivity
Skill by ara.so — Daily 2026 Skills collection.
conversation-memory
davila7/claude-code-templates · Productivity
Multi-tier memory system for maintaining conversation context across short-term, long-term, and entity-based storage. \n \n Implements three distinct memory types: short-term for immediate context, long-term for historical facts, and entity-based for tracking attributes and relationships about people, places, or concepts \n Provides memory retrieval and consolidation mechanisms to surface relevant memories without overwhelming context windows \n Addresses critical concerns including unbounded me
codebase-cleanup-refactor-clean
sickn33/antigravity-awesome-skills · Productivity
You are a code refactoring expert specializing in clean code principles, SOLID design patterns, and modern software engineering best practices. Analyze and refactor the provided code to improve its quality, maintainability, and performance.
neon-vercel-postgres
jezweb/claude-skills · Productivity
Serverless Postgres setup for edge functions with connection pooling, branching, and ORM integration. \n \n Supports Neon Direct (multi-cloud, Cloudflare Workers) and Vercel Postgres (zero-config on Vercel); both use HTTP/WebSocket protocols instead of TCP for edge compatibility \n Requires pooled connection strings ( -pooler. in hostname) for serverless; non-pooled connections exhaust quickly in high-concurrency environments \n Template tag syntax ( sql`...` ) prevents SQL injection; string con
synthesize-research
anthropics/knowledge-work-plugins · Productivity
If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.
skill-forge
sanyuan0704/code-review-expert · Productivity
IRON LAW: Every line in a skill must justify its token cost. If it doesn't make the model's output better, more consistent, or more reliable — cut it.
sf-deploy
jaganpro/sf-skills · Productivity
Use this skill when the user needs deployment orchestration: dry-run validation, targeted or manifest-based deploys, CI/CD workflow advice, scratch-org management, failure triage, or safe rollout sequencing for Salesforce metadata.
cto-advisor
davila7/claude-code-templates · Productivity
Strategic frameworks and tools for technology leadership, team scaling, and engineering excellence. \n \n Includes tech debt analyzer and team scaling calculator (Python tools) for assessing system architecture and planning optimal hiring structures \n Provides Architecture Decision Records (ADR) templates, technology evaluation frameworks, and engineering metrics (DORA, quality, team health) for standardizing technical decisions \n Covers five core CTO responsibilities: technology strategy, tea
firebase-auth
jezweb/claude-skills · Productivity
Email/password, OAuth, phone auth, and custom tokens for user authentication and session management. \n \n Supports email/password sign-up and sign-in with password reset, plus OAuth providers (Google, GitHub, Microsoft, Apple) with popup and redirect flows \n Includes client-side auth state management via listeners and React hooks, plus server-side token verification and session cookies for SSR applications \n Provides custom claims and roles, phone authentication with reCAPTCHA, and multi-fact