███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 4101 | using-gh-cli | trailofbits/skills |
Using the GitHub CLI ( gh ) When to Use Browsing or reading code from a GitHub repository — clone it and use Read/Glob/Grep Viewing or creating pull requests, issues, releases, or gists Fetching repo metadata or any GitHub API data Interacting with GitHub Actions (runs, workflows) Any task involving GitHub that you might otherwise use curl , wget , or WebFetch for When NOT to Use Non-GitHub URLs (use WebFetch or curl for those) Public web content that happens to be hosted on GitHub Pages ( *.git...
|
214 |
| 4102 | screenshot-to-code | onewave-ai/claude-skills |
Screenshot to Code Convert UI screenshots into production-ready code with accurate styling and structure. How This Works When a user provides a screenshot of a UI design: Analyze the visual design thoroughly Generate clean, modern code that recreates it Provide complete, runnable implementation Instructions 1. Analyze the Screenshot Examine the image carefully and identify: Layout structure: Grid, flexbox, or custom positioning Components: Buttons, inputs, cards, navigation, modals, etc. V...
|
214 |
| 4103 | browser automation | claude-office-skills/skills |
Browser Automation CRITICAL RULES — VIOLATIONS WILL BREAK THE WORKFLOW: Never run midscene commands in the background. Each command must run synchronously so you can read its output (especially screenshots) before deciding the next action. Background execution breaks the screenshot-analyze-act loop. Run only one midscene command at a time. Wait for the previous command to finish, read the screenshot, then decide the next action. Never chain multiple commands together. Allow enough time for each ...
|
213 |
| 4104 | hugging-face-paper-publisher | huggingface/skills |
Overview This skill provides comprehensive tools for AI engineers and researchers to publish, manage, and link research papers on the Hugging Face Hub. It streamlines the workflow from paper creation to publication, including integration with arXiv, model/dataset linking, and authorship management. Integration with HF Ecosystem Paper Pages: Index and discover papers on Hugging Face Hub arXiv Integration: Automatic paper indexing from arXiv IDs Model/Dataset Linking: Connect papers to relevant ...
|
213 |
| 4105 | dispatching-parallel-agents | davila7/claude-code-templates |
Dispatching Parallel Agents Overview You delegate tasks to specialized agents with isolated context. By precisely crafting their instructions and context, you ensure they stay focused and succeed at their task. They should never inherit your session's context or history — you construct exactly what they need. This also preserves your own context for coordination work. When you have multiple unrelated failures (different test files, different subsystems, different bugs), investigating them sequen...
|
213 |
| 4106 | backtest-expert | tradermonty/claude-trading-skills |
Backtest Expert Systematic approach to backtesting trading strategies based on professional methodology that prioritizes robustness over optimistic results. Core Philosophy Goal : Find strategies that "break the least", not strategies that "profit the most" on paper. Principle : Add friction, stress test assumptions, and see what survives. If a strategy holds up under pessimistic conditions, it's more likely to work in live trading. When to Use This Skill Use this skill when: Developing or valid...
|
213 |
| 4107 | langfuse-observability | langfuse/skills |
Langfuse Observability Instrument LLM applications with Langfuse tracing, following best practices and tailored to your use case. When to Use Setting up Langfuse in a new project Auditing existing Langfuse instrumentation Adding observability to LLM calls Workflow 1. Assess Current State Check the project: Is Langfuse SDK installed? What LLM frameworks are used? (OpenAI SDK, LangChain, LlamaIndex, Vercel AI SDK, etc.) Is there existing instrumentation? No integration yet: Set up Langfuse us...
|
213 |
| 4108 | web-design-guidelines | bytedance/deer-flow |
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
|
213 |
| 4109 | home-assistant-automation-scripts | bradsjm/hassio-addons |
Home Assistant Automations & Scripts Workflow Determine whether the request is instance-specific or general syntax. Discover entities and services before drafting config. When decisions involve templates, helpers, automation modes, entity/device IDs, or refactoring existing config, follow home-assistant-best-practices and its references. Provide minimal, valid YAML/JSON or tool-driven changes. Validate templates and troubleshoot with traces and logs. Tooling map (ha-mcp) Discover entities: ha_ge...
|
213 |
| 4110 | alicloud-security-cloudfw | cinience/alicloud-skills |
Category: service Cloud Firewall Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for Cloud Firewall. Workflow Confirm region, resource identifiers, and desired action. Discover API list and required parameters (see references). Call API with SDK or OpenAPI Explorer. Verify results with describe/list APIs. AccessKey priority (must follow) Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID Region policy: ALICLO...
|
213 |
| 4111 | alicloud-security-id-verification-cloudauth | cinience/alicloud-skills |
Category: service ID Verification (Cloudauth) Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for ID Verification. Workflow Confirm region, resource identifiers, and desired action. Discover API list and required parameters (see references). Call API with SDK or OpenAPI Explorer. Verify results with describe/list APIs. AccessKey priority (must follow) Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID Region ...
|
213 |
| 4112 | alicloud-backup-bdrc | cinience/alicloud-skills |
Category: service Backup and Disaster Recovery Center Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for Backup and Disaster Recovery Center. Workflow Confirm region, resource identifiers, and desired action. Discover API list and required parameters (see references). Call API with SDK or OpenAPI Explorer. Verify results with describe/list APIs. AccessKey priority (must follow) Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET ...
|
213 |
| 4113 | alicloud-ai-multimodal-qwen-vl-test | cinience/alicloud-skills |
Category: test Minimal Viable Test Goals Validate only the minimal request path for this skill. If execution fails, record exact error details without guessing parameters. Prerequisites Prepare authentication and region settings based on the skill instructions. Target skill: skills/ai/multimodal/alicloud-ai-multimodal-qwen-vl Test Steps (Minimal) Open the target skill SKILL.md and choose one minimal input example. Send one minimal request or run the example script. Record request summary, respon...
|
213 |
| 4114 | alicloud-compute-ecs-test | cinience/alicloud-skills |
Category: test ECS Minimal Viable Test Prerequisites 已配置 ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID 。 GoalsSkill: skills/compute/ecs/alicloud-compute-ecs/ 。 Test Steps 执行最小查询: DescribeRegions 。 在一个 region 执行 DescribeInstances ( PageSize=1 )。 记录请求参数、返回总数、是否成功。 Expected Results API 可达,返回结构正常。 无实例时返回空列表,不应报鉴权错误。
|
213 |
| 4115 | alicloud-observability-sls-log-query-test | cinience/alicloud-skills |
Category: test SLS 日志查询Minimal Viable Test Prerequisites 配置 ALIBABA_CLOUD_ACCESS_KEY_ID 、 ALIBABA_CLOUD_ACCESS_KEY_SECRET 。 配置 SLS_ENDPOINT 、 SLS_PROJECT 、 SLS_LOGSTORE 。 GoalsSkill: skills/observability/sls/alicloud-observability-sls-log-query/ 。 Test Steps 执行 5 分钟窗口的基础查询(如 * | select count(*) )。 记录耗时与返回行数。 若失败,记录完整错误码。 Expected Results 查询成功返回统计结果,或返回可诊断错误。
|
213 |
| 4116 | vercel-react-best-practices | davila7/claude-code-templates |
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 62 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
|
213 |
| 4117 | unreal-engine-cpp-pro | sickn33/antigravity-awesome-skills |
This skill provides expert-level guidelines for developing with Unreal Engine 5 using C++. It focuses on writing robust, performant, and standard-compliant code. When to Use Use this skill when: - Developing C++ code for Unreal Engine 5.x projects - Writing Actors, Components, or UObject-derived classes - Optimizing performance-critical code in Unreal Engine - Debugging memory leaks or garbage collection issues - Implementing Blueprint-exposed functionality - Following Epic Games' codin...
|
213 |
| 4118 | alicloud-network-dns-cli-test | cinience/alicloud-skills |
Category: test DNS CLI Minimal Viable Test Prerequisites aliyun CLI is installed and configured. AK/SK is configured. GoalsSkill: skills/network/dns/alicloud-network-dns-cli/ 。 Test Steps 执行 aliyun alidns DescribeSubDomainRecords --DomainName <domain> --SubDomain <sub> 。 若无记录,再执行一次空返回验证。 记录 request id 和返回条目数。 Expected Results 命令可执行,返回 JSON 或明确权限错误。
|
212 |
| 4119 | alicloud-platform-multicloud-docs-api-benchmark | cinience/alicloud-skills |
Multi-Cloud Product Docs/API Benchmark Use this skill when the user wants cross-cloud documentation/API comparison for similar products. Supported clouds Alibaba Cloud AWS Azure GCP Tencent Cloud Volcano Engine Huawei Cloud Data source policy L0 (highest): user-pinned official links via --<provider>-links L1 : machine-readable official metadata/source GCP: Discovery API AWS: API Models repository Azure: REST API Specs repository L2 : official-domain constrained web discovery fallback L3 : insuff...
|
212 |
| 4120 | tailwind-best-practices | mastra-ai/mastra |
Tailwind Best Practices Overview Styling guidelines for the Mastra Playground UI, containing 5 rules across 3 categories. Rules are prioritized by impact to guide automated refactoring and code generation. These rules ensure design system consistency, prevent token drift, and maintain component library integrity. Scope packages/playground-ui packages/playground When to Apply Reference these guidelines when: Writing new React components with Tailwind styles Reviewing code for styling consistency ...
|
212 |
| 4121 | sf-permissions | jaganpro/sf-skills |
Salesforce Permission Set analysis, visualization, and auditing tool When to Use This Skill Use `sf-permissions` when the user needs to: - Visualize Permission Set and Permission Set Group hierarchies - Find out "who has access to X?" (objects, fields, Apex classes, custom permissions) - Analyze what permissions a specific user has - Export Permission Set configurations for auditing - Generate Permission Set XML metadata - Understand permission inheritance through PSG membership Capab...
|
212 |
| 4122 | alicloud-ai-recommend-airec | cinience/alicloud-skills |
Category: service AIRec Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for AIRec. Workflow Confirm region, resource identifiers, and desired action. Discover API list and required parameters (see references). Call API with SDK or OpenAPI Explorer. Verify results with describe/list APIs. AccessKey priority (must follow) Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID Region policy: ALICLOUD_REGION_ID is an...
|
212 |
| 4123 | chat-ui | inference-sh/skills |
Chat UI Components Chat building blocks from ui.inference.sh . Quick Start Install chat components npx shadcn@latest add https://ui.inference.sh/r/chat.json Components Chat Container import { ChatContainer } from "@/registry/blocks/chat/chat-container" < ChatContainer > { /* messages go here */ } </ ChatContainer > Messages import { ChatMessage } from "@/registry/blocks/chat/chat-message" < ChatMessage role = " user " content = " Hello, how can you help me? " /> < ChatMessage role = " assistant...
|
212 |
| 4124 | alicloud-ai-audio-tts-test | cinience/alicloud-skills |
Category: test Minimal Viable Test Goals Validate only the minimal request path for this skill. If execution fails, record exact error details without guessing parameters. Prerequisites Prepare authentication and region settings based on the skill instructions. Target skill: skills/ai/audio/alicloud-ai-audio-tts Test Steps (Minimal) Open the target skill SKILL.md and choose one minimal input example. Send one minimal request or run the example script. Record request summary, response summary, an...
|
212 |
| 4125 | seo-technical | agricidaniel/claude-seo |
Technical SEO Audit Categories 1. Crawlability robots.txt: exists, valid, not blocking important resources XML sitemap: exists, referenced in robots.txt, valid format Noindex tags: intentional vs accidental Crawl depth: important pages within 3 clicks of homepage JavaScript rendering: check if critical content requires JS execution Crawl budget: for large sites (>10k pages), efficiency matters AI Crawler Management As of 2025-2026, AI companies actively crawl the web to train models and power AI...
|
212 |
| 4126 | gmail-skill | idanbeck/claude-skills |
Read, search, and send Gmail emails. Access Google contacts. CRITICAL: Email Sending Confirmation Required Before sending ANY email, you MUST get explicit user confirmation. When the user asks to send an email: - First, show them the complete email details: From (which account) - To - CC/BCC (if any) - Subject - Full body text - Ask: "Do you want me to send this email?" - ONLY run the send command AFTER the user explicitly confirms (e.g., "yes", "send it", "go ahead") - NEVER send a...
|
212 |
| 4127 | alicloud-ai-image-qwen-image-edit-test | cinience/alicloud-skills |
Category: test Minimal Viable Test Goals Validate only the minimal request path for this skill. If execution fails, record exact error details without guessing parameters. Prerequisites Prepare authentication and region settings based on the skill instructions. Target skill: skills/ai/image/alicloud-ai-image-qwen-image-edit Test Steps (Minimal) Open the target skill SKILL.md and choose one minimal input example. Send one minimal request or run the example script. Record request summary, response...
|
212 |
| 4128 | write-concept | leonardomso/33-js-concepts |
Skill: Write JavaScript Concept Documentation Use this skill when writing or improving concept documentation pages for the 33 JavaScript Concepts project. When to Use Creating a new concept page in /docs/concepts/ Rewriting or significantly improving an existing concept page Reviewing an existing concept page for quality and completeness Adding explanatory content to a concept Target Audience Remember: the reader might be someone who has never coded before or is just learning JavaScript. Writ...
|
212 |
| 4129 | alicloud-ai-pai-aiworkspace | cinience/alicloud-skills |
Category: service PAI AIWorkspace Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for Platform for Artificial Intelligence PAI - AIWorkspace. Workflow Confirm region, resource identifiers, and desired action. Discover API list and required parameters (see references). Call API with SDK or OpenAPI Explorer. Verify results with describe/list APIs. AccessKey priority (must follow) Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET /...
|
212 |
| 4130 | alicloud-security-center-sas | cinience/alicloud-skills |
Category: service Security Center Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for Security Center. Workflow Confirm region, resource identifiers, and desired action. Discover API list and required parameters (see references). Call API with SDK or OpenAPI Explorer. Verify results with describe/list APIs. AccessKey priority (must follow) Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID Region policy: ALIC...
|
212 |
| 4131 | grepai-quickstart | yoanbernabeu/grepai-skills |
This skill provides a complete walkthrough to get GrepAI running and searching your code in 5 minutes. When to Use This Skill - First time using GrepAI - Need a quick refresher on basic workflow - Setting up GrepAI on a new project - Demonstrating GrepAI to someone Prerequisites - Terminal access - A code project to index Step 1: Install GrepAI macOS ``` brew install yoanbernabeu/tap/grepai ``` Linux/macOS (Alternative) ``` curl -sSL https://raw.githubusercontent.com/yoanberna...
|
212 |
| 4132 | go-style-core | cxuu/golang-skills |
Go Style Core Principles Normative: This guidance is required per Google's canonical Go style guide. Style Principles (Priority Order) When writing readable Go code, apply these principles in order of importance: 1. Clarity The code's purpose and rationale must be clear to the reader. What: Use descriptive names, helpful comments, and efficient organization Why: Add commentary explaining rationale, especially for nuances View clarity through the reader's lens, not the author's Code should ...
|
212 |
| 4133 | alicloud-security-cloudfw-test | cinience/alicloud-skills |
Category: test CloudFW Minimal Viable Test Prerequisites AK/SK and region are configured. GoalsSkill: skills/security/firewall/alicloud-security-cloudfw/ 。 Test Steps 先跑元数据 API 列表脚本。 选择一个只读列表/详情 API 执行。 记录请求摘要和响应摘要。 Expected Results 可拿到资源列表或明确无权限提示。
|
212 |
| 4134 | alicloud-ai-misc-crawl-and-skill-test | cinience/alicloud-skills |
Category: test Minimal Viable Test Goals Validate only the minimal request path for this skill. If execution fails, record exact error details without guessing parameters. Prerequisites Prepare authentication and region settings based on the skill instructions. Target skill: skills/ai/misc/alicloud-ai-misc-crawl-and-skill Test Steps (Minimal) Open the target skill SKILL.md and choose one minimal input example. Send one minimal request or run the example script. Record request summary, response s...
|
212 |
| 4135 | senior-security | alirezarezvani/claude-skills |
Senior Security Complete toolkit for senior security with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Threat Modeler python scripts/threat_modeler.py [options] Script 2: Security Auditor python scripts/security_auditor.py [options] Script 3: Pentest Automator python scripts/pentest_automator.py [options] Core Capabilities 1. Threat Modeler Automated tool for threat modeler tasks. Featu...
|
212 |
| 4136 | alicloud-ai-content-aimiaobi | cinience/alicloud-skills |
Category: service Quan Miao Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for Quan Miao. Workflow Confirm region, resource identifiers, and desired action. Discover API list and required parameters (see references). Call API with SDK or OpenAPI Explorer. Verify results with describe/list APIs. AccessKey priority (must follow) Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID Region policy: ALICLOUD_REGION_...
|
212 |
| 4137 | aixyz-on-openclaw | agentlyhq/aixyz |
aixyz for openclaw Users This guide is written for openclaw users who want to ship a live, paid AI agent using aixyz. You do not need prior coding experience or knowledge of crypto infrastructure — every step is explained from scratch. Quick reference: The general aixyz skill lives at skills.sh/agentlyhq/aixyz . Consult it for full CLI flags and advanced topics. This guide focuses on the path that matters most to openclaw users. What You Are Building An AI agent that: Runs on the internet at a p...
|
212 |
| 4138 | google-workspace | supercent-io/skills-template |
Google Workspace APIs Status: Production Ready Last Updated: 2026-01-09 Dependencies: Cloudflare Workers (recommended), Google Cloud Project Skill Version: 1.0.0 Quick Reference API Common Use Cases Reference Gmail Email automation, inbox management gmail-api.md Calendar Event management, scheduling calendar-api.md Drive File storage, sharing drive-api.md Sheets Spreadsheet data, reporting sheets-api.md Docs Document generation docs-api.md Chat Bots, webhooks, spaces chat-api.md Meet Video con...
|
212 |
| 4139 | seo-programmatic | agricidaniel/claude-seo |
Programmatic SEO Analysis & Planning Build and audit SEO pages generated at scale from structured data sources. Enforces quality gates to prevent thin content penalties and index bloat. Data Source Assessment Evaluate the data powering programmatic pages: CSV/JSON files : Row count, column uniqueness, missing values API endpoints : Response structure, data freshness, rate limits Database queries : Record count, field completeness, update frequency Data quality checks: Each record must have enoug...
|
212 |
| 4140 | app-launch | eronred/aso-skills |
App Launch Strategy You are an expert in mobile app launches with experience across indie apps and top-charting products. Your goal is to create a comprehensive launch plan that maximizes day-one visibility and sustains momentum. Initial Assessment Check for app-marketing-context.md — read it for app context Ask: New app or major update? Ask: Launch date (or flexible?) Ask: Budget (organic only, or paid acquisition available?) Ask: Pre-existing audience? (email list, social following, existing a...
|
212 |
| 4141 | using-superpowers | davila7/claude-code-templates |
IF A SKILL APPLIES TO YOUR TASK, YOU DO NOT HAVE A CHOICE. YOU MUST USE IT. This is not negotiable. This is not optional. You cannot rationalize your way out of this. Instruction Priority Superpowers skills override default system prompt behavior, but user instructions always take precedence : User's explicit instructions (CLAUDE.md, GEMINI.md, AGENTS.md, direct requests) — highest priority Superpowers skills — override default system behavior where they conflict Default system prompt — lowest p...
|
212 |
| 4142 | alicloud-ai-image-qwen-image-test | cinience/alicloud-skills |
Category: test Minimal Viable Test Goals Validate only the minimal request path for this skill. If execution fails, record exact error details without guessing parameters. Prerequisites Prepare authentication and region settings based on the skill instructions. Target skill: skills/ai/image/alicloud-ai-image-qwen-image Test Steps (Minimal) Open the target skill SKILL.md and choose one minimal input example. Send one minimal request or run the example script. Record request summary, response summ...
|
211 |
| 4143 | alicloud-ai-audio-tts-realtime-test | cinience/alicloud-skills |
Category: test Minimal Viable Test Goals Validate only the minimal request path for this skill. If execution fails, record exact error details without guessing parameters. Prerequisites Prepare authentication and region settings based on the skill instructions. Target skill: skills/ai/audio/alicloud-ai-audio-tts-realtime Test Steps (Minimal) Open the target skill SKILL.md and choose one minimal input example. Send one minimal request or run the example script. Record request summary, response su...
|
211 |
| 4144 | c-level-advisor | alirezarezvani/claude-skills |
C-Level Advisory Ecosystem A complete virtual board of directors for founders and executives. Quick Start 1. Run /cs:setup → creates company-context.md (all agents read this) 2. Ask any strategic question → Chief of Staff routes to the right role 3. For big decisions → /cs:board triggers a multi-role board meeting What's Included 10 C-Suite Roles CEO, CTO, COO, CPO, CMO, CFO, CRO, CISO, CHRO, Executive Mentor 6 Orchestration Skills Founder Onboard, Chief of Staff (router), Board Meeting, Decisio...
|
211 |
| 4145 | top 100 web vulnerabilities reference | sickn33/antigravity-awesome-skills |
Top 100 Web Vulnerabilities Reference Purpose Provide a comprehensive, structured reference for the 100 most critical web application vulnerabilities organized by category. This skill enables systematic vulnerability identification, impact assessment, and remediation guidance across the full spectrum of web security threats. Content organized into 15 major vulnerability categories aligned with industry standards and real-world attack patterns. Prerequisites Basic understanding of web application...
|
211 |
| 4146 | extract | actionbook/actionbook |
Identify reusable patterns, components, and design tokens, then extract and consolidate them into the design system for systematic reuse. Discover Analyze the target area to identify extraction opportunities: Find the design system : Locate your design system, component library, or shared UI directory (grep for "design system", "ui", "components", etc.). Understand its structure: Component organization and naming conventions Design token structure (if any) Documentation patterns Import/export co...
|
211 |
| 4147 | monitor-ci | nrwl/nx-ai-agents-config |
Monitor CI Command You are the orchestrator for monitoring Nx Cloud CI pipeline executions and handling self-healing fixes. You spawn subagents to interact with Nx Cloud, run deterministic decision scripts, and take action based on the results. Context Current Branch: ! git branch --show-current Current Commit: ! git rev-parse --short HEAD Remote Status: ! git status -sb | head -1 User Instructions $ARGUMENTS Important: If user provides specific instructions, respect them over default behaviors ...
|
211 |
| 4148 | xlsx | bobmatnyc/claude-mpm-skills |
Requirements for Outputs All Excel files Professional Font Use a consistent, professional font (e.g., Arial, Times New Roman) for all deliverables unless otherwise instructed by the user Zero Formula Errors Every Excel model MUST be delivered with ZERO formula errors (REF!, DIV/0!, VALUE!, N/A, NAME?) Preserve Existing Templates (when updating templates) Study and EXACTLY match existing format, style, and conventions when modifying files Never impose standardized formatting on files with establi...
|
211 |
| 4149 | mcp-builder | davila7/claude-code-templates |
MCP Server Development Guide Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Research and Planning 1.1 Understand Modern MCP Design API Coverage vs. Workflow Tools: Balance comprehensive API endpoint coverag...
|
211 |
| 4150 | alicloud-data-lake-dlf | cinience/alicloud-skills |
Category: service Data Lake Formation Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for Data Lake Formation. Workflow Confirm region, resource identifiers, and desired action. Discover API list and required parameters (see references). Call API with SDK or OpenAPI Explorer. Verify results with describe/list APIs. AccessKey priority (must follow) Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID Region poli...
|
211 |