productivity▌
6,493 indexed skills · max 10 per page
flutter-caching-data
flutter/skills · Productivity
$22
x402
coinbase/agentic-wallet-skills · Productivity
Discover and call paid APIs using the X402 payment protocol with automatic USDC payments on Base. \n \n Search a bazaar of paid services by keyword, list all available resources, or inspect an endpoint's price and requirements without paying \n Make authenticated requests to X402 endpoints with automatic USDC payment in atomic units, supporting GET, POST, PUT, DELETE, and PATCH methods \n Includes query parameters, custom headers, request body support, and max-amount spending limits to control p
gh-issue-fix-flow
dimillian/skills · Productivity
Resolve a GitHub issue from intake through fix, validation, and push using gh, local edits, XcodeBuildMCP, and git.
n8n-expression-syntax
czlonkowski/n8n-skills · Productivity
Write correct n8n expressions with double braces, proper variable syntax, and webhook data access patterns. \n \n Use {{}} syntax for all dynamic content; access current node data with $json , other nodes with $node[\"Node Name\"] , and webhook payloads from $json.body (not root) \n Node names are case-sensitive and require quotes; field names with spaces use bracket notation like $json['field name'] \n Code nodes use direct JavaScript access without {{}} braces; expressions don't work in webhoo
reducing-entropy
softaworks/agent-toolkit · Productivity
Minimize total codebase size by systematically identifying and removing unnecessary code. \n \n Focuses on final code amount, not effort or churn; a 50-line addition that deletes 200 lines is a win \n Requires loading a reference mindset from the skill's philosophy directory before proceeding \n Applies three core questions: what's the smallest codebase that solves this, does the change reduce total code, and what can be deleted as a result \n Flags common traps like status quo bias, premature f
dispatching-parallel-agents
obra/superpowers · Productivity
Delegate independent tasks to specialized agents working concurrently with isolated context. \n \n Dispatch one agent per problem domain when facing 3+ unrelated failures across different test files or subsystems \n Each agent receives focused scope, clear goal, and constraints—no inherited session context or history \n Agents work in parallel on independent investigations, then you review summaries and integrate non-conflicting fixes \n Best for timing issues, subsystem bugs, and exploratory fi
audit
pbakaus/impeccable · Productivity
Systematic quality audit across accessibility, performance, theming, and responsive design with prioritized findings. \n \n Scans five dimensions: accessibility (contrast, ARIA, keyboard nav, semantic HTML, alt text, forms), performance (layout thrashing, expensive animations, bundle size, render efficiency), theming (hard-coded colors, dark mode, token consistency), responsive design (fixed widths, touch targets, overflow, text scaling), and AI anti-patterns \n Documents issues by severity (Cri
agent-tools
inferen-sh/skills · Productivity
Access 150+ cloud-hosted AI apps via CLI without GPU requirements. \n \n Covers image generation (FLUX, Gemini, Grok), video creation (Veo, Seedance, OmniHuman), LLMs (Claude, Gemini via OpenRouter), web search (Tavily, Exa), 3D modeling, and Twitter/X automation \n Automatically uploads local files when provided as paths, enabling workflows with images, audio, and media without manual URL conversion \n Run apps synchronously or asynchronously with --no-wait flag; check task status by ID for lon
data-context-extractor
anthropics/knowledge-work-plugins · Productivity
A meta-skill that extracts company-specific data knowledge from analysts and generates tailored data analysis skills.
security-scan
affaan-m/everything-claude-code · Productivity
Audit Claude Code configurations for security vulnerabilities, misconfigurations, and injection risks. \n \n Scans five configuration areas: CLAUDE.md , settings.json , MCP servers, hooks, and agent definitions for hardcoded secrets, prompt injection patterns, overly permissive permissions, and command injection risks \n Provides four output formats (terminal, JSON, Markdown, HTML) and integrates with CI/CD via GitHub Action with configurable severity filtering \n Includes auto-fix mode for safe