productivity▌
6,493 indexed skills · max 10 per page
bootstrap
mindrally/skills · Productivity
You are an expert in Bootstrap for building responsive, maintainable web interfaces.
php-best-practices
asyrafhussin/agent-skills · Productivity
51 rules for writing clean, type-safe, modern PHP 8.x code aligned with PSR standards and SOLID principles. \n \n Covers 7 rule categories: type system, modern PHP features (8.0–8.5), PSR standards, SOLID principles, error handling, performance, and security \n Version-aware guidance that detects PHP version from composer.json and runtime, recommending only features available in the target version \n Organized by priority: type safety and security are critical; modern features and SOLID principl
markdown-token-optimizer
microsoft/github-copilot-for-azure · Productivity
Analyzes markdown files and suggests token-reduction optimizations while preserving clarity. \n \n Counts tokens using a 4-character-per-token approximation and identifies token-wasting patterns including emojis, verbosity, duplication, and oversized code blocks \n Generates a detailed suggestions table showing issue location, description, recommended fix, and estimated token savings \n Targets SKILL.md files for under 500 tokens and reference files for under 1000 tokens \n Provides recommendati
keyword-research
kostja94/marketing-skills · Productivity
Guides keyword research for SEO: finding target keywords, assessing difficulty, understanding search intent, and building topical maps. ~95% of keywords get fewer than 10 searches/month; low-volume, high-intent terms often yield faster rankings and conversion.
android-adb
httprunner/skills · Productivity
Reference for controlling Android devices with raw adb commands.
portless
vercel-labs/portless · Productivity
Named .localhost URLs for dev servers, eliminating port conflicts and hardcoded port numbers. \n \n Assigns random free ports (4000–4999) automatically and routes named subdomains (e.g. myapp.localhost:1355 ) to the correct app via a reverse proxy on port 1355 \n Auto-detects git worktrees and prepends branch names as subdomain prefixes so each worktree gets a unique URL without configuration changes \n Supports HTTP/2 with HTTPS via auto-generated local CA certificates; includes CLI commands fo
stock-photo-finder
onewave-ai/claude-skills · Productivity
Search multiple free stock photo sites simultaneously. Filter by license type, orientation, and color scheme.
codebase-exploration
404kidwiz/claude-supercode-skills · Productivity
Systematic codebase search and pattern discovery for locating implementations, understanding architecture, and answering location-based code questions. \n \n Supports three thoroughness levels (quick, medium, very thorough) ranging from 30 seconds to 10 minutes, scaling from broad file structure overview to exhaustive dependency tracing \n Uses multiple search strategies including grep/rg for text patterns, ast-grep for code structure, LSP tools for symbol references, and git history for context
laravel-best-practices
asyrafhussin/agent-skills · Productivity
31 Laravel 13 conventions and best practices across architecture, Eloquent, controllers, validation, security, and API design. \n \n Organized into 7 rule categories by priority, from critical architecture and database patterns to medium-impact performance and API design guidance \n Covers essential patterns including service classes, form requests, Eloquent models, migrations, eager loading, and event-driven architecture \n Includes 31 specific rules with prefixes (e.g., arch-service-classes ,
deepinit
yeachan-heo/oh-my-claudecode · Productivity
Creates comprehensive, hierarchical AGENTS.md documentation across the entire codebase.