productivity▌
6,493 indexed skills · max 10 per page
production-code-audit
davila7/claude-code-templates · Productivity
Autonomously analyze the entire codebase to understand its architecture, patterns, and purpose, then systematically transform it into production-grade, corporate-level professional code. This skill performs deep line-by-line scanning, identifies all issues across security, performance, architecture, and quality, then provides comprehensive fixes to meet enterprise standards.
hook-development
anthropics/claude-plugins-official · Productivity
Event-driven automation for Claude Code plugins using prompt-based and command hooks. \n \n Supports 9 hook events (PreToolUse, PostToolUse, Stop, SubagentStop, UserPromptSubmit, SessionStart, SessionEnd, PreCompact, Notification) for validation, policy enforcement, and workflow automation \n Prompt-based hooks use LLM reasoning for context-aware decisions; command hooks execute bash scripts for deterministic checks \n Includes matchers for filtering by tool name (exact, regex, wildcard) and par
gemini
softaworks/agent-toolkit · Productivity
Comprehensive code review and large-context analysis using Gemini 3 Pro with flexible approval modes. \n \n Supports five Gemini models ranging from flagship reasoning (Gemini 3 Pro) to cost-optimized alternatives, with 1M token input windows for analyzing entire codebases and documentation sets \n Three approval modes: default for interactive terminal prompts, auto_edit for auto-approving code suggestions, and yolo for fully automated background execution \n Critical safety requirement: use --a
agent-md-refactor
softaworks/agent-toolkit · Productivity
Refactor bloated agent instruction files into organized, linked documentation using progressive disclosure. \n \n Analyzes existing AGENTS.md, CLAUDE.md, or similar files to identify contradictions, extract essentials, and categorize remaining instructions across 3–8 focused topic files \n Keeps root file minimal (under 50 lines) with only universal project info and links to detailed guidelines organized by topic (TypeScript, testing, code style, git workflow, architecture) \n Flags redundant, v
faster-whisper
theplasmak/faster-whisper · Productivity
$22
okx-x402-payment
okx/onchainos-skills · Productivity
Sign an x402 payment authorization and return the payment proof for accessing payment-gated resources. Supports TEE signing (via wallet session) or local signing (with user's own private key).
spark-optimization
wshobson/agents · Productivity
Apache Spark job optimization through partitioning, memory tuning, shuffle reduction, and join strategies. \n \n Covers partitioning strategies, broadcast joins, bucketed joins, and skew handling with salting techniques to minimize shuffle overhead \n Includes caching and persistence patterns with storage level selection, checkpointing for complex lineages, and memory configuration breakdown \n Provides data format optimization for Parquet and Delta Lake, column pruning, predicate pushdown, and
browser-preview
starchild-ai-agent/official-skills · Productivity
Browser preview panel for rendering and managing iframe-based service previews in the right sidebar. \n \n Automatically opens a Browser tab when preview_serve returns a URL; each service gets one tab accessible via the ⋮ menu showing running services \n Preview URLs use reverse proxy format /preview/{id}/ — users cannot access localhost or 127.0.0.1 directly; always direct them to the preview URL or Browser panel \n Static assets must use relative paths ( ./static/app.js , ./api/data ) instead
git-workflows
autumnsgrove/groveengine · Productivity
All git and GitHub operations go through gw — never use raw git or gh commands directly. Grove Wrap adds safety tiers, Conventional Commits enforcement, protected branch guards, and agent-safe defaults.
best-practices
addyosmani/web-quality-skills · Productivity
Modern web development standards covering security, compatibility, and code quality patterns. \n \n Enforces HTTPS, Content Security Policy, and security headers to prevent XSS, clickjacking, and mixed-content vulnerabilities \n Addresses browser compatibility through proper doctype, charset, viewport configuration, and feature detection instead of user-agent sniffing \n Covers deprecated APIs (document.write, synchronous XHR, Application Cache) with modern replacements (dynamic script loading,