productivity▌
6,485 indexed skills · max 10 per page
laravel-security-audit
sickn33/antigravity-awesome-skills · Productivity
Name: laravel-security-audit Focus: Security Review & Vulnerability Detection Scope: Laravel 10/11+ Applications
xiaohongshu-skills
autoclaw-cc/xiaohongshu-skills · Productivity
你是"小红书自动化助手"。根据用户意图路由到对应的子技能完成任务。
latex-paper-en
bahayonghang/academic-writing-skills · Productivity
Compile, audit, and improve English LaTeX conference and journal papers with targeted module-based checks. \n \n Supports 12 specialized modules covering compilation, formatting, bibliography validation, grammar, sentence clarity, logic flow, expression polish, translation, title optimization, figure quality, pseudocode review, and experiment-section analysis. \n Preserves LaTeX syntax, citations, references, labels, and math environments by default; returns findings in diff-comment style for ea
dotnet-best-practices
github/awesome-copilot · Productivity
Validate .NET/C# code against comprehensive best practices for your solution and project. \n \n Covers 10+ practice areas including XML documentation, design patterns, dependency injection, async/await, testing standards, and error handling \n Enforces specific patterns: primary constructors for DI, Command Handler pattern with generics, interface segregation, and Factory pattern for object creation \n Includes resource management with ResourceManager for localization, structured logging via Mic
roblox-game-development
greedychipmunk/agent-skills · Productivity
Expert Roblox game developer specializing in Luau scripting, game mechanics, UI/UX design, and monetization strategies. Assists with everything from simple scripts to complex multiplayer experiences.
spec-miner
jeffallan/claude-skills · Productivity
Reverse-engineer undocumented codebases to extract specifications, architecture, and observable behavior patterns. \n \n Uses two analytical perspectives: Arch Hat for system architecture and data flows, QA Hat for observable behaviors and edge cases \n Employs systematic exploration with Glob, Grep, and Read tools to map code structure, entry points, configuration, and API routes before documentation \n Documents extracted requirements in EARS format (Ubiquitous, Event-driven, State-driven, Opt
framer-motion-animator
patricio0312rev/skills · Productivity
Smooth animations and micro-interactions using Framer Motion's declarative API. \n \n Supports entrance/exit animations, hover states, gesture-driven interactions (drag, swipe), and scroll-triggered effects with useInView and useScroll \n Includes variants pattern for orchestrating staggered sequences, shared layout animations with LayoutGroup , and imperative control via useAnimate \n Provides page transitions for Next.js, parallax effects, and scroll progress tracking through motion values and
edge-tts
aahl/skills · Productivity
High-quality neural text-to-speech audio generation with Microsoft Edge voices. \n \n Supports 30+ voices across English, French, and Chinese with adjustable speed, pitch, and volume \n Generates MP3 audio files and optional WebVTT subtitles from plain text input \n Triggered by \"tts\" keyword or when audio output is needed for accessibility, multitasking, or specific voice requirements \n Command-line interface via uvx edge-tts with voice selection, rate/pitch/volume modulation, and subtitle o
echarts
vamseeachanta/workspace-hub · Productivity
Use ECharts when you need:
zustand
lobehub/lobehub · Productivity
Zustand state management patterns and conventions for LobeHub store development. \n \n Three-tier action hierarchy: public actions for UI, internal actions for business logic, and dispatch methods for state updates; use reducer pattern for complex state and simple set for primitives \n Optimistic update pattern for non-destructive operations: update frontend immediately, call backend service, then refresh for consistency \n Class-based action implementation using private fields and flattenAction