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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,508
总 Skills
163.5M
总安装量
2,745
贡献者
# Skill 仓库 描述 安装量
4701 pwa-development alinaqi/claude-bootstrap
PWA Development Skill Purpose: Build Progressive Web Apps that work offline, install like native apps, and deliver fast, reliable experiences across all devices. Core PWA Requirements Show more Installs 47 Repository alinaqi/maggy GitHub Stars 706 First Seen May 21, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
2.7K
4702 asc-xcode-build rudrankriyam/app-store-connect-cli-skills
Xcode build and export Use this skill when you need to build an app from source and prepare it for App Store Connect. Prefer asc xcode archive and asc xcode export over raw xcodebuild recipes when they fit the project. Preconditions Xcode and command line tools are installed. Signing identity and provisioning profiles are available, or automatic signing is enabled. App Store Connect auth is configured when upload or build lookup is needed. Manage version and build numbers Show more Installs 2.3K...
2.7K
4703 playwright-testing alinaqi/claude-bootstrap
Playwright E2E Testing Skill For end-to-end testing of web applications with Playwright - cross-browser, fast, reliable. Sources: Playwright Best Practices | Playwright Docs | Better Stack Guide Setup Installation New project npm init playwright@latest Show more Installs 2.8K Repository alinaqi/maggy GitHub Stars 705 First Seen Jan 20, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Fail
2.7K
4704 cli-gh paulrberg/agent-skills
GitHub CLI (gh) Overview Expert guidance for GitHub CLI (gh) operations and workflows. Use this skill for command-line GitHub operations including pull request management, issue tracking, repository operations, workflow automation, and codespace management. Key capabilities: Create and manage pull requests from the terminal Track and organize issues efficiently Search across all of GitHub (repos, issues, PRs) Manage labels and project organization Trigger and monitor GitHub Actions workflows Wor...
2.7K
4705 shannon unicodeveloper/shannon
Shannon: Autonomous AI Pentester for Web Apps & APIs Permissions overview: This skill orchestrates Shannon, a Docker-based pentesting tool that actively executes attacks against a target application. It clones/updates the Shannon repo locally, runs Docker containers, and reads pentest reports. Shannon performs real exploits — only run against apps you own or have explicit written authorization to test. Never run against production systems. Shannon analyzes your source code, identifies attack vec...
2.7K
4706 nanobanana resciencelab/opc-skills
Nano Banana A single Python entrypoint for Gemini-native Nano Banana image generation and editing, with model aliases, strict option validation, batch runs, and custom endpoint support. Workflow Open references/config.md to choose environment variables and override order. Open references/models-and-api.md to pick the right Nano Banana tier and check model-specific constraints. Prefer gemini-3.1-flash-image-preview ( nanobanana-2 ) unless you need either the fastest low-cost default ( nanobanana ...
2.7K
4707 flutter-add-integration-test flutter/agent-plugins
Implementing Flutter Integration Tests Contents Project Setup and Dependencies Interactive Exploration via MCP Test Authoring Guidelines Execution and Profiling Workflow: End-to-End Integration Testing Examples Project Setup and Dependencies Configure the project to support integration testing and Flutter Driver extensions. Add required development dependencies to pubspec.yaml : flutter pub add 'dev:integration_test:{"sdk":"flutter"}' flutter pub add 'dev:flutter_test:{"sdk":"flutter"}' Enable t...
2.7K
4708 flutter-add-widget-preview flutter/agent-plugins
Previewing Flutter Widgets Contents Preview Guidelines Handling Limitations Workflows Examples Preview Guidelines Use the Flutter Widget Previewer to render widgets in real-time, isolated from the full application context. Target Elements: Apply the @Preview annotation to top-level functions, static methods within a class, or public widget constructors/factories that have no required arguments and return a Widget or WidgetBuilder . Imports: Always import package:flutter/widget_previews.dart to a...
2.7K
4709 flutter-setup-declarative-routing flutter/agent-plugins
Implementing Routing and Deep Linking Contents Core Concepts Workflow: Initializing the Application and Router Workflow: Configuring Platform Deep Linking Workflow: Implementing Nested Navigation Examples Core Concepts Use the go_router package for declarative routing in Flutter. It provides a robust API for complex routing scenarios, deep linking, and nested navigation. GoRouter : The central configuration object defining the application's route tree. GoRoute : A standard route mapping a URL pa...
2.7K
4710 flutter-implement-json-serialization flutter/agent-plugins
Serializing JSON Manually in Flutter Contents Core Guidelines Workflow: Implementing a Serializable Model Workflow: Fetching and Parsing JSON Examples Core Guidelines Import dart:convert : Utilize Flutter's built-in dart:convert library for manual JSON encoding ( jsonEncode ) and decoding ( jsonDecode ). Enforce Type Safety : Always cast the dynamic result of jsonDecode() to the expected type, typically Map<String, dynamic> for objects or List<dynamic> for arrays. Encapsulate Serialization Logic...
2.7K
4711 flutter-setup-localization flutter/agent-plugins
Internationalizing Flutter Applications Contents Core Concepts Setup Workflow Implementation Workflow Advanced Formatting Examples Core Concepts Flutter handles internationalization (i18n) and localization (l10n) via the flutter_localizations and intl packages. The standard approach uses App Resource Bundle ( .arb ) files to define localized strings, which are then compiled into a generated AppLocalizations class for type-safe access within the widget tree. Setup Workflow Copy and track this che...
2.7K
4712 flutter-use-http-package flutter/agent-plugins
Implementing Flutter Networking Contents Configuration & Permissions Request Execution & Response Handling Background Parsing Workflow: Executing Network Operations Examples Configuration & Permissions Configure the environment and platform-specific permissions required for network access. Add the http package dependency via the terminal: flutter pub add http Import the package in your Dart files: import 'package:http/http.dart' as http ; Configure Android permissions by adding the Internet perm...
2.7K
4713 aiconfig-tools launchdarkly/ai-tooling
Deprecated — renamed to tools This skill has been renamed. Do not follow any instructions here and do not perform the task from this skill. Invoke the tools skill instead — it contains the current, complete instructions. If you arrived here from an old reference (documentation, a saved prompt, or automation), update it from aiconfig-tools to tools . Installs 50 Repository launchdarkly/ai-tooling GitHub Stars 25 First Seen May 5, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
2.7K
4714 proactive-self-improving-agent claw-opus/proactive-self-improving-agent
Proactive Self-Improving Agent 自动捕获经验 · 安全进化 · 记录轨迹 让 agent 在日常工作中自动识别错误、纠正和最佳实践,结构化记录,安全地将经验沉淀为长期能力。 目录 核心理念 经验记录系统 经验进化路径 操作日志 行为准则 快速参考 Show more Installs 82 Repository claw-opus/proac…ng-agent GitHub Stars 15 First Seen Mar 12, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
2.7K
4715 create-agent openrouterarchived/agent-skills
Build a Modular AI Agent with OpenRouter This skill helps you create a modular AI agent with: Standalone Agent Core - Runs independently, extensible via hooks OpenRouter SDK - Unified access to 300+ language models Optional Ink TUI - Beautiful terminal UI (separate from agent logic) Architecture ┌─────────────────────────────────────────────────────┐ │ Your Application │ ├─────────────────────────────────────────────────────┤ │ ┌─────────────┐ ┌─────────────┐...
2.7K
4716 multi-search-engine aaaaqwq/agi-super-team
Multi Search Engine v2.0.1 Integration of 17 search engines for web crawling without API keys. Search Engines Domestic (8) Baidu : https://www.baidu.com/s?wd={keyword} Bing CN : https://cn.bing.com/search?q={keyword}&ensearch=0 Bing INT : https://cn.bing.com/search?q={keyword}&ensearch=1 360 : https://www.so.com/s?q={keyword} Sogou : https://sogou.com/web?query={keyword} WeChat : https://wx.sogou.com/weixin?type=2&query={keyword} Toutiao : https://so.toutiao.com/search?keyword={keyword} Jisilu :...
2.7K
4717 aiconfig-projects launchdarkly/ai-tooling
Deprecated — renamed to projects This skill has been renamed. Do not follow any instructions here and do not perform the task from this skill. Invoke the projects skill instead — it contains the current, complete instructions. If you arrived here from an old reference (documentation, a saved prompt, or automation), update it from aiconfig-projects to projects . Installs 50 Repository launchdarkly/ai-tooling GitHub Stars 25 First Seen May 5, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pa...
2.7K
4718 aiconfig-create launchdarkly/ai-tooling
Deprecated — renamed to configs-create This skill has been renamed. Do not follow any instructions here and do not perform the task from this skill. Invoke the configs-create skill instead — it contains the current, complete instructions. If you arrived here from an old reference (documentation, a saved prompt, or automation), update it from aiconfig-create to configs-create . Installs 51 Repository launchdarkly/ai-tooling GitHub Stars 25 First Seen May 5, 2026 Security Audits Gen Agent Trust Hu...
2.7K
4719 aiconfig-update launchdarkly/ai-tooling
Deprecated — renamed to configs-update This skill has been renamed. Do not follow any instructions here and do not perform the task from this skill. Invoke the configs-update skill instead — it contains the current, complete instructions. If you arrived here from an old reference (documentation, a saved prompt, or automation), update it from aiconfig-update to configs-update . Installs 52 Repository launchdarkly/ai-tooling GitHub Stars 25 First Seen May 5, 2026 Security Audits Gen Agent Trust Hu...
2.7K
4720 aiconfig-variations launchdarkly/ai-tooling
Deprecated — renamed to configs-variations This skill has been renamed. Do not follow any instructions here and do not perform the task from this skill. Invoke the configs-variations skill instead — it contains the current, complete instructions. If you arrived here from an old reference (documentation, a saved prompt, or automation), update it from aiconfig-variations to configs-variations . Installs 51 Repository launchdarkly/ai-tooling GitHub Stars 25 First Seen May 5, 2026 Security Audits Ge...
2.7K
4721 claude-history-ingest ar9av/obsidian-wiki
Claude History Ingest — Conversation Mining You are extracting knowledge from the user's past Claude Code conversations and distilling it into the Obsidian wiki. Conversations are rich but messy — your job is to find the signal and compile it. This skill can be invoked directly or via the wiki-history-ingest router ( /wiki-history-ingest claude ). Before You Start Read .env to get OBSIDIAN_VAULT_PATH and CLAUDE_HISTORY_PATH (defaults to ~/.claude ) Read .manifest.json at the vault root to check ...
2.7K
4722 academic-writing jamditis/claude-skills-journalism
Academic writing and research methodology Systematic approaches for scholarly writing, research design, and academic communication. Research design fundamentals Research question development Crafting a research question The FINER criteria - Feasible: Can you actually do this research? - Interesting: Does it matter to the field? - Novel: Does it add new knowledge? - Ethical: Can it be done ethically? - Relevant: Does it address a real problem? Question types | Type | Purpose | Example | ...
2.7K
4723 hv-analysis kkkkhazix/khazix-skills
横纵分析法深度研究 方法论溯源 横纵分析法由数字生命卡兹克(Khazix)提出,融合了语言学中的历时-共时分析(Saussure)、社会科学中的纵向-横截面研究设计、商学院案例研究法、以及竞争战略分析的核心思想,形成了一套适用于产品/公司/概念/人物的通用研究框架。核心原则不变:纵向追时间深度,横向追同期广度,最终交汇出判断。 你正在执行一次横纵分析法深度研究。最终产出一份 排版精美的PDF研究报告 。 前置准备 环境准备 确认PDF转换脚本可用 :本Skill自带 scripts/md_to_pdf.py (基于WeasyPrint),用于将最终Markdown报告转为排版精美的PDF。确保依赖已安装: pip install weasyprint markdown --break-system-packages 。 写作风格 :本Skill已内置完整的写作风格指南(见下文"写作风格"部分),无需额外加载其他skill。 明确研究对象 拿到用户输入后,确认以下信息。如果用户已经给得足够明确(比如"帮我用横纵分析法研究Hermes Agent"),不需要追问,直接开始: 研究对象 :具...
2.7K
4724 convex-cron-jobs waynesutton/convexskills
Convex Cron Jobs Schedule recurring functions for background tasks, cleanup jobs, data syncing, and automated workflows in Convex applications. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/scheduling/cron-jobs Scheduling Overview: https://docs.convex.dev/scheduling Scheduled Functions: https://docs.convex.dev/scheduling/scheduled-functions For broader context: https://docs.convex.dev/llms.txt Instructions Cron Jobs...
2.7K
4725 video starchild-ai-agent/official-skills
No SKILL.md available for this skill. View on GitHub
2.7K
4726 earnings-analysis anthropics/financial-services
Equity Research Earnings Update Create professional EARNINGS UPDATE REPORTS analyzing quarterly results for companies already under coverage, following institutional standards (JPMorgan, Goldman Sachs, Morgan Stanley format). Key Characteristics: Length : 8-12 pages Word Count : 3,000-5,000 words Tables : 1-3 summary tables (NOT comprehensive) Figures : 8-12 charts Turnaround : 1-2 days (within 24-48 hours of earnings) Audience : Clients already familiar with the company Focus : What's NEW - bea...
2.7K
4727 web-performance-optimization sickn33/agentic-awesome-skills
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 Inte...
2.7K
4728 caveman juliusbrussee/cavekit
Respond terse like smart caveman. All technical substance stay. Only fluff die. Persistence ACTIVE EVERY RESPONSE. No revert after many turns. No filler drift. Still active if unsure. Off only: "stop caveman" / "normal mode". Default: full . Switch: /caveman lite|full|ultra . Rules Drop: articles (a/an/the), filler (just/really/basically/actually/simply), pleasantries (sure/certainly/of course/happy to), hedging. Fragments OK. Short synonyms (big not extensive, fix not "implement a solution for"...
2.7K
4729 freee-api-skill freee/freee-mcp
freee API スキル 概要 freee-mcp (MCP サーバー) を通じて freee API と連携。 このスキルの役割: freee API の詳細リファレンスを提供 freee-mcp 使用ガイドと API 呼び出し例を提供 注意: OAuth 認証はユーザー自身が自分の環境で実行する必要があります。 セットアップ 1. OAuth 認証(あなたのターミナルで実行) npx freee-mcp configure ブラウザで freee にログインし、事業所を選択します。設定は ~/.config/freee-mcp/config.json に保存されます。 2. 再起動して確認 Claude を再起動後、 freee_auth_status ツールで認証状態を確認。 リファレンス API リファレンスが references/ に含まれます。各リファレンスにはパラメータ、リクエストボディ、レスポンスの詳細情報があります。 目的のAPIを探すには、 references/ ディレクトリ内のファイルをキーワード検索してください。 主なリファレンス: accounting-...
2.7K
4730 bun-development sickn33/agentic-awesome-skills
⚡ Bun Development Fast, modern JavaScript/TypeScript development with the Bun runtime, inspired by oven-sh/bun . When to Use This Skill Use this skill when: Starting new JS/TS projects with Bun Migrating from Node.js to Bun Optimizing development speed Using Bun's built-in tools (bundler, test runner) Troubleshooting Bun-specific issues 1. Getting Started 1.1 Installation Show more Installs 2.7K Repository sickn33/agentic…e-skills GitHub Stars 45.0K First Seen Jan 19, 2026 Security Audits Gen Ag...
2.7K
4731 sentry-setup-ai-monitoring getsentry/sentry-for-ai
All Skills > Feature Setup > AI Monitoring Setup Sentry AI Agent Monitoring Configure Sentry to track LLM calls, agent executions, tool usage, and token consumption. Invoke This Skill When User asks to "monitor AI/LLM calls" or "track OpenAI/Anthropic usage" User wants "AI observability" or "agent monitoring" User asks about token usage, model latency, or AI costs Important: The SDK versions, API names, and code samples below are examples. Always verify against docs.sentry.io before implementing...
2.7K
4732 cass dicklesworthstone/coding_agent_session_search
CASS - Coding Agent Session Search Unified, high-performance CLI/TUI to index and search your local coding agent history. Aggregates sessions from 11 agents : Codex, Claude Code, Gemini CLI, Cline, OpenCode, Amp, Cursor, ChatGPT, Aider, Pi-Agent, and Factory (Droid). CRITICAL: Robot Mode Required for AI Agents NEVER run bare cass - it launches an interactive TUI that blocks your session! WRONG - blocks terminal cass CORRECT - JSON output for agents cass search "query" --robot cass search "quer...
2.7K
4733 developing-with-streamlit streamlit/agent-skills
Developing with Streamlit A collection of skills for building production-grade Streamlit apps. Each skill focuses on a specific aspect of Streamlit development. When to activate Activate these skills when: Creating new Streamlit apps from scratch Adding features to existing apps Debugging performance issues Improving app design and UX Setting up project structure and environments Connecting to data sources like Snowflake Quick routing Performance issues or slow apps? → optimizing-streamlit-...
2.7K
4734 screenshot-optimization eronred/aso-skills
Screenshot Optimization You are an expert in App Store creative optimization with deep knowledge of what converts browsers into downloaders. Your goal is to help the user design screenshots that maximize conversion rate. Initial Assessment Check for app-marketing-context.md — read it for positioning and audience Ask for the App ID (to see current screenshots) Ask for target audience — who is browsing the App Store for this? Ask for top 3 features they want to highlight Ask if they have a designe...
2.7K
4735 compliance-check anthropics/knowledge-work-plugins
/compliance-check -- Compliance Review If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Run a compliance check on a proposed action, product feature, marketing campaign, or business initiative. Important : This command assists with legal workflows but does not provide legal advice. Compliance assessments should be reviewed by qualified legal professionals. Regulatory requirements change frequently; always verify current requirements with authorit...
2.7K
4736 aspnet-core openai/skills
ASP.NET Core Overview Choose the right ASP.NET Core application model, compose the host and request pipeline correctly, and implement features in the framework style Microsoft documents today. Load the smallest set of references that fits the task. Do not load every reference by default. Workflow Confirm the target framework, SDK, and current app model. Open references/stack-selection.md first for new apps or major refactors. Open references/program-and-pipeline.md next for Program.cs , DI, conf...
2.7K
4737 competitive-brief anthropics/knowledge-work-plugins
Competitive Brief If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Research competitors and generate a structured competitive analysis comparing positioning, messaging, content strategy, and market presence. Trigger User runs /competitive-brief or asks for a competitive analysis, competitor research, or market comparison. Inputs Gather the following from the user: Competitor name(s) — one or more competitors to analyze (required) Your company/pro...
2.7K
4738 drawio jgraph/drawio-mcp
Draw.io Skill AI-powered Draw.io diagram generation with real-time browser preview for Claude Code. Quick Start What you want to do Command Description Create new diagram /drawio-create Natural language → diagram Replicate image /drawio-replicate Image → A-H → diagram Edit diagram /drawio-edit Modify existing diagram Tip: You can also use natural language keywords like "create", "replicate", "edit" to trigger workflows. Features Design System - Unified visual language with themes, tokens, an...
2.7K
4739 paper-audit bahayonghang/academic-writing-skills
Paper Audit Skill Unified academic paper auditing across formats and languages. Steps Parse the paper path and mode from $ARGUMENTS . If missing, confirm the target .tex , .typ , or .pdf file. Review evaluation criteria in $SKILL_DIR/references/REVIEW_CRITERIA.md and $SKILL_DIR/references/CHECKLIST.md . Run the orchestrator: python $SKILL_DIR/scripts/audit.py $ARGUMENTS . Present the MD report directly to the user. Distinguish between automated findings and LLM-judgment scores. If in review mode...
2.7K
4740 ce-debug everyinc/compound-engineering-plugin
Debug and Fix Find root causes, then fix them. This skill investigates bugs systematically — tracing the full causal chain before proposing a fix — and optionally implements the fix with test-first discipline. <bug_description> $ARGUMENTS </bug_description> Core Principles Investigate before fixing. Do not propose a fix until you can explain the full causal chain from trigger to symptom with no gaps. "Somehow X leads to Y" is a gap. Predictions for uncertain links. When the causal chain has unce...
2.7K
4741 jwt-oauth-token-attacks yaklang/hack-skills
SKILL: JWT and OAuth 2.0 Token Attacks — Expert Attack Playbook AI LOAD INSTRUCTION : Expert authentication token attacks. Covers JWT cryptographic attacks (alg:none, RS256→HS256, secret crack, kid/jku injection), OAuth flow attacks (CSRF, open redirect, token theft, implicit flow abuse), PKCE bypass, and token leakage via Referer/logs. This is critical for modern web applications. 0. RELATED ROUTING Use this file for token-centric attacks and flow abuse. Also load: oauth oidc misconfiguration f...
2.7K
4742 ce-ideate everyinc/compound-engineering-plugin
Generate Improvement Ideas Note: The current year is 2026. Use this when dating ideation documents and checking recent ideation artifacts. ce-ideate precedes ce-brainstorm . ce-ideate answers: "What are the strongest ideas worth exploring?" ce-brainstorm answers: "What exactly should one chosen idea mean?" ce-plan answers: "How should it be built?" This workflow produces a ranked ideation artifact in docs/ideation/ . It does not produce requirements, plans, or code. Interaction Method Use the pl...
2.7K
4743 ui-test browserbase/skills
UI Test — Agentic UI Testing Skill Test UI changes in a real browser. Your job is to try to break things , not confirm they work. Three workflows: Diff-driven — analyze a git diff, test only what changed Exploratory — navigate the app, find bugs the developer didn't think about Parallel — fan out independent test groups across multiple Browserbase browsers How Testing Works The main agent coordinates — it plans test strategy, delegates to sub-agents, and merges results. Sub-agents do the actual ...
2.7K
4744 audit-support anthropics/knowledge-work-plugins
Audit Support Important : This skill assists with SOX compliance workflows but does not provide audit or legal advice. All testing workpapers and assessments should be reviewed by qualified financial professionals. While "significance" and "materiality" are context-specific concepts that are ultimately assessed by auditors, this skill is intended to assist professionals in the creation and evaluation of effective internal controls and documentation for audits. SOX 404 control testing methodology...
2.7K
4745 websocket-security yaklang/hack-skills
SKILL: WebSocket Security AI LOAD INSTRUCTION : This skill covers WebSocket protocol basics, cross-site WebSocket hijacking (CSWSH), practical tooling bridges, and common vulnerability classes. Apply only in authorized tests; treat tokens and message content as sensitive. For REST/GraphQL companion testing, cross-load api-sec when present in the workspace. 0. QUICK START During proxy or raw traffic review, watch for: Upgrade : websocket Connection : Upgrade Sec-WebSocket-Key : dGhlIHNhbXBsZSBub2...
2.7K
4746 idor-broken-object-authorization yaklang/hack-skills
SKILL: IDOR / Broken Object Level Authorization — Expert Attack Playbook AI LOAD INSTRUCTION : IDOR is the 1 bug bounty finding. This skill covers non-obvious IDOR surfaces, all attack vectors (not just URL params), A-B testing methodology, BOLA vs BFLA distinction, chaining IDOR to higher impact, and what testers repeatedly miss. 1. IDOR vs BOLA vs BFLA Term Meaning Impact IDOR Insecure Direct Object Reference Read/modify other users' data BOLA Broken Object Level Authorization (OWASP API Top 1...
2.7K
4747 401-403-bypass-techniques yaklang/hack-skills
SKILL: 401/403 Bypass Techniques — Expert Attack Playbook AI LOAD INSTRUCTION : Comprehensive 401/403 forbidden bypass techniques. Covers path normalization tricks, HTTP method override, header-based bypasses (X-Original-URL, X-Forwarded-For), protocol version tricks, and combination attacks. Base models typically know 2-3 header bypasses but miss the full matrix of path manipulation variants and verb+path combos. 0. RELATED ROUTING authbypass-authentication-flaws — broader auth bypass (login fl...
2.7K
4748 k6 grafana/skills
k6 Performance Testing Docs : https://grafana.com/docs/k6/latest/ Quick Start Install brew install k6 macOS sudo apt install k6 Ubuntu/Debian choco install k6 Windows Run a test k6 run script.js k6 run --vus 10 --duration 30s script.js k6 run --out json = results.json script.js Basic Script Structure Show more
2.7K
4749 campaign-plan anthropics/knowledge-work-plugins
Campaign Plan If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Generate a comprehensive marketing campaign brief with objectives, audience, messaging, channel strategy, content calendar, and success metrics. Trigger User runs /campaign-plan or asks to plan, design, or build a marketing campaign. Inputs Gather the following from the user. If not provided, ask before proceeding: Campaign goal — the primary objective (e.g., drive signups, increase a...
2.7K
4750 waf-bypass-techniques yaklang/hack-skills
SKILL: WAF Bypass Techniques — Evasion Playbook AI LOAD INSTRUCTION : Covers WAF identification, generic bypass categories (encoding, protocol abuse, HTTP/2, parameter pollution), and a decision tree. For product-specific bypasses (Cloudflare, AWS WAF, ModSecurity, Akamai, etc.), load WAF_PRODUCT_MATRIX.md . Base models often suggest basic encoding but miss protocol-level bypasses and WAF behavioral quirks. 0. RELATED ROUTING sqli-sql-injection for payloads to deliver after bypassing WAF xss-cro...
2.7K