productivity▌
6,487 indexed skills · max 10 per page
astro
astrolicious/agent-skills · Productivity
CLI commands, project structure conventions, and deployment adapters for Astro web projects. \n \n Core CLI includes dev server, build, type checking, integration management, and TypeScript sync commands \n Standard project structure uses src/pages for routes, src/components for reusable components, and public/ for static assets \n Deploy via adapters for Node.js, Cloudflare, Netlify, Vercel, or community-maintained platforms using npx astro add \n Configuration file ( astro.config.js or variant
code-simplifier
simonwong/agent-skills · Productivity
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. \n \n Analyzes recently modified code and applies refinements following project-specific standards from CLAUDE.md, including ES modules, explicit type annotations, and proper error handling patterns \n Enhances readability by reducing unnecessary complexity, eliminating redundant abstractions, and replacing nested ternaries with switch statements or if/else chains \n Preserves exact func
ocr
mr-shaper/opencode-skills-paddle-ocr · Productivity
To extract text from an image or PDF, run:
business-analyst
404kidwiz/claude-supercode-skills · Productivity
Provides expertise in requirements gathering, business process modeling, and translating stakeholder needs into actionable technical specifications. Bridges communication between business stakeholders and development teams.
uni-app
uni-helper/skills · Productivity
Vue.js cross-platform framework for building apps across iOS, Android, HarmonyOS, Web, and 10+ mini-program platforms. \n \n Provides 50+ built-in components covering views, forms, media, navigation, and UI feedback patterns \n Includes APIs for networking, storage, geolocation, file operations, device info, and lifecycle management \n Supports platform-specific code via condition compilation directives; most APIs return Promises for async workflows \n Configured through pages.json (routing, tab
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
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
marp-slide
softaworks/agent-toolkit · Productivity
Create professional Marp presentation slides with 7 pre-designed themes and automatic quality enhancements. \n \n Includes 7 built-in themes (default, minimal, colorful, dark, gradient, tech, business) with embedded CSS, each optimized for different content types and audiences \n Provides structured templates and best-practice guidelines for slide layout, typography, and visual hierarchy \n Supports image integration using Marp syntax for side layouts, full backgrounds, and multi-image compositi
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
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