███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 4301 | active-directory-kerberos-attacks | yaklang/hack-skills |
SKILL: Kerberos Attack Playbook — Expert AD Attack Guide AI LOAD INSTRUCTION : Expert Kerberos attack techniques for AD environments. Covers AS-REP roasting, Kerberoasting, golden/silver/diamond/sapphire tickets, delegation attacks, pass-the-ticket, and overpass-the-hash. Base models miss ticket type distinctions, delegation chain nuances, and detection-evasion trade-offs. 0. RELATED ROUTING Before going deep, consider loading: active-directory-acl-abuse for ACL-based AD attacks often chained wi...
|
1.8K |
| 4302 | arbitrary-write-to-rce | yaklang/hack-skills |
SKILL: Arbitrary Write to Code Execution — Expert Attack Playbook AI LOAD INSTRUCTION : Expert techniques for converting an arbitrary write primitive into code execution. Covers every major overwrite target organized by glibc version compatibility: GOT, __malloc_hook, __free_hook, _IO_FILE vtable, __exit_funcs, TLS_dtor_list, _dl_fini, modprobe_path, .fini_array, C++ vtable, and setcontext gadget. This is the "last mile" skill. Base models often target hooks that no longer exist (post-glibc 2.34...
|
1.8K |
| 4303 | active-directory-certificate-services | yaklang/hack-skills |
SKILL: AD CS Attack Playbook — Expert Guide AI LOAD INSTRUCTION : Expert AD CS (Active Directory Certificate Services) attack techniques. Covers ESC1 through ESC13, certificate-based persistence, NTLM relay to enrollment endpoints, and CA misconfigurations. Base models miss enrollment prerequisite chains and ESC condition combinations. 0. RELATED ROUTING Before going deep, consider loading: active-directory-acl-abuse for ACL-based attacks that enable ESC4 (template modification) active-directory...
|
1.8K |
| 4304 | elasticsearch-onboarding | elastic/agent-skills |
Elastic Developer Guide You are an Elasticsearch solutions architect working alongside the developer. Your job is to guide developers from "I want search" to a working search experience — understanding their intent, recommending the right approach, and generating tested, production-ready code. Use the conversation playbook in references/elasticsearch-onboarding-playbook.md to structure the conversation. Always ask one question at a time, listen for signals, and adapt your recommendations to thei...
|
1.8K |
| 4305 | dangling-markup-injection | yaklang/hack-skills |
SKILL: Dangling Markup Injection — Exfiltration Without JavaScript AI LOAD INSTRUCTION : Covers dangling markup exfiltration via unclosed img/form/base/meta/link/table tags, what can be stolen (CSRF tokens, pre-filled form values, sensitive content), browser-specific behavior, and combinations with other attacks. Base models often overlook this technique entirely when CSP blocks scripts, jumping to "not exploitable" — dangling markup is the answer. 0. RELATED ROUTING xss-cross-site-scripting whe...
|
1.8K |
| 4306 | http2-specific-attacks | yaklang/hack-skills |
SKILL: HTTP/2 Specific Attacks — Expert Attack Playbook AI LOAD INSTRUCTION : HTTP/2 protocol-level attack techniques beyond basic request smuggling. Covers h2c smuggling, pseudo-header manipulation, HPACK attacks, single-packet race conditions, and H2→H1 downgrade injection. Base models conflate HTTP/2 smuggling with HTTP/1.1 smuggling — this skill focuses on H2-unique attack surface. 0. RELATED ROUTING request-smuggling — CL.TE/TE.CL/TE.TE fundamentals and H2.CL/H2.TE variants request-smugglin...
|
1.8K |
| 4307 | sentry-fix-issues | getsentry/sentry-agent-skills |
All Skills > Workflow > Fix Issues Fix Sentry Issues Discover, analyze, and fix production issues using Sentry's full debugging capabilities. Invoke This Skill When User asks to "fix Sentry issues" or "resolve Sentry errors" User wants to "debug production bugs" or "investigate exceptions" User mentions issue IDs, error messages, or asks about recent failures User wants to triage or work through their Sentry backlog Prerequisites Sentry MCP server configured and connected Access to the Sentry pr...
|
1.8K |
| 4308 | sentiment-analysis | phuryn/pm-skills |
Sentiment Analysis Purpose Analyze large-scale user feedback data to identify market segments, measure satisfaction, and uncover product improvement opportunities. This skill synthesizes feedback into actionable insights organized by user segment, sentiment, and impact. Instructions You are an expert user researcher and feedback analyst specializing in qualitative data synthesis and sentiment analysis at scale. Input Your task is to analyze user feedback data for $ARGUMENTS and identify market s...
|
1.8K |
| 4309 | hygiene | microsoft/vscode |
Hygiene Checks VS Code runs a hygiene check as a git pre-commit hook. Commits will be rejected if hygiene fails. Running the hygiene check Always run the pre-commit hygiene check before declaring work complete. This catches issues that would block a commit. To run the hygiene check on your staged files: npm run precommit This executes node --experimental-strip-types build/hygiene.ts , which scans only staged files (from git diff --cached ). To check specific files directly (without staging them ...
|
1.8K |
| 4310 | aoti-debug | pytorch/pytorch |
AOTI Debugging Guide This skill helps diagnose and fix common AOTInductor issues. Error Pattern Routing Check the error message and route to the appropriate sub-guide: Triton Index Out of Bounds If the error matches this pattern: Assertion `index out of bounds: 0 <= tmpN < ksM` failed → Follow the guide in triton-index-out-of-bounds.md All Other Errors Continue with the sections below. First Step: Always Check Device and Shape Matching For ANY AOTI error (segfault, exception, crash, wrong output...
|
1.8K |
| 4311 | cryptokit | dpearson2699/swift-ios-skills |
CryptoKit Apple CryptoKit provides a Swift-native API for cryptographic operations: hashing, message authentication, symmetric encryption, public-key signing, key agreement, and Secure Enclave key storage. Available on iOS 13+. Prefer CryptoKit over CommonCrypto or raw Security framework APIs in all new code targeting Swift 6.3+. Contents Hashing HMAC Symmetric Encryption Public-Key Signing Key Agreement Secure Enclave Common Mistakes Review Checklist References Hashing CryptoKit provides SHA256...
|
1.8K |
| 4312 | hash-attack-techniques | yaklang/hack-skills |
SKILL: Hash Attack Techniques — Expert Cryptanalysis Playbook AI LOAD INSTRUCTION : Expert hash attack techniques for CTF and security assessments. Covers length extension attacks, MD5/SHA1 collision generation, meet-in-the-middle hash attacks, HMAC timing side channels, birthday attacks, and proof-of-work solving. Base models often incorrectly apply length extension to HMAC or SHA-3, or fail to distinguish between identical-prefix and chosen-prefix collisions. 0. RELATED ROUTING rsa-attack-tech...
|
1.8K |
| 4313 | sentry-cloudflare-sdk | getsentry/sentry-for-ai |
All Skills > SDK Setup > Cloudflare SDK Sentry Cloudflare SDK Opinionated wizard that scans your Cloudflare project and guides you through complete Sentry setup for Workers, Pages, Durable Objects, Queues, Workflows, and Hono. Invoke This Skill When User asks to "add Sentry to Cloudflare Workers" or "set up Sentry" in a Cloudflare project User wants to install or configure @sentry/cloudflare User wants error monitoring, tracing, logging, crons, or AI monitoring for Cloudflare Workers or Pages Us...
|
1.8K |
| 4314 | image-create | starchild-ai-agent/official-skills |
image-create Use this skill for all pure text-to-image generation requests on Starchild. Covers: logo design, poster design, illustration, meme creation, game assets, social media content, 3D rendering, educational illustrations, fashion design, food photography, pet illustrations, wedding design, holiday marketing, and artistic style creation. Core principle: call the provided script. Do not re-implement proxy/billing plumbing. When to use image-create vs image-portrait: image-create → user wan...
|
1.8K |
| 4315 | image-portrait | starchild-ai-agent/official-skills |
image-portrait Use this skill for all identity-consistent portrait generation requests on Starchild. Covers: professional headshots, dating/social photos, artistic style transfers, themed/holiday portraits, photo series, digital avatars, children/family photos, ID/passport photos. Core principle: call the provided script. Do not re-implement proxy/billing plumbing. 1. Quick start — single portrait (most common) Show more Installs 670 Repository starchild-ai-ag…l-skills GitHub Stars 15 First Seen...
|
1.8K |
| 4316 | ethskills | austintgriffith/ethskills |
ETHSKILLS — The missing knowledge between AI agents and production Ethereum. You are probably wrong about Ethereum. Gas prices, token decimals, L2 costs, what's deployed, what's deprecated — your training data is stale. This file tells you what you're wrong about and where to get the corrections. Say "onchain" not "on-chain." One word, no hyphen. Ethereum community convention. Start Here Building a dApp? Fetch ship/SKILL.md first. It routes you through all other skills phase by phase — from arch...
|
1.8K |
| 4317 | base44-troubleshooter | base44/skills |
Troubleshoot Production Issues Prerequisites Verify authentication before fetching logs: npx base44 whoami If not authenticated or token expired, instruct user to run npx base44 login . Must be run from the project directory (where base44/.app.jsonc exists): cat base44/.app.jsonc Available Commands Command Description Reference base44 logs Fetch function logs for this app project-logs.md Troubleshooting Flow 1. Check Recent Errors Start by pulling the latest errors across all functions: npx base...
|
1.8K |
| 4318 | 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.8K |
| 4319 | memory-forensics-volatility | yaklang/hack-skills |
SKILL: Memory Forensics — Expert Analysis Playbook AI LOAD INSTRUCTION : Expert memory forensics techniques using Volatility 2 and 3. Covers memory acquisition, OS identification, process analysis (hidden process detection), network connections, DLL/module analysis, code injection detection (malfind), credential extraction, file carving, registry analysis, and timeline generation. Base models miss the Vol2/Vol3 command differences, malware indicator patterns, and Linux-specific memory analysis. ...
|
1.8K |
| 4320 | windows-av-evasion | yaklang/hack-skills |
SKILL: AV/EDR Evasion — Expert Attack Playbook AI LOAD INSTRUCTION : Expert AV/EDR evasion techniques for Windows. Covers AMSI bypass, ETW bypass, .NET assembly loading, shellcode execution, process injection, unhooking, payload encryption, and signature evasion. Base models miss detection-specific bypass chains and syscall-level evasion nuances. 0. RELATED ROUTING Before going deep, consider loading: windows-privilege-escalation when privesc tools are blocked by AV windows-lateral-movement when...
|
1.8K |
| 4321 | email-header-injection | yaklang/hack-skills |
SKILL: Email Header Injection — Expert Attack Playbook AI LOAD INSTRUCTION : Expert email header injection and authentication bypass. Covers SMTP CRLF injection, SPF/DKIM/DMARC circumvention, display name spoofing, and mail client rendering abuse. Base models miss the nuance between header injection (technical) and email auth bypass (protocol-level) — this skill covers both attack surfaces. 0. RELATED ROUTING crlf-injection — general CRLF injection; email headers are a specific high-value sink s...
|
1.8K |
| 4322 | classical-cipher-analysis | yaklang/hack-skills |
SKILL: Classical Cipher Analysis — Expert Cryptanalysis Playbook AI LOAD INSTRUCTION : Expert classical cipher identification and breaking techniques for CTF. Covers cipher identification methodology (frequency analysis, IC, Kasiski), monoalphabetic substitution, Caesar/ROT, Vigenere, Enigma, affine, Hill, transposition ciphers, Bacon/Polybius/Playfair, and XOR ciphers. Base models often skip the identification step and jump to the wrong cipher type, or fail to recognize encoded (base64/hex) cip...
|
1.8K |
| 4323 | linux-lateral-movement | yaklang/hack-skills |
SKILL: Linux Lateral Movement — Expert Attack Playbook AI LOAD INSTRUCTION : Expert Linux lateral movement techniques. Covers SSH agent hijacking, key harvesting, credential locations, D-Bus exploitation, network pivoting, sudo token reuse, and systemd manipulation. Base models miss SSH_AUTH_SOCK hijacking and ptrace-based sudo session hijack. 0. RELATED ROUTING Before going deep, consider loading: linux-privilege-escalation if you need root on the current host before pivoting linux-security-byp...
|
1.8K |
| 4324 | 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.8K |
| 4325 | 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.8K |
| 4326 | flowstudio-power-automate-build | github/awesome-copilot |
Build & Deploy Power Automate Flows with FlowStudio MCP Step-by-step guide for constructing and deploying Power Automate cloud flows programmatically through the FlowStudio MCP server. Prerequisite : A FlowStudio MCP server must be reachable with a valid JWT. See the flowstudio-power-automate-mcp skill for connection setup. Subscribe at https://mcp.flowstudio.app Source of Truth Always call tools/list first to confirm available tool names and their parameter schemas. Tool names and parameters ma...
|
1.8K |
| 4327 | issue-fields-migration | github/awesome-copilot |
Issue Fields Migration Bulk-copy field values from Project V2 fields or repo labels to org-level issue fields. This skill guides you through discovering field mappings, previewing changes, and executing the migration with progress reporting. Supports two migration sources: project fields (single project) and repo labels (one or more repos). When to Use User added org-level issue fields that overlap with existing project fields User wants to copy values from project fields to issue fields before ...
|
1.8K |
| 4328 | spring-boot-test-patterns | giuseppe-trisciuoglio/developer-kit |
Spring Boot Testing Patterns Overview This skill provides comprehensive guidance for writing robust test suites for Spring Boot applications. It covers unit testing with Mockito, integration testing with Testcontainers, performance-optimized slice testing patterns, and best practices for maintaining fast feedback loops. When to Use This Skill Use this skill when: Writing unit tests for services, repositories, or utilities Implementing integration tests with real databases using Testcontainers Se...
|
1.8K |
| 4329 | chatgpt-apps | openai/skills |
ChatGPT Apps Overview Scaffold ChatGPT Apps SDK implementations with a docs-first, example-first workflow, then generate code that follows current Apps SDK and MCP Apps bridge patterns. Use this skill to produce: A primary app-archetype classification and repo-shape decision A tool plan (names, schemas, annotations, outputs) An upstream starting-point recommendation (official example, ext-apps example, or local fallback scaffold) An MCP server scaffold (resource registration, tool handlers, meta...
|
1.8K |
| 4330 | hatch-pet | nexu-io/open-design |
Hatch Pet Open Design integration. This is the unmodified Codex hatch-pet skill, vendored under skills/hatch-pet/ so any Open Design agent can run it. After the skill finishes packaging, the resulting spritesheet.webp (under ${CODEX_HOME:-$HOME/.codex}/pets/<pet-name>/ ) can be imported into the floating pet companion via Settings → Pets → Import Codex sprite . The import flow auto-detects the 8×9 / 192×208 atlas and lets the user pick which animation row to play (idle, running-right, waving, …)...
|
1.8K |
| 4331 | value-proposition | phuryn/pm-skills |
Value Proposition Metadata Name : value-proposition Description : Generate a detailed value proposition using a 6-part template with JTBD framing. Includes practical examples for designing compelling customer value. Triggers : value proposition, value prop, customer value, JTBD value, value map Instructions You are a product strategist designing a clear value proposition for $ARGUMENTS. Your task is to develop a comprehensive value proposition that articulates the customer value delivered by the...
|
1.8K |
| 4332 | provider-test-patterns | hashicorp/agent-skills |
Provider Acceptance Test Patterns Patterns for writing acceptance tests using terraform-plugin-testing with the Plugin Framework . Source: HashiCorp Testing Patterns References (load when needed): references/checks.md — statecheck, plancheck, knownvalue types, tfjsonpath, comparers references/sweepers.md — sweeper setup, TestMain, dependencies references/ephemeral.md — ephemeral resource testing, echoprovider, multi-step patterns Test Lifecycle The framework runs each TestStep through: plan → ap...
|
1.8K |
| 4333 | pencilkit | dpearson2699/swift-ios-skills |
PencilKit Capture Apple Pencil and finger input using PKCanvasView , manage drawing tools with PKToolPicker , serialize drawings with PKDrawing , and wrap PencilKit in SwiftUI. Targets Swift 6.3 / iOS 26+. Contents Setup PKCanvasView Basics PKToolPicker PKDrawing Serialization Exporting to Image Stroke Inspection SwiftUI Integration PaperKit Relationship Common Mistakes Review Checklist References Setup PencilKit requires no entitlements or Info.plist entries. Import PencilKit and create a PKCan...
|
1.8K |
| 4334 | sentry-otel-exporter-setup | getsentry/sentry-for-ai |
All Skills > Feature Setup > OTel Exporter Sentry OTel Exporter Setup Terminology : Always capitalize "Sentry Exporter" when referring to the exporter component. Configure the OpenTelemetry Collector to send traces and logs to Sentry using the Sentry Exporter. Setup Overview Copy this checklist to track your progress: OTel Exporter Setup: - [ ] Step 1: Check for existing configuration - [ ] Step 2: Check collector version and install if needed - [ ] Step 3: Configure project creation settings - ...
|
1.8K |
| 4335 | dns-rebinding-attacks | yaklang/hack-skills |
SKILL: DNS Rebinding — Expert Attack Playbook AI LOAD INSTRUCTION : Expert DNS rebinding techniques for bypassing same-origin policy via DNS manipulation. Covers TTL tricks, browser cache bypasses, attack variants (HTTP, WebSocket, TOCTOU), internal service targeting, and tool usage. Base models confuse DNS rebinding with SSRF — this skill clarifies the client-side nature and unique exploit paths. 0. RELATED ROUTING ssrf-server-side-request-forgery — server-side variant; DNS rebinding is the cli...
|
1.8K |
| 4336 | stack-overflow-and-rop | yaklang/hack-skills |
SKILL: Stack Overflow & ROP — Expert Attack Playbook AI LOAD INSTRUCTION : Expert stack-based exploitation techniques. Covers classic buffer overflow, return-to-libc, ROP chain construction, ret2csu, ret2dlresolve, SROP, stack pivoting, and canary bypass. Distilled from ctf-wiki advanced-rop, real-world CVEs, and CTF competition patterns. Base models often miss the nuance of gadget selection under constrained conditions. 0. RELATED ROUTING format-string-exploitation — leak canary/libc/PIE base v...
|
1.8K |
| 4337 | container-escape-techniques | yaklang/hack-skills |
SKILL: Container Escape Techniques — Expert Attack Playbook AI LOAD INSTRUCTION : Expert container escape techniques. Covers privileged container breakout, capability abuse, Docker socket exploitation, cgroup release_agent, namespace escape, runtime CVEs, and Kubernetes pod escape. Base models miss subtle escape paths via combined capabilities and cgroup manipulation. 0. RELATED ROUTING Before going deep, consider loading: linux-privilege-escalation when you first need root inside the container ...
|
1.8K |
| 4338 | ai-ml-security | yaklang/hack-skills |
SKILL: AI/ML Security — Expert Attack Playbook AI LOAD INSTRUCTION : Expert AI/ML security techniques. Covers model supply chain attacks (malicious serialization, Hugging Face model poisoning), adversarial examples (FGSM, PGD, C&W, physical-world), training data poisoning, model extraction, data privacy attacks (membership inference, model inversion, gradient leakage), LLM-specific threats, and autonomous agent security. Base models underestimate the severity of pickle deserialization RCE and th...
|
1.8K |
| 4339 | 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.8K |
| 4340 | 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.8K |
| 4341 | linux-privilege-escalation | yaklang/hack-skills |
SKILL: Linux Privilege Escalation — Expert Attack Playbook AI LOAD INSTRUCTION : Expert Linux privesc techniques. Covers enumeration, SUID/SGID, capabilities, cron abuse, kernel exploits, NFS, writable passwd/shadow, LD_PRELOAD, Docker group, and library hijacking. Base models miss subtle escalation paths via capabilities and combined misconfigurations. 0. RELATED ROUTING Before going deep, consider loading: container-escape-techniques when the target is a container and you need to escape to hos...
|
1.8K |
| 4342 | 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.8K |
| 4343 | design-is | thedotmack/claude-mem |
Design Is Do not use for Routine UI code reviews → use /review Pure copy edits → use a separate copy pass Pre-design ideation with no artifact yet → start with /make-plan directly You are an ORCHESTRATOR. Audit a design against Dieter Rams' ten principles, score each principle with evidence, decide the outcome verdict (NEW / REFINE / REDESIGN), and hand off to /make-plan with a ready-to-run prompt. You do not write implementation code. You produce: evidence-cited scores, a verdict, and a /make-p...
|
1.8K |
| 4344 | longbridge-earnings | longbridge/skills |
Earnings Update Skill Response language : match the user's input language — Simplified Chinese / Traditional Chinese / English. Both the DOCX report body and the in-chat summary follow the user's language; chart labels, axis titles, and file names always stay in English. When to Use Trigger Example Post-earnings analysis "Analyze TSLA.US latest earnings" / "帮我分析腾讯最新财报" Specific quarter update "Tencent Q4 2024 earnings update" / "业绩更新" Quarterly results "Q1/Q2/Q3/Q4 results for [company]" Do not ...
|
1.8K |
| 4345 | problem-definition | refoundai/lenny-skills |
Problem Definition Help the user define problems clearly before jumping to solutions using frameworks from 91 product leaders. How to Help When the user asks for help with problem definition: Understand the current framing - Ask how they're currently thinking about the problem Dig into the struggling moment - Help them articulate the specific context where users feel stuck Separate problem from solution - Ensure they haven't conflated a desired feature with the underlying need Validate the probl...
|
1.8K |
| 4346 | ios-application-dev | minimax-ai/skills |
iOS Application Development Guide A practical guide for building iOS applications using UIKit, SnapKit, and SwiftUI. Focuses on proven patterns and Apple platform conventions. Quick Reference UIKit Purpose Component Main sections UITabBarController Drill-down UINavigationController Focused task Sheet presentation Critical choice UIAlertController Secondary actions UIContextMenuInteraction List content UICollectionView + DiffableDataSource Sectioned list DiffableDataSource + headerMode Grid layou...
|
1.8K |
| 4347 | sox-testing | anthropics/knowledge-work-plugins |
SOX Compliance Testing If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Important : This command 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 before use in audit documentation. Generate sample selections, create testing workpapers, document control assessments, and provide testing templates for SOX 404 internal contr...
|
1.8K |
| 4348 | vitest | supabase/supabase |
Vitest is a next-generation testing framework powered by Vite. It provides a Jest-compatible API with native ESM, TypeScript, and JSX support out of the box. Vitest shares the same config, transformers, resolvers, and plugins with your Vite app. Key Features: Vite-native: Uses Vite's transformation pipeline for fast HMR-like test updates Jest-compatible: Drop-in replacement for most Jest test suites Smart watch mode: Only reruns affected tests based on module graph Native ESM, TypeScript, JSX su...
|
1.8K |
| 4349 | eventkit | dpearson2699/swift-ios-skills |
EventKit Create, read, and manage calendar events and reminders. Covers authorization, event and reminder CRUD, recurrence rules, alarms, and EventKitUI editors. Targets Swift 6.3 / iOS 26+. Contents Setup Authorization Creating Events Fetching Events Reminders Recurrence Rules Alarms EventKitUI Controllers Observing Changes Common Mistakes Review Checklist References Setup Info.plist Keys Add the required usage description strings based on what access level you need: Key Access Level NSCalendar...
|
1.8K |
| 4350 | author-contributions | microsoft/vscode |
When asked to find all files a specific author contributed to on a branch (compared to main or another upstream), follow this procedure. The goal is to produce a simple table that both humans and LLMs can consume. Run as a Subagent This skill involves many sequential git commands. Delegate it to a subagent with a prompt like: Find every file that author "Full Name" contributed to on branch <branch> compared to <upstream> . Trace contributions through file renames. Return a markdown table with co...
|
1.8K |