███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 5551 | mongodb-atlas-stream-processing | mongodb/agent-skills |
MongoDB Atlas Streams Build, operate, and debug Atlas Stream Processing (ASP) pipelines using four MCP tools from the MongoDB MCP Server. Prerequisites This skill requires the MongoDB MCP Server connected with: Atlas API credentials ( apiClientId and apiClientSecret ) The 4 tools: atlas-streams-discover , atlas-streams-build , atlas-streams-manage , atlas-streams-teardown . All operations require an Atlas project ID. If unknown, call atlas-list-projects first to find your project ID. If MCP tool...
|
2.3K |
| 5552 | finance-skills | alirezarezvani/claude-skills |
Finance Skills Production-ready financial analysis skill for strategic decision-making. Quick Start Claude Code /read finance/financial-analyst/SKILL.md Codex CLI npx agent-skills-cli add alirezarezvani/claude-skills/finance Skills Overview Skill Folder Focus Financial Analyst financial-analyst/ Ratio analysis, DCF, budget variance, forecasting Python Tools 4 scripts, all stdlib-only: python3 financial-analyst/scripts/ratio_calculator.py --help python3 financial-analyst/scripts/dcf_valuation.py ...
|
2.3K |
| 5553 | automate-this | github/awesome-copilot |
Automate This Analyze a screen recording of a manual process and build working automation for it. The user records themselves doing something repetitive or tedious, hands you the video file, and you figure out what they're doing, why, and how to script it away. Prerequisites Check Before analyzing any recording, verify the required tools are available. Run these checks silently and only surface problems: command -v ffmpeg > /dev/null 2 > &1 && ffmpeg -version 2 > /dev/null | head -1 || echo "NO_...
|
2.3K |
| 5554 | cudaq-guide | nvidia/skills |
CUDA-Q Getting Started Guide You are a CUDA-Q expert assistant. Use $ARGUMENTS with the routing table below to jump straight to the topic the user needs. Purpose Guide users through the CUDA-Q platform: installation, writing quantum kernels, GPU-accelerated simulation, connecting to QPU hardware, and exploring built-in applications. Prerequisites Python 3.10+ (for Python installation path) CUDA Toolkit (for GPU-accelerated targets on Linux; not required on macOS) NVIDIA GPU (optional; CPU-only s...
|
2.3K |
| 5555 | hf-cli | huggingface/skills |
Install: curl -LsSf https://hf.co/cli/install.sh | bash -s . The Hugging Face Hub CLI tool hf is available. IMPORTANT: The hf command replaces the deprecated huggingface-cli command. Use hf --help to view available functions. Note that auth commands are now all under hf auth e.g. hf auth whoami . Generated with huggingface_hub v1.6.0 . Run hf skills add --force to regenerate. Commands hf download REPO_ID — Download files from the Hub. hf env — Print information about the environment. hf sync — S...
|
2.3K |
| 5556 | swot-analysis | phuryn/pm-skills |
SWOT Analysis Metadata Name : swot-analysis Description : Perform a detailed SWOT analysis for a product. Identifies strengths, weaknesses, opportunities, and threats with actionable recommendations. Triggers : SWOT analysis, strengths weaknesses, SWOT matrix, strategic assessment Instructions You are a strategic analyst conducting a SWOT analysis for $ARGUMENTS. Your task is to thoroughly evaluate the internal and external factors that will impact product success and competitive positioning. In...
|
2.3K |
| 5557 | triage-nda | anthropics/knowledge-work-plugins |
/triage-nda -- NDA Pre-Screening If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Triage the NDA: @$1 Rapidly triage incoming NDAs against standard screening criteria. Classify the NDA for routing: standard approval, counsel review, or full legal review. Important : You assist with legal workflows but do not provide legal advice. All analysis should be reviewed by qualified legal professionals before being relied upon. Invocation /triage-nda Work...
|
2.3K |
| 5558 | prioritization-advisor | deanpeters/product-manager-skills |
Purpose Guide product managers in choosing the right prioritization framework by asking adaptive questions about product stage, team context, decision-making needs, and stakeholder dynamics. Use this to avoid "framework whiplash" (switching frameworks constantly) or applying the wrong framework (e.g., using RICE for strategic bets or ICE for data-driven decisions). Outputs a recommended framework with implementation guidance tailored to your context. This is not a scoring calculator—it's a decis...
|
2.3K |
| 5559 | rust-skill-creator | actionbook/rust-skills |
Rust Skill Creator Version: 2.1.0 | Last Updated: 2025-01-27 Create dynamic skills for Rust crates and std library documentation. When to Use This skill handles requests to create skills for: Third-party crates (tokio, serde, axum, etc.) Rust standard library (std::sync, std::marker, etc.) Any Rust documentation URL Execution Mode Detection CRITICAL: Check if related commands/skills are available. Show more
|
2.3K |
| 5560 | link-workspace-packages | nrwl/nx-ai-agents-config |
Link Workspace Packages Add dependencies between packages in a monorepo. All package managers support workspaces but with different syntax. Detect Package Manager Check whether there's a packageManager field in the root-level package.json . Alternatively check lockfile in repo root: pnpm-lock.yaml → pnpm yarn.lock → yarn bun.lock / bun.lockb → bun package-lock.json → npm Workflow Identify consumer package (the one importing) Identify provider package(s) (being imported) Add dependency using pack...
|
2.3K |
| 5561 | brainstorm-ideas-existing | phuryn/pm-skills |
Brainstorm Product Ideas (Existing Product) Multi-perspective ideation for continuous product discovery. Generates ideas from PM, Designer, and Engineer viewpoints, then prioritizes the best five. Context You are supporting a product trio performing continuous product discovery for $ARGUMENTS . If the user provides files (research data, opportunity trees, personas), read them first. If they mention a product URL, use web search to understand the product. Domain Context Product Trio (Teresa Torre...
|
2.3K |
| 5562 | 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...
|
2.3K |
| 5563 | understand-chat | egonex-ai/understand-anything |
/understand-chat Answer questions about this codebase using the knowledge graph in the project's data directory ( .ua/knowledge-graph.json , or the legacy .understand-anything/knowledge-graph.json when that directory is present). Graph Structure Reference The knowledge graph JSON has this structure: project — {name, description, languages, frameworks, analyzedAt, gitCommitHash} nodes[] — each has {id, type, name, filePath?, summary, tags[], complexity, languageNotes?} Code node types: file, func...
|
2.3K |
| 5564 | ideal-customer-profile | phuryn/pm-skills |
Ideal Customer Profile Overview Identify your Ideal Customer Profile (ICP) from research and survey data. This skill synthesizes customer research to define the customer most likely to find value, retain, and expand with your product. When to Use Defining ICP from product-market fit survey data Targeting high-value customer segments Analyzing customer success and expansion patterns Prioritizing sales and marketing efforts Evaluating new customer opportunities for fit Refining target market defin...
|
2.3K |
| 5565 | customer-journey-map | phuryn/pm-skills |
Customer Journey Map Map the end-to-end customer experience from awareness through advocacy, identifying emotions, pain points, and improvement opportunities at each stage. Context You are creating a customer journey map for $ARGUMENTS . If the user provides files (interview transcripts, survey data, analytics, support tickets, or existing journey maps), read them first. Use web search to understand the product if a URL is provided. Instructions Define the persona : Who is traveling this journey...
|
2.3K |
| 5566 | qodo-get-rules | qodo-ai/qodo-skills |
Get Qodo Rules Skill Description Fetches repository-specific coding rules from the Qodo platform API before code generation or modification tasks. Rules include security requirements, naming conventions, architectural patterns, style guidelines, and team conventions that must be applied during code generation. Workflow Step 1: Check if Rules Already Loaded If rules are already loaded (look for "Qodo Rules Loaded" in recent messages), skip to step 6. Step 2: Verify working in a git repository Che...
|
2.3K |
| 5567 | cuopt-install | nvidia/skills |
cuOpt Install (user) Install cuOpt to use it from Python, C, or as a REST server. For building cuOpt from source to contribute or modify it, see cuopt-developer . System requirements GPU : NVIDIA Compute Capability ≥ 7.0 (Volta or newer). Examples: V100, A100, H100, RTX 20xx/30xx/40xx. Not supported: GTX 10xx (Pascal). CUDA : 12.x or 13.x. The package CUDA suffix must match the runtime CUDA (e.g. cuopt-cu12 / libcuopt-cu12 with CUDA 12). Driver : NVIDIA driver compatible with the CUDA version. c...
|
2.3K |
| 5568 | metrics-dashboard | phuryn/pm-skills |
Product Metrics Dashboard Design a comprehensive product metrics dashboard with the right metrics, visualizations, and alert thresholds. Context You are designing a metrics dashboard for $ARGUMENTS . If the user provides files (existing dashboards, analytics data, OKRs, or strategy docs), read them first. Domain Context Metrics vs KPIs vs NSM : Metrics = all measurable things. KPIs = a few key quantitative metrics tracked over a longer period. North Star Metric = a single customer-centric KPI th...
|
2.3K |
| 5569 | infra-postgres | clickhouse/agent-skills |
Postgres with clickhousectl clickhousectl manages Postgres in two environments: Local — named, Docker-backed Postgres instances on the user's machine, for development. Cloud — managed Postgres services in ClickHouse Cloud (beta), for production: HA, read replicas, point-in-time restore. This file routes to the right reference. The step-by-step workflows live in ref/local.md and ref/cloud.md — read the one that matches the user's situation before running commands. Which reference to use The user ...
|
2.3K |
| 5570 | ux-audit | jezweb/claude-skills |
UX Audit Dogfood web apps by browsing them as a real user would — with their goals, their patience, and their context. Goes beyond "does it work?" to "is it good?" by tracking emotional friction (trust, anxiety, confusion), counting click efficiency, testing resilience, and asking the ultimate question: "would I come back?" Uses Chrome MCP (for authenticated apps with your session) or Playwright for browser automation. Produces structured audit reports with findings ranked by impact. Browser Too...
|
2.3K |
| 5571 | sequence-load | anthropics/knowledge-work-plugins |
Sequence Load Find, enrich, and load contacts into an outreach sequence — end to end. The user provides targeting criteria and a sequence name via "$ARGUMENTS". Examples /apollo:sequence-load add 20 VP Sales at SaaS companies to my "Q1 Outbound" sequence /apollo:sequence-load SDR managers at fintech startups → Cold Outreach v2 /apollo:sequence-load list sequences (shows all available sequences) /apollo:sequence-load directors of engineering, 500+ employees, US → Demo Follow-up /apollo:sequence-l...
|
2.3K |
| 5572 | tabletopkit | dpearson2699/swift-ios-skills |
TabletopKit Create multiplayer spatial board games on a virtual table surface using TabletopKit. Handles game layout, equipment interaction, player seating, turn management, state synchronization, and RealityKit rendering. visionOS 2.0+ only. Targets Swift 6.3. Contents Setup Game Configuration Table and Board Equipment (Pieces, Cards, Dice) Player Seats Game Actions and Turns Interactions RealityKit Rendering Group Activities Integration Common Mistakes Review Checklist References Setup Platfor...
|
2.3K |
| 5573 | 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...
|
2.3K |
| 5574 | people-report | anthropics/knowledge-work-plugins |
/people-report If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Generate people analytics reports from your HR data. Analyze workforce data to surface trends, risks, and opportunities. Usage /people-report $ARGUMENTS Report Types Headcount : Current org snapshot — by team, location, level, tenure Attrition : Turnover analysis — voluntary/involuntary, by team, trends Diversity : Representation metrics — by level, team, pipeline Org Health : Span o...
|
2.3K |
| 5575 | draft-response | anthropics/knowledge-work-plugins |
/draft-response If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Draft a professional, customer-facing response tailored to the situation, customer relationship, and communication context. Usage /draft-response <context about the customer question, issue, or request> Examples: /draft-response Acme Corp is asking when the new dashboard feature will ship /draft-response Customer escalation — their integration has been down for 2 days /draft-respons...
|
2.3K |
| 5576 | release-notes | phuryn/pm-skills |
Release Notes Generator Transform technical tickets, PRDs, or internal changelogs into polished, user-facing release notes. Context You are writing release notes for $ARGUMENTS . If the user provides files (JIRA exports, Linear tickets, PRDs, Git logs, or internal changelogs), read them first. If they mention a product URL, use web search to understand the product and audience. Instructions Gather raw material : Read all provided tickets, changelogs, or descriptions. Extract: What changed (featu...
|
2.3K |
| 5577 | meta-cognition-parallel | actionbook/rust-skills |
Meta-Cognition Parallel Analysis (Experimental) Status: Experimental | Version: 0.2.0 | Last Updated: 2025-01-27 This skill tests parallel three-layer cognitive analysis. Concept Instead of sequential analysis, this skill launches three parallel analyzers - one for each cognitive layer - then synthesizes their results. User Question │ ▼ ┌─────────────────────────────────────────────────────┐ │ meta-cognition-parallel │ │ (Coordinator) ...
|
2.3K |
| 5578 | zai-tts | aahl/skills |
Zai-TTS Generate high-quality text-to-speech audio using GLM-TTS service via the uvx zai-tts command. Before using this skill, you need to configure the environment variables ZAI_AUDIO_USERID and ZAI_AUDIO_TOKEN , which can be obtained by login audio.z.ai and executing localStorage['auth-storage'] in the console via F12 Developer Tools. Usage uvx zai-tts -t "{msg}" -o { tempdir } / { filename } .wav uvx zai-tts -f path/to/file.txt -o { tempdir } / { filename } .wav Changing speed, volume uvx zai...
|
2.3K |
| 5579 | understand-onboard | egonex-ai/understand-anything |
/understand-onboard Generate a comprehensive onboarding guide from the project's knowledge graph. Graph Structure Reference The knowledge graph JSON has this structure: project — {name, description, languages, frameworks, analyzedAt, gitCommitHash} nodes[] — each has {id, type, name, filePath?, summary, tags[], complexity, languageNotes?} Code node types: file, function, class, module, concept Non-code node types: config, document, service, table, endpoint, pipeline, schema, resource Domain/know...
|
2.3K |
| 5580 | docx | nexu-io/open-design |
DOCX creation, editing, and analysis Overview A .docx file is a ZIP archive containing XML files. Quick Reference Task Approach Read/analyze content pandoc or unpack for raw XML Create new document Use docx-js - see Creating New Documents below Edit existing document Unpack → edit XML → repack - see Editing Existing Documents below Converting .doc to .docx Legacy .doc files must be converted before editing: python scripts/office/soffice.py --headless --convert-to docx document.doc Reading Conten...
|
2.3K |
| 5581 | copywriting | nexu-io/open-design |
Copywriting You are an expert conversion copywriter. Your goal is to write marketing copy that is clear, compelling, and drives action. Before Writing Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Gather this context (ask if not provided): 1. Page Purpose What type of pag...
|
2.3K |
| 5582 | push-to-registry | hashicorp/agent-skills |
Configure Packer templates to push build metadata to HCP Packer registry. Reference: [HCP Packer Registry](https://developer.hashicorp.com/hcp/docs/packer) Note: HCP Packer is free for basic use. Builds push metadata only (not actual images), adding minimal overhead (<1 minute). Basic Registry Configuration ``` packer { required_version = ">= 1.7.7" } variable "image_name" { type = string default = "web-server" } locals { timestamp = regex_replace(timestamp(), "[- TZ:]", "") } ...
|
2.3K |
| 5583 | admin | grafana/skills |
Grafana Cloud Admin Docs : https://grafana.com/docs/grafana-cloud/account-management/ Organization and Stack Structure Grafana Cloud Account └── Organization (billing unit) ├── Stack 1 (prod) → dedicated Grafana, Prometheus, Loki, Tempo URLs ├── Stack 2 (staging) └── Stack 3 (dev) Organization : top-level account with billing, users, API keys, stacks Stack : dedicated Grafana + LGTM instance with its own URLs and credentials User Roles Show more
|
2.3K |
| 5584 | ml-ai | grafana/skills |
Grafana Cloud AI & ML Docs : https://grafana.com/docs/grafana-cloud/alerting-and-irm/machine-learning/ Grafana Assistant Context-aware LLM sidebar agent (GA). Integrates with your Grafana Cloud stack. Capabilities: Convert natural language to PromQL/LogQL/TraceQL Explain existing queries in plain English Build and edit dashboards from descriptions Investigate incidents (correlate metrics, logs, traces) MCP server integration — connect external tools to Assistant RBAC controls per organization Sl...
|
2.3K |
| 5585 | private-connectivity | grafana/skills |
Grafana Cloud Private Connectivity Docs : https://grafana.com/docs/grafana-cloud/send-data/ Send metrics, logs, traces, and profiles to Grafana Cloud entirely over your cloud provider's private backbone — no public internet exposure, no egress fees. Prerequisites All providers: Grafana Cloud stack must be hosted on the same cloud provider (check: My Account → Stack → Details) Create separate private endpoints for each signal type (Metrics, Logs, Traces, Profiles) AWS PrivateLink Setup Get Servic...
|
2.3K |
| 5586 | wasm-compatibility | marimo-team/skills |
WASM Compatibility Checker for marimo Notebooks Check whether a marimo notebook can run in a WebAssembly (WASM) environment — the marimo playground, community cloud, or exported WASM HTML. Instructions 1. Read the notebook Read the target notebook file. If the user doesn't specify one, ask which notebook to check. 2. Extract dependencies Collect every package the notebook depends on from both sources: PEP 723 metadata — the /// script block at the top: /// script dependencies = [ "marimo...
|
2.3K |
| 5587 | literature-search-arxiv | google-deepmind/science-skills |
arXiv Search and Retrieval Prerequisites uv : Read the uv skill and follow its Setup instructions to ensure uv is installed and on PATH. User Notification : If LICENSE_NOTIFICATION.txt does not already exist in this skill directory then (1) prominently notify the user to check the terms at https://info.arxiv.org/help/api/index.html and to always check the license of the papers retrieved by the skill for any restrictions, then (2) create the file recording the notification text and timestamp. Cor...
|
2.3K |
| 5588 | loki-label-analyzer | grafana/skills |
Loki Label Strategy Evaluator You are an expert in Grafana Loki label strategy. When asked to evaluate, audit, design, or improve a Loki label strategy — or when a user asks why their Loki queries are slow — use this guide to provide structured, actionable advice. Core Concepts Streams are the fundamental unit in Loki. Each unique combination of label key-value pairs creates a new stream. Too many streams = performance problems. Too few = broad, slow queries. Cardinality = the number of unique v...
|
2.3K |
| 5589 | user-personas | phuryn/pm-skills |
User Personas Purpose Create detailed, actionable user personas from research data that capture the true diversity of your user base. This skill generates research-backed personas with jobs-to-be-done, pain points, desired outcomes, and unexpected behavioral insights to guide product decisions. Instructions You are an experienced product researcher specializing in persona development and user research synthesis. Input Your task is to create 3 refined user personas for $ARGUMENTS . If the user pr...
|
2.3K |
| 5590 | nexu-io/open-design |
PDF Processing Guide Overview This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see REFERENCE.md. If you need to fill out a PDF form, read FORMS.md and follow its instructions. Quick Start from pypdf import PdfReader , PdfWriter Read a PDF reader = PdfReader ( "document.pdf" ) print ( f"Pages: { len ( reader . pages ) } " ) Extract text text = "" for page in reader . pages : t...
|
2.3K | |
| 5591 | muapi-nano-banana | samuraigpt/generative-media-skills |
🍌 Nano-Banana Expert Skill (Gemini 3 Style) A specialized skill for AI Agents to leverage "Reasoning-Driven" image generation. Based on the advanced prompting architecture of Google's Gemini 3 (Nano Banana Pro), this skill moves beyond keyword stuffing to structured, logic-based creative briefs. Core Competencies Reasoning-Driven Prompting : Using natural language logic to define physics, lighting, and spatial relationships. Structured Creative Briefs : Implementing the "Perfect Prompt" formula:...
|
2.3K |
| 5592 | hatch-pet | openai/skills |
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, …)...
|
2.3K |
| 5593 | arize-dataset | arize-ai/arize-skills |
Arize Dataset Skill SPACE — All --space flags and the ARIZE_SPACE env var accept a space name (e.g., my-workspace ) or a base64 space ID (e.g., U3BhY2U6... ). Find yours with ax spaces list . Concepts Dataset = a versioned collection of examples used for evaluation and experimentation Dataset Version = a snapshot of a dataset at a point in time; updates can be in-place or create a new version Example = a single record in a dataset with arbitrary user-defined fields (e.g., question , answer , con...
|
2.3K |
| 5594 | arize-experiment | arize-ai/arize-skills |
Arize Experiment Skill SPACE — All --space flags and the ARIZE_SPACE env var accept a space name (e.g., my-workspace ) or a base64 space ID (e.g., U3BhY2U6... ). Find yours with ax spaces list . Concepts Experiment = a named evaluation run against a specific dataset version, containing one run per example Experiment Run = the result of processing one dataset example -- includes the model output, optional evaluations, and optional metadata Dataset = a versioned collection of examples; every exper...
|
2.3K |
| 5595 | pricing-strategy | phuryn/pm-skills |
Pricing Strategy You are an expert in SaaS pricing and monetization strategy. Your goal is to help design pricing that captures value, drives growth, and aligns with customer willingness to pay. Before Starting Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Gather this con...
|
2.3K |
| 5596 | aiconfig-snippets | launchdarkly/ai-tooling |
Deprecated — renamed to snippets This skill has been renamed. Do not follow any instructions here and do not perform the task from this skill. Invoke the snippets 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-snippets to snippets . Installs 2.3K Repository launchdarkly/ai-tooling GitHub Stars 25 First Seen May 7, 2026 Security Audits Gen Agent Trust Hub Pass Socket ...
|
2.3K |
| 5597 | grill-me | juliusbrussee/skills |
Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. If a question can be answered by exploring the codebase, explore the codebase instead.
|
2.3K |
| 5598 | caido-mode | caido/skills |
Caido Mode Skill Overview Full-coverage CLI for Caido's API, built on the official @caido/sdk-client package. Covers: HTTP History - Search, retrieve, replay, edit requests with HTTPQL Replay & Sessions - Sessions, collections, entries, fuzzing Scopes - Create and manage testing scopes (allowlist/denylist patterns) Filter Presets - Save and reuse HTTPQL filter presets Environments - Store test variables (victim IDs, tokens, etc.) Findings - Create, list, update security findings Tasks - Monitor ...
|
2.3K |
| 5599 | pptx | nexu-io/open-design |
PPTX Skill Quick Reference Task Guide Read/analyze content python -m markitdown presentation.pptx Edit or create from template Read editing.md Create from scratch Read pptxgenjs.md Reading Content Text extraction python -m markitdown presentation.pptx Visual overview python scripts/thumbnail.py presentation.pptx Raw XML python scripts/office/unpack.py presentation.pptx unpacked/ Editing Workflow Read editing.md for full details. Analyze template with thumbnail.py Unpack → manipulate slides → ...
|
2.3K |
| 5600 | unit-test-controller-layer | giuseppe-trisciuoglio/developer-kit |
Unit Testing REST Controllers with MockMvc Overview This skill provides patterns for unit testing @RestController and @Controller classes using MockMvc. It covers testing request/response handling, HTTP status codes, request parameter binding, validation, content negotiation, response headers, and exception handling by mocking service dependencies for isolated controller testing. When to Use Use this skill when: Testing REST controller request/response handling Verifying HTTP status codes and re...
|
2.3K |