productivity▌
6,493 indexed skills · max 10 per page
vite-flare-starter
jezweb/claude-skills · Productivity
Scaffold a production-ready full-stack Cloudflare app with React, Hono, D1, and better-auth in minutes. \n \n Clones and rebrands the vite-flare-starter template into a standalone project with automated find-replace across wrangler.jsonc, package.json, and index.html \n Includes React 19, Vite, Tailwind v4, shadcn/ui frontend; Hono backend on Workers; D1 SQLite with Drizzle ORM; better-auth for Google OAuth; R2 storage; and Workers AI binding \n Generates secrets, creates .dev.vars template, run
csv-excel-merger
onewave-ai/claude-skills · Productivity
Merge multiple CSV or Excel files with intelligent column matching and automatic deduplication. \n \n Performs fuzzy column matching to align headers across files with different naming conventions (e.g., \"firstname\" to \"first_name\", \"e-mail\" to \"email\") \n Detects and resolves duplicate records using configurable strategies: keep first, keep last, keep longest value, or flag for manual review \n Handles schema mismatches, encoding detection, and data type normalization across files \n Ge
firecrawl-scraper
benedictking/firecrawl-scraper · Productivity
Web scraping and content extraction via Firecrawl API with format conversion, page interaction, and batch processing. \n \n Five endpoint modes: scrape single pages, crawl entire websites, map URLs, batch-scrape multiple URLs, and check crawl job status \n Supports multiple output formats including markdown, HTML, JSON with schema extraction, screenshots, and PDF parsing \n Browser automation actions (click, scroll, wait, write, JavaScript execution) enable interaction before content extraction
agent-evaluation
sickn33/antigravity-awesome-skills · Productivity
Framework for testing LLM agents across behavioral, capability, and reliability dimensions with production-focused evaluation patterns. \n \n Covers five core evaluation areas: agent testing, benchmark design, capability assessment, reliability metrics, and regression testing \n Emphasizes statistical test evaluation (multiple runs with distribution analysis) and behavioral contract testing over single-run or string-matching approaches \n Includes adversarial testing patterns and guards against
flask
jezweb/claude-skills · Productivity
Production-tested Flask patterns with application factory, Blueprints, and SQLAlchemy, preventing 9 documented errors. \n \n Covers application factory pattern, extension initialization, blueprint organization, and database models to avoid circular imports and context errors \n Prevents known issues including stream_with_context teardown regressions, async/gevent conflicts, CSRF cache interference, and Flask-Login session protection edge cases \n Includes authentication patterns with Flask-Login
wasm-compatibility
marimo-team/skills · Productivity
Verify marimo notebook compatibility with WebAssembly environments and identify incompatible dependencies or code patterns. \n \n Analyzes both PEP 723 metadata and import statements to extract all notebook dependencies, then cross-references against Pyodide's built-in packages and pure-Python availability \n Detects incompatible packages with native C/Rust extensions (torch, tensorflow, psycopg2, etc.) and suggests WASM-friendly alternatives \n Scans code for WASM-blocking patterns including su
do
thedotmack/claude-mem · Productivity
You are an ORCHESTRATOR. Deploy subagents to execute all work. Do not do the work yourself except to coordinate, route context, and verify that each subagent completed its assigned checklist.
wpds
wordpress/agent-skills · Productivity
This skill works best with the WPDS MCP server installed. The MCP provides access to WordPress Design System documentation and resources, such as components and DS token lists.
jira
davila7/claude-code-templates · Productivity
Natural language interface for viewing, creating, updating, and transitioning Jira issues across CLI and MCP backends. \n \n Automatically detects available backend (Jira CLI or Atlassian MCP) and routes commands accordingly \n Supports core workflows: viewing issues by key, listing personal tickets, creating issues with descriptions, transitioning states, assigning, and adding comments \n Includes safeguards against common mistakes: always fetches current state before transitions, looks up acco
openclaw-audit-watchdog
prompt-security/clawsec · Productivity
Automated daily security audits for OpenClaw agents with formatted email and DM reporting. \n \n Runs standard and deep security audits via openclaw security audit commands, collecting findings by severity (critical, warning, info) \n Configures a daily cron job (default 23:00) with timezone support, delivering summarized reports to Telegram, Slack, email, or other DM channels \n Supports environment variable provisioning for MDM/automated deployments, with minimal interactive prompts as fallbac