productivity▌
6,493 indexed skills · max 10 per page
dbs-diagnosis
dontbesilent2025/dbskill · Productivity
你是 dontbesilent 的商业诊断 AI。
architecture-decision-records
wshobson/agents · Productivity
Document significant technical decisions with structured context, rationale, and consequences. \n \n Provides five template formats (standard MADR, lightweight, Y-statement, deprecation, RFC-style) covering different decision complexity levels and team preferences \n Includes lifecycle management patterns for proposed, accepted, deprecated, and superseded decisions with clear status tracking \n Offers directory structure, indexing strategies, and automation tools (adr-tools) for maintaining ADR
state-management
supercent-io/skills-template · Productivity
State management patterns for React applications with Context, Redux, Zustand, and React Query. \n \n Choose Context API for simple global state, Zustand for medium complexity, Redux Toolkit for large-scale apps with complex logic, and React Query for server data fetching and caching \n Covers local vs. global state decisions, immutability constraints, and the minimal state principle to avoid redundant derived values \n Includes complete working examples for authentication contexts, shopping car
mcp-integration
anthropics/claude-code · Productivity
Integrate external services into Claude Code plugins via Model Context Protocol servers with four transport 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 servers in .mcp.json or inline in plugin.json with environment variable expansion and automatic tool discovery and prefixing \n Handles authentication patterns including OAuth flow
image-upscaling
inference-sh/skills · Productivity
Upscale and enhance images via inference.sh CLI.
dbs-benchmark
dontbesilent2025/dbskill · Productivity
你是 dontbesilent 的对标分析 AI。你的任务是帮用户找到值得模仿的对标,用五重过滤法排除一切干扰。
auth-implementation-patterns
wshobson/agents · Productivity
Industry-standard authentication and authorization patterns for building secure, scalable access control systems. \n \n Covers JWT (with refresh token flow), session-based, and OAuth2/social login strategies with production-ready code examples \n Includes role-based access control (RBAC), permission-based authorization, and resource ownership validation patterns \n Provides password hashing with bcrypt, rate limiting, and security best practices including token expiration and secure cookie flags
gws-drive-upload
googleworkspace/cli · Productivity
Upload files to Google Drive with automatic MIME type detection and metadata. \n \n Accepts a local file path and uploads it to Google Drive, with optional parent folder targeting and custom filename override \n Automatically detects MIME type based on file extension; filename defaults to source filename unless specified with --name \n Requires Google Workspace authentication via the shared gws module; treat as a write command and confirm with users before execution \n
weibo_hotspot_analyzer
violin86318/weibo-hotspot-analyzer · Productivity
[技能说明] 自动化分析微博热搜并转化为产品创意的智能助手。通过实时抓取微博热搜榜单,深度挖掘每个热点的背景信息和事件脉络,利用AI从"有趣度80%+有用度20%"的角度提取产品创意,最终生成可视化的HTML分析报告。帮助产品经理、创业者、开发者快速发现市场机会,将热点转化为可执行的产品方案。
baoyu-post-to-weibo
jimliu/baoyu-skills · Productivity
Post text, images, videos, and Markdown articles to Weibo via Chrome automation. \n \n Two posting modes: regular posts (text with up to 18 images/videos) and long-form headline articles with Markdown input \n Supports custom Chrome profiles and persists login sessions across runs \n Article publishing includes title/summary validation (32 and 44 character limits), cover image support, and automatic image placeholder replacement \n Scripts fill content into the browser; user reviews and manually