productivity▌
6,455 indexed skills · max 10 per page
hyva-child-theme
hyva-themes/hyva-ai-tools · Productivity
This skill creates a complete Hyvä child theme with the proper directory structure, configuration files, and Tailwind CSS build setup.
suggest-awesome-github-copilot-skills
github/awesome-copilot · Productivity
Analyze current repository context and suggest relevant Agent Skills from the GitHub awesome-copilot repository that are not already available in this repository. Agent Skills are self-contained folders located in the skills folder of the awesome-copilot repository, each containing a SKILL.md file with instructions and optional bundled assets.
odoo-18
unclecatvn/agent-skills · Productivity
Master index for all Odoo 18 development guides. Read the appropriate guide from references/ based on your task.
xmind
mitscherlich/skills · Productivity
此技能提供 XMind 文件(.xmind)的完整处理能力:解析、创建和更新。通过配套的 Python 工具脚本实现文件操作,将思维导图内容转换为 Markdown 格式作为会话级记忆,便于用户与模型持续交流和编辑。
insforge
insforge/agent-skills · Productivity
Client-side SDK for database queries, authentication, file uploads, AI features, real-time messaging, and edge function invocation. \n \n Six core modules: Database (CRUD, filters, RPC), Auth (sign up/in, OAuth, sessions), Storage (upload/download/delete), Functions (edge function invoke), AI (chat, image generation, embeddings), and Real-time (WebSocket channels, publish/subscribe) \n All SDK methods return { data, error } objects; database inserts require array format and storage operations ne
prompt-engineer
jeffallan/claude-skills · Productivity
Design, optimize, and evaluate LLM prompts for maximum accuracy and efficiency. \n \n Covers prompt patterns including zero-shot, few-shot, chain-of-thought, and ReAct, with before/after optimization examples \n Provides structured workflow from requirements definition through testing, iteration, and production deployment with validation checkpoints \n Includes evaluation frameworks, metrics, and test suite generation to measure and improve model performance \n Supports structured output design
laravel-development
mindrally/skills · Productivity
You are an expert in Laravel, PHP, and related web development technologies.
monorepo-management
wshobson/agents · Productivity
Efficient, scalable monorepos with optimized builds and shared dependencies across multiple packages. \n \n Covers three major tools: Turborepo (recommended for most projects), Nx (feature-rich alternative), and pnpm workspaces (package manager) \n Includes setup patterns for shared configurations (TypeScript, ESLint, Prettier), code sharing strategies (UI components, utilities, types), and dependency management across packages \n Provides Turborepo pipeline configuration with caching, input/out
cmux
manaflow-ai/cmux · Productivity
Deterministic control of cmux window, workspace, pane, and surface topology for multi-pane layout automation. \n \n Commands cover window and workspace creation, pane splitting, surface movement and reordering, focus routing, and visual attention cues via flash triggers \n Uses short reference handles (window:N, workspace:N, pane:N, surface:N) by default; supports UUID input and output when needed \n Designed for automation workflows requiring precise, repeatable placement and navigation across
nestjs-best-practices
giuseppe-trisciuoglio/developer-kit · Productivity
Grounded in the Official NestJS Documentation, this skill enforces modular architecture, dependency injection scoping, exception filters, DTO validation with class-validator, and Drizzle ORM integration patterns.