███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 4551 | 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...
|
1.3K |
| 4552 | nature-reader | yuan1z0825/nature-skills |
Full-Paper Markdown Reader Use this skill to turn a research paper into a complete Markdown reading artifact. The default output should read like a bilingual paper companion, not a summary dump: keep the extractable prose, paragraph structure, and section flow show original text and Chinese translation together at block level extract figures and tables as assets and place them at the first substantive mention or interpretation point keep captions attached to figures/tables with English caption t...
|
1.3K |
| 4553 | frontend-design | nexu-io/open-design |
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
|
1.3K |
| 4554 | mapbox-web-integration-patterns | mapbox/mapbox-agent-skills |
Mapbox Integration Patterns Skill This skill provides official patterns for integrating Mapbox GL JS into web applications across different frameworks. These patterns are based on Mapbox's create-web-app scaffolding tool and represent production-ready best practices. Version Requirements Mapbox GL JS Recommended: v3.x (latest) Minimum: v3.0.0 Why v3.x: Modern API, improved performance, active development v2.x: Still supported but deprecated patterns (see migration notes below) Installing via npm...
|
1.3K |
| 4555 | winui-app | openai/skills |
WinUI App Use this skill for WinUI 3 and Windows App SDK work that needs grounded setup guidance, app bootstrap, modern Windows UX decisions, or concrete implementation patterns. Required Flow Classify the task as environment/setup, new-app bootstrap, design, implementation, review, or troubleshooting. If the task is about preparing a machine for WinUI, auditing readiness, or creating a brand new app, start with the bundled setup-and-scaffold flow in this skill before broader design, implementat...
|
1.3K |
| 4556 | react-pdf | vercel-labs/json-render |
@json-render/react-pdf React PDF renderer that generates PDF documents from JSON specs using @react-pdf/renderer . Installation npm install @json-render/core @json-render/react-pdf Quick Start import { renderToBuffer } from "@json-render/react-pdf" ; import type { Spec } from "@json-render/core" ; const spec : Spec = { root : "doc" , elements : { doc : { type : "Document" , props : { title : "Invoice" } , children : [ "page" ] } , page : { type : "Page" , props : { size : "A4" } , children : [ "...
|
1.3K |
| 4557 | flutter-dev | minimax-ai/skills |
Flutter Development Guide A practical guide for building cross-platform applications with Flutter 3 and Dart. Focuses on proven patterns, state management, and performance optimization. Quick Reference Widget Patterns Purpose Component State management (simple) StateProvider + ConsumerWidget State management (complex) NotifierProvider / Bloc Async data FutureProvider / AsyncNotifierProvider Real-time streams StreamProvider Navigation GoRouter + context.go/push Responsive layout LayoutBuilder + b...
|
1.3K |
| 4558 | paseo-handoff | getpaseo/paseo |
Handoff Skill You are handing off the current task to another agent. Your job is to write a comprehensive handoff prompt and launch the agent via Paseo CLI. User's arguments: $ARGUMENTS Prerequisites Load the Paseo skill first — it contains the CLI reference for all agent commands. What Is a Handoff A handoff transfers your current task — including all context, decisions, failed attempts, and constraints — to a fresh agent that will carry it to completion. The handoff prompt is the most importan...
|
1.3K |
| 4559 | seo-cluster | agricidaniel/claude-seo |
Semantic Topic Clustering (v1.9.0) SERP-overlap-driven keyword clustering for content architecture. Groups keywords by how Google actually ranks them (shared top-10 results), not by text similarity. Designs hub-and-spoke content clusters with internal link matrices and generates interactive cluster map visualizations. Scripts: Located at the plugin root scripts/ directory. Quick Reference Command What it does /seo cluster plan <seed-keyword> Full planning workflow: expand, cluster, architect, vi...
|
1.3K |
| 4560 | fastapi-patterns | affaan-m/everything-claude-code |
FastAPI Patterns Production-oriented patterns for FastAPI services. When to Use Building or reviewing a FastAPI app. Splitting routers, schemas, dependencies, and database access. Writing async endpoints that call a database or external service. Adding authentication, authorization, OpenAPI docs, tests, or deployment settings. Checking a FastAPI PR for copy-pasteable examples and production risks. How It Works Treat the FastAPI app as a thin HTTP layer over explicit dependencies and service code...
|
1.3K |
| 4561 | 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...
|
1.3K |
| 4562 | authbypass-authentication-flaws | yaklang/hack-skills |
SKILL: Authentication Bypass — Expert Attack Playbook AI LOAD INSTRUCTION : Expert authentication bypass techniques. Covers SQL injection-based login bypass, password reset flaws, token predictability, account enumeration, brute force bypass, and multi-factor auth bypass. Distinct from JWT/OAuth (covered in ../jwt-oauth-token-attacks/SKILL.md). Focus on the login mechanism itself. 0. AUTHORIZED CREDENTIAL TEST PLANNING 在减少入口后,默认凭证、用户名变体、端口聚焦和字典规模选择并入这里统一处理。 Service-first tiny sets Service Type F...
|
1.3K |
| 4563 | auth-sec | yaklang/hack-skills |
Authentication and Authorization Router This is the routing entry point for authentication, sessions, and authorization boundaries. Use it to decide whether the issue is mainly login mechanics, object-level authorization, browser trust boundaries, or identity protocols such as OAuth/JWT/SAML before going deeper. When to Use The target includes login, registration, password reset, 2FA, sessions, JWT, OAuth, or SSO You suspect object authorization flaws, cross-tenant access, cross-origin reads, CS...
|
1.3K |
| 4564 | 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...
|
1.3K |
| 4565 | injection-checking | yaklang/hack-skills |
Injection Testing Router 这是输入进入危险解释器或执行环境时的分类入口。 它适合在确认“这是注入类问题”之后,继续判断更偏向浏览器上下文、数据库、模板引擎、服务端请求、XML 解析器还是系统命令。 When to Use 输入会进入 HTML、JS、SQL、模板、URL 提取器、XML 解析器或 shell 你还没决定应该先走 XSS、SQLi、SSRF、XXE、SSTI、CMDi 还是 NoSQL 你需要按输入流向选择正确的深度专题 skill Skill Map XSS Cross Site Scripting SQLi SQL Injection SSRF Server Side Request Forgery XXE XML External Entity SSTI Server Side Template Injection CMDi Command Injection NoSQL Injection Deserialization Insecure JNDI Injection Expression Language Injection CRLF I...
|
1.3K |
| 4566 | sf-integration | jaganpro/sf-skills |
Expert integration architect specializing in secure callout patterns, event-driven architecture, and external service registration for Salesforce. Core Responsibilities - Named Credential Generation: Create Named Credentials with OAuth 2.0, JWT Bearer, Certificate, or Custom authentication - External Credential Generation: Create modern External Credentials (API 61+) with Named Principals - External Service Registration: Generate ExternalServiceRegistration metadata from OpenAPI/Swagger spe...
|
1.3K |
| 4567 | listenhub | marswaveai/skills |
Four modes, one entry point: Podcast — Two-person dialogue, ideal for deep discussions Explain — Single narrator + AI visuals, ideal for product intros TTS/Flow Speech — Pure voice reading, ideal for articles Image Generation — AI image creation, ideal for creative visualization Users don't need to remember APIs, modes, or parameters. Just say what you want. ⛔ Hard Constraints (Inviolable) The scripts are the ONLY interface. Period. ┌─────────────────────────────────────────────────────────...
|
1.3K |
| 4568 | google-apps-script | jezweb/claude-skills |
Google Apps Script Build automation scripts for Google Sheets and Workspace apps. Scripts run server-side on Google's infrastructure with a generous free tier. What You Produce Apps Script code pasted into Extensions > Apps Script Custom menus, dialogs, sidebars Automated triggers (on edit, time-driven, form submit) Email notifications, PDF exports, API integrations Workflow Step 1: Understand the Automation Ask what the user wants automated. Common scenarios: Custom menu with actions (report ge...
|
1.3K |
| 4569 | sentry-dotnet-sdk | getsentry/sentry-for-ai |
All Skills > SDK Setup > .NET SDK Sentry .NET SDK Opinionated wizard that scans your .NET project and guides you through complete Sentry setup: error monitoring, distributed tracing, profiling, structured logging, and cron monitoring across all major .NET frameworks. Invoke This Skill When User asks to "add Sentry to .NET", "set up Sentry in C", or "install Sentry for ASP.NET Core" User wants error monitoring, tracing, profiling, logging, or crons for a .NET app User mentions SentrySdk.Init , Us...
|
1.3K |
| 4570 | paseo-loop | getpaseo/paseo |
Loop Skill You are setting up an autonomous loop. An agent runs repeatedly until an exit condition is met. User's arguments: $ARGUMENTS Prerequisites Load the Paseo skill first — it contains the CLI reference for all agent commands. What Is a Loop A loop runs an agent repeatedly until it's done. There are two modes: Self-terminating (no verifier) A single worker agent runs each iteration. It returns { done: boolean, reason: string } via structured output. The loop exits when done is true. Worker...
|
1.3K |
| 4571 | skill-stocktake | affaan-m/everything-claude-code |
skill-stocktake Slash command ( /skill-stocktake ) that audits all Claude skills and commands using a quality checklist + AI holistic judgment. Supports two modes: Quick Scan for recently changed skills, and Full Stocktake for a complete review. Scope The command targets the following paths relative to the directory where it is invoked : Path Description ~/.claude/skills/ Global skills (all projects) {cwd}/.claude/skills/ Project-level skills (if the directory exists) At the start of Phase 1, th...
|
1.3K |
| 4572 | monetization-strategy | phuryn/pm-skills |
Monetization Strategy You are an expert in mobile app monetization with deep knowledge of subscription economics, paywall psychology, and pricing strategy. Your goal is to help the user maximize revenue while maintaining user satisfaction. Initial Assessment Check for app-marketing-context.md — read it for context Ask for current monetization model (free, freemium, paid, subscription, ads) Ask for current pricing (if applicable) Ask for conversion rate (free to paid, trial to subscription) Ask f...
|
1.3K |
| 4573 | analytics-tracking | kostja94/marketing-skills |
Analytics Tracking You are an expert in analytics implementation and measurement. Your goal is to help set up tracking that provides actionable insights for marketing and product decisions. Initial Assessment 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. Before implementi...
|
1.3K |
| 4574 | coss-particles | cosscom/coss |
COSS UI Particles Index Particles are copy-paste-ready UI patterns built on coss primitives. Browse them visually at https://coss.com/ui/particles . How to use this skill Describe the UI you need (e.g. "a form with validation", "a dialog with a form inside", "tabs with icons"). Search this index for matching particles by component type and description. Fetch the JSON URL to get the full source code of the particle. Adapt the particle code to your needs. JSON URL pattern Each particle has a JSON ...
|
1.3K |
| 4575 | observability-logs-search | elastic/agent-skills |
Logs Search Search and filter logs to support incident investigation. The workflow mirrors Kibana Discover: apply a time range and scope filter, then iteratively add exclusion filters (NOT) until a small, interesting subset of logs remains—either the root cause or the key document. Optionally view logs in context (preceding and following that document) or pivot to another entity and start a fresh search. Use ES|QL only ( POST /_query ); do not use Query DSL. When NOT to use Metrics or traces — u...
|
1.3K |
| 4576 | mongodb-mcp-setup | mongodb/agent-skills |
MongoDB MCP Server Setup This skill guides users through configuring the MongoDB MCP server for use with an agentic client. Overview The MongoDB MCP server requires authentication. Users have three options: Connection String (Option A): Direct connection to a specific cluster Quick setup for single cluster Requires MDB_MCP_CONNECTION_STRING environment variable Service Account Credentials (Option B): MongoDB Atlas Admin API access Recommended for Atlas users - simplifies authentication and data ...
|
1.3K |
| 4577 | business-logic-vulnerabilities | yaklang/hack-skills |
SKILL: Business Logic Vulnerabilities — Expert Attack Playbook AI LOAD INSTRUCTION : Business logic flaws are scanner-invisible and high-reward on bug bounty. This skill covers race conditions, price manipulation, workflow bypass, coupon/referral abuse, negative values, and state machine attacks. These require human reasoning, not automation. For specific exploitation techniques (payment precision/overflow, captcha bypass, password reset flaws, user enumeration), load the companion SCENARIOS.md ...
|
1.3K |
| 4578 | 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...
|
1.3K |
| 4579 | shadcn-vue | unovue/shadcn-vue |
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. shadcn-vue A framework for building ui, components and design systems. Components are added as source code to the user's project via the CLI. IMPORTANT: Run all CLI commands using the project's package runner: npx shadcn-vue@latest , pnpm dlx shadcn-vue@latest , or bunx --bun shadcn-vue@latest — based on the project's packageManager . Examples ...
|
1.3K |
| 4580 | remove-ai-style | zc277584121/marketing-skills |
Remove AI Style Review and adjust the writing style of an article to reduce obvious AI-generated patterns, making the text read more naturally and human-like. When to Use Use this skill when the user asks to: Remove AI style from an article Make AI-generated text sound more natural Polish writing to reduce robotic or formulaic patterns Intensity Levels The user can specify how aggressively to remove AI patterns. If they don't specify, default to "heavy" . Level Description Moderate (中等) Only fix...
|
1.3K |
| 4581 | generating-ui-bundle-metadata | forcedotcom/sf-skills |
UI Bundle Metadata Scaffolding a New UI Bundle Use sf template generate ui-bundle to create new apps — not create-react-app, Vite, or other generic scaffolds. Always pass --template reactbasic to scaffold a React-based bundle. UI bundle name ( -n ): Alphanumerical only — no spaces, hyphens, underscores, or special characters. Example: sf template generate ui-bundle -n CoffeeBoutique --template reactbasic After generation: Replace all default boilerplate — "React App", "Vite + React", default <ti...
|
1.3K |
| 4582 | nelson | harrymunro/nelson |
Nelson Execute this workflow for the user's mission. 1. Issue Sailing Orders Review the user's brief for ambiguity. If the outcome, scope, or constraints are unclear, ask the user to clarify before drafting sailing orders. Write one sentence for outcome , metric , and deadline . Set constraints: token budget, reliability floor, compliance rules, and forbidden actions. Define what is out of scope. Define stop criteria and required handoff artifacts. You MUST read references/admiralty-templates/sa...
|
1.3K |
| 4583 | sentry-android-sdk | getsentry/sentry-for-ai |
All Skills > SDK Setup > Android SDK Sentry Android SDK Opinionated wizard that scans your Android project and guides you through complete Sentry setup — error monitoring, tracing, profiling, session replay, logging, and more. Invoke This Skill When User asks to "add Sentry to Android" or "set up Sentry" in an Android app User wants error monitoring, crash reporting, ANR detection, tracing, profiling, session replay, or logging in Android User mentions sentry-android , io.sentry:sentry-android ,...
|
1.3K |
| 4584 | network-interface-health | affaan-m/everything-claude-code |
Network Interface Health Use this skill when a network symptom might be caused by a physical link, switch port, cable, transceiver, duplex setting, or congested interface. When to Use A host or VLAN has packet loss, latency spikes, or intermittent reachability. A switch or router interface shows CRCs, runts, giants, drops, resets, or flaps. You need to compare both ends of a link before replacing hardware. A change window needs before/after interface counter evidence. Monitoring reports rising i...
|
1.3K |
| 4585 | oklch-skill | jakubkrehel/oklch-skill |
OKLCH Colors OKLCH is a perceptually uniform color space where the numbers actually mean what you think they mean. Most color problems in CSS — broken palettes, failing contrast, hue drift — come from using color spaces that don't match how we see. OKLCH fixes the model so the tools work. To explore interactively, visit oklch.fyi . Quick Reference Category When to use Reference Conversion Hex/rgb/hsl to oklch color-conversion.md Palettes Generate scales, multi-hue, dark mode palette-generation.m...
|
1.3K |
| 4586 | elasticsearch-authn | elastic/agent-skills |
Elasticsearch Authentication Authenticate to an Elasticsearch cluster using any supported authentication realm that is already configured. This skill covers all built-in realms, credential verification, and the full API key lifecycle. For roles, users, role assignment, and role mappings, see the elasticsearch-authz skill. For detailed API endpoints, see references/api-reference.md . Deployment note: Not all realms are available on every deployment type. See Deployment Compatibility for self-mana...
|
1.3K |
| 4587 | 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...
|
1.3K |
| 4588 | generating-ui-bundle-features | forcedotcom/sf-skills |
UI Bundle Features Installing Pre-built Features Always check for an existing feature before building something from scratch. The features CLI installs pre-built, tested packages into Salesforce UI bundles — from foundational UI libraries (shadcn/ui) to full-stack capabilities (authentication, search, navigation, GraphQL, Agentforce AI). Workflow Search project code first — check src/ for existing implementations before installing anything. Scope searches to src/ to avoid matching node_modules/ ...
|
1.3K |
| 4589 | deploying-ui-bundle | forcedotcom/sf-skills |
Deploying a UI Bundle The order of operations is critical when deploying to a Salesforce org. This sequence reflects the canonical flow. Step 1: Org Authentication Check if the org is connected. If not, authenticate. All subsequent steps require an authenticated org. Step 2: Pre-deploy UI Bundle Build Install dependencies and build the UI bundle to produce dist/ . Required before deploying UI bundle entities. Run when: deploying UI bundles and dist/ is missing or source has changed. Step 3: Depl...
|
1.3K |
| 4590 | building-ui-bundle-app | forcedotcom/sf-skills |
Building a UI Bundle App Overview Build a complete, deployable Salesforce React UI bundle application from a natural language description by orchestrating specialized UI bundle skills in correct dependency order. Each skill MUST be explicitly loaded before executing its phase. When to Use This Skill Use when: User requests a "React app", "UI bundle", "web app", or "full-stack app" on Salesforce User says "build an app", "create an application" and the context implies a non-LWC based frontend (e....
|
1.3K |
| 4591 | building-ui-bundle-frontend | forcedotcom/sf-skills |
UI Bundle UI Identify the Task Determine which category the request falls into: Category Examples Implementation Guide Page New routed page (contacts, dashboard, settings) implementation/page.md Header / Footer Site-wide nav bar, footer, branding implementation/header-footer.md Component Widget, card, table, form, dialog implementation/component.md Layout and Navigation appLayout.tsx is the source of truth for navigation and layout. Every page shares this shell. When making any change that affec...
|
1.3K |
| 4592 | generating-ui-bundle-site | forcedotcom/sf-skills |
Digital Experience Site for React UI Bundles Create and configure Digital Experience Sites that host React UI bundles on Salesforce. This skill generates the minimum necessary site infrastructure — Network, CustomSite, DigitalExperienceConfig, DigitalExperienceBundle, and the sfdc_cms__site content type — so a React app can be served from Salesforce. React sites differ from standard LWR sites: they don't need routes, views, theme layouts, or branding sets. The site acts as a thin container ( app...
|
1.3K |
| 4593 | tam-sam-som-calculator | deanpeters/product-manager-skills |
Purpose Guide product managers through calculating Total Addressable Market (TAM), Serviceable Available Market (SAM), and Serviceable Obtainable Market (SOM) for a product idea by asking adaptive, contextually relevant questions. Use this to build defensible market size estimates backed by real-world citations, economic projections, and population data—essential for pitching to investors, securing budget, or validating product-market fit. This is not a back-of-napkin guess—it's a structured, ci...
|
1.3K |
| 4594 | context-engineering-advisor | deanpeters/product-manager-skills |
Purpose Guide product managers through diagnosing whether they're doing context stuffing (jamming volume without intent) or context engineering (shaping structure for attention). Use this to identify context boundaries, fix "Context Hoarding Disorder," and implement tactical practices like bounded domains, episodic retrieval, and the Research→Plan→Reset→Implement cycle. Key Distinction: Context stuffing assumes volume = quality ("paste the entire PRD"). Context engineering treats AI attention as...
|
1.3K |
| 4595 | test-tui | openai/codex |
You can start and use Codex TUI to verify changes. Important notes: Start interactively. Always set RUST_LOG="trace" when starting the process. Pass -c log_dir=<some_temp_dir> argument to have logs written to a specific directory to help with debugging. When sending a test message programmatically, send text first, then send Enter in a separate write (do not send text + Enter in one burst). Use just codex target to run - just codex -c ...
|
1.3K |
| 4596 | flox-environments | affaan-m/everything-claude-code |
Flox Environments Flox creates reproducible development environments defined in a single TOML manifest. Every developer on the team gets identical packages, tools, and configuration — across macOS and Linux — without containers or VMs. Built on Nix with access to over 150,000 packages. When to Activate Use this skill when the user has an environment management problem — even if they haven't mentioned Flox. Flox is the right tool when: The project needs system-level packages (compilers, databases...
|
1.3K |
| 4597 | 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.3K |
| 4598 | paseo-committee | getpaseo/paseo |
Committee Skill You are forming a committee to step back from the current problem and get fresh perspective. User's additional context: $ARGUMENTS Prerequisites Load the Paseo skill first — it contains the CLI reference for all agent commands and waiting guidelines. What Is a Committee Two agents — Opus 4.6 ( --thinking on ) and GPT 5.4 ( --thinking medium ) — launched in parallel to plan a solution. Fresh context, no implementation baggage, proper root cause analysis. They stay alive after plan...
|
1.3K |
| 4599 | netmiko-ssh-automation | affaan-m/everything-claude-code |
Netmiko SSH Automation Use this skill when writing or reviewing Python automation that connects to network devices with Netmiko. Keep the default path read-only; config changes need a separate change window, peer review, and rollback plan. When to Use Collecting show command output across routers, switches, or firewalls. Building a small audit script for interface, routing, or config evidence. Adding timeouts and exception handling to network SSH scripts. Parsing command output with TextFSM when...
|
1.3K |
| 4600 | startup-canvas | phuryn/pm-skills |
Startup Canvas Metadata Name : startup-canvas Description : Generate a Startup Canvas for a new product. Combines the 9-section Product Strategy Canvas with a Business Model (Cost Structure + Revenue Streams). Designed specifically for startups and new products. Triggers : startup canvas, new product canvas, startup strategy, startup business model Domain Context Startup Canvas vs Business Model Canvas vs Lean Canvas Popular approaches like Business Model Canvas (Strategyzer) and Lean Canvas (As...
|
1.3K |