productivity▌
6,493 indexed skills · max 10 per page
macro-regime-detector
tradermonty/claude-trading-skills · Productivity
Detect structural macro regime transitions using monthly-frequency cross-asset ratio analysis. This skill identifies 1-2 year regime shifts that inform strategic portfolio positioning.
invoice-organizer
davila7/claude-code-templates · Productivity
This skill transforms chaotic folders of invoices, receipts, and financial documents into a clean, tax-ready filing system without manual effort.
authoring-skills
vercel/next.js · Productivity
Use this skill when creating or modifying agent skills in .agents/skills/.
requesting-code-review
obra/superpowers · Productivity
Dispatch code review subagents with focused context to catch issues before they compound. \n \n Integrates with subagent-driven development workflows, triggering review after each task or before merging to main \n Provides code-reviewer subagent with precise git SHAs, implementation details, and requirements, keeping reviewer focused on work product rather than session history \n Categorizes feedback into Critical (fix immediately), Important (fix before proceeding), and Minor (note for later) s
lark-calendar
larksuite/cli · Productivity
CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md,其中包含认证、权限处理 CRITICAL — 所有的 Shortcuts 在执行之前,务必先使用 Read 工具读取其对应的说明文档,禁止直接盲目调用命令。
us-stock-analysis
tradermonty/claude-trading-skills · Productivity
Comprehensive fundamental, technical, and comparative analysis of US stocks with real-time market data and investment reports. \n \n Supports four analysis types: basic stock info, fundamental analysis (financials, valuation, business quality), technical analysis (indicators, chart patterns, support/resistance), and comprehensive investment reports \n Fetches current market data via web search across Yahoo Finance, SEC filings, earnings reports, and technical data sources \n Generates side-by-si
gsap-scrolltrigger
freshtechbro/claudedesignskills · Productivity
GSAP (GreenSock Animation Platform) is the industry-leading JavaScript animation library for creating high-performance, production-quality animations. ScrollTrigger is GSAP's powerful plugin for scroll-driven animations. Together, they enable everything from simple UI transitions to complex scroll-based storytelling experiences.
vision-multimodal
lobbi-docs/claude · Productivity
Leverage Claude's vision capabilities for image analysis, document processing, and multimodal understanding.
spring-boot-engineer
jeffallan/claude-skills · Productivity
Spring Boot 3.x code generation for REST APIs, microservices, and reactive applications with built-in security and data access patterns. \n \n Generates layered Spring Boot 3.x applications with constructor injection, Spring Data JPA repositories, REST controllers, and global exception handling \n Implements Spring Security 6 authentication flows, OAuth2, JWT, and method-level security with CORS configuration \n Supports reactive WebFlux endpoints alongside traditional blocking REST APIs and Spr
jpa-patterns
affaan-m/everything-claude-code · Productivity
JPA/Hibernate patterns for entity design, relationships, query optimization, transactions, and performance tuning in Spring Boot. \n \n Covers entity mapping with auditing, soft deletes, indexing, and enumerated types; includes transaction management with read-only optimization and propagation strategies \n Provides N+1 prevention techniques using lazy loading, JOIN FETCH queries, and DTO projections for lightweight reads \n Demonstrates pagination with Pageable, custom repository methods, and c