███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 11151 | repoprompt | parcadei/continuous-claude-v3 |
RepoPrompt Skill When to Use Explore codebase structure (tree, codemaps) Search code with context lines Get code signatures without full file content (token-efficient) Read file slices (specific line ranges) Build context for tasks Token Optimization RepoPrompt is more token-efficient than raw file reads: structure → signatures only (not full content) read --start-line --limit → slices instead of full files search --context-lines → relevant matches with context CLI Usage If installed to PATH ...
|
338 |
| 11152 | less-best-practices | mindrally/skills |
Less CSS Best Practices You are an expert in Less (Leaner Style Sheets), CSS architecture, and maintainable stylesheet development. Key Principles Write modular, reusable Less that leverages variables, mixins, and functions Follow consistent naming conventions and file organization Keep specificity low and avoid overly complex selectors Prioritize readability and maintainability File Organization Project Structure less/ ├── abstracts/ │ ├── variables.less Global variables │ ├── mixin...
|
338 |
| 11153 | dart-drift | madteacher/mad-agents-skills |
Dart Drift Comprehensive guide for using drift database library in Dart applications. Overview Dart Drift skill provides complete guidance for implementing persistent storage in Dart applications (CLI tools, backend services, non-Flutter desktop apps) using the drift library. Drift is a reactive persistence library for Dart built on SQLite, with optional PostgreSQL support, offering type-safe queries, auto-updating streams, schema migrations, and cross-platform database connections. Quick St...
|
338 |
| 11154 | 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...
|
338 |
| 11155 | test-driven-development | davila7/claude-code-templates |
Test-Driven Development (TDD) Overview Write the test first. Watch it fail. Write minimal code to pass. Core principle: If you didn't watch the test fail, you don't know if it tests the right thing. Violating the letter of the rules is violating the spirit of the rules. When to Use Always: New features Bug fixes Refactoring Behavior changes Exceptions (ask your human partner): Throwaway prototypes Generated code Configuration files Thinking "skip TDD just this once"? Stop. That's rationalization...
|
338 |
| 11156 | executing-plans | davila7/claude-code-templates |
Executing Plans Overview Load plan, review critically, execute all tasks, report when complete. Announce at start: "I'm using the executing-plans skill to implement this plan." Note: Tell your human partner that Superpowers works much better with access to subagents. The quality of its work will be significantly higher if run on a platform with subagent support (such as Claude Code or Codex). If subagents are available, use superpowers:subagent-driven-development instead of this skill. The Proce...
|
338 |
| 11157 | crewai | davila7/claude-code-templates |
CrewAI Role: CrewAI Multi-Agent Architect You are an expert in designing collaborative AI agent teams with CrewAI. You think in terms of roles, responsibilities, and delegation. You design clear agent personas with specific expertise, create well-defined tasks with expected outputs, and orchestrate crews for optimal collaboration. You know when to use sequential vs hierarchical processes. Capabilities Agent definitions (role, goal, backstory) Task design and dependencies Crew orchestration Pr...
|
338 |
| 11158 | quiz | readwiseio/readwise-skills |
You are quizzing the user on documents they've recently read in Readwise Reader. Follow this process carefully. Readwise Access Check if Readwise MCP tools are available (e.g. mcp__readwise__reader_list_documents ). If they are, use them throughout. If not, use the equivalent readwise CLI commands instead (e.g. readwise list , readwise read <id> , readwise search <query> ). The instructions below reference MCP tool names — translate to CLI equivalents as needed. Setup Check for persona file. Rea...
|
338 |
| 11159 | ghost | mindrally/skills |
Ghost CMS Theme Development You are an expert in Ghost CMS theme development, Handlebars templating, and modern frontend technologies. Core Principles Write semantic, accessible HTML Use Handlebars helpers effectively Optimize for performance and SEO Follow Ghost theme development best practices Create responsive, mobile-first designs Project Structure theme/ ├── assets/ │ ├── css/ │ │ └── screen.css │ ├── js/ │ │ └── main.js │ └── images/ ├── partials/ │ ├── header.hbs │ ├──...
|
338 |
| 11160 | anthropic-claude-development | mindrally/skills |
Anthropic Claude API Development You are an expert in Anthropic Claude API development, including the Messages API, tool use, prompt engineering, and building production-ready applications with Claude models. Key Principles Write concise, technical responses with accurate Python examples Use type hints for all function signatures Follow Claude's usage policies and guidelines Implement proper error handling and retry logic Never hardcode API keys; use environment variables Setup and Configurati...
|
338 |
| 11161 | error-diagnostics-smart-debug | sickn33/antigravity-awesome-skills |
Use this skill when Working on error diagnostics smart debug tasks or workflows Needing guidance, best practices, or checklists for error diagnostics smart debug Do not use this skill when The task is unrelated to error diagnostics smart debug You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open res...
|
338 |
| 11162 | gitea-workflow | jwynia/agent-skills |
Gitea Workflow Orchestrator A skill that guides agents through structured agile development workflows for Gitea repositories by intelligently invoking commands in sequence. Uses checkpoint-based flow control to auto-progress between steps while pausing at key decision points. When to Use This Skill Use this skill when: Working with a Gitea-hosted repository Starting work for the day ("run morning standup", "start my day") Working on a task ("implement next task", "continue working") Completing a...
|
338 |
| 11163 | vercel-blob | jezweb/claude-skills |
Vercel Blob Last Updated: 2026-01-21 Version: @vercel/blob@2.0.0 Skill Version: 2.1.0 Quick Start Create Blob store: Vercel Dashboard → Storage → Blob vercel env pull .env.local Creates BLOB_READ_WRITE_TOKEN npm install @vercel/blob Server Upload: 'use server'; import { put } from '@vercel/blob'; export async function uploadFile(formData: FormData) { const file = formData.get('file') as File; const blob = await put(file.name, file, { access: 'public' }); return blob.url; } CRITI...
|
337 |
| 11164 | alicloud-ai-multimodal-qwen-vl | cinience/alicloud-skills |
Category: provider Model Studio Qwen VL (Image Understanding) Validation mkdir -p output/alicloud-ai-multimodal-qwen-vl python -m py_compile skills/ai/multimodal/alicloud-ai-multimodal-qwen-vl/scripts/analyze_image.py && echo "py_compile_ok" > output/alicloud-ai-multimodal-qwen-vl/validate.txt Pass criteria: command exits 0 and output/alicloud-ai-multimodal-qwen-vl/validate.txt is generated. Output And Evidence Save raw model responses and normalized extraction results to output/alicloud-ai-mult...
|
337 |
| 11165 | integrate-file-viewer | cognitedata/dune-skills |
Integrate CogniteFileViewer Add CogniteFileViewer to this Flows app to preview CDF files (PDF, image, text). Dependencies The file-viewer library files (copied in Step 2) require this npm package: Package Version react-pdf ^9.1.1 pdfjs-dist ships as a dependency of react-pdf at the correct version — do not install it separately. react and @cognite/sdk are assumed to already be present in Flows apps. Your job Show more
|
337 |
| 11166 | reveal-3d | cognitedata/dune-skills |
Reveal 3D Viewer Add a Cognite Reveal 3D viewer to a Flows app by copying the bundled source into the target app. Renders CAD models from CDF, with support for model browsing, direct model/revision IDs, or FDM-linked assets. FDM instance to visualize: $ARGUMENTS Use This When The user wants to embed an interactive Cognite Reveal viewer for CDF 3D/CAD content in a Flows app. Do not use this skill for static diagrams, graph visualizations, or unrelated custom Three.js scenes. Prerequisites The app...
|
337 |
| 11167 | setup-python-tools | cognitedata/dune-skills |
Set Up Python Tool Execution Add client-side Python tool execution via Pyodide to this Flows app. Target: $ARGUMENTS Prerequisite integrate-atlas-chat must already be complete: the app should have vendored atlas-agent code under src/atlas-agent/ (including react.ts for useAtlasChat ) and the peer dependencies from that skill ( @sinclair/typebox , ajv , ajv-formats ). Copy the Python-related modules from the integrate-atlas-chat skill code/ directory into src/atlas-agent/ when adding Pyodide ( py...
|
337 |
| 11168 | nemo-curator | davila7/claude-code-templates |
NeMo Curator - GPU-Accelerated Data Curation NVIDIA's toolkit for preparing high-quality training data for LLMs. When to use NeMo Curator Use NeMo Curator when: Preparing LLM training data from web scrapes (Common Crawl) Need fast deduplication (16× faster than CPU) Curating multi-modal datasets (text, images, video, audio) Filtering low-quality or toxic content Scaling data processing across GPU cluster Performance: 16× faster fuzzy deduplication (8TB RedPajama v2) 40% lower TCO vs CPU al...
|
337 |
| 11169 | supermemory-cli | supermemoryai/skills |
The Supermemory CLI is the complete interface to Supermemory from the terminal. It lets you add memories, search, manage documents, configure projects, connect external data sources, and administer teams — all programmatically. Installation & Auth Install globally npm install -g @supermemory/cli Authenticate (opens browser OAuth flow) supermemory login Or use an API key directly supermemory login --api-key sm_abc_xxx Check auth status supermemory whoami Configuration The CLI supports three c...
|
337 |
| 11170 | hyva-cms-custom-field | hyva-themes/hyva-ai-tools |
Hyvä CMS Custom Field Type Creator Overview This skill guides the creation of custom field types and field handlers for Hyvä CMS components. Custom field types extend the built-in field types (text, textarea, select, etc.) with specialized input controls for the CMS editor interface. Two types of custom fields: Basic Custom Field Type : Custom input control with direct data entry (e.g., date range, color picker, custom validation) Field Handler : Enhanced UI with complex interactions (e.g., prod...
|
337 |
| 11171 | amap-lbs-skill | amap-web/amap-lbs-skill |
高德地图综合服务 Skill 高德地图综合服务向开发者提供完整的地图数据服务,包括地点搜索、路径规划、旅游规划和数据可视化等功能。 功能特性 🔍 POI(地点)搜索功能 🏙️ 支持关键词搜索、城市限定、类型筛选 📍 支持周边搜索(基于坐标和半径) 🛣️ 路径规划(步行、驾车、骑行、公交) 🗺️ 智能旅游规划助手 🔥 热力图数据可视化 🔗 地图可视化链接生成 💾 配置本地持久化存储 🎯 自动管理高德 Web Service Key 首次配置 首次使用时需要配置高德 Web Service Key: 访问 高德开放平台 创建应用并获取 Key 设置环境变量: export AMAP_WEBSERVICE_KEY=your_key 或运行时自动提示输入并保存到本地配置文件 当用户想要搜索地址、地点、周边信息(如美食、酒店、景点等)、规划路线或可视化数据时,使用此 skill。 触发条件 用户表达了以下意图之一: 搜索某类地点或某个确定地点(如"搜美食"、"找酒店"、"天安门在哪") 基于某个位置搜索周边(如"西直门周边美食"、"北京南站附近酒店") 规划路线(如"从天安门到故宫怎么走"、"规...
|
337 |
| 11172 | deployment-automation | aj-geddes/useful-ai-prompts |
Deployment Automation When to use this skill New Projects : Set up automated deployment from scratch Manual Deployment Improvement : Automate repetitive manual tasks Multi-Environment : Separate dev, staging, and production environments Scaling : Introduce Kubernetes to handle traffic growth Instructions Step 1: Docker Containerization Package the application as a Docker image. Dockerfile (Node.js app): Multi-stage build for smaller image size FROM node:18-alpine AS builder WORKDIR /app Copy p...
|
337 |
| 11173 | accessibility-compliance | aj-geddes/useful-ai-prompts |
Accessibility Compliance Master accessibility implementation to create inclusive experiences that work for everyone, including users with disabilities. When to Use This Skill Implementing WCAG 2.2 Level AA or AAA compliance Building screen reader accessible interfaces Adding keyboard navigation to interactive components Implementing focus management and focus trapping Creating accessible forms with proper labeling Supporting reduced motion and high contrast preferences Building mobile accessibil...
|
337 |
| 11174 | web-performance-optimization | aj-geddes/useful-ai-prompts |
Web Performance Optimization Overview Help developers optimize website and web application performance to improve user experience, SEO rankings, and conversion rates. This skill provides systematic approaches to measure, analyze, and improve loading speed, runtime performance, and Core Web Vitals metrics. When to Use This Skill Use when website or app is loading slowly Use when optimizing for Core Web Vitals (LCP, FID, CLS) Use when reducing JavaScript bundle size Use when improving Time to In...
|
337 |
| 11175 | autogen-development | mindrally/skills |
AutoGen Multi-Agent Development You are an expert in Microsoft AutoGen, a framework for building multi-agent AI systems with Python, focusing on agent orchestration, tool integration, and scalable AI applications. Key Principles Write concise, technical responses with accurate Python examples Use async/await patterns for agent communication Implement proper error handling and logging Follow event-driven architecture patterns Use type hints for all function signatures Setup and Installation Env...
|
337 |
| 11176 | image-enhancer | davila7/claude-code-templates |
Image Enhancer This skill takes your images and screenshots and makes them look better—sharper, clearer, and more professional. When to Use This Skill Improving screenshot quality for blog posts or documentation Enhancing images before sharing on social media Preparing images for presentations or reports Upscaling low-resolution images Sharpening blurry photos Cleaning up compressed images What This Skill Does Analyzes Image Quality : Checks resolution, sharpness, and compression artifacts Enhan...
|
337 |
| 11177 | workos-widgets | workos/skills |
WorkOS Widgets Workflow Overview Identify widget target from the user request ( user-management , user-profile , admin-portal-sso-connection , admin-portal-domain-verification ). Scan project files in this order: package/dependency manifests framework/router entrypoints auth/token utilities styling/component patterns Detect stack, data-layer style, styling, component system, and package manager using references/detection.md . Check for AuthKit/WorkOS presence: if detected, continue; if not detec...
|
337 |
| 11178 | paid-ads | davila7/claude-code-templates |
Paid Ads You are an expert performance marketer with direct access to ad platform accounts. Your goal is to help create, optimize, and scale paid advertising campaigns that drive efficient customer acquisition. Before Starting Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task....
|
337 |
| 11179 | openai-knowledge | openai/openai-agents-python |
OpenAI Knowledge Overview Use the OpenAI Developer Documentation MCP server to search and fetch exact docs (markdown), then base your answer on that text instead of guessing. Workflow 1) Check whether the Docs MCP server is available If the mcp__openaiDeveloperDocs__* tools are available, use them. If you are unsure, run codex mcp list and check for openaiDeveloperDocs. 2) Use MCP tools to pull exact docs Search first, then fetch the specific page or pages. mcp__openaiDeveloperDocs__search_...
|
337 |
| 11180 | resume-handoff | parcadei/continuous-claude-v3 |
Resume work from a handoff document You are tasked with resuming work from a handoff document through an interactive process. These handoffs contain critical context, learnings, and next steps from previous work sessions that need to be understood and continued. Initial Response When this command is invoked: If the path to a handoff document was provided: If a handoff document path was provided as a parameter, skip the default message Immediately read the handoff document FULLY Immediately ...
|
337 |
| 11181 | proxmox-admin | bastos/skills |
Proxmox VE Administration Overview Proxmox VE is a server virtualization platform built on Debian. It manages KVM virtual machines and LXC containers through a web UI or CLI tools. This skill covers CLI-based administration using qm (VMs), pct (containers), and supporting utilities. When to Use Creating, configuring, or managing KVM virtual machines Spawning and administering LXC containers Managing Proxmox storage, networking, or clustering Automating VM/container provisioning via scripts Troub...
|
337 |
| 11182 | tutorial-engineer | sickn33/antigravity-awesome-skills |
Use this skill when Working on tutorial engineer tasks or workflows Needing guidance, best practices, or checklists for tutorial engineer Transforming code, features, or libraries into learnable content Creating onboarding materials for new team members Writing documentation that teaches, not just references Building educational content for blogs, courses, or workshops Do not use this skill when The task is unrelated to tutorial engineer You need a different domain or tool outside this scope Wri...
|
337 |
| 11183 | nix-best-practices | 0xbigboss/claude-code |
Nix Best Practices Flake Structure Standard flake.nix structure: { description = "Project description" ; inputs = { nixpkgs . url = "github:NixOS/nixpkgs/nixos-unstable" ; flake - utils . url = "github:numtide/flake-utils" ; } ; outputs = { self , nixpkgs , flake - utils } : flake - utils . lib . eachDefaultSystem ( system : let pkgs = import nixpkgs { inherit system ; } ; in { devShells . default = pkgs . mkShell { buildInputs = with pkgs ; [ packages here ] ; } ; } ) ; } Follows Pattern (Avoi...
|
337 |
| 11184 | angular-best-practices-ngrx | alfredoperez/angular-best-practices |
Angular NgRx Best Practices NgRx state management rules for global state with actions, reducers, effects, and selectors. Use with the core angular-best-practices skill for comprehensive Angular coverage. Links Core Skill: angular-best-practices Browse All Skills GitHub Repository When to Apply Adding or modifying NgRx stores, reducers, or effects Writing selectors for state selection in components Managing collections with @ngrx/entity Rules Rule Impact Description Keep Reducers Pure HIGH No sid...
|
337 |
| 11185 | undocs | hairyf/skills |
Undocs is a minimal Documentation Theme and CLI built with Nuxt, Nuxt Content, and Nuxt UI. It provides zero-config documentation sites with elegant CLI wrapper, automatic content transformations, and built-in components for common documentation needs. The skill is based on undocs v0.4.15, generated at 2026-01-31. Core References Topic Description Reference Getting Started Quick start guide for creating documentation sites core-getting-started CLI Commands Development and build commands for undo...
|
336 |
| 11186 | p-video | inference-sh/skills |
Pruna P-Video Generation Generate videos with Pruna's optimized video models via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run pruna/p-video --input '{"prompt": "drone shot flying over a forest at sunset"}' Pruna Video Models Pruna optimizes AI models for speed without sacrificing quality. Model App ID Best For P-Video pruna/p-video Text-to-video, image-to-video, with audi...
|
336 |
| 11187 | setup-dune-auth | cognitedata/dune-skills |
Set Up Dune Authentication Wire a React app for Dune auth so it can talk to CDF inside Fusion. Two flows exist; pick one based on app.json . Pick the flow Read app.json if present: app.json infra Flow Auth source Extra package "appsApi" Apps API (new Fusion app host) connectToHostApp from @cognite/app-sdk @cognite/app-sdk missing / other Classic (legacy Files API) DuneAuthProvider + useDune() from @cognite/dune — No app.json ? Ask the user. Default to Apps API — it's the default for npx @cognite...
|
336 |
| 11188 | dm-limits-and-best-practices | cognitedata/dune-skills |
CDF Data Modeling: Limits, Concurrency & Best Practices This is a reference skill. When writing or reviewing code that calls CDF Data Modeling APIs, apply the patterns below. DMS Limits Reference For the latest concurrency limits, resource limits, and property value limits, see the official documentation: https://docs.cognite.com/cdf/dm/dm_reference/dm_limits_and_restrictions Key things to be aware of: Instance apply , delete , and query operations each have their own concurrent request limits E...
|
336 |
| 11189 | voice-ai-development | davila7/claude-code-templates |
Voice AI Development Role: Voice AI Architect You are an expert in building real-time voice applications. You think in terms of latency budgets, audio quality, and user experience. You know that voice apps feel magical when fast and broken when slow. You choose the right combination of providers for each use case and optimize relentlessly for perceived responsiveness. Capabilities OpenAI Realtime API Vapi voice agents Deepgram STT/TTS ElevenLabs voice synthesis LiveKit real-time infrastructur...
|
336 |
| 11190 | requesting-code-review | camacho/ai-skills |
Requesting Code Review Dispatch superpowers:code-reviewer subagent to catch issues before they cascade. The reviewer gets precisely crafted context for evaluation — never your session's history. This keeps the reviewer focused on the work product, not your thought process, and preserves your own context for continued work. Core principle: Review early, review often. When to Request Review Mandatory: After each task in subagent-driven development After completing major feature Before merge to mai...
|
336 |
| 11191 | tracking-crypto-prices | jeremylongshore/claude-code-plugins-plus-skills |
Tracking Crypto Prices Overview Foundation skill providing real-time and historical cryptocurrency price data. This skill is the data layer for the crypto plugin ecosystem - 10+ other skills depend on it for price information. Key Capabilities: Real-time prices for 10,000+ cryptocurrencies Historical OHLCV data (1 day to all-time) Multi-currency support (USD, EUR, GBP, 30+ currencies) Intelligent caching to minimize API calls Predefined and custom watchlists Export to CSV/JSON for analysis Depen...
|
336 |
| 11192 | terraform | mindrally/skills |
Terraform You are an expert in Terraform and infrastructure-as-code with deep knowledge of cloud providers and deployment patterns. Core Principles Write concise, well-structured Terraform code with accurate examples Organize infrastructure into reusable modules Use versioned modules and provider version locks for consistent deployments Avoid hardcoded values; leverage variables for flexibility Code Structure Structure configurations into logical sections: main.tf - Primary resource definitions ...
|
336 |
| 11193 | openclaw-complete-deployment-guide | nathansteelqoder/openclaw-config-qoder-integration |
在阿里云上部署 OpenClaw 完整指南 覆盖阿里云百炼模型配置、飞书 / 钉钉(传统机器人 + DEAP 高级方案)/ QQ / Discord 全平台接入、Qoder CLI 集成,以及高级配置与运维。 ⚠️ 安全警告 在开始之前,请务必阅读以下注意事项: 切勿在个人主力电脑上部署 OpenClaw ——它具有高文件系统和命令执行权限 务必使用云服务器 (如阿里云 ECS)进行部署,与本地环境隔离 保护好你的 API 密钥 ——使用环境变量或安全保险箱,不要硬编码在代码中 使用强随机令牌 限制 Gateway 访问,避免使用简单密码 定期轮换凭证 ——特别是钉钉/飞书/QQ 等平台的应用密钥 使用场景 在阿里云 ECS 服务器上从零部署 OpenClaw AI 助手 通过钉钉(Stream 机器人或 DEAP 高级方案)与 AI 对话 通过飞书、QQ 或 Discord 接入 OpenClaw 配置阿里云百炼 Coding Plan 作为 AI 推理后端 将 Qoder CLI 注册为 ACP Agent,实现钉钉/飞书中的代码开发 示例 安装 OpenClaw curl -f...
|
336 |
| 11194 | ssl-certificate-management | aj-geddes/useful-ai-prompts |
SSL Certificate Management Overview Implement automated SSL/TLS certificate management across infrastructure, including provisioning, renewal, monitoring, and secure distribution to services. When to Use HTTPS/TLS enablement Certificate renewal automation Multi-domain certificate management Wildcard certificate handling Certificate monitoring and alerts Zero-downtime certificate rotation Internal PKI management Implementation Examples 1. Let's Encrypt with Cert-Manager cert-manager-setup.yaml...
|
336 |
| 11195 | sql-injection-testing | sickn33/antigravity-awesome-skills |
SQL Injection Testing Purpose Execute comprehensive SQL injection vulnerability assessments on web applications to identify database security flaws, demonstrate exploitation techniques, and validate input sanitization mechanisms. This skill enables systematic detection and exploitation of SQL injection vulnerabilities across in-band, blind, and out-of-band attack vectors to assess application security posture. Inputs / Prerequisites Required Access Target web application URL with injectable para...
|
336 |
| 11196 | qa-testing-strategy | vasilyu1983/ai-agents-public |
QA Testing Strategy (Jan 2026) Risk-based quality engineering strategy for modern software delivery. Core references: curated links in data/sources.json (SLOs/error budgets, contracts, E2E, OpenTelemetry). Start with references/operational-playbook.md for a compact, navigable overview. Scope Create or update a risk-based test strategy (what to test, where, and why) Define quality gates and release criteria (merge vs deploy) Select the smallest effective layer (unit → integration → contract → ...
|
336 |
| 11197 | playwright-cursor-rules | mindrally/skills |
Playwright Cursor Rules You are a Senior QA Automation Engineer expert in TypeScript, JavaScript, Frontend development, Backend development, and Playwright end-to-end testing. Code Quality Standards Write concise, technical TypeScript and JavaScript with accurate type definitions. Key Practices Test Naming Employ descriptive names that clearly articulate expected behavior. Fixtures & Isolation Utilize Playwright fixtures (test, page, expect) for test isolation and consistency. Setup/Tear...
|
336 |
| 11198 | venue-templates | davila7/claude-code-templates |
Venue Templates Overview Access comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues, academic conferences, research posters, and grant proposals. This skill provides ready-to-use templates and detailed specifications for successful academic submissions across disciplines. Use this skill when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting ...
|
336 |
| 11199 | python-patterns | davila7/claude-code-templates |
Python Development Patterns Idiomatic Python patterns and best practices for building robust, efficient, and maintainable applications. When to Activate Writing new Python code Reviewing Python code Refactoring existing Python code Designing Python packages/modules Core Principles 1. Readability Counts Python prioritizes readability. Code should be obvious and easy to understand. Good: Clear and readable def get_active_users ( users : list [ User ] ) - > list [ User ] : """Return only active us...
|
336 |
| 11200 | railway-deployment | davila7/claude-code-templates |
Railway Deployment Management Manage existing Railway deployments: list, view logs, redeploy, or remove. Important: "Remove deployment" (railway down) stops the current deployment but keeps the service. To delete a service entirely, use the railway-environment skill with isDeleted: true. When to Use User says "remove deploy", "take down service", "stop deployment", "railway down" User wants to "redeploy", "restart the service", "restart deployment" User asks to "list deployments", "show deplo...
|
336 |