productivity▌
6,493 indexed skills · max 10 per page
arxiv-search
yorkeccak/scientific-skills · Productivity
Natural language semantic search across arXiv's complete preprint archive in physics, math, and computer science. \n \n Accepts plain English queries without requiring complex search parameter syntax; powered by Valyu's semantic search API \n Returns full article text, abstracts, and embedded figures from matching papers with relevance scores \n Requires a free Valyu API key ($10 credits available) and Node.js 18+ \n Supports filtering by result count and integrates with jq for extracting titles
index-knowledge
tursodatabase/turso · Productivity
Generates hierarchical AGENTS.md knowledge base files with complexity-scored subdirectory documentation. \n \n Discovers project structure through parallel explore agents, bash analysis, LSP codemap, and existing documentation to build a complete codebase map \n Scores directories by file count, code ratio, symbol density, and module boundaries to determine which subdirectories warrant their own AGENTS.md files \n Generates root AGENTS.md with overview, structure, conventions, and anti-patterns,
multi-search
nex-zmh/agent-websearch-skill · Productivity
Intelligent multi-engine search with automatic network detection and fallback prioritization. \n \n Supports four search engines with two priority modes: quality-first (Tavily > DuckDuckGo > Bing API > Bing scraper) or balanced/free-first (DuckDuckGo > Tavily > Bing API > Bing scraper) \n Includes automatic quota management for API-based engines, 5-minute network detection caching, and forced re-detection after network changes \n Provides web content fetching and batch enrichment of search resul
flutter-networking
madteacher/mad-agents-skills · Productivity
HTTP CRUD operations, WebSocket real-time communication, authentication, and performance optimization for Flutter apps. \n \n Covers all HTTP methods (GET, POST, PUT, DELETE) with JSON serialization, plus WebSocket connections for real-time data \n Includes authentication patterns (Bearer tokens, Basic Auth, API keys) and comprehensive error handling by status code \n Provides background JSON parsing with isolates to prevent UI blocking on large responses, plus retry logic with exponential backo
twilio-communications
sickn33/antigravity-awesome-skills · Productivity
Multi-channel communication platform: SMS, voice calls, WhatsApp, and 2FA verification. \n \n Covers SMS sending with E.164 validation, message segmentation awareness, and delivery callbacks; supports 80 messages per second default rate limit \n Twilio Verify service for OTP and 2FA across SMS, voice calls, email, and WhatsApp with built-in fraud prevention and rate limiting \n TwiML-based IVR systems using XML markup for voice menus, keypad/speech input gathering, call routing, and voicemail re
computer-use-agents
sickn33/antigravity-awesome-skills · Productivity
AI agents that perceive screens, reason about actions, and control computers like humans do. \n \n Implements the perception-reasoning-action loop: capture screenshot, analyze with vision-language model, execute mouse/keyboard operations, repeat \n Covers Anthropic's Computer Use (Claude 3.5 Sonnet and Opus 4.5), with tool support for screenshots, mouse/keyboard control, bash execution, and file editing \n Requires sandboxed environments (Docker containers with virtual desktops) to isolate agent
desktop-computer-automation
web-infra-dev/midscene-skills · Productivity
Vision-driven desktop automation for native apps using natural language commands and screenshots. \n \n Controls macOS, Windows, and Linux desktops entirely from visual input; no DOM or accessibility labels required \n Operates synchronously with a screenshot-analyze-act loop: connect, observe screen state, execute high-level actions via natural language prompts, then disconnect \n Requires a vision-capable AI model (Gemini, Qwen, Doubao, or similar) configured via environment variables; support
alphaear-stock
rkiding/awesome-finance-skills · Productivity
Search A-Share/HK/US stock tickers and retrieve historical price data (OHLCV).
asc-wall-submit
rudrankriyam/app-store-connect-cli-skills · Productivity
Submit or update Wall of Apps entries via App-Store-Connect-CLI with dry-run preview and confirmation flow. \n \n Supports two submission paths: standard App Store flow using app ID, or manual flow using TestFlight link and app name \n Includes dry-run mode to preview changes before applying with --confirm flag \n Generates PR-based submissions that modify docs/wall-of-apps.json with built-in guardrails against unrelated entry changes \n Run commands from the App-Store-Connect-CLI repository roo
managing-astro-local-env
astronomer/agents · Productivity
Manage local Airflow development environment with Astro CLI commands. \n \n Start, stop, restart, and kill local Airflow containers; default credentials are admin/admin with webserver at http://localhost:8080 \n View logs for all components or specific services (scheduler, webserver) with real-time follow option \n Access container shells and run Airflow CLI commands directly via astro dev bash and astro dev run \n Troubleshoot common issues including port conflicts, startup failures, package er