Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,435
总 Skills
35.1M
总安装量
2,441
贡献者
# Skill 仓库 描述 安装量
13501 youtube-analytics openclaudia/openclaudia-skills
YouTube Analytics Skill You are a YouTube analytics and strategy expert. Use the YouTube Data API v3 to analyze channels, videos, and search trends to provide actionable insights. Prerequisites This skill requires YOUTUBE_API_KEY . Check for it in environment variables or ~/.claude/.env.global . If not found, inform the user: This skill requires a YouTube Data API v3 key. Set it via: export YOUTUBE_API_KEY=your_key_here Or add it to ~/.claude/.env.global Get your API key at: https://console.clou...
64
13502 educator-teacher dylantarre/animation-principles
Educator: Teaching Through Animation You are an educator using animation to teach and explain. Apply Disney's 12 principles to create memorable, effective learning experiences. The 12 Principles for Educational Animation 1. Squash and Stretch Teaching Application: Show cause and effect. Ball squashes on impact—teaches physics. Heart stretches with emotion—teaches biology and feeling connection. Learning Value: Abstract concepts become tangible through visible deformation. 2. Anticipation Te...
64
13503 offer-validator shipshitdev/library
Offer Validator - Hormozi Value Equation Scorecard Ruthlessly assess existing offers against Hormozi's Value Equation. Score them, expose weaknesses, and provide actionable fixes. Hormozi's Principle: "Your offer should be so good people feel stupid saying no." Your Role: Score the offer. Find the gaps. Prescribe the fixes. When This Activates User says "validate my offer" User says "rate my offer" User asks "is my offer good" User wants to check offer quality before launch User mentions low...
64
13504 decomposition-planning-roadmap tech-leads-club/agent-skills
Decomposition Planning and Roadmap This skill creates structured decomposition plans and roadmaps to guide the migration from monolithic to distributed architectures, prioritizing work and tracking progress through decomposition patterns. How to Use Quick Start Request creation of a decomposition plan: "Create a decomposition roadmap for this codebase" "Plan the decomposition migration strategy" "Prioritize decomposition work based on component analysis" "Create a step-by-step decomposition plan...
64
13505 file-manager openakita/openakita
文件管理技能 本技能提供文件和文件夹管理能力。 核心功能 1. 文件操作 创建文件 复制/移动文件 重命名文件 删除文件 2. 文件夹操作 创建文件夹 列出目录内容 删除文件夹(递归) 复制文件夹 3. 批量处理 按类型分类 批量重命名 查找重复文件 整理下载文件夹 安全规则 禁止操作 系统目录(/System, /usr, /bin 等) 其他用户的文件 没有明确确认的删除操作 需要确认 删除文件前列出将被删除的内容 覆盖已存在的文件前提醒 批量操作前显示预览 常用操作示例 整理下载文件夹 1. 创建分类目录 mkdir -p ~/Downloads/ { Documents,Images,Videos,Archives,Others } 2. 按扩展名移动 mv ~/Downloads/*.pdf ~/Downloads/Documents/ mv ~/Downloads/*. { jpg,png,gif } ~/Downloads/Images/ mv ~/Downloads/*. { mp4,mov,avi } ~/Downloads/Videos/ mv ~/Downlo...
64
13506 adaptive-wfo-epoch terrylica/cc-skills
Adaptive Walk-Forward Epoch Selection (AWFES) Machine-readable reference for adaptive epoch selection within Walk-Forward Optimization (WFO). Optimizes training epochs per-fold using Walk-Forward Efficiency (WFE) as the objective. Quick Start from adaptive_wfo_epoch import AWFESConfig, compute_efficient_frontier Generate epoch candidates from search bounds and granularity config = AWFESConfig.from_search_space( min_epoch=100, max_epoch=2000, granularity=5, Number of frontier po...
64
13507 design-language-system sgcarstrends/sgcarstrends
Design Language System Skill This skill documents the professional colour scheme and design tokens for SG Cars Trends, optimised for automotive data visualisation (GitHub Issue 406). When to Use This Skill Styling new components with the brand colour palette Implementing chart colours for data visualisation Ensuring colour consistency across the application Migrating arbitrary hex colours to design tokens Reviewing colour usage in code reviews Colour Philosophy Never use arbitrary hex colours...
64
13508 stata-data-cleaning meleantonio/awesome-econ-ai-stuff
Stata Data Cleaning Purpose This skill helps economists clean, transform, and prepare datasets for analysis in Stata. It emphasizes reproducibility, proper documentation, and handling common data quality issues found in economic research. When to Use Cleaning raw survey or administrative data Merging multiple data sources Handling missing values, duplicates, and outliers Creating analysis-ready panel datasets Documenting data transformations for replication Instructions Step 1: Understand the Da...
64
13509 writing-assistant yunshu0909/yunshu_skillshub
写作助手 核心流程 三个关键步骤:选题 → 框架 → 内容 但根据你对选题的 清晰度 ,会走不同的分支: 用户提出主题或想法 │ ↓ [阶段00] 诊断:观点清不清楚? │ ├─→ 清晰(知道要讲什么) │ ├─ [阶段03] 框架讨论 - 打磨和组织框架 │ └─ [阶段04] 内容产出 - 根据框架写文章 │ └─→ 模糊(有很多想法但不知道讲什么) ├─ [阶段01] 思维挖掘 - 把想法倒出来 ├─ [阶段02] 选题确定 - 从想法中找核心 ├─ [阶段03] 框架讨论 - 打磨和组织框架 └─ [阶段04] 内容产出 - 根据框架写文章 流程概览 阶段 名称 触发条件 目标 详细文件 00 诊断 用户提出想法 快速判断观点清晰度 stages/00-diagnosis.md 01 思维挖掘 观点模糊 把零散想法倒出来,记录成洞察 stages/01-mining.md 02 选题确定 洞察足够 从洞察中锁定核心选题和灵魂句 stages/02-topic.md 03 框架讨论 选题确定(无论哪个分支) 打磨和组织文章框架,确保逻辑清晰 stages/03-fra...
64
13510 component-fixtures microsoft/vscode
Component Fixtures Component fixtures render isolated UI components for visual screenshot testing via the component explorer. Fixtures live in src/vs/workbench/test/browser/componentFixtures/ and are auto-discovered by the Vite dev server using the glob src//*.fixture.ts . Use tools mcp_component-exp_ * to list and screenshot fixtures. If you cannot see these tools, inform the user to them on. Running Fixtures Locally Start the component explorer daemon: run the Launch Component Explorer task Us...
64
13511 link-validation terrylica/cc-skills
Validates markdown links in your workspace using [lychee](https://github.com/lycheeverse/lychee). What It Does At session end (Stop hook), this skill: - Discovers all markdown files in your workspace - Runs lychee to check for broken links - Lints paths for policy violations (absolute paths, excessive traversal) - Outputs JSON results for programmatic consumption Requirements - [lychee](https://github.com/lycheeverse/lychee) installed (`brew install lychee`) - Python 3.11+ and uv Ou...
64
13512 comment-mode shipshitdev/library
Comment Mode Generate highlighted HTML with click-to-reveal comments for granular feedback on text. Alternative to rewrites—user keeps their voice, reviews feedback incrementally. When to Use User says: "comment on this", "leave comments on", "give feedback on" User pastes text and asks for feedback/critique User wants targeted feedback without a full rewrite Clarify Before Commenting Use AskUserQuestion to clarify scope when the request is ambiguous. Avoid over-commenting (overwhelming) or u...
64
13513 capacitor-performance cap-go/capacitor-skills
Performance Optimization for Capacitor Make your Capacitor apps fast and responsive. When to Use This Skill User has slow app User wants to optimize User has memory issues User needs profiling User has janky animations Quick Wins 1. Lazy Load Plugins // BAD - All plugins loaded at startup import { Camera } from '@capacitor/camera' ; import { Filesystem } from '@capacitor/filesystem' ; import { Geolocation } from '@capacitor/geolocation' ; // GOOD - Load when needed async function takePhoto ( ) {...
64
13514 groove-utilities-memory-log-daily andreadellacorte/groove
groove-utilities-memory-log-daily Outcome <memory>/daily/YYYY-MM-DD.md is created or updated with a structured end entry. The file may already exist from daily start (start-of-day structure); if so, append the closeout sections. The file is written so that the next daily start can verify yesterday had an end. Acceptance Criteria File exists at <memory>/daily/YYYY-MM-DD.md after command completes "Done today" section contains granular multi-level bullets sourced from completed tasks and git diff ...
64
13515 financial-goal-planner onewave-ai/claude-skills
Financial Goal Planner Create timelines for house down payment, retirement, college fund. Monthly savings targets, investment strategies, milestone tracking. Instructions You are an expert financial planner. Create detailed goal plans with realistic timelines, savings targets, and investment recommendations. Output Format Financial Goal Planner Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be Spec...
64
13516 code-quality-expert oimiragieo/agent-studio
Code Quality Expert clean code When reviewing or writing code, apply these guidelines: Clean Code Guidelines Constants Over Magic Numbers Replace hard-coded values with named constants Use descriptive constant names that explain the value's purpose Keep constants at the top of the file or in a dedicated constants file Meaningful Names Variables, functions, and classes should reveal their purpose Names should explain why something exists and how it's used Avoid abbreviations unless they're univ...
64
13517 debugging-capacitor cap-go/capacitor-skills
Debugging Capacitor Applications Complete guide to debugging Capacitor apps on iOS and Android. When to Use This Skill User reports app crashes User needs to debug WebView/JavaScript User needs to debug native code User has network/API issues User sees unexpected behavior User asks how to debug Quick Reference: Debugging Tools Platform WebView Debug Native Debug Logs iOS Safari Web Inspector Xcode Debugger Console.app Android Chrome DevTools Android Studio adb logcat WebView Debugging iOS: Safar...
64
13518 api-error-handling secondsky/claude-skills
API Error Handling Overview Build robust error handling systems with standardized error responses, detailed logging, error categorization, and user-friendly error messages. When to Use Handling API errors consistently Debugging production issues Implementing error recovery strategies Monitoring error rates Providing meaningful error messages to clients Tracking error patterns Instructions 1. Standardized Error Response Format { "error": { "code": "VALIDATION_ERROR", "message": "Input...
64
13519 sentry-setup andrelandgraf/fullstackrecipes
Sentry Setup To set up Sentry Setup, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/sentry-setup If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/sentry-setup
64
13520 social-media epicenterhq/epicenter
Social Media Content Skill This skill provides guidelines for creating engaging social media content that drives engagement and shares. When to Use This Skill Use this skill when asked to: Write a LinkedIn post Create a Twitter/X thread Draft social media announcements Repurpose blog content for social Research First (Required) Before writing any social media content, you MUST delegate research: Use the task tool with subagent_type: "researcher" In the description, specify BOTH the topic A...
64
13521 umbraco-quickstart umbraco/umbraco-cms-backoffice-skills
Umbraco Quickstart Sets up everything needed for Umbraco extension development in one command. Usage Full setup with custom credentials /umbraco-quickstart MyUmbracoSite MyExtension --email a@a.co.uk --password Admin123456 With default credentials (admin@test.com / SecurePass1234) /umbraco-quickstart MyUmbracoSite MyExtension Just Umbraco instance name (will prompt for extension name) /umbraco-quickstart MyUmbracoSite No arguments (will detect existing or prompt for names) /umbraco-quickstar...
64
13522 jk avivsinai/jenkins-cli
`jk` is a GitHub CLI–style interface for Jenkins controllers. It provides modern, scriptable workflows for developers and operators. Dependency Check Before executing any `jk` command, verify the CLI is installed: ``` jk --version ``` If the command fails or `jk` is not found, install it using one of these methods: | macOS/Linux | `brew install avivsinai/tap/jk` | Windows | `scoop bucket add avivsinai https://github.com/avivsinai/scoop-bucket && scoop install jk` | Go | `go install...
64
13523 i18n-frontend-implementer patricio0312rev/skills
i18n Frontend Implementer Implement internationalization with next-intl, react-i18next, or similar libraries. Core Setup 1. Install: npm install next-intl or react-i18next 2. Create dictionaries: locales/en.json, locales/es.json 3. Provider setup: Wrap app with IntlProvider 4. Translation keys: Hierarchical namespace structure 5. Formatters: Date, number, currency formatting 6. Language switcher: Dropdown or flags UI Translation Structure { "common": { "nav": { "home": "Home", "about": "Ab...
64
13524 frontend-design s-hiraoku/synapse-a2a
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
64
13525 web-scraper liranudi/openclaw-web-scraper
Web Scraper Extract structured data from websites using BeautifulSoup and requests - turn any webpage into usable data. When to Use This Skill Competitor research - Scrape pricing, features, positioning Lead generation - Extract contact info from directories Content audit - Pull headings, links, meta data Price monitoring - Track competitor pricing changes Data collection - Gather research data from multiple sources What Claude Does vs What You Decide Claude Does You Decide Structures analysis f...
64
13526 cli-building siviter-xyz/dot-agent
CLI Building Guidelines for building command-line interfaces with modern patterns and best practices. When to Use Creating new CLI tools or commands Building interactive terminal applications Adding commands to existing projects Implementing command-line interfaces Working with CLI frameworks Core Principles Async-first: All I/O operations should be async/await, avoid blocking operations Composable commands: Commands should be modular and reusable, use command composition Strategy pattern: Use...
64
13527 sql-expert personamanagmentlayer/pcl
SQL Expert Skill Expert guidance for writing, optimizing, and managing SQL databases across PostgreSQL, MySQL, SQLite, and SQL Server. Core Capabilities This skill enables you to: Write complex SQL queries with JOINs, subqueries, CTEs, and window functions Optimize slow queries using EXPLAIN plans and index recommendations Design database schemas with proper normalization (1NF, 2NF, 3NF, BCNF) Create effective indexes for query performance Write database migrations safely with rollback suppo...
64
13528 tvscreener ninehills/skills
tvscreener Use this skill for market queries with simple scripts first, then native Python when needed. Install python3 -m pip install -U tvscreener Python must be >=3.10 . Quick commands (run from skill root) Use Python 3.10+ in your preferred environment (venv/pyenv/system Python). Preset single-symbol output (recommended) python3 scripts/query_symbol.py --symbol HKEX:700 --market HONGKONG Custom query (fields + filters) bash scripts/run_query.sh \ --market CHINA \ --symbol SHSE:600519 \ --f...
64
13529 opensrc third774/dotfiles
opensrc CLI tool to fetch source code for packages/repos, giving AI coding agents deeper implementation context. When to Use Need to understand how a library/package works internally (not just its interface) Debugging issues where types alone are insufficient Exploring implementation patterns in dependencies Agent needs to reference actual source code of a package Quick Start Install globally or use npx npm install -g opensrc Fetch npm package (auto-detects installed version from lockfile) npx...
64
13530 groove-utilities-task-install andreadellacorte/groove
groove-utilities-task-install Outcome The configured task backend is installed and verified reachable. User is informed of what was installed and how to use it. Acceptance Criteria Backend CLI is available in PATH after install User is shown a confirmation with the installed version or a reachability check No-op if tasks: none If tasks: beans : AGENTS.md contains a <!-- groove:task:start --> stub pointing to beans prime Constraints Read tasks: from .groove/index.md to determine backend If tasks:...
64
13531 groove-utilities-check andreadellacorte/groove
groove-utilities-check Bash fast-path This skill has a bash script at scripts/check.sh . Run it directly for faster, model-free execution: bash .agents/skills/groove-utilities-check/scripts/check.sh If the script exits 0, report its stdout and stop — do not continue with the steps below. If it exits non-zero or bash is unavailable, continue with the markdown steps. Outcome The latest published groove version is compared against the installed version. If a newer version is available, the user is ...
64
13532 react-doctor brianlovin/claude-config
React Doctor Scans your React codebase for security, performance, correctness, and architecture issues. Outputs a 0-100 score with actionable diagnostics. Usage npx -y react-doctor@latest . --verbose --diff Workflow Run after making changes to catch issues early. Fix errors first, then re-run to verify the score improved.
64
13533 spider-weave autumnsgrove/groveengine
Spider Weave The spider doesn't rush. It spins one thread at a time, anchoring each carefully before moving to the next. The web grows organically—radial strands first, then the spiral, each connection tested for strength. When complete, the web catches what matters while letting the wind pass through. Authentication woven this way is strong, resilient, and beautiful in its structure. When to Activate User asks to "add auth" or "set up authentication" User says "protect this route" or "add login...
64
13534 project-scaffolding autumnsgrove/groveengine
Project Scaffolding Skill When to Activate Activate this skill when: Creating new projects from scratch Setting up project directory structure Initializing configuration files Starting from BaseProject template Setting up technology-specific projects Quick Setup Methods Method Best For Time Automated Script Standard projects 2-3 min Manual Setup Custom configurations 10-15 min Directory Naming Conventions Directories: CamelCase (VideoProcessor, AudioTools) Date-based: kebab-case with YY...
64
13535 windows-kernel-security gmh5225/awesome-game-security
Windows Kernel Security Overview This skill covers Windows kernel security topics from the awesome-game-security collection, including driver development, system callbacks, security feature bypasses, and kernel-mode exploitation. Core Kernel Concepts Important Structures EPROCESS / ETHREAD PEB / TEB DRIVER_OBJECT DEVICE_OBJECT IRP (I/O Request Packet) Key Tables SSDT (System Service Descriptor Table) IDT (Interrupt Descriptor Table) GDT (Global Descriptor Table) PspCidTable (Process/Thread han...
64
13536 docker-workflows autumnsgrove/groveengine
Docker Workflows Skill When to Activate Activate this skill when: Creating Dockerfiles for applications Setting up docker-compose environments Containerizing Python/UV projects Configuring multi-stage builds Managing container secrets Quick Commands Build image docker build -t my-app:latest . Run container docker run -d -p 8000 :8000 --name my-app my-app:latest View logs docker logs -f my-app Execute in container docker exec -it my-app bash Stop and remove docker stop my-app && docker rm my...
64
13537 design-ui-window sharex/xerahs
You are an expert Avalonia UI/UX designer and refactor specialist. Follow these instructions exactly and in order. Do not skip steps, do not add business logic changes, do not break existing bindings or view-model public API. <ui_ux_reference_characteristics> Visual consistency across the entire window. Uniform spacing margins and alignment. Controls aligned to a clear grid. Controls use available space appropriately. Predictable control placement. Clear visual hierarchy with one primary action ...
64
13538 pdf-helper zackkorman/skills
PDF Helper Guidelines Jk this skill doesn't really do anything.
64
13539 b2c-ecdn salesforcecommercecloud/b2c-developer-tooling
B2C eCDN Skill Use the b2c CLI plugin to manage eCDN (embedded Content Delivery Network) zones, certificates, security settings, and more. Tip: If b2c is not installed globally, use npx @salesforce/b2c-cli instead (e.g., npx @salesforce/b2c-cli ecdn zones list ). Prerequisites OAuth credentials with sfcc.cdn-zones scope (read operations) OAuth credentials with sfcc.cdn-zones.rw scope (write operations) Tenant ID for your B2C Commerce organization Examples List CDN Zones list all CDN zones for a...
64
13540 speckit-constitution dceoy/speckit-agent-skills
Spec Kit Constitution Skill When to Use Initial project setup or when governance principles need updates. Inputs User-provided principles or amendments. Existing .specify/memory/constitution.md and templates. If the request is missing or ambiguous, ask focused questions before proceeding. Workflow You are updating the project constitution at .specify/memory/constitution.md . This file is a TEMPLATE containing placeholder tokens in square brackets (e.g. [PROJECT_NAME] , [PRINCIPLE_1_NAME] ). Your...
64
13541 workflow-automation shipshitdev/library
Workflow Automation When to use this skill Repetitive tasks : running the same commands every time Complex builds : multi-step build processes Team onboarding : a consistent development environment Instructions Step 1: npm scripts package.json : { "scripts" : { "dev" : "nodemon src/index.ts" , "build" : "tsc && vite build" , "test" : "jest --coverage" , "test:watch" : "jest --watch" , "lint" : "eslint src --ext .ts,.tsx" , "lint:fix" : "eslint src --ext .ts,.tsx --fix" , "format" : "prettier --w...
64
13542 theme-factory 404kidwiz/claude-supercode-skills
Theme Factory Skill This skill provides a curated collection of professional font and color themes themes, each with carefully selected color palettes and font pairings. Once a theme is chosen, it can be applied to any artifact. Purpose To apply consistent, professional styling to presentation slide decks, use this skill. Each theme includes: A cohesive color palette with hex codes Complementary font pairings for headers and body text A distinct visual identity suitable for different contexts an...
64
13543 svelte5-development autumnsgrove/groveengine
Svelte 5 Development Skill When to Activate Activate this skill when: Creating Svelte 5 components Working with SvelteKit routing Implementing runes ($state, $derived, $effect) Building forms with actions Setting up SvelteKit projects Quick Commands npx sv create my-app Create SvelteKit project cd my-app && pnpm install pnpm dev Start dev server (localhost:5173) pnpm build Build for production Runes Quick Reference Rune Purpose Example $state Reactive state let count = $state(0) $derived Comp...
64
13544 pytest-advanced laurigates/claude-plugins
Advanced Pytest Patterns Advanced pytest features for robust, maintainable test suites. When to Use This Skill Use this skill when... Use python-testing instead when... Writing fixtures with scopes/factories Basic test structure questions Parametrizing with complex data Simple assert patterns Setting up pytest plugins (cov, xdist) Running existing tests Organizing conftest.py hierarchy Test discovery basics Async testing with pytest-asyncio Synchronous unit tests Installation Core + common plug...
64
13545 react-optimise pproenca/dot-skills
React Optimise Best Practices Application-level performance optimization guide for React applications. Contains 43 rules across 8 categories, prioritized by impact from critical (React Compiler, bundle optimization) to incremental (memory management). When to Apply Optimizing React application performance or bundle size Adopting or troubleshooting React Compiler v1.0 Splitting bundles and configuring code splitting Improving Core Web Vitals (INP, LCP, CLS) Profiling render performance and identi...
64
13546 ecosystem-guide spences10/svelte-skills-kit
Claude Code Ecosystem Guide A curated set of tools for enhanced Claude Code workflows. The Stack Tool Type Purpose toolkit-skills Plugin Forced-eval hook + core skills (pair with any skills plugin) svelte-skills-kit Plugin Svelte/SvelteKit skills (pair with toolkit-skills) cclog CLI Sync transcripts → SQLite for analytics mcp-omnisearch MCP Unified search (Tavily, Kagi, GitHub, etc.) mcp-sqlite-tools MCP Safe SQLite operations mcpick CLI Toggle MCP servers dynamically research Skill Verified s...
64
13547 vulnerability-scanning secondsky/claude-skills
Vulnerability Scanning Overview Systematically identify security vulnerabilities in applications, dependencies, and infrastructure using automated scanning tools and manual security assessments. When to Use Pre-deployment security checks Continuous security monitoring Compliance audits (PCI-DSS, SOC 2) Dependency vulnerability detection Container security scanning Infrastructure security assessment Implementation Examples 1. Node.js Vulnerability Scanner // scanner.js - Comprehensive vulnerabi...
64
13548 file-manager ninehills/skills
文件管理技能 本技能提供文件和文件夹管理能力。 核心功能 1. 文件操作 创建文件 复制/移动文件 重命名文件 删除文件 2. 文件夹操作 创建文件夹 列出目录内容 删除文件夹(递归) 复制文件夹 3. 批量处理 按类型分类 批量重命名 查找重复文件 整理下载文件夹 安全规则 禁止操作 系统目录(/System, /usr, /bin 等) 其他用户的文件 没有明确确认的删除操作 需要确认 删除文件前列出将被删除的内容 覆盖已存在的文件前提醒 批量操作前显示预览 常用操作示例 整理下载文件夹 1. 创建分类目录 mkdir -p ~/Downloads/ { Documents,Images,Videos,Archives,Others } 2. 按扩展名移动 mv ~/Downloads/*.pdf ~/Downloads/Documents/ mv ~/Downloads/*. { jpg,png,gif } ~/Downloads/Images/ mv ~/Downloads/*. { mp4,mov,avi } ~/Downloads/Videos/ mv ~/Downlo...
64
13549 compose-patterns-2025 josiahsiegel/claude-plugin-marketplace
Docker Compose Patterns for Production (2025) Overview This skill documents production-ready Docker Compose patterns and best practices for 2025, based on official Docker documentation and industry standards. File Format Changes (2025) IMPORTANT: The version field is now obsolete in Docker Compose v2.42+. Correct (2025): services: app: image: myapp:latest Incorrect (deprecated): version: '3.8' DO NOT USE services: app: image: myapp:latest Multiple Environment Strategy Patt...
64
13550 firecrawl-scraper jackspace/claudeskillz
Firecrawl Web Scraper Skill Status : Production Ready Last Updated : 2026-01-20 Official Docs : https://docs.firecrawl.dev API Version : v2 SDK Versions : firecrawl-py 4.13.0+, @mendable/firecrawl-js 4.11.1+ What is Firecrawl? Firecrawl is a Web Data API for AI that turns websites into LLM-ready markdown or structured data. It handles: JavaScript rendering - Executes client-side JavaScript to capture dynamic content Anti-bot bypass - Gets past CAPTCHA and bot detection systems Format conversion ...
64