productivity▌
6,455 indexed skills · max 10 per page
reverse-engineer
sickn33/antigravity-awesome-skills · Productivity
reverse-engineer
tapd
abcfed/claude-marketplace · Productivity
本 skill 提供与 TAPD 平台交互的 Python 脚本工具,统一通过 tapd.py 调用。
observability-monitoring-monitor-setup
sickn33/antigravity-awesome-skills · Productivity
You are a monitoring and observability expert specializing in implementing comprehensive monitoring solutions. Set up metrics collection, distributed tracing, log aggregation, and create insightful dashboards that provide full visibility into system health and performance.
write-a-prd
mattpocock/skills · Productivity
Collaborative PRD creation through structured interviews, codebase analysis, and modular design planning. \n \n Guides users through problem definition, solution ideation, and iterative design interviews to reach shared understanding \n Explores the codebase to validate assumptions and understand current architecture before planning changes \n Designs modular solutions by identifying deep modules with simple, testable interfaces that encapsulate significant functionality \n Generates comprehensi
stock-analysis
gracefullight/stock-checker · Productivity
$22
refactor
pproenca/dot-skills · Productivity
Comprehensive code refactoring guide based on Martin Fowler's catalog and Clean Code principles, designed for AI agents and LLMs. Contains 43 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation.
electron-development
mindrally/skills · Productivity
You are an expert in Electron development for building cross-platform desktop applications.
xauusd-trading
huynguyen03dev/xauusd-trading · Productivity
Skill for small account scalping with tight stop losses (~5 points / $5).
wechat-article-fetcher
wwwzhouhui/skills_collection · Productivity
获取、解析并保存微信公众号文章,支持单篇和批量下载、元数据提取、图片下载和 Markdown 转换。
zustand-state-management
jezweb/claude-skills · Productivity
Type-safe global state management for React with persist, devtools, and Next.js SSR support. \n \n Supports TypeScript with double-parentheses syntax ( create<T>()() ), persist middleware for localStorage, and Redux DevTools integration \n Prevents 6 documented errors including hydration mismatches, infinite render loops, and persist race conditions (fixed in v5.0.10+) \n Includes slices pattern for modular stores, vanilla store creation without React, and immer middleware for mutable-style