productivity▌
6,493 indexed skills · max 10 per page
obsidian-bases
kepano/obsidian-skills · Productivity
Create database-like views of Obsidian notes using .base files with filters, formulas, and multiple display modes. \n \n Supports four view types: table, cards, list, and map, each configurable with custom property ordering and grouping \n Define computed properties using formulas with conditional logic, date arithmetic, string formatting, and 15+ built-in functions \n Apply global or view-specific filters using tag, folder, property, date, and link conditions with AND/OR/NOT logic \n Includes s
flutter-handling-concurrency
flutter/skills · Productivity
Offload CPU-intensive tasks to background isolates while keeping Flutter UIs responsive. \n \n Provides three concurrency patterns: async / await for I/O-bound work, Isolate.run() for one-off heavy computations, and Isolate.spawn() with message passing for persistent background workers \n Includes a decision matrix to choose between async operations and isolates based on task type (I/O vs. CPU-bound) and execution frequency \n Covers three complete workflows with step-by-step task checklists: st
assets
binance/binance-skills-hub · Productivity
Authenticated access to 40+ Binance asset and wallet management endpoints via API. \n \n Covers account info, trading status, API restrictions, and daily snapshots with optional time-range filtering \n Includes deposit and withdrawal operations with network selection, address management, and travel rule compliance for regulated entities \n Supports dust conversion, BNB burn toggles, funding wallet queries, and universal asset transfers across account types \n Requires API key and secret key auth
workers-best-practices
cloudflare/skills · Productivity
Cloudflare Workers code review and authoring against production best practices. \n \n Retrieves latest Workers APIs, types, and wrangler configuration schema before reviewing or writing code; biases towards live documentation over pre-trained knowledge \n Covers 40+ best practice rules across configuration, request/response handling, architecture, observability, code patterns, and security \n Flags 15+ common anti-patterns including unbounded streaming, floating promises, global request state, h
gitnexus-exploring
abhigyanpatwari/gitnexus · Productivity
If step 2 says "Index is stale" → run npx gitnexus analyze in terminal.
resume-bullet-writer
paramchoudhary/resumeskills · Productivity
Use this skill when the user wants to:
resume-formatter
paramchoudhary/resumeskills · Productivity
Use this skill when the user:
tech-resume-optimizer
paramchoudhary/resumeskills · Productivity
Optimize technical resumes for software engineering, PM, and DevOps roles with structured guidance. \n \n Provides frameworks for organizing technical skills by category, proficiency, or flat list; emphasizes ATS compatibility while highlighting depth for recruiters \n Teaches the technical bullet formula combining action verbs, technical specifics, scale metrics, and technologies used to demonstrate impact \n Includes role-specific examples for SWE, Data Engineer, DevOps/SRE, and Product Manage
game-development
davila7/claude-code-templates · Productivity
Orchestrator skill that provides core principles and routes to specialized sub-skills.
manimce-best-practices
adithya-s-k/manim_skill · Productivity
Best practices and patterns for Manim Community Edition, the Python animation engine for mathematical visualizations. \n \n Covers Scene structure, mobject types, 15+ animation classes, and LaTeX/MathTex rendering with color control \n Includes 3D support via ThreeDScene, camera manipulation, updaters with ValueTracker, and coordinate systems (Axes, NumberPlane) \n Provides organized rule files for core concepts, text/math, styling, positioning, timing, and CLI usage with quality flags \n Includ