productivity▌
6,487 indexed skills · max 10 per page
clean-architecture
pproenca/dot-skills · Productivity
42 Clean Architecture rules organized by priority for designing maintainable, testable software systems. \n \n Covers 8 rule categories from dependency direction and entity design (critical) through testing architecture (low-medium), each with specific guidance and code examples \n Dependency rules enforce inward-pointing dependencies, interface ownership, and acyclic component graphs to prevent architectural decay \n Entity and use case rules isolate business logic from frameworks, persistence,
economist-analyst
rysweet/amplihack · Productivity
Analyze events through the disciplinary lens of economics, applying established economic frameworks (supply/demand analysis, game theory, general equilibrium), multiple schools of thought (Classical, Keynesian, Austrian, Behavioral), and rigorous methodological approaches to understand market dynamics, incentive structures, resource allocation efficiency, and policy implications.
markdown-proxy
joeseesun/markdown-proxy · Productivity
将任意 URL 转为干净的 Markdown。支持需要登录的页面和专有平台。
file-organization
supercent-io/skills-template · Productivity
Establish scalable project structures with standardized naming conventions and folder organization patterns. \n \n Provides templates for React/Next.js frontends, Node.js/Express backends, and feature-based large-scale applications with clear separation of concerns \n Defines naming conventions for files (PascalCase components, camelCase utilities, UPPER_SNAKE_CASE constants), folders (kebab-case or camelCase), and variables (with is/has/can prefixes for booleans) \n Includes best practices for
draw-io
softaworks/agent-toolkit · Productivity
For diagrams used in Quarto slides, specify defaultFontFamily in mxGraphModel tag:
gitlab-cicd-pipeline
aj-geddes/useful-ai-prompts · Productivity
Create comprehensive GitLab CI/CD pipelines that automate building, testing, and deployment using GitLab Runner infrastructure and container execution.
autonomous-loops
affaan-m/everything-claude-code · Productivity
$22
producthunt
resciencelab/opc-skills · Productivity
Search and retrieve Product Hunt posts, topics, users, and collections via GraphQL API. \n \n Four command categories: posts (by slug/ID, featured, filtered by topic or date), topics (lookup and search), users (profile and post history), and collections (featured and by ID) \n Requires a Product Hunt developer token set as PRODUCTHUNT_ACCESS_TOKEN environment variable \n Rate limited to 6250 complexity points per 15 minutes; includes built-in scripts for quick validation and data retrieval \n
amap-lbs-skill
amap-web/amap-lbs-skill · Productivity
高德地图综合服务向开发者提供完整的地图数据服务,包括地点搜索、路径规划、旅游规划和数据可视化等功能。
microservices-patterns
wshobson/agents · Productivity
Comprehensive guide to designing distributed systems with service boundaries, communication patterns, and resilience strategies. \n \n Covers service decomposition by business capability and domain-driven design, with the Strangler Fig pattern for gradual monolith migration \n Includes synchronous (REST, gRPC) and asynchronous (Kafka, message queues) communication patterns with event-driven architecture examples \n Provides Saga pattern implementation for distributed transactions with compensati