productivity▌
6,487 indexed skills · max 10 per page
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 ,
investor-outreach
affaan-m/everything-claude-code · Productivity
Draft personalized, low-friction investor communications for cold outreach, warm intros, follow-ups, and updates. \n \n Structures cold emails with specific personalization hooks (portfolio companies, public thesis, mutual connections) and a single concrete ask \n Provides templates for warm intro requests with forwardable blurbs under 100 words, follow-up cadence (day 4–5 and day 10–12), and post-meeting updates \n Enforces core rules: proof over adjectives, no generic copy, explicit asks, and
yt-search-download
joeseesun/yt-search-download · Productivity
YouTube video search, download, and subtitle extraction with advanced filtering and sorting. \n \n Search across YouTube with keyword filtering, channel browsing, and sorting by date, view count, or relevance; supports duration and publish date filters \n Download videos at specified quality, extract audio as MP3, and retrieve subtitles in multiple languages (SRT and timestamped TXT formats) \n Browse channel videos with optional keyword search within channels, sorted by time, views, or duration
solid-principles
thebushidocollective/han · Productivity
Apply SOLID design principles for maintainable, flexible code architecture.
game-engine
github/awesome-copilot · Productivity
Web-based game engine and game development using HTML5 Canvas, WebGL, and JavaScript. \n \n Covers 2D and 3D game creation with frameworks like Phaser, Three.js, Babylon.js, and A-Frame \n Includes game loop implementation, physics, collision detection, sprite management, tilemaps, and rendering techniques \n Supports multiple input methods: keyboard, mouse, touch, and gamepad controls \n Provides starter templates for breakout games, platformers, maze games, and 3D experiences \n Addresses audi
tiptap
ueberdosis/tiptap · Productivity
Instructions for coding agents integrating the Tiptap rich text editor
gitnexus-debugging
abhigyanpatwari/gitnexus · Productivity
If "Index is stale" → run npx gitnexus analyze in terminal.
code-review-expert
sanyuan0704/code-review-expert · Productivity
Expert code review of git changes with focus on SOLID violations, security risks, and actionable improvements. \n \n Analyzes current git diff for SOLID principle violations, architecture smells, and removal candidates using structured checklists \n Scans for security risks including injection, authentication gaps, race conditions, and unsafe deserialization with exploitability assessment \n Flags code quality issues: error handling gaps, N+1 queries, boundary condition bugs, and performance hot
ink
vercel-labs/json-render · Productivity
Ink terminal renderer that converts JSON specs into interactive terminal component trees with standard components, data binding, visibility, actions, and dynamic props.
laravel-tdd
iserter/laravel-claude-agents · Productivity
Write the test first. Watch it fail. Write minimal code to pass.