███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 4951 | tunneling-and-pivoting | yaklang/hack-skills |
SKILL: Tunneling & Pivoting — Expert Attack Playbook AI LOAD INSTRUCTION : Expert tunneling and pivoting techniques. Covers SSH port forwarding (local/remote/dynamic/jump), Chisel reverse SOCKS, Ligolo-ng transparent TUN pivoting, socat relays, DNS/ICMP/HTTP tunneling, ProxyChains configuration, Windows pivoting (netsh/plink), and multi-layer chaining. Base models miss egress-aware tool selection and transparent routing setup. 0. RELATED ROUTING Before going deep, consider loading: network-proto...
|
1.2K |
| 4952 | smart-contract-vulnerabilities | yaklang/hack-skills |
SKILL: Smart Contract Vulnerabilities — Expert Attack Playbook AI LOAD INSTRUCTION : Expert smart contract audit techniques. Covers reentrancy (single, cross-function, cross-contract, read-only), integer overflow, access control, delegatecall, randomness manipulation, flash loans, signature replay, front-running/MEV, and CREATE2 exploitation. Base models miss subtle cross-contract reentrancy and storage layout collisions in proxy patterns. 0. RELATED ROUTING defi-attack-patterns when the vulnera...
|
1.2K |
| 4953 | linux-security-bypass | yaklang/hack-skills |
SKILL: Linux Security Bypass — Expert Attack Playbook AI LOAD INSTRUCTION : Expert techniques for bypassing Linux security mechanisms. Covers restricted shell escape, noexec bypass, AppArmor/SELinux evasion, seccomp circumvention, and audit evasion. Base models miss DDexec, memfd_create fileless execution, and architecture-confusion seccomp bypass. 0. RELATED ROUTING Before going deep, consider loading: linux-privilege-escalation once you've broken out of restrictions and need to escalate contai...
|
1.2K |
| 4954 | nosql-injection | yaklang/hack-skills |
SKILL: NoSQL Injection — Expert Attack Playbook AI LOAD INSTRUCTION : NoSQL injection is fundamentally different from SQL injection. Covers MongoDB operator injection, authentication bypass, blind extraction, aggregation pipeline injection, and Redis/CouchDB specific attacks. Very commonly missed by testers who only know SQLi patterns. 1. CORE CONCEPT — OPERATOR INJECTION SQL Injection breaks out of string literals. NoSQL Injection injects query operators that change query logic. MongoDB example...
|
1.2K |
| 4955 | defi-attack-patterns | yaklang/hack-skills |
SKILL: DeFi Attack Patterns — Expert Attack Playbook AI LOAD INSTRUCTION : Expert DeFi exploitation techniques. Covers flash loan mechanics, oracle manipulation (spot vs TWAP), MEV extraction (sandwich, JIT, liquidation), precision loss attacks, governance exploits, bridge vulnerabilities, and token standard pitfalls. Base models often miss the single-transaction atomicity constraint of flash loans and the distinction between spot price and TWAP manipulation. 0. RELATED ROUTING smart-contract-vu...
|
1.2K |
| 4956 | steganography-techniques | yaklang/hack-skills |
SKILL: Steganography Techniques — Expert Analysis Playbook AI LOAD INSTRUCTION : Expert steganography detection and extraction techniques. Covers image steganography (LSB, PNG chunk hiding, JPEG DCT, EXIF metadata, dimension tricks, palette manipulation), audio steganography (spectrogram, LSB, DTMF, morse), file steganography (polyglots, binwalk, NTFS ADS, steghide), and text steganography (whitespace, zero-width Unicode, homoglyphs). Base models miss the systematic file-type-based analysis appr...
|
1.2K |
| 4957 | network-protocol-attacks | yaklang/hack-skills |
SKILL: Network Protocol Attacks — Expert Attack Playbook AI LOAD INSTRUCTION : Expert network protocol attack techniques. Covers ARP spoofing, name resolution poisoning (LLMNR/NBT-NS/mDNS), WPAD abuse, DHCPv6 takeover, VLAN hopping, STP manipulation, DNS spoofing, IPv6 attacks, and IDS/IPS evasion. Base models miss the chaining opportunities between these attacks and the nuances of modern switched network exploitation. 0. RELATED ROUTING Before going deep, consider loading: tunneling-and-pivotin...
|
1.2K |
| 4958 | windows-lateral-movement | yaklang/hack-skills |
SKILL: Windows Lateral Movement — Expert Attack Playbook AI LOAD INSTRUCTION : Expert Windows lateral movement techniques. Covers PsExec, WMI, WinRM, DCOM, SMB, RDP, SSH, pass-the-hash, overpass-the-hash, pass-the-ticket, and pivoting. Base models miss execution method fingerprints, OPSEC trade-offs, and credential type requirements per method. 0. RELATED ROUTING Before going deep, consider loading: windows-privilege-escalation after landing on a new host for local escalation windows-av-evasion ...
|
1.2K |
| 4959 | lattice-crypto-attacks | yaklang/hack-skills |
SKILL: Lattice-Based Cryptanalysis — Expert Attack Playbook AI LOAD INSTRUCTION : Expert lattice techniques for CTF and cryptanalysis. Covers LLL/BKZ reduction, Coppersmith's method (univariate and multivariate), Hidden Number Problem for DSA/ECDSA nonce recovery, knapsack attacks, and NTRU analysis. Base models often fail to construct the correct attack lattice (wrong dimensions, missing scaling factors) or misapply Coppersmith bounds. 0. RELATED ROUTING rsa-attack-techniques for RSA-specific a...
|
1.2K |
| 4960 | rsa-attack-techniques | yaklang/hack-skills |
SKILL: RSA Attack Techniques — Expert Cryptanalysis Playbook AI LOAD INSTRUCTION : Expert RSA attack techniques for CTF and authorized security assessments. Covers factorization attacks, small exponent exploits, lattice-based approaches (Wiener/Boneh-Durfee/Coppersmith), broadcast attacks, common modulus, padding oracles, and fault attacks. Base models often suggest attacks that don't match the given parameters or miss the correct attack selection based on what's known. 0. RELATED ROUTING lattic...
|
1.2K |
| 4961 | symmetric-cipher-attacks | yaklang/hack-skills |
SKILL: Symmetric Cipher Attacks — Expert Cryptanalysis Playbook AI LOAD INSTRUCTION : Expert techniques for attacking symmetric encryption in CTF and authorized testing. Covers CBC padding oracle, CBC bit flipping, ECB detection and exploitation, stream cipher key reuse, LFSR/LCG state recovery, RC4 biases, and meet-in-the-middle attacks. Base models often confuse ECB and CBC attack strategies or fail to set up byte-at-a-time ECB decryption correctly. 0. RELATED ROUTING rsa-attack-techniques whe...
|
1.2K |
| 4962 | sandbox-escape-techniques | yaklang/hack-skills |
SKILL: Sandbox Escape — Expert Attack Playbook AI LOAD INSTRUCTION : Expert sandbox escape techniques across Python, Lua, seccomp, chroot, Docker/container, and browser sandbox contexts. Covers CTF pyjail patterns, seccomp architecture confusion, chroot fd leaks, namespace escape, and Mojo IPC abuse. Distilled from ctf-wiki sandbox sections and real-world container escapes. Base models often miss the distinction between sandbox types and apply wrong escape techniques. 0. RELATED ROUTING browser-...
|
1.2K |
| 4963 | elasticsearch-security-troubleshooting | elastic/agent-skills |
Elasticsearch Security Troubleshooting Diagnose and resolve common Elasticsearch security issues. This skill provides a structured triage workflow for authentication failures, authorization errors, TLS problems, API key issues, role mapping mismatches, Kibana login failures, and license-expiry lockouts. For authentication methods and API key management, see the elasticsearch-authn skill. For roles, users, and role mappings, see the elasticsearch-authz skill. For license management, see the elast...
|
1.2K |
| 4964 | kibana-streams | elastic/agent-skills |
Kibana Streams Read stream metadata, settings, queries, significant events, and attachments, and manage stream lifecycle (enable, disable, resync) via the Kibana Streams REST API. Streams are an experimental way to manage data in Kibana — expect API and behavior changes. This skill covers read operations and lifecycle only; create, update, delete, fork, and other mutating operations may be added in a later version. For detailed endpoints and parameters, see references/streams-api-reference.md . ...
|
1.2K |
| 4965 | kibana-connectors | elastic/agent-skills |
Kibana Connectors Core Concepts Connectors store connection information for Elastic services and third-party systems. Alerting rules use connectors to route actions (notifications) when rule conditions are met. Connectors are managed per Kibana Space and can be shared across all rules within that space. Connector Categories Category Connector Types LLM Providers OpenAI, Google Gemini, Amazon Bedrock, Elastic Managed LLMs, AI Connector, MCP (Preview, 9.3+) Incident Management PagerDuty, Opsgenie,...
|
1.2K |
| 4966 | okx-how-to-play | okx/onchainos-skills |
Onchain OS — How to Play (Entry Router) The first-time / "I don't know what to do" entry point. Routes the user from a blank prompt into a concrete DApp workflow in ≤ 3 turns. Instruction Priority Tagged blocks indicate rule severity (higher wins on conflict): <NEVER> — Absolute prohibition. <MUST> — Mandatory step. Skipping breaks the flow. <SHOULD> — Best practice. Pre-flight Checks Trigger Criteria Show more
|
1.2K |
| 4967 | video-to-gif | zc277584121/marketing-skills |
Skill: Video to GIF Convert a video file into multiple GIF variants with different parameters, so the user can visually compare and pick the best one. Prerequisite : FFmpeg and uv must be installed. gifsicle is optional (enables lossy compression variants). When to Use The user wants to create a GIF from a video clip but isn't sure about the right parameters. GIF quality involves tradeoffs between: File size — smaller is better for sharing/embedding Color accuracy — fewer colors = smaller but ma...
|
1.2K |
| 4968 | social-media-generator | ailabs-393/ai-labs-claude-skills |
Social Media Generator Overview This skill enables creation of platform-optimized social media content for Twitter, Instagram, LinkedIn, and Facebook. It automatically generates posts tailored to each platform's best practices and saves them in an organized directory structure. When to Use This Skill Use this skill when the user requests: Creation of social media posts for multiple platforms Content generation for specific events, announcements, or campaigns Platform-specific content optimiz...
|
1.2K |
| 4969 | 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.2K |
| 4970 | aws-rds-spring-boot-integration | giuseppe-trisciuoglio/developer-kit |
AWS RDS Spring Boot Integration Overview Configure AWS RDS databases (Aurora, MySQL, PostgreSQL) with Spring Boot applications for production-ready connectivity. This skill provides patterns for datasource configuration, connection pooling with HikariCP, SSL connections, environment-specific configurations, and integration with AWS Secrets Manager for secure credential management. When to Use This Skill Use this skill when: Setting up AWS RDS Aurora with Spring Data JPA Configuring datasource pr...
|
1.2K |
| 4971 | sentry-svelte-sdk | getsentry/sentry-for-ai |
All Skills > SDK Setup > Svelte SDK Sentry Svelte SDK Opinionated wizard that scans your project and guides you through complete Sentry setup for Svelte and SvelteKit. Invoke This Skill When User asks to "add Sentry to Svelte" or "set up Sentry" in a Svelte/SvelteKit app User wants error monitoring, tracing, session replay, or logging in Svelte or SvelteKit User mentions @sentry/svelte , @sentry/sveltekit , or Sentry SDK for Svelte Note: SDK versions and APIs below reflect current Sentry docs at...
|
1.2K |
| 4972 | browser-to-api | browserbase/skills |
Browser to API Replay-driven API discovery. Consume a browser-trace capture, pair its CDP request / response events, templatize observed URLs, infer JSON schemas from samples, and emit an OpenAPI 3.1 document plus a human-readable coverage report. This skill does not capture traffic . It is purely offline post-processing on top of browser-trace 's cdp/network/*.jsonl buckets. The two skills compose: browser-trace → .o11y/<run>/cdp/network/{requests,responses}.jsonl browser-to-api → .o11y/...
|
1.2K |
| 4973 | positioning-ideas | phuryn/pm-skills |
Positioning Ideas Brainstorm product positioning ideas differentiated from competitors. Identifies top competitors and generates positioning statements with strategic rationale. Use when developing product positioning, differentiating from competitors, or crafting brand positioning strategy. When to Use Developing product positioning strategy Differentiating from competitors Crafting brand positioning statements Identifying market positioning gaps Triggers: positioning, brand positioning, differ...
|
1.2K |
| 4974 | twitter-x-posts | kostja94/marketing-skills |
Platforms: X (Twitter) Guides X post copy creation and optimization. Use for generating publish-ready posts, threads, and content that performs on X. Suitable for copy agents, design agents (image specs), and video agents (video post specs). 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 directly to the main output. Output: Publish-Ready Copy This sk...
|
1.2K |
| 4975 | xai-grok-onboarding | starchild-ai-agent/official-skills |
🟢 xAI OAuth Onboarding Use any active xAI account — X Premium, X Premium+, SuperGrok, or SuperGrok Heavy — for grok-4.3 , grok-build-0.1 , grok-4.20-* and multi-agent models. No separate API key needed. This is standard OAuth 2.0 (RFC 8628 Device Authorization Grant), not a vendor-custom flow. Tier → model access The JWT issued by auth.x.ai carries a tier claim; higher tiers unlock more models from /v1/models . Observed mapping (xAI does not publish this officially): Tier Subscription Approx. mo...
|
1.2K |
| 4976 | aws-amplify | aws/agent-toolkit-for-aws |
AWS Amplify Gen2 Build and deploy full-stack applications using AWS Amplify Gen2's TypeScript code-first approach. This skill covers backend resource creation, frontend integration across 8 frameworks, and deployment workflows. Prerequisites Node.js ^18.19.0 || ^20.6.0 || >=22 and npm AWS credentials configured ( aws sts get-caller-identity succeeds) For sandbox: npx ampx --version returns a valid version For mobile: Platform-specific tooling (Xcode, Android Studio, Flutter SDK) Defaults & Assum...
|
1.2K |
| 4977 | ads | agricidaniel/claude-ads |
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.md exists (or .claude/product-marketing.md , or the legacy product-marketing-context.md filename, in older setups), read it before asking questions. Use that context and only ask for information not al...
|
1.2K |
| 4978 | football-data | machina-sports/sports-skills |
Football Data Setup Before first use, check if the CLI is available: which sports-skills || pip install sports-skills If pip install fails (package not found or Python version error), install from GitHub: pip install git+https://github.com/machina-sports/sports-skills.git The package requires Python 3.10+. If your default Python is older, use a specific version: python3 --version check version If < 3.10, try: python3.12 -m pip install sports-skills On macOS with Homebrew: /opt/homebrew/bin/py...
|
1.2K |
| 4979 | kibana-vega | elastic/agent-skills |
Kibana Vega Create and manage Kibana dashboards and Vega visualizations with ES|QL data sources. Overview Vega is a declarative visualization grammar for creating custom charts in Kibana. Combined with ES|QL queries, it enables highly customized visualizations beyond standard Kibana charts. Important Version Requirement: This skill strictly supports ES|QL data sources and requires Serverless Kibana or version 9.4+ (SNAPSHOT) . It will not work reliably on older versions or with older Lucene/KQL ...
|
1.2K |
| 4980 | raw-video-processing | zc277584121/marketing-skills |
Skill: Raw Video Processing Post-process raw screen recordings to improve pacing — remove silent segments, then speed up the result. Prerequisite : FFmpeg and uv must be installed. When to Use The user has recorded a screencast and wants to clean it up before publishing. Typical issues in raw recordings: Long pauses / dead air while thinking or waiting for loading Keyboard typing sounds and other low-level background noise that should be treated as silence Overall pacing feels slow and could ben...
|
1.2K |
| 4981 | mermaid-to-image | zc277584121/marketing-skills |
Skill: Mermaid to Image Convert ```mermaid code blocks in Markdown (or other text) files into PNG images, and replace the code blocks with image references. Useful for platforms that don't render Mermaid natively (GitHub Pages/Jekyll, Dev.to, etc.). When to Use The user asks to convert Mermaid diagrams in a file to images The user wants to render specific Mermaid code blocks as PNG A publishing workflow requires static images instead of Mermaid code blocks Workflow Step 1: Identify target files ...
|
1.2K |
| 4982 | jupyter-notebook-writing | zc277584121/marketing-skills |
Skill: Jupyter Notebook Writing Write Milvus application-level Jupyter notebook examples as a DevRel workflow. Uses a Markdown-first approach — AI edits .md files, then converts to .ipynb via jupyter-switch . Prerequisites : Python >= 3.10, uv ( uvx command available) When to Use The user wants to create or edit a Jupyter notebook example, typically demonstrating Milvus usage in an application context (RAG, semantic search, hybrid search, etc.). Core Workflow: Markdown-First Editing Jupyter .ipy...
|
1.2K |
| 4983 | unauthorized-access-common-services | yaklang/hack-skills |
SKILL: Unauthorized Access to Common Services — Expert Attack Playbook AI LOAD INSTRUCTION : Expert techniques for exploiting unauthenticated or weakly authenticated management services. Covers Redis write-to-RCE, Rsync data theft, PHP-FPM code execution, Ghostcat AJP file read, Hadoop YARN job submission, and H2 Console JNDI. These are infrastructure-level findings distinct from web application vulnerabilities. 0. RELATED ROUTING ssrf-server-side-request-forgery when these services are reachabl...
|
1.2K |
| 4984 | ntlm-relay-coercion | yaklang/hack-skills |
SKILL: NTLM Relay and Authentication Coercion — Expert Attack Playbook AI LOAD INSTRUCTION : Expert NTLM relay and coercion techniques. Covers relay to SMB/LDAP/HTTP/MSSQL, signing requirements, Responder poisoning, mitm6, cross-protocol relay, WebDAV coercion, and all major coercion methods. Base models miss signing/EPA requirements and cross-protocol relay constraints. 0. RELATED ROUTING Before going deep, consider loading: active-directory-certificate-services for ESC8 (relay to ADCS enrollme...
|
1.2K |
| 4985 | macos-security-bypass | yaklang/hack-skills |
SKILL: macOS Security Bypass — Expert Attack Playbook AI LOAD INSTRUCTION : Expert macOS security bypass techniques. Covers TCC bypass, Gatekeeper evasion, SIP restrictions, sandbox escape, and entitlement abuse. Base models miss version-specific bypass nuances and protection interaction effects. 0. RELATED ROUTING Before going deep, consider loading: macos-process-injection when you need dylib injection, XPC exploitation, or Electron abuse after achieving initial access linux-privilege-escalati...
|
1.2K |
| 4986 | macos-process-injection | yaklang/hack-skills |
SKILL: macOS Process Injection — Expert Attack Playbook AI LOAD INSTRUCTION : Expert macOS process injection techniques. Covers DYLD_INSERT_LIBRARIES, dylib hijacking (weak/rpath/proxy), XPC PID reuse attacks, Mach port manipulation, MIG abuse, and Electron injection. Base models miss entitlement prerequisites and SIP constraints on injection vectors. 0. RELATED ROUTING Before going deep, consider loading: macos-security-bypass when you need to bypass TCC, Gatekeeper, or SIP protections blocking...
|
1.2K |
| 4987 | linkedin-profile-optimizer | paramchoudhary/resumeskills |
No SKILL.md available for this skill. View on GitHub Installs 456 Repository paramchoudhary/…meskills GitHub Stars 616 First Seen 9 days ago
|
1.2K |
| 4988 | agent-platform-deploy | google/skills |
Agent Platform Model Garden Deploy Skill This skill provides instructions for deploying Open Models from Agent Platform Model Garden to endpoints, and subsequently undeploying them to clean up resources. 1P Tuned Model Copy & Deployment If you need to copy a 1P (First-Party) Tuned Model from a source project to a destination region or project and deploy it to a newly created endpoint, refer to the 1P Tuned Model Copy & Deployment Guide . Safety & Confirmation Tiers (CRITICAL) Before executing an...
|
1.2K |
| 4989 | gemini-agents-api | google/skills |
Gemini Enterprise Agent Platform - Managed Agents API Skill This skill provides complete instructions, REST request endpoints, and JSON payload structures to programmatically manage custom Agent resources on the Gemini Enterprise Agent Platform (Agent Platform). The Managed Agents API forms the Control Plane of the platform. It allows developers to provision, retrieve, update, and delete tailored, stateful agent containers equipped with system instructions, sandboxed files, custom skill registri...
|
1.2K |
| 4990 | developing-datacloud-code-extension | forcedotcom/sf-skills |
developing-datacloud-code-extension Skill Overview This skill provides a complete workflow for developing, testing, and deploying custom Python code extensions to Salesforce Data Cloud. Code extensions allow you to write Python transformations that read from and write to Data Lake Objects (DLOs) and Data Model Objects (DMOs). When to Use User wants to create a new code extension project User needs to test a code extension locally User wants to scan code for required permissions User needs to dep...
|
1.2K |
| 4991 | aws-sdk-java-v2-lambda | giuseppe-trisciuoglio/developer-kit |
AWS SDK for Java 2.x - AWS Lambda Overview AWS Lambda is a compute service that runs code without the need to manage servers. Your code runs automatically, scaling up and down with pay-per-use pricing. Use this skill to implement AWS Lambda operations using AWS SDK for Java 2.x in applications and services. When to Use Use this skill when: Invoking Lambda functions programmatically Creating or updating Lambda functions Managing Lambda function configurations Working with Lambda environment varia...
|
1.2K |
| 4992 | configure | anthropics/claude-plugins-official |
/discord:configure — Discord Channel Setup Writes the bot token to ~/.claude/channels/discord/.env and orients the user on access policy. The server reads both files at boot. Arguments passed: $ARGUMENTS Dispatch on arguments No args — status and guidance Read both state files and give the user a complete picture: Token — check ~/.claude/channels/discord/.env for DISCORD_BOT_TOKEN . Show set/not-set; if set, show first 6 chars masked. Access — read ~/.claude/channels/discord/access.json (missing...
|
1.2K |
| 4993 | grammar-check | phuryn/pm-skills |
Grammar and Flow Checking You are an expert copyeditor and writing specialist. Your role is to identify grammar, logical, and flow errors in text, then provide clear, actionable fix suggestions without rewriting the entire document. Purpose Analyze text for grammar, logical, and flow errors. Provide specific, focused suggestions on how to fix each issue. Focus on clarity, correctness, and readability. Input Arguments $OBJECTIVE : What is the intended purpose or goal of the text? (e.g., "persuade...
|
1.2K |
| 4994 | cost-tracking | affaan-m/everything-claude-code |
Cost Tracking Use this skill to analyze Claude Code cost and usage history from a local SQLite database. It is intended for users who already have a cost-tracking hook or plugin writing usage rows to ~/.claude-cost-tracker/usage.db . Source: salvaged from stale community PR 1304 by MayurBhavsar . When to Use The user asks "how much have I spent?", "what did this session cost?", or "what is my token usage?" The user mentions budgets, spending limits, overruns, or cost controls. The user wants a c...
|
1.2K |
| 4995 | homelab-wireguard-vpn | affaan-m/everything-claude-code |
Homelab WireGuard VPN WireGuard is a fast, modern VPN protocol. It is the right choice for remote access to a home network — simpler to configure than OpenVPN and faster than most alternatives. All configuration examples show common setups. Review each command — especially the iptables forwarding rules and key file permissions — before applying them to your system, and make changes in a maintenance window. When to Use Setting up WireGuard server on a Raspberry Pi, Linux host, pfSense, or router ...
|
1.2K |
| 4996 | lean-canvas | phuryn/pm-skills |
Lean Canvas Metadata Name : lean-canvas Description : Generate a Lean Canvas business model with detailed sections for problem, solution, metrics, cost structure, UVP, unfair advantage, channels, segments, and revenue. Triggers : lean canvas, startup canvas, lean model, business hypothesis Instructions You are a business model strategist designing a Lean Canvas for $ARGUMENTS. Your task is to create a comprehensive Lean Canvas that outlines the business hypothesis and key business model assumpti...
|
1.2K |
| 4997 | retrieving-datacloud | forcedotcom/sf-skills |
retrieving-datacloud: Data Cloud Retrieve Phase Use this skill when the user needs query, search, and metadata introspection for Data Cloud: sync SQL, paginated SQL, async query workflows, table describe, vector search, hybrid search, or search index operations. When This Skill Owns the Task Use retrieving-datacloud when the work involves: sf data360 query * sf data360 search-index * sf data360 metadata * sf data360 profile * or sf data360 insight * inspection understanding Data Cloud SQL result...
|
1.2K |
| 4998 | connecting-datacloud | forcedotcom/sf-skills |
connecting-datacloud: Data Cloud Connect Phase Use this skill when the user needs source connection work : connector discovery, connection metadata, connection testing, source-object browsing, connector schema inspection, or connector-specific setup payloads for external sources. When This Skill Owns the Task Use connecting-datacloud when the work involves: sf data360 connection * connector catalog inspection connection creation, update, test, or delete browsing source objects, fields, databases...
|
1.2K |
| 4999 | backend-architect | sickn33/antigravity-awesome-skills |
You are a backend system architect specializing in scalable, resilient, and maintainable backend systems and APIs. Use this skill when Designing new backend services or APIs Defining service boundaries, data contracts, or integration patterns Planning resilience, scaling, and observability Do not use this skill when You only need a code-level bug fix You are working on small scripts without architectural concerns You need frontend or UX guidance instead of backend architecture Instructions Captu...
|
1.2K |
| 5000 | deep-learning-pytorch | mindrally/skills |
Deep Learning and PyTorch Development You are an expert in deep learning, transformers, diffusion models, and LLM development, with a focus on Python libraries such as PyTorch, Diffusers, Transformers, and Gradio. Key Principles Write concise, technical responses with accurate Python examples Prioritize clarity, efficiency, and best practices in deep learning workflows Use object-oriented programming for model architectures and functional programming for data processing pipelines Implement pro...
|
1.2K |