extract▌
13 indexed skills · max 10 per page
java-refactoring-extract-method
github/awesome-copilot · Backend
Java method extraction refactoring for improved readability and maintainability. \n \n Identifies methods exceeding complexity thresholds (LOC > 15, statements > 10, cyclomatic complexity > 10) and extracts logical code blocks into focused helper methods \n Produces fully compilable Java 17 code with descriptive method names and single-line documentation comments \n Preserves all original functionality while reducing cognitive load and improving testability through smaller, single-responsibility
extract-design-system
arvindrk/extract-design-system · Frontend
Use this skill when the user wants to reverse-engineer a public website's design primitives into project-local starter token files.
content-extract
blessonism/openclaw-search-skills · Marketing
目标:把“给我一个 URL → 产出可读 Markdown + 可追溯入口”变成一个统一入口,供后续所有业务 skill(github-explorer、写作类 skills、日报等)复用。
extract
boshu2/agentops · Productivity
Typically runs automatically via SessionStart hook.
extract-my-action-items
casper-studios/casper-marketplace · Productivity
Extract action items from a Fireflies transcript using parallel subagents. Catches items automated summaries miss.
parallel-web-extract
parallel-web/parallel-agent-skills · Productivity
Extract content from multiple URLs in parallel, token-efficiently. \n \n Handles webpages, articles, PDFs, and JavaScript-heavy sites with a single command \n Runs in a forked context to minimize token overhead compared to built-in WebFetch \n Supports batch extraction of multiple URLs with optional focus objectives \n Requires parallel-cli installation and authentication; outputs extracted content as markdown to a local file for follow-up queries \n
extract-errors
facebook/react · Productivity
Extract and manage error codes for React applications. \n \n Automatically extracts error messages from React source code and assigns unique error codes to new messages \n Detects \"unknown error code\" warnings and flags messages that need code assignment \n Validates that error codes remain synchronized with the current codebase through a simple yarn command \n
extract
actionbook/actionbook · Productivity
Activate when the user wants to obtain data from a website:
extract
tavily-ai/skills · Productivity
Extract clean content from specific URLs using Tavily's extraction API. \n \n Supports up to 20 URLs per request with optional query-based reranking to focus on relevant content chunks \n Two extraction modes: basic for fast text extraction, advanced for JavaScript-rendered pages and structured data \n Automatic OAuth authentication via browser on first run, or manual API key configuration in settings \n Returns markdown or plain text format with optional image URLs and configurable timeout up t
tavily-extract
tavily-ai/skills · Productivity
Extract clean markdown or text from up to 20 URLs, with JavaScript rendering and query-focused chunking support. \n \n Handles JavaScript-rendered pages with configurable extraction depth (basic for simple pages, advanced for dynamic SPAs and tables) \n Supports query-focused extraction to return only relevant content chunks instead of full pages \n Returns LLM-optimized markdown by default, with options for plain text format and structured JSON output \n Processes up to 20 URLs in a single call