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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,599
总 Skills
166.1M
总安装量
2,749
贡献者
# Skill 仓库 描述 安装量
6901 ui-ux-designer lotosbin/claude-skills
Use this skill when Working on ui ux designer tasks or workflows Needing guidance, best practices, or checklists for ui ux designer Do not use this skill when The task is unrelated to ui ux designer 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 resources/implementation-playbook.md . You are a...
1.8K
6902 qwen-agent thananon/9arm-skills
qwen-agent Offload menial, self-contained tasks to a Qwen model running inside a headless Claude Code instance ( claude-9arm ). Keeps expensive Claude reasoning for work that needs it. The command claude-9arm is a shell alias → claude --model qwen3.6-35b-a3b routed through the 9arm gateway. Run it headless with -p : claude-9arm -p "<self-contained task prompt>" --allowedTools Bash Read Edit Write Glob Grep This is the default invocation. The flag list scopes which tools the subagent may use with...
1.8K
6903 update-skills-from-changelog elevenlabs/skills
You update ElevenLabs agent skills based on a merged weekly changelog in elevenlabs-dx . Do not read GitHub issues. Open a pull request in this repository when skill files change. Skill files are evergreen source-of-truth documentation for current behavior. Use the changelog to discover what changed, but write final SKILL.md and references/*.md content as timeless present-tense documentation. Skill files are high-level, task-oriented guidance for working with ElevenLabs. They are not meant to mi...
1.8K
6904 google-mobile-ads-banner google/skills
Google Mobile Ads SDK - Banner Ads Banner ads are rectangular image or text ads that occupy a spot within an app's layout. They remain on screen during user interaction and can refresh automatically. Ad Placement Guidelines CRITICAL: You MUST evaluate and apply the following guidelines before proceeding with any banner ad implementation. Show more Installs 874 Repository google/skills GitHub Stars 15.6K First Seen Jun 24, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
1.8K
6905 apollo-connectors apollographql/skills
Apollo Connectors Schema Assistant MCP Tools If GraphOS MCP Tools are available, use them: connectors-spec: Fetch the complete Connectors specification before starting any connector work apollo_docs_search: Search for relevant documentation apollo_docs_read: Read specific documentation pages by slug Documentation paths by topic: Requests: /graphos/connectors/requests/url, /headers, /body, /batching Responses: /graphos/connectors/responses/fields, /error-handling Mapping: /graphos/connectors/...
1.8K
6906 parasite-seo kostja94/marketing-skills
SEO: Parasite SEO Guides parasite SEO (also "barnacle SEO")—publishing optimized content on high-authority third-party platforms (Medium, Reddit, LinkedIn, Grokipedia, etc.) to leverage their domain strength for rankings and backlinks, bypassing the need to build your own site's authority from scratch. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go d...
1.8K
6907 clean-data-xls anthropics/financial-services
Clean Data Clean messy data in the active sheet or a specified range. Environment If running inside Excel (Office Add-in / Office JS): Use Office JS directly ( Excel.run(async (context) => {...}) ). Read via range.values , write helper-column formulas via range.formulas = [["=TRIM(A2)"]] . The in-place vs helper-column decision still applies. If operating on a standalone .xlsx file: Use Python/openpyxl. Workflow Step 1: Scope If a range is given (e.g. A1:F200 ), use it Otherwise use the full use...
1.8K
6908 skill-writer getsentry/skills
Skill Writer This Skill helps you create well-structured Agent Skills for Claude Code that follow best practices and validation requirements. When to use this Skill Use this Skill when: Creating a new Agent Skill Writing or updating SKILL.md files Designing skill structure and frontmatter Troubleshooting skill discovery issues Converting existing prompts or workflows into Skills Instructions Step 1: Determine Skill scope First, understand what the Skill should do: Ask clarifying questions:...
1.8K
6909 audit-xls anthropics/financial-services
Audit Spreadsheet Audit formulas and data for accuracy and mistakes. Scope determines depth — from quick formula checks on a selection up to full financial-model integrity audits. Step 1: Determine scope If the user already gave a scope, use it. Otherwise ask them : What scope do you want me to audit? selection — just the currently selected range sheet — the current active sheet only model — the whole workbook, including financial-model integrity checks (BS balance, cash tie-out, roll-forwards, ...
1.8K
6910 seasonal-aso eronred/aso-skills
Seasonal ASO You help the user identify and act on seasonal keyword opportunities and listing optimizations tied to calendar events, holidays, and trending moments. Key Principle Seasonal rankings are competitive and time-sensitive. Metadata takes 1–3 days to index. Plan changes 2 weeks before the event; revert 3–5 days after peak. Seasonal Calendar (iOS — US) Event Peak Window Keywords to target New Year Dec 26 – Jan 7 "new year", "resolution", "goals", "habit", "fresh start" Valentine's Day Fe...
1.8K
6911 dt-obs-logs dynatrace/dynatrace-for-ai
Log Analysis Skill Query, filter, and analyze Dynatrace log data using DQL for troubleshooting and monitoring. What This Skill Covers Fetching and filtering logs by severity, content, and entity Searching log messages using pattern matching Calculating error rates and statistics Analyzing log patterns and trends Grouping and aggregating log data by dimensions When to Use This Skill Use this skill when users want to: Find specific log entries (e.g., "show me error logs from the last hour") Filter...
1.8K
6912 iii-architecture-patterns iii-hq/iii
Architecture Patterns Use this skill when the task is larger than one function or trigger. Pick the pattern from the requirement, then implement it with Function , Trigger , Worker , state, queues, streams, and pub/sub. Pattern Map Requirement Pattern iii shape Sequential work with retries, DLQ, step tracking Durable workflow Functions chained through named queues, progress in state Keep views, metrics, cache, or clients in sync Reactive backend State triggers plus stream/pubsub side effects Spe...
1.8K
6913 google-mobile-ads-interstitial google/skills
Google Mobile Ads SDK - Interstitial Ads Interstitial ads show full-page ads for users on mobile apps. Interstitial ads are designed to be placed between content and are best placed at natural app transition points. Ad Placement Guidelines CRITICAL: You MUST evaluate and apply the following Ad Placement Guidelines before proceeding with any interstitial ad implementation. Determine Ad Placement : Identify the target file where the ad should be placed. Ask if unsure. Workflow Determine the user's...
1.8K
6914 google-mobile-ads-rewarded google/skills
Google Mobile Ads SDK - Rewarded Ads Rewarded ads reward users with in-app items for interacting with full-screen ads. Rewarded ads are served after a user explicitly opts in to view a rewarded ad. Ad Placement Guidelines CRITICAL: You MUST evaluate and apply the following Ad Placement Guidelines before proceeding with any rewarded ad implementation. Determine Ad Placement : Identify the target file where the ad should be placed. Ask if unsure. Workflow Determine the user's platform : Identify i...
1.8K
6915 scaffolding-oracle-to-postgres-migration-test-project github/awesome-copilot
Scaffolding an Integration Test Project for Oracle-to-PostgreSQL Migration Creates a compilable, empty xUnit test project with transaction management and seed data infrastructure for a single target project. Run once per project before writing tests. Workflow Progress: - [ ] Step 1: Inspect the target project - [ ] Step 2: Create the xUnit test project - [ ] Step 3: Implement transaction-rollback base class - [ ] Step 4: Implement seed data manager - [ ] Step 5: Verify the project compiles Step ...
1.8K
6916 nemo-mbridge-perf-cpu-offloading nvidia/skills
CPU Offloading References Stable docs: @docs/training/cpu-offloading.md Structured metadata: @skills/nemo-mbridge-perf-cpu-offloading/card.yaml What It Is Two independent mechanisms to move data from GPU to CPU memory: Mechanism Config namespace What gets offloaded PP restriction Activation offloading model.cpu_offloading* Activations (and optionally weights) per transformer layer PP must be 1 Optimizer offloading optimizer.optimizer_cpu_offload Adam optimizer states (momentum + variance) via Hy...
1.8K
6917 nuxthub onmax/nuxt-skills
NuxtHub v0.10.4 Full-stack Nuxt framework with database, KV, blob, and cache. Multi-cloud support (Cloudflare, Vercel, Deno, Netlify). For Nuxt server patterns: use nuxt skill (server.md) For content with database: use nuxt-content skill Installation npx nuxi module add hub Configuration // nuxt.config.ts export default defineNuxtConfig({ modules: ['@nuxthub/core'], hub: { db: 'sqlite', // 'sqlite' | 'postgresql' | 'mysql' kv: true, blob: true, cache: true, dir: '.dat...
1.8K
6918 eol-message deanpeters/product-manager-skills
Purpose Craft a clear, empathetic End-of-Life (EOL) message that communicates product or feature discontinuation, explains the rationale, addresses customer impact, provides transition support, and positions the replacement solution. Use this to maintain customer trust during difficult transitions and reduce churn by demonstrating care and offering a clear path forward. This is not a generic sunset announcement—it's a customer-centric communication that acknowledges loss while framing the change...
1.8K
6919 tutor-setup bevibing/tutor-skills
Tutor Setup — Knowledge to Obsidian StudyVault CWD Boundary Rule (ALL MODES) NEVER access files outside the current working directory (CWD). All source scanning, reading, and vault output MUST stay within CWD and its subdirectories. If the user provides an external path, ask them to copy the files into CWD first. Mode Detection On invocation, detect mode automatically: Check for project markers in CWD: package.json , pom.xml , build.gradle , Cargo.toml , go.mod , Makefile , *.sln , pyproject.tom...
1.8K
6920 backend-code-review langgenius/dify
Backend Code Review When to use this skill Use this skill whenever the user asks to review, analyze, or improve backend code (e.g., .py ) under the api/ directory. Supports the following review modes: Pending-change review : when the user asks to review current changes (inspect staged/working-tree files slated for commit to get the changes). Code snippets review : when the user pastes code snippets (e.g., a function/class/module excerpt) into the chat and asks for a review. File-focused review :...
1.8K
6921 dt-app-notebooks dynatrace/dynatrace-for-ai
Dynatrace Notebook Skill Overview Dynatrace notebooks are JSON documents stored in the Document Store for interactive data analysis, investigation, and documentation. Each notebook contains: Sections : Modular blocks organizing markdown and query content DQL Queries : Executable queries with cached results and visualizations Markdown : Documentation, context, and narrative content Timeframes : Default and section-specific time ranges Metadata : Ownership, versioning, and modification tracking Wh...
1.8K
6922 tanstack-devtools tanstack-skills/tanstack-skills
Overview TanStack Devtools provides a unified debugging interface that consolidates devtools for TanStack Query, Router, and other libraries into a single panel. It features a framework-agnostic plugin architecture, real-time state inspection, and support for custom plugins. Built with Solid.js for lightweight performance. React: @tanstack/react-devtools Core: @tanstack/devtools Status: Alpha Installation npm install @tanstack/react-devtools Basic Setup import { TanStackDevtools } from '@tanstac...
1.8K
6923 cx-data-pipeline coralogix/cx-cli
Data Pipeline Skill Use this skill when configuring how Coralogix processes, enriches, and transforms data. It covers parsing rules (extract structured fields from raw logs), enrichments (add context from lookup tables), Events2Metrics (derive metrics from log/span events), and recording rules (precompute PromQL expressions). CLI Commands Command Subcommands Purpose cx parsing-rules list , get , create , update , delete , bulk-delete , usage-limits Manage log parsing rules cx enrichments list , ...
1.8K
6924 cx-olly coralogix/cx-cli
Olly Observability Agent Skill Use this skill to interact with Coralogix's Observability Agent (Olly) via the cx olly CLI commands. Olly can analyze your observability data, answer questions about alerts, metrics, logs, and generate artifacts like charts and reports. CLI Commands Command Purpose Key flags cx olly ask "message" Send a message to the Observability Agent --chat-id , --model , --timeout cx olly artifacts list List all generated artifacts - cx olly artifacts get <id> Get artifact con...
1.8K
6925 iii-sdk-reference iii-hq/iii
SDK Reference Use this skill for language-specific SDK details. Use iii-core-primitives for the common model and iii-error-handling for exception handling. Install TypeScript / Node.js npm install iii-sdk Browser apps npm install iii-browser-sdk Python pip install iii-sdk Show more Installs 732 Repository iii-hq/iii GitHub Stars 18.5K First Seen May 27, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
1.8K
6926 iii-core-primitives iii-hq/iii
Core Primitives iii has three top-level primitives: Function : a named unit of work such as orders::validate Trigger : an event source bound to a function Worker : a process that connects to the engine and executes functions Use :: in function IDs, leading slashes in HTTP api_path , and expression for cron config. Function Registration Register local handlers when you control the implementation. Register HTTP-invoked functions when iii should call an existing external endpoint. Show more Install...
1.8K
6927 migrating-to-amazon-redshift aws/agent-toolkit-for-aws
Migrating to Amazon Redshift What this skill is This skill is AI guidance, not an execution framework . It is entirely Markdown knowledge (rules, mappings, patterns, best practices) — no executable code . All execution — conversion, the discovery/migration/validation runners, dependencies, and infrastructure — you (the AI) generate at runtime from this knowledge, tailored to the customer's environment. Principle: knowledge over shipped code → less drift, nothing for the customer to run or depend...
1.8K
6928 resilience-program-design aws/agent-toolkit-for-aws
Resilience Program Design Overview Planning-level guidance for an organization's resilience program: how to structure policies by tier, and how often to run resilience activities. Structuring resilience policies across an organization Recommend a tiered policy model (not one policy per service): classify services by business criticality and set policy targets accordingly. Show more Installs 913 Repository aws/agent-toolk…-for-aws GitHub Stars 2.3K First Seen Jul 23, 2026 Security Audits Gen Agen...
1.8K
6929 arc-region-switch aws/agent-toolkit-for-aws
ARC Region switch Expert Overview Makes the agent an expert on Amazon Application Recovery Controller (ARC) Region switch — the feature for orchestrating cross-Region workload failover and switchover. Supports technical questions, customer positioning, and SA engagement preparation. Region switch orchestrates recovery for applications already deployed multi-Region. It does not create multi-Region architecture or handle data replication — it orchestrates failover of existing replicas and resource...
1.8K
6930 resilience-hub-getting-started aws/agent-toolkit-for-aws
Getting Started with AWS Resilience Hub v2 Overview Domain expertise for first-time Resilience Hub v2 setup: policies, systems, user journeys, services, input sources, and failure mode assessments. The AWS MCP server is recommended for executing this skill's AWS API calls, but it is not required — all operations also work with the AWS CLI directly. Guardrail — where this skill's own files live (MCP vs local install) Before reading a reference file, determine how this skill was loaded: Loaded via...
1.8K
6931 resilience-hub-failure-mode-assessment aws/agent-toolkit-for-aws
Failure Mode Assessment Overview Domain expertise for running Resilience Hub v2 failure mode assessments, interpreting findings, triaging by severity and achievability, and driving remediation. The AWS MCP server is recommended for executing this skill's AWS API calls, but it is not required — all operations also work with the AWS CLI directly. Guardrail — where this skill's own files live (MCP vs local install) Before reading a reference file, determine how this skill was loaded: Loaded via the...
1.8K
6932 resilience-hub-multi-account aws/agent-toolkit-for-aws
Multi-Account Resilience Hub v2 Setup Overview Domain expertise for configuring Resilience Hub v2 to assess services across multiple AWS accounts from a central account. All CLI commands in this skill use the aws resiliencehubv2 namespace — the Resilience Hub v2 API surface — which is distinct from the legacy aws resiliencehub (v1) commands (the service: [resiliencehub, ...] metadata tags the service family, not the CLI namespace). Resilience Hub v2 supports two complementary multi-account mecha...
1.8K
6933 nemo-mbridge-perf-parallelism-strategies nvidia/skills
Parallelism Strategy Selection Skill For stable background on each parallelism type, see: @docs/parallelisms.md @skills/nemo-mbridge-perf-parallelism-strategies/card.yaml Decision by Model Size Dense models Model size GPUs Recommended starting point < 1B 1-8 DP only 1-10B 8-16 TP=2-4 + DP 10-70B 16-64 TP=4-8 + PP=2-4 + DP 70-175B 64-256 TP=8 + PP=4-8 + DP 175-500B 256-1024 TP=8 + PP=8-16 + CP=2 + DP Show more Installs 552 Repository nvidia/skills GitHub Stars 1.3K First Seen May 29, 2026 Securit...
1.8K
6934 nemo-mbridge-multi-node-slurm nvidia/skills
Multi-Node Slurm Convert single-node uv run python -m torch.distributed.run commands into multi-node Slurm sbatch scripts with Enroot container support, and debug common multi-node failures. Two Approaches: srun-native vs uv run torch.distributed Approach ntasks-per-node Process spawning Best for srun-native (preferred) 8 Slurm spawns 8 tasks/node Conversion, inference, Bridge scripts uv run torch.distributed (legacy) 1 uv run python -m torch.distributed.run spawns 8 procs/node MLM pretrain_gpt....
1.8K
6935 observability-k8s-investigation elastic/agent-skills
Kubernetes Investigation Diagnose Kubernetes issues using OTel telemetry collected via EDOT (Elastic Distribution of OpenTelemetry) and the kube-stack collector. Correlate cluster state, pod runtime metrics, K8s events, application logs, and APM to identify root cause across the workload, node, and control-plane layers. Scope In scope: OTel-receiver-namespaced indices ( metrics-kubeletstatsreceiver.otel-* , metrics-k8sclusterreceiver.otel-* , logs-k8seventsreceiver.otel-* , logs-k8sobjectsreceiv...
1.8K
6936 recovery-controller-setup aws/agent-toolkit-for-aws
Recovery Controller Setup CRITICAL CONSTRAINT — read before answering This skill sets up exactly two ARC capability families, and these are the ONLY things you provide setup steps for: (1) routing controls with safety rules for cross-Region failover, and (2) zonal shift / zonal autoshift for AZ-impairment recovery. Readiness checks, recovery groups, cells, and resource sets are NOT in scope for this skill. You MUST NOT provide CLI/console setup steps for them. You MAY briefly and factually ackno...
1.8K
6937 nemo-mbridge-perf-activation-recompute nvidia/skills
Activation Recompute Stable docs: @docs/training/activation-recomputation.md Card: @skills/nemo-mbridge-perf-activation-recompute/card.yaml What It Is Activation recompute trades GPU compute for memory by discarding intermediate activations during the forward pass and recomputing them during backward. Megatron Bridge supports two granularities: Granularity What you specify What gets recomputed Memory savings Compute cost selective recompute_modules list (e.g. core_attn , mlp ) specific submodule...
1.8K
6938 nemo-mbridge-perf-moe-vlm-training nvidia/skills
MoE VLM Training Stable docs: @docs/training/moe-optimization.md Card: @skills/nemo-mbridge-perf-moe-vlm-training/card.yaml FSDP vs 3D Parallel Approach Strength Best fit FSDP Simplest path to a working multimodal run first bring-up, memory-first tuning, awkward PP boundaries 3D parallel Higher ceiling after tuning stable models with a clean PP layout and time for deeper sweeps For MoE VLMs, the practical workflow is usually: get the first reliable run with FSDP stabilize real-data input, recomp...
1.8K
6939 finlab koreal6803/finlab-ai
FinLab Quantitative Trading Package Execution Philosophy: Shut Up and Run It You are not a tutorial. You are an executor. When a user asks for a backtest, they want results on screen, not instructions to copy-paste. When they ask for a chart, they want to see the chart, not a filepath to open manually. The Rule User says → Result appears That's it. Everything in between is YOUR job. Not theirs. What This Means User Request ❌ WRONG ✅ RIGHT "Run a backtest" "Here's the code, run it yourself"...
1.8K
6940 dicom-series-preflight nvidia/skills
DICOM Series Preflight Purpose Used for header-only preflight of one DICOM series folder before conversion or inference. Not for de-identification or clinical clearance. Use the wrapper exactly as documented; do not replace the upstream entrypoint with a handwritten implementation. Manifest I/O: inputs are dicom_dir ; outputs are preflight_json . Instructions Read skill_manifest.yaml before changing arguments, side effects, or validation gates. Run scripts/preflight_series.py through the documen...
1.8K
6941 biz-health-check nomadamas/k-skill
사업자 실사 복합 조회 (biz-health-check) What this skill does 사업자등록번호(+상호/지역)를 입력하면 무료 공공 데이터 6종을 한 번에 교차 조회해 실사 리포트 한 장을 만든다. 같은 레포의 단품 스킬 helper를 그대로 재사용한다(단일 진실원천). 섹션 데이터 단품 스킬 경로 국세청 상태 계속/휴업/폐업·과세유형 nts-business-registration proxy 국민연금 가입자수·당월 고지금액·월별 national-pension-workplace proxy 체납 명단 고액·상습체납자 명단공개 대조 nts-tax-delinquency 직접(무인증) 금융위 대표자·설립일·업종 법인개요 fsc-corporate-info proxy 부정당제재 조회시점 유효 제재 g2b-sanctioned-supplier proxy 인허가 영업상태 동네 사업장(208업종) 영업/폐업·업력 localdata-business-status 직접(무인증) 공시 유무는 기존...
1.8K
6942 steve-jobs-design-review wondelai/skills
Steve Jobs Design Review Run design and product reviews the way Steve Jobs ran them: start from the customer experience, subtract until only the essential remains, and refuse to call anything done that isn't insanely great. Core Principle "You've got to start with the customer experience and work backwards to the technology." Review every product from what a customer sees, feels, and accomplishes — never from the feature list, the org chart, or the technology that happened to be available. And r...
1.8K
6943 wizard vinvcn/mattpocock-skills-zh-cn
Wizard A wizard is a bash script that walks a human, step by step, through a manual procedure that's tedious to do by hand and tedious to re-explain to an AI every time. It opens each URL, says exactly what to click and copy, captures the values, writes them where they belong ( .env , GitHub secrets), confirms at every stage, and shows how much is left. It might configure third-party services, run a one-off migration, or move the project from one state to another. The delightful UX is already so...
1.8K
6944 beautiful-article conardli/garden-skills
Beautiful Article 背景原则 AI 生成内容越复杂,输出媒介越重要。HTML 的价值在于同时提升信息密度、视觉清晰度、分享便利性和交互能力:表格、SVG、CSS、代码片段、可调控件、复制与导出按钮,可以让读者不只是“看完”,而是能比较、定位、调整、复查和继续使用。Beautiful Article 的目的,是把原本枯燥、线性、难以消化的文字材料,转换成视觉体验更漂亮、阅读节奏更清晰、也更容易审阅和分享的单文件网页文章。 边界(先判断要不要进这个 Skill) 最终主产物是 single HTML 文章 ,不是网页应用。 文章可以有 Raw 自由层(任意 HTML / CSS / JS / React:交互、布局排版、动效、小工具、 按需的 SVG / canvas 图解),但 必须服务阅读、解释、论证、节奏或审美 。 不 生成:后台、表单、拖拽工作台、完整 dashboard、产品原型、通用 Web App。 信息密度由用户确认; 默认保留 100% 信息 ,生成长文式网页文章。 如果用户要的是应用而不是文章,停下来澄清,不要进入本 Skill。 Show more I...
1.8K
6945 trigger-cost-savings triggerdotdev/skills
Trigger.dev Cost Savings Analysis Analyze task runs and configurations to find cost reduction opportunities. Prerequisites: MCP Tools This skill requires the Trigger.dev MCP server to analyze live run data. Check MCP availability Before analysis, verify these MCP tools are available: list_runs — list runs with filters (status, task, time period, machine size) get_run_details — get run logs, duration, and status get_current_worker — get registered tasks and their configurations If these tools are...
1.8K
6946 altitude-horizon-framework deanpeters/product-manager-skills
Purpose Defines the two-axis mental model that distinguishes Director-level thinking from PM thinking: Altitude (how wide you zoom out) and Horizon (how far ahead you look). Use this to understand what actually changes in the transition, diagnose which transition zone is creating friction, and apply the Cascading Context Map when organizational direction is vague or absent. This is not a seniority hierarchy. A PM operating at the right altitude for their role is doing excellent work. A Director ...
1.8K
6947 fusion-dependency-review equinor/fusion-skills
Dependency Review Structured review workflow for dependency update PRs. Produces consistent research notes that incorporate existing PR discussion, multi-lens analysis, and an actionable verdict with explicit maintainer confirmation before any merge action. When to use Use this skill when a dependency PR needs review and you want a consistent, auditable decision process. Typical triggers: "Review this dependency PR" "Should we merge this dependency update?" "Check this Renovate/Dependabot PR" "R...
1.8K
6948 owasp-security agamm/claude-code-owasp
OWASP Top 10 Security Prevent common security vulnerabilities in web applications. OWASP Top 10 (2021) Vulnerability Prevention A01 Broken Access Control Proper authorization checks A02 Cryptographic Failures Strong encryption, secure storage A03 Injection Input validation, parameterized queries A04 Insecure Design Threat modeling, secure patterns A05 Security Misconfiguration Hardened configs, no defaults A06 Vulnerable Components Dependency scanning, updates A07 Auth Failures MFA, secure se...
1.8K
6949 rendercv rendercv/rendercv-skill
Quick Start Available themes: classic , harvard , engineeringresumes , engineeringclassic , sb2nov , moderncv Available locales: english , arabic , danish , dutch , french , german , hebrew , hindi , hungarian , indonesian , italian , japanese , korean , mandarin_chinese , norwegian_bokmål , norwegian_nynorsk , persian , portuguese , russian , spanish , turkish , vietnamese These are starting points — every aspect of the design and locale can be fully customized in the YAML file. Install Render...
1.8K
6950 new-modular-project modular/skills
When the user wants to create a new project, first infer as many options as possible from the user's request (e.g., "new Mojo project" means type=Mojo, "called foo" means name=foo). Then use a structured multiple-choice prompt (not plain text) to gather only the remaining unspecified options in a single interaction. Do NOT ask about options the user has already provided or implied. The options to determine are: Project name — ask if not specified Type of project — Mojo or MAX (infer from context...
1.8K