productivity▌
6,493 indexed skills · max 10 per page
screenshot-feature-extractor
davila7/claude-code-templates · Productivity
Extract product features from UI screenshots using a coordinated multi-agent analysis pipeline.
planning-with-files
sickn33/antigravity-awesome-skills · Productivity
Persistent markdown-based planning system for organizing complex multi-step tasks and research projects. \n \n Creates three working files ( task_plan.md , findings.md , progress.md ) in your project directory to serve as persistent \"working memory\" across agent commands \n Enforces the 2-Action Rule: save key findings to disk immediately after viewing/searching to prevent multimodal information loss \n Includes a 3-Strike Error Protocol for systematic debugging: diagnose and fix on attempt 1,
pytorch-lightning
davila7/claude-code-templates · Productivity
Streamlined PyTorch training framework with automatic distributed training, callbacks, and minimal boilerplate. \n \n Organizes PyTorch code into LightningModule with training_step, validation_step, and test_step methods; Trainer class handles device management, mixed precision, checkpointing, and logging automatically \n Supports distributed training strategies including DDP, FSDP, and DeepSpeed with single-line configuration; scales from laptop to multi-node clusters without code changes \n Bu
vp-cpo-readiness-advisor
deanpeters/product-manager-skills · Productivity
Guide Directors and senior product leaders through the specific challenges of the transition to VP or CPO using adaptive questions and targeted coaching. Diagnoses where you are in the journey and delivers practical, lived-experience coaching calibrated to your situation — not generic executive advice.
fastmcp
jezweb/claude-skills · Productivity
$22
setup
marketcalls/vectorbt-backtesting-skills · Productivity
Complete Python backtesting environment setup with OS detection, virtual environment, dependencies, and configuration. \n \n Detects operating system (macOS, Linux, Windows) and installs TA-Lib system dependencies accordingly \n Creates isolated Python virtual environment with pip upgrade and installs 15+ packages including vectorbt, openalgo, plotly, ta-lib, duckdb, and quantstats \n Prompts user to select market data source (Indian Markets via OpenAlgo or DuckDB, US Markets via yfinance, or Cr
earnings-analysis
anthropics/financial-services-plugins · Productivity
Create professional EARNINGS UPDATE REPORTS analyzing quarterly results for companies already under coverage, following institutional standards (JPMorgan, Goldman Sachs, Morgan Stanley format).
commit
davila7/claude-code-templates · Productivity
Follow these conventions when creating commits for Sentry projects.
session-analyzer
ai-native-camp/camp-2 · Productivity
Post-hoc analysis tool for validating Claude Code session behavior against SKILL.md specifications.
gemini
steipete/clawdis · Productivity
Gemini CLI \n Use Gemini in one-shot mode with a positional prompt (avoid interactive mode). \n Quick start \n \n gemini \"Answer this question...\" \n gemini --model <name> \"Prompt...\" \n gemini --output-format json \"Return JSON\" \n \n Extensions \n \n List: gemini --list-extensions \n Manage: gemini extensions <command> \n \n Notes \n \n If auth is required, run gemini once interactively and follow the login flow. \n Avoid --yolo for safety. \n