productivity▌
6,493 indexed skills · max 10 per page
markdown-formatter
markpitt/claude-skills · Productivity
This skill provides modular, categorized formatting guidance for markdown documents. Load resources by formatting area as needed.
complexity
boshu2/agentops · Productivity
YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it.
code-metrics-analysis
aj-geddes/useful-ai-prompts · Productivity
Measure and analyze code quality metrics to identify complexity, maintainability issues, and areas for improvement.
aesthetic
mrgoonie/claudekit-skills · Productivity
Create aesthetically beautiful interfaces by following proven design principles and systematic workflows.
flutter-native-interop
flutter/skills · Productivity
Cross-platform native interoperability for Flutter apps on Android, iOS, and Web. \n \n Provides decision logic to select the optimal integration strategy: FFI for C/C++ code, Platform Channels for OS-specific APIs, Platform Views for native UI components, and JS Interop for web \n Implements modern FFI architecture using build hooks (Flutter 3.38+) with native toolchain compilation and Dart bindings \n Supports asynchronous Platform Channels (MethodChannel) with complete Kotlin and Swift implem
mem0
mem0ai/mem0 · Productivity
Skill Graph: This skill is part of the Mem0 skill graph:
proposal-writer
claude-office-skills/skills · Productivity
This skill helps you create professional, persuasive business proposals that clearly communicate value and win deals. From simple quotes to comprehensive RFP responses.
capacity-planning
aj-geddes/useful-ai-prompts · Productivity
Capacity planning ensures teams have sufficient resources to deliver work at sustainable pace, prevents burnout, and enables accurate commitment to stakeholders.
book-to-skill
OWNER/REPO · productivity
Converts books and documents into structured agent skills.
convex-create-component
get-convex/agent-skills · Productivity
Design and build isolated, reusable Convex backend components with clear boundaries and app-facing wrappers. \n \n Supports three component shapes: local (single-app), packaged (npm), and hybrid (both), with a decision tree to choose the right fit \n Enforces architectural boundaries: components own their tables and functions, while the app handles authentication, environment access, and client-facing wrappers \n Provides a complete workflow from planning (tables, public API, data flow) through