productivity▌
6,493 indexed skills · max 10 per page
code-review
alinaqi/claude-bootstrap · Productivity
Load with: base.md + [codex-review.md for OpenAI Codex] + [gemini-review.md for Google Gemini]
oracle
steipete/clawdis · Productivity
Oracle bundles your prompt + selected files into one “one-shot” request so another model can answer with real repo context (API or browser automation). Treat output as advisory: verify against code + tests.
competitive-analysis
refoundai/lenny-skills · Productivity
Framework-driven competitive analysis grounded in market realities, not feature comparison. \n \n Expands competitive set beyond direct competitors to include status quo, workarounds, and analog alternatives; helps identify the true threat (features, distribution, or business model) \n Surfaces structural asymmetries and unique advantages competitors cannot easily copy, with emphasis on grounding analysis in customer and market perspective rather than internal politics \n Flags common pitfalls:
ultrawork
yeachan-heo/oh-my-claudecode · Productivity
<Use_When>
architecture-patterns
wshobson/agents · Productivity
Implement proven backend architecture patterns for maintainable, testable, and scalable systems. \n \n Covers three core patterns: Clean Architecture (layered dependency inward), Hexagonal Architecture (ports and adapters), and Domain-Driven Design (bounded contexts, aggregates, value objects) \n Includes complete directory structures, code examples, and implementation patterns for Python backends using FastAPI, asyncpg, and similar frameworks \n Demonstrates practical separation of concerns: do
nano-banana-prompt
giulioco/skills · Productivity
Nano Banana Pro excels at:
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