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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,459
总 Skills
36.0M
总安装量
2,444
贡献者
# Skill 仓库 描述 安装量
8051 api-filtering-sorting aj-geddes/useful-ai-prompts
API Filtering & Sorting Overview Build flexible filtering and sorting systems that handle complex queries efficiently with proper validation, security, and performance optimization. When to Use Building search and filter interfaces Implementing advanced query capabilities Creating flexible data retrieval endpoints Optimizing query performance Validating user input for queries Supporting complex filtering logic Instructions 1. Query Parameter Filtering // Node.js filtering implementation app.ge...
253
8052 ln-120-reference-docs-creator levnikolaevich/claude-code-skills
This skill creates the reference documentation structure (docs/reference/) and smart documents (ADRs, Guides, Manuals) based on project's TECH_STACK. Documents are created only when justified (nontrivial technology choices with alternatives). When to Use This Skill This skill is a L2 WORKER invoked by ln-100-documents-pipeline orchestrator. This skill should be used directly when: - Creating only reference documentation structure (docs/reference/) - Setting up directories for ADRs, guides,...
253
8053 ln-635-test-isolation-auditor levnikolaevich/claude-code-skills
Specialized worker auditing test isolation and detecting anti-patterns. Purpose & Scope - Worker in ln-630 coordinator pipeline - Audit Test Isolation (Category 5: Medium Priority) - Audit Anti-Patterns (Category 6: Medium Priority) - Check determinism (no flaky tests) - Calculate compliance score (X/10) Inputs (from Coordinator) Receives `contextStore` with isolation checklist, anti-patterns catalog, test file list. Workflow - Parse context - Check isolation for 6 categories - Ch...
253
8054 ln-760-security-setup levnikolaevich/claude-code-skills
L2 Domain Coordinator that orchestrates security scanning and configuration for project bootstrap. Purpose & Scope - Coordinate secret scanning (ln-761) and dependency audit (ln-762) - Aggregate findings from both workers into unified report - Generate security infrastructure: SECURITY.md, pre-commit hooks, CI workflow - Provide overall security score and risk assessment When to Use - During project bootstrap (invoked by ln-700-project-bootstrap) - Manual security audit request - CI/C...
253
8055 ln-731-docker-generator levnikolaevich/claude-code-skills
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-730-devops-setup Generates production-ready Docker configuration for containerized development. Purpose & Scope Creates Docker infrastructure for local development and production: - Does: Generate Dockerfiles, docker-compose, .dockerignore, nginx config - Does NOT: Build images, start containers, manage deployments Inputs | Stack Type | ln-730 coordinator | frontend, backend-dotnet, backend-python | Versions | Auto-detected...
253
8056 ln-722-backend-generator levnikolaevich/claude-code-skills
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-720-structure-migrator Generates complete .NET backend structure following Clean Architecture principles. Purpose & Scope | Input | Project name, entity list, configuration options | Output | Complete .NET solution with layered architecture | Target | .NET 10+, ASP.NET Core Scope boundaries: - Generates project structure and boilerplate code - Creates MockData for initial development - Does not implement business logic or...
253
8057 ln-743-test-infrastructure levnikolaevich/claude-code-skills
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-740-quality-setup Sets up testing frameworks, coverage tools, and sample tests for projects. Purpose & Scope Does: - Detects project stack to choose appropriate test framework - Creates test configuration files - Sets up coverage reporting with thresholds - Creates sample tests demonstrating patterns - Verifies test suite runs successfully Does NOT: - Configure linters (ln-741 does this) - Set up pre-commit hooks (ln-742 does...
253
8058 ln-640-pattern-evolution-auditor levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Pattern Evolution Auditor L2 Coordinator that analyzes implemented architectural patterns against current best practices and tracks evolution over time. Purpose & Scope Maintain docs/project/patterns_catalog.md with implemented patterns Research best practices via MCP Ref, Context7, WebSearch Audit layer boundaries via ln-6...
253
8059 ln-402-task-reviewer levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Task Reviewer MANDATORY after every task execution. Reviews a single task in To Review and decides Done vs To Rework with immediate fixes or clear rework notes. This skill is NOT optional. Every executed task MUST be reviewed immediately. No exceptions, no batching, no skipping. Purpose & Scope Resolve task ID (per Input Re...
253
8060 ln-100-documents-pipeline levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Documentation Pipeline (Orchestrator) This skill orchestrates the creation of a complete documentation system by invoking L2 coordinator + 4 L2 workers. The coordinator (ln-110) delegates to 5 L3 workers for project docs; other L2 workers handle reference/tasks/test/presentation domains. Each component validates its own out...
253
8061 technical-analysis staskh/trading_skills
Technical Analysis Identity Role: Technical Analysis Grandmaster Voice: A trader who's spent 20,000+ hours staring at charts across forex, equities, crypto, and commodities. Speaks with the precision of Richard Wyckoff, the pattern recognition of Thomas Bulkowski, and the skepticism of a quant who backtests everything. Believes technicals work because they reflect human psychology, but knows most retail TA is astrology with extra steps. Expertise: Classical charting (Dow Theory, Wyckoff Meth...
253
8062 ln-522-manual-tester levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Inputs Input Required Source Description storyId Yes args, git branch, kanban, user Story to process Resolution: Story Resolution Chain. Status filter: To Review Manual Tester Manually verifies Story AC on running code and reports structured results for the quality gate. Purpose & Scope Create executable test scripts in tes...
253
8063 config-hardener useai-pro/openclaw-skills-security
Config Hardener You are an OpenClaw configuration security auditor. Analyze the user's OpenClaw setup and generate a hardened configuration that follows security best practices. What to Audit 1. AGENTS.md The AGENTS.md file defines what your agent can and cannot do. Check for: Missing AGENTS.md (CRITICAL) Without AGENTS.md, OpenClaw runs with default permissions — this is the most common cause of security incidents. Overly permissive rules: <!-- BAD: allows everything --> Allowed - All tools en...
253
8064 accounting whawkinsiv/claude-code-skills
Accounting & Bookkeeping Expert Act as a top 1% small business accounting advisor who specializes in bootstrapped SaaS companies. You help solo founders set up clean books, stay tax-ready, and avoid the financial messes that cost thousands to fix later. You explain accounting in plain English — no jargon, no unnecessary complexity. You always recommend the simplest system that keeps the founder legal, informed, and out of trouble. Core Principles Bookkeeping is not optional. Messy books cost you...
253
8065 ln-741-linter-configurator levnikolaevich/claude-code-skills
ln-741-linter-configurator Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-740-quality-setup Configures code linting and formatting tools for TypeScript, .NET, and Python projects. Purpose & Scope Does: Detects which linter stack to configure based on project type Checks for existing linter configurations Generates appropriate config files from templates Installs required dependencies Verifies linter runs without errors Does NOT: Configure pre-commit hooks (ln-742 does this) Se...
253
8066 promo-video opusgamelabs/game-creator
Promo Video Recording Record smooth, autonomous promo footage of a Phaser game for marketing / social media. The output is a 50 FPS MP4 in mobile portrait (9:16) — ready for TikTok, Reels, Moltbook, or X. Technique Playwright's recordVideo caps at 25 FPS with no config option. We work around it: Slow the game to 0.5× by patching all 5 Phaser time subsystems Record for 2× the desired duration at Playwright's native 25 FPS FFmpeg speed-up 2× → effective 50 FPS output Parameter Default Effect SLOW_...
253
8067 ads-dna agricidaniel/claude-ads
Ads DNA: Brand DNA Extractor Extracts brand identity from a website and saves it as brand-profile.json for use by /ads create , /ads generate , and /ads photoshoot . Quick Reference Command What it does /ads dna <url> Full brand extraction → brand-profile.json /ads dna https://acme.com --quick Fast extraction (homepage only) Process Step 1: Collect URL If the user hasn't provided a URL, ask: "What website URL should I analyze for brand DNA? (e.g. https://yoursite.com )" Step 2: Fetch Pages Use t...
253
8068 coursera-downloader serpdownloaders/skills
Coursera Downloader — Coming Soon (Browser Extension) Save Coursera video lectures as MP4 files for offline study directly from your browser. This extension is currently in development and has not been released yet. Coursera Downloader is an upcoming browser extension that will provide a simple way to capture video lectures from Coursera courses without relying on third-party desktop applications or command-line utilities. It is being built around the browser-based course player so you can expor...
253
8069 dailymotion-downloader serpdownloaders/skills
Dailymotion Downloader (Browser Extension) Download supported Dailymotion videos as MP4 files for offline viewing. Dailymotion Downloader is a browser extension for users who want a cleaner way to save Dailymotion videos without relying on browser hacks, screen capture workarounds, or generic tools that miss the real stream. It detects supported Dailymotion media, lets you choose the available quality, and exports the result as MP4 for later playback. Save supported Dailymotion videos from watch...
253
8070 brightcove-video-downloader serpdownloaders/skills
Brightcove Video Downloader — Coming Soon (Browser Extension) Download Brightcove-embedded videos from supported websites as MP4 files directly from your browser. This extension is currently in development and has not been released yet. Brightcove Video Downloader is an upcoming browser extension that will let users detect and save videos hosted on the Brightcove platform from supported site that uses a Brightcove player. Instead of relying on screen recording software or third-party desktop app...
253
8071 open-video-downloader serpdownloaders/skills
Open Video Downloader — Coming Soon (Browser Extension) A universal, open-source browser extension for detecting and downloading videos from supported websites. This extension is currently in development and has not been released yet. Open Video Downloader is an upcoming browser extension that will provide a single tool for grabbing videos across every major platform and countless smaller sites. Instead of relying on proprietary downloaders that bundle ads, hidden trackers, or paywalled features...
253
8072 clientclub-downloader serpdownloaders/skills
ClientClub Downloader (Browser Extension) Download videos from ClientClub and supported GoHighLevel-powered portals as MP4 files for offline access. ClientClub Downloader is a browser extension built for users who want a simpler way to save lesson and coaching videos from ClientClub portals. It works with supported portal-hosted lessons and common embedded video providers, giving you a browser-first workflow for detecting the lesson video, choosing the available quality, and saving an MP4 file f...
253
8073 mindvalley-downloader serpdownloaders/skills
Mindvalley Downloader (Browser Extension) Download Mindvalley course videos, quest lessons, and supported embedded lesson videos as MP4 files for offline study. Mindvalley Downloader is a browser extension built for learners who want a simpler way to save Mindvalley lesson videos for offline access. It works with supported Mindvalley-hosted streams as well as common embedded lesson providers, giving you a direct browser workflow for detecting the video, choosing a quality, and exporting an MP4 f...
253
8074 skillshare-downloader serpdownloaders/skills
Skillshare Downloader — Coming Soon (Browser Extension) Download Skillshare class videos as MP4 files directly from your browser. This extension is currently in development and has not been released yet. Skillshare Downloader is an upcoming browser extension that will provide a simple, browser-native way to save class videos from Skillshare's online learning platform. Instead of relying on screen recorders or third-party desktop applications, the extension is being built to work inside your brow...
253
8075 ashemaletube-downloader serpdownloaders/skills
AShemaleTube Downloader (Browser Extension) Download AShemaleTube videos as MP4 files from the browser with direct quality selection. AShemaleTube Downloader is a browser extension for users who want a cleaner way to save AShemaleTube videos without relying on generic downloader sites, manual stream extraction, or external software. It detects supported video pages in the browser, exposes the available qualities, and exports finished downloads as MP4 for easier playback later. Download supported...
253
8076 fansly-live-downloader serpdownloaders/skills
Fansly Live Downloader (Browser Extension) Record Fansly live streams and download saved recordings as MP4 files for offline viewing. Fansly Live Downloader is a browser extension built for users who want a cleaner way to keep Fansly live sessions and saved videos available outside the site. It works with active live streams, recorded videos, and supported VR content, handling detection in the browser and exporting files in MP4 format for easier playback later. Record live Fansly broadcasts whil...
253
8077 twitter-x-downloader serpdownloaders/skills
Twitter X Downloader (Browser Extension) Download videos, images, and post text from X in one browser workflow. Twitter X Downloader is a browser extension built for users who want a simpler way to save X content for offline reference. It scans the posts visible on the current page, detects downloadable media, and lets you save videos, images, and post text without relying on copy-paste tools, external websites, or command-line utilities. Save X videos as MP4 files for offline viewing Download p...
253
8078 nhentai-downloader serpdownloaders/skills
NHentai Downloader (Browser Extension) Download supported NHentai videos as MP4 files from the browser with direct quality selection. NHentai Downloader is a browser extension for users who want a cleaner way to save supported NHentai videos without relying on generic downloader sites or HLS tools. It detects supported video pages in the browser, exposes the available qualities, and exports finished downloads as MP4 for easier playback later. Download supported NHentai videos directly from the p...
253
8079 m3u8-downloader serpdownloaders/skills
M3U8 Downloader (Browser Extension) Detect and download HLS/M3U8 streams from supported websites and save them as MP4 files. M3U8 Downloader is a browser extension built for users who need a site-agnostic HLS workflow instead of a single-site downloader. It monitors supported media requests in your browser, detects M3U8/HLS streams and related video sources, and helps you export them into standard MP4 files without relying on command-line tools. Detect HLS/M3U8 streams from supported sites Save ...
253
8080 pornhub-video-downloader serpdownloaders/skills
Pornhub Downloader (Browser Extension) Download supported Pornhub videos as MP4 files directly from active video pages. Pornhub Downloader is a browser extension built for users who want a cleaner way to save supported Pornhub videos for offline viewing. It detects the active media source from the watch page, shows available quality options when present, and exports the final result as MP4 without forcing you into manual stream extraction or low-quality recording workarounds. Save supported Porn...
253
8081 bilibili-downloader serpdownloaders/skills
Bilibili Downloader Download videos from Bilibili (B站) with separate video and audio streams. Usage node scripts/bili_dl.cjs < video_url > < save_directory > Arguments video_url : Bilibili video URL or BV number (e.g., https://www.bilibili.com/video/BV1xxxxx or BV1xxxxx ) save_directory : Directory to save downloaded files Output Downloads two files: {BV号}_video.mp4 - Video stream {BV号}_audio.mp4 - Audio stream Error Codes 无效的BV号或URL格式 - Invalid URL/BV number 视频不存在或已被删除 - Video not found 视频访问受限 ...
253
8082 pdf-downloader serpdownloaders/skills
PDF Downloader — Coming Soon (Browser Extension) Detect, capture, and download PDF files from any webpage directly in your browser. This extension is currently in development and has not been released yet. PDF Downloader is an upcoming browser extension that will provide a seamless way to find and save PDF files encountered while browsing. Rather than hunting through page source code or right-click menus, the extension will automatically detect PDF links, embedded PDF viewers, and inline documen...
253
8083 learnworlds-downloader serpdownloaders/skills
LearnWorlds Downloader — Coming Soon (Browser Extension) Download LearnWorlds course videos as MP4 files directly from your browser. This extension is currently in development and has not been released yet. LearnWorlds Downloader is an upcoming browser extension designed to let users capture and save video content from the LearnWorlds course platform without relying on screen recorders, third-party desktop applications, or command-line utilities. LearnWorlds is a cloud-based course creation and ...
253
8084 coomer-downloader serpdownloaders/skills
Coomer Downloader (Browser Extension) Save supported Coomer posts, videos, images, GIFs, and text into organized local folders. Coomer Downloader is a browser extension built for users who want to save more than just one video at a time. It scans supported Coomer pages, groups content by post and creator, and lets you download videos, images, GIFs, and text from visible posts without bouncing between generic downloader tools or manual copy workflows. Save supported Coomer videos, images, GIFs, a...
253
8085 stocksy-downloader serpdownloaders/skills
Stocksy Downloader — Coming Soon (Browser Extension) Download your licensed Stocksy photos and videos directly from the browser without switching between apps or managing manual save workflows. This extension is currently in development and has not been released yet. Stocksy Downloader is an upcoming browser extension designed to streamline the process of retrieving licensed visual assets from Stocksy's marketplace. Instead of navigating multiple pages and handling individual file downloads one ...
253
8086 tnaflix-video-downloader serpdownloaders/skills
TNAFlix Downloader (Browser Extension) Download supported TNAFlix videos as MP4 files directly from active watch pages. TNAFlix Downloader is a browser extension built for users who want a cleaner way to save supported TNAFlix videos for offline viewing. It detects the active media source from the page, surfaces available quality variants when present, and exports the final result as MP4 without forcing you to inspect page scripts or use separate extraction tools. Save supported TNAFlix videos f...
253
8087 redgifs-downloader serpdownloaders/skills
Redgifs Downloader (Browser Extension) Download Redgifs clips and short videos as MP4 files from supported pages. Redgifs Downloader is a browser extension for users who want a faster way to save Redgifs clips without relying on screen recordings or page-inspection tricks. It detects supported Redgifs media from watch pages and feed cards, then lets you export the result as MP4 for offline viewing. Save Redgifs clips and short videos for offline playback Detect supported media from watch pages a...
253
8088 terabox-downloader serpdownloaders/skills
TeraBox Downloader — Coming Soon (Browser Extension) Download files from TeraBox shared links quickly and reliably, straight from your browser. This extension is currently in development and has not been released yet. TeraBox Downloader is an upcoming browser extension built to simplify the process of saving files from TeraBox (by Baidu) shared links. TeraBox offers 1TB of free cloud storage, and users frequently share large files, folders, and media through public download links. The extension ...
253
8089 performance-analytics anthropics/knowledge-work-plugins
Performance Analytics Skill Frameworks for measuring, reporting, and optimizing marketing performance across channels and campaigns. Key Marketing Metrics by Channel Email Marketing Metric Definition Benchmark Range What It Tells You Delivery rate Emails delivered / emails sent 95-99% List health and sender reputation Open rate Unique opens / emails delivered 15-30% Subject line and sender effectiveness Click-through rate (CTR) Unique clicks / emails delivered 2-5% Content relevance and CTA effe...
252
8090 tanstack table jezweb/claude-skills
TanStack Table Headless data tables with server-side pagination, filtering, sorting, and virtualization for Cloudflare Workers + D1 Quick Start Last Updated : 2026-01-09 Versions : @tanstack/react-table@8.21.3, @tanstack/react-virtual@3.13.18 npm install @tanstack/react-table@latest npm install @tanstack/react-virtual@latest For virtualization Basic Setup (CRITICAL: memoize data/columns to prevent infinite re-renders): import { useReactTable , getCoreRowModel , ColumnDef } from '@tanstack/react...
252
8091 codable-patterns dpearson2699/swift-ios-skills
Codable Patterns Encode and decode Swift types using Codable ( Encodable & Decodable ) with JSONEncoder , JSONDecoder , and related APIs. Targets Swift 6.2 / iOS 26+. Contents Basic Conformance Custom CodingKeys Custom Decoding and Encoding Nested and Flattened Containers Heterogeneous Arrays Date Decoding Strategies Data and Key Strategies Lossy Array Decoding Single Value Containers Default Values for Missing Keys Encoder and Decoder Configuration Codable with URLSession Codable with SwiftData...
252
8092 product-manager 404kidwiz/claude-supercode-skills
Product Manager Skill Role: Phase 2 - Planning and requirements specialist Function: Create comprehensive requirements documents (PRDs), define functional and non-functional requirements, prioritize features, break down work into epics and user stories, and create lightweight technical specifications for smaller projects. When to Use This Skill Use this skill when you need to: Create Product Requirements Documents (PRDs) for Level 2+ projects Create Technical Specifications for Level 0-1 pr...
252
8093 storytelling-synthesizer rysweet/amplihack
Storytelling Synthesizer Skill Purpose Transform technical work (pull requests, commit histories, feature implementations) into compelling narratives that resonate with different audiences—whether preparing hackathon demos, writing technical blog posts, or creating marketing content. When to Use This Skill Hackathon Demos: Convert technical achievements into engaging 5-10 minute presentations Technical Blog Posts: Transform PR descriptions into detailed, narrative-driven articles Marketing Con...
252
8094 docs-cleaner daymade/claude-code-skills
Documentation Cleaner Consolidate redundant documentation while preserving 100% of valuable content. Core Principle Critical evaluation before deletion. Never blindly delete. Analyze each section's unique value before proposing removal. The goal is reduction without information loss. Workflow Phase 1: Discovery Identify all documentation files covering the topic Count total lines across files Map content overlap between documents Phase 2: Value Analysis For each document, create a section-b...
252
8095 developer-growth-analysis davila7/claude-code-templates
Developer Growth Analysis This skill provides personalized feedback on your recent coding work by analyzing your Claude Code chat interactions and identifying patterns that reveal strengths and areas for growth. When to Use This Skill Use this skill when you want to: Understand your development patterns and habits from recent work Identify specific technical gaps or recurring challenges Discover which topics would benefit from deeper study Get curated learning resources tailored to your actual w...
252
8096 receiving-code-review davila7/claude-code-templates
Code Review Reception Overview Code review requires technical evaluation, not emotional performance. Core principle: Verify before implementing. Ask before assuming. Technical correctness over social comfort. The Response Pattern WHEN receiving code review feedback: 1. READ: Complete feedback without reacting 2. UNDERSTAND: Restate requirement in own words (or ask) 3. VERIFY: Check against codebase reality 4. EVALUATE: Technically sound for THIS codebase? 5. RESPOND: Technical acknowledgment or ...
252
8097 constitutional-ai davila7/claude-code-templates
Constitutional AI - Harmlessness from AI Feedback Quick start Constitutional AI (CAI) trains models to be harmless through self-critique and AI feedback, without requiring human labels for harmful outputs. Key concept: Models learn to critique and revise their own responses using a "constitution" (set of principles). Two phases: Supervised Learning (SL): Self-critique + revision Reinforcement Learning (RL): RLAIF (RL from AI Feedback) Constitution example: Principles: 1. Choose the respons...
252
8098 railway-deploy davila7/claude-code-templates
Railway Deploy Deploy code from the current directory to Railway using railway up. When to Use User asks to "deploy", "ship", "push code" User says "railway up" or "deploy to Railway" User wants to deploy local code changes User says "deploy and fix any issues" (use --ci mode) Modes Detach Mode (default) Starts deploy and returns immediately. Use for most deploys. railway up --detach CI Mode Streams build logs until complete. Use when user wants to watch the build or needs to debug issues....
252
8099 shap davila7/claude-code-templates
SHAP (SHapley Additive exPlanations) Overview SHAP is a unified approach to explain machine learning model outputs using Shapley values from cooperative game theory. This skill provides comprehensive guidance for: Computing SHAP values for any model type Creating visualizations to understand feature importance Debugging and validating model behavior Analyzing fairness and bias Implementing explainable AI in production SHAP works with all model types: tree-based models (XGBoost, LightGBM, CatB...
252
8100 a-b-test-design owl-listener/designer-skills
A/B Test Design You are an expert in designing rigorous A/B experiments that produce actionable results. What You Do You design A/B tests with clear hypotheses, controlled variants, appropriate metrics, and statistical rigor. Test Structure 1. Hypothesis Structured as: 'If we [change], then [outcome] will [improve/decrease] because [rationale].' 2. Variants Control (A): current design Treatment (B): proposed change Keep changes isolated — test one variable at a time 3. Primary Metric The single ...
252