productivity▌
6,487 indexed skills · max 10 per page
camoufox-cli
bin-huang/camoufox-cli · Productivity
camoufox-cli is built on Camoufox (anti-detect Firefox) with C++-level fingerprint spoofing:
vercel-deployment
sickn33/antigravity-awesome-skills · Productivity
Expert guidance for deploying Next.js applications to Vercel with environment and runtime optimization. \n \n Covers environment variable configuration across dev, preview, and production environments, with emphasis on preventing secrets exposure via NEXT_PUBLIC_ \n Distinguishes between Edge and Serverless function runtimes, helping you choose the right execution model for API routes and functions \n Addresses build optimization strategies to reduce cold starts, bundle size, and deployment time
ef-core
github/awesome-copilot · Productivity
Entity Framework Core best practices guide covering design, performance, security, and testing patterns. \n \n Covers eight core areas: DbContext design, entity modeling, performance optimization, migrations, querying strategies, change tracking, security, and testing approaches \n Emphasizes practical patterns like DbContextFactory, IEntityTypeConfiguration separation, AsNoTracking() for read-only queries, and compiled queries for frequently executed operations \n Includes migration best practi
dependabot
github/awesome-copilot · Productivity
Dependabot is GitHub's built-in dependency management tool with three core capabilities:
desktop-control
patrickporto/desktop-agent · Productivity
Control mouse, keyboard, and screen for cross-platform desktop automation. \n \n Five command categories: mouse control (movement, clicks, drag, scroll), keyboard input (typing, hotkeys, key presses), screen capture and analysis (screenshots, image/text location via OCR), message dialogs (alerts, confirmations, prompts), and application control (open, focus, list windows) \n Supports Windows, macOS, and Linux with platform-specific shortcuts and application launching \n Image location with confi
create-mcp-app
modelcontextprotocol/ext-apps · Productivity
Interactive UIs for MCP tools that run inside Claude Desktop and other MCP-enabled hosts. \n \n Combines an MCP tool (called by the LLM) with an HTML resource (renders the UI) linked via _meta.ui.resourceUri \n Supports React with useApp hook, vanilla JS, Vue, Svelte, Preact, and Solid; clone the SDK repo to access working templates and API reference for each framework \n Requires CSP configuration in resource contents for all network requests, including localhost; handlers must be registered be
token-efficiency
delphine-l/claude_global · Productivity
Token optimization strategies for cost-effective Claude Code usage across all projects. \n \n Use Opus for learning and deep codebase understanding, Sonnet (default) for development, debugging, and implementation tasks; typical pattern saves ~50% tokens \n Prefer bash commands over reading files for modifications: use sed , cp , cat instead of Read/Edit/Write cycles, saving 90-95% on file operations \n Filter before reading with grep , head , tail , and check file metadata first; never read enti
initiating-coverage
anthropics/financial-services-plugins · Productivity
Create institutional-quality equity research initiation reports through a structured 5-task workflow. Each task must be executed separately with verified inputs.
minimax-understand-image
thincher/awsome_skills · Productivity
使用 MiniMax MCP 服务器进行图像理解和分析。
gguf-quantization
davila7/claude-code-templates · Productivity
The GGUF (GPT-Generated Unified Format) is the standard file format for llama.cpp, enabling efficient inference on CPUs, Apple Silicon, and GPUs with flexible quantization options.