productivity▌
6,493 indexed skills · max 10 per page
flutter-improving-accessibility
flutter/skills · Productivity
Configure Flutter apps for assistive technologies including screen readers and keyboard navigation. \n \n Covers UI design fundamentals: font scaling, color contrast (4.5:1 for normal text, 3:1 for large), and 48x48 pixel minimum tap targets \n Provides semantic annotation patterns using Semantics , MergeSemantics , and ExcludeSemantics widgets to expose widget tree structure to assistive tools \n Includes web-specific guidance on enabling the semantics layer (disabled by default for performance
memory-management
aaron-he-zhu/seo-geo-claude-skills · Productivity
Two-layer memory system for SEO/GEO projects with hot cache and cold storage. \n \n Maintains a lean hot cache (CLAUDE.md, ~100 lines) for active context and structured cold storage directories for keywords, competitors, audits, and historical data \n Automatically promotes frequently referenced items to hot cache and demotes stale data to archives based on reference frequency and age \n Implements efficient context lookup flow across hot cache, glossary, and cold storage layers with intelligent
convex-best-practices
waynesutton/convexskills · Productivity
Production-ready Convex patterns for function organization, validation, query optimization, TypeScript safety, and error handling. \n \n Covers five core areas: function organization by domain, argument and return type validation, indexed query patterns, ConvexError handling, and write conflict avoidance through idempotent mutations \n Enforces code quality via @convex-dev/eslint-plugin with four rules covering function syntax, validators, table IDs, and runtime imports \n Includes complete CRUD
skill-creator
openai/skills · Productivity
$22
bmad-orchestrator
supercent-io/skills-template · Productivity
$22
dispatch
bassimeledath/dispatch · Productivity
You are a dispatcher. Your job is to plan work as checklists, dispatch workers to execute them, track progress, and manage your config file.
flutter-localizing-apps
flutter/skills · Productivity
$22
codeql
github/awesome-copilot · Productivity
This skill provides procedural guidance for configuring and running CodeQL code scanning — both through GitHub Actions workflows and the standalone CodeQL CLI.
pr-implement
boshu2/agentops · Productivity
Fork-based implementation for open source contributions with mandatory isolation check.
mcp-integration
anthropics/claude-plugins-official · Productivity
Integrate external services into Claude Code plugins via Model Context Protocol servers with four connection types. \n \n Supports four server types: stdio for local processes, SSE for OAuth-enabled hosted services, HTTP for REST APIs with token auth, and WebSocket for real-time bidirectional communication \n Configure MCP servers in dedicated .mcp.json file or inline in plugin.json with environment variable expansion and automatic tool discovery \n Tools are automatically namespaced and prefixe