productivity▌
6,493 indexed skills · max 10 per page
gpd-metadata-sync
rudrankriyam/app-store-connect-cli-skills · Productivity
Use this skill to keep local metadata in sync with Google Play.
baoyu-comic
jimliu/baoyu-skills · Productivity
Educational comics with flexible art styles, tones, and panel layouts for knowledge storytelling. \n \n Supports five art styles (ligne-claire, manga, realistic, ink-brush, chalk) and seven tones (neutral, warm, dramatic, romantic, energetic, vintage, action) with compatibility guidance to avoid mismatched combinations \n Includes three preset shortcuts (ohmsha for tutorials, wuxia for martial arts, shoujo for romance) that apply special visual rules beyond style selection \n Auto-detects optima
query-address-info
binance/binance-skills-hub · Productivity
Query wallet token holdings across multiple blockchains with real-time prices and 24-hour changes. \n \n Retrieves all tokens held by any wallet address, including token name, symbol, current USD price, and holding quantity \n Supports three chains: BSC (chainId 56), Base (8453), and Solana (CT_501) \n Returns 24-hour price change percentage for each token to help track market movements \n Includes pagination support via offset parameter for wallets with large token counts \n
game-development
miles990/claude-software-skills · Productivity
Patterns and practices for building games across platforms. Covers architecture, rendering, physics, AI, multiplayer, and optimization.
breakdown-feature-implementation
github/awesome-copilot · Productivity
Detailed feature implementation plan generator following Epoch monorepo conventions. \n \n Generates comprehensive markdown implementation plans with system architecture, database schema, and API design specifications \n Includes Mermaid diagrams for system architecture, entity relationships, and component hierarchies with shadcn/ui integration \n Covers frontend component structure, state management patterns, backend service design, and deployment strategies \n Outputs structured plans to /docs
sequence-load
anthropics/knowledge-work-plugins · Productivity
Find, enrich, and load contacts into an outreach sequence — end to end. The user provides targeting criteria and a sequence name via "$ARGUMENTS".
refactor-method-complexity-reduce
github/awesome-copilot · Productivity
Refactor a method to reduce cognitive complexity by extracting helper methods. \n \n Analyzes nested conditionals, loops, and complex boolean expressions to identify refactoring opportunities \n Extracts validation logic, type-specific processing, and repeated code blocks into focused helper methods \n Simplifies the main method flow while preserving all original functionality and error handling \n Includes mandatory test verification to confirm zero test failures and cognitive complexity at or
lark-minutes
larksuite/cli · Productivity
CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md,其中包含认证、权限处理
swift-concurrency-pro
twostraws/swift-concurrency-agent-skill · Productivity
Swift concurrency code reviewer that catches reentrancy bugs, isolation violations, and async/await pitfalls. \n \n Scans for dangerous patterns across actors, structured/unstructured tasks, cancellation handling, and async streams using a 12-step review process \n Targets Swift 6.2+ with strict concurrency checking, comparing build settings across multiple targets when needed \n Prioritizes structured concurrency (task groups) over unstructured tasks and async/await over closure-based APIs and
session-management
aj-geddes/useful-ai-prompts · Productivity
Implement comprehensive session management systems with secure token handling, session persistence, token refresh mechanisms, proper logout procedures, and CSRF protection across different backend frameworks.