███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 3851 | lynx-devtool | lynx-community/skills |
DevTool Skill This skill allows you to interact with Lynx applications running on connected devices (Android, iOS, Desktop) using the Lynx DevTool CLI. Usage The CLI is located at <path_to_the_skill>/scripts/index.mjs relative to this skill's directory. You can run it using node . In the skill directory, use: node < path_to_the_skill > /scripts/index.mjs < command > Note: All command outputs are multi-line JSON. You can use jq or Node.js to process the data. Global Options -h, --help : Display h...
|
3.7K |
| 3852 | us-stock-analysis | tradermonty/claude-trading-skills |
US Stock Analysis Overview Perform comprehensive analysis of US stocks covering fundamental analysis (financials, business quality, valuation), technical analysis (indicators, trends, patterns), peer comparisons, and generate detailed investment reports. Fetch real-time market data via web search tools and apply structured analytical frameworks. Data Sources Always use web search tools to gather current market data: Primary Data to Fetch: Current stock price and trading data (price, volume, 52-w...
|
3.7K |
| 3853 | platform-agentexchange-partner-offers-configure | forcedotcom/sf-skills |
Enabling Transactable Marketplace Receive Partner Offers Org Preference This skill configures the enableTransactableMarketplaceReceivePartnerOffers org preference via the TransactableMarketplacePrivateOfferSettings Metadata API type, which controls whether a Salesforce org is eligible to receive partner offers through the Transactable Marketplace. It is required for subscriber orgs that participate in the TM partner offer flow. Scope In scope : Reading the current value of the pref, enabling or ...
|
3.7K |
| 3854 | enabling-lambda-vpc-internet-access | aws/agent-toolkit-for-aws |
Enabling Lambda VPC Internet Access Overview Domain expertise for enabling internet access from AWS Lambda functions running inside VPC private subnets. Lambda functions in a VPC cannot receive public IP addresses, so outbound internet access requires NAT Gateway infrastructure that routes traffic from private subnets through a public subnet to an Internet Gateway. Enable internet access for a VPC Lambda function To set up NAT Gateway infrastructure and configure routing for a Lambda function th...
|
3.7K |
| 3855 | data360-prepare | forcedotcom/sf-skills |
data360-prepare: Data Cloud Prepare Phase Use this skill when the user needs ingestion and lake preparation work : data streams, Data Lake Objects (DLOs), transforms, Document AI, unstructured ingestion, or the handoff from connector setup into a live stream. When This Skill Owns the Task Use data360-prepare when the work involves: sf data360 data-stream * sf data360 dlo * sf data360 transform * sf data360 docai * choosing how data should enter Data Cloud rerunning or rescanning ingestion after ...
|
3.7K |
| 3856 | data360-orchestrate | forcedotcom/sf-skills |
data360-orchestrate: Salesforce Data Cloud Orchestrator Use this skill when the user needs product-level Data Cloud workflow guidance rather than a single isolated command family: pipeline setup, cross-phase troubleshooting, data spaces, data kits, or deciding whether a task belongs in Connect, Prepare, Harmonize, Segment, Act, or Retrieve. This skill intentionally follows sf-skills house style while using the external sf data360 command surface as the runtime. The plugin is not vendored into th...
|
3.7K |
| 3857 | data360-harmonize | forcedotcom/sf-skills |
data360-harmonize: Data Cloud Harmonize Phase Use this skill when the user needs schema harmonization and unification work : DMOs, field mappings, relationships, identity resolution, unified profiles, data graphs, or universal ID lookup. When This Skill Owns the Task Use data360-harmonize when the work involves: sf data360 dmo * sf data360 identity-resolution * sf data360 data-graph * sf data360 profile * sf data360 universal-id lookup Delegate elsewhere when the user is: still ingesting streams...
|
3.7K |
| 3858 | pixijs-filters | pixijs/pixijs-skills |
Attach visual effects by assigning one filter (or an array for chaining) to container.filters . Built-in filters cover blur, color matrix, displacement, alpha, and noise; custom filters wrap a GLSL/WGSL fragment shader via Filter.from(...) . Quick Start const sprite = new Sprite ( await Assets . load ( "hero.png" ) ) ; app . stage . addChild ( sprite ) ; const blur = new BlurFilter ( { strength : 4 , quality : 4 } ) ; const colorMatrix = new ColorMatrixFilter ( ) ; colorMatrix . brightness ( 1.2...
|
3.7K |
| 3859 | data360-code-extension-generate | forcedotcom/sf-skills |
data360-code-extension-generate 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 deploy ...
|
3.7K |
| 3860 | aws-transform | aws/agent-toolkit-for-aws |
AWS Transform (ATX) Overview Perform code upgrades, migrations, and transformations using AWS Transform (ATX). Supports any-to-any transformations: language version upgrades (Java, Python, Node.js, etc.), framework migrations, AWS SDK migrations, library upgrades, code refactoring, architecture changes, and custom organization-specific transformations. Two execution modes: Local mode : Runs the ATX CLI directly on the user's machine. Best for 1-9 repos. Remote mode : Runs transformations at scal...
|
3.7K |
| 3861 | connecting-vpcs-with-peering | aws/agent-toolkit-for-aws |
Connecting VPCs with Peering Overview Domain expertise for establishing private network connectivity between two VPCs using VPC peering. Covers the full lifecycle: creating the peering connection, accepting it, updating route tables in both VPCs, configuring DNS resolution, and adjusting security groups for cross-VPC traffic. Supports same-region, cross-region, and cross-account peering scenarios. Create a VPC peering connection To establish a VPC peering connection between two VPCs, follow the ...
|
3.7K |
| 3862 | exporting-rds-to-s3 | aws/agent-toolkit-for-aws |
Exporting RDS/Aurora to S3 Overview Domain expertise for exporting Amazon RDS and Aurora database snapshots to Amazon S3 in Apache Parquet format. Covers the full workflow: snapshot identification or creation, IAM role and KMS encryption setup, S3 bucket preparation, export task initiation, progress monitoring, data verification, and post-export access guidance for analytics services like Athena, Glue, and Redshift Spectrum. Export an RDS or Aurora snapshot to S3 To export a database snapshot to...
|
3.7K |
| 3863 | data360-segment | forcedotcom/sf-skills |
data360-segment: Data Cloud Segment Phase Use this skill when the user needs audience and insight work : segments, calculated insights, publish workflows, member counts, or troubleshooting Data Cloud segment SQL. When This Skill Owns the Task Use data360-segment when the work involves: sf data360 segment * sf data360 calculated-insight * segment publish workflows member counts and segment troubleshooting calculated insight execution and verification Delegate elsewhere when the user is: still bui...
|
3.7K |
| 3864 | data360-schema-get | forcedotcom/sf-skills |
data360-schema-get Skill Overview This skill retrieves Data Lake Object (DLO) and Data Model Object (DMO) schema information from Salesforce Data Cloud using the SSOT REST API. It can list all DLOs or DMOs in an org, or retrieve detailed schema for a specific DLO or DMO. When to Use User wants to see all DLOs or DMOs in a Data Cloud org User needs field schema for a specific DLO or DMO User is exploring Data Cloud data structures User needs to understand DLO or DMO field types and metadata Prere...
|
3.7K |
| 3865 | pixijs-scene-particle-container | pixijs/pixijs-skills |
ParticleContainer is a specialized container for rendering hundreds to tens of thousands of lightweight sprites in a single draw call. Use it for particle effects, bullet patterns, or any case where you need a large number of similar-looking objects with minimal per-object overhead. Particles share a single base texture and have a restricted transform set; they are not full Container children. Assumes familiarity with pixijs-scene-core-concepts . ParticleContainer is a special leaf in a differen...
|
3.7K |
| 3866 | cargo-cdk | getcargohq/cargo-skills |
Cargo CDK — declarative workspace-as-code Use this skill to define a Cargo workspace in TypeScript ( define* builders from @cargo-ai/cdk ) and reconcile it to live infrastructure with cargo-ai cdk deploy . It is the declarative counterpart to the imperative capability skills: instead of running one CLI command per resource, you write the whole graph once and deploy it repeatably, with a committed cargo.state.json linking your code to what Cargo created. 1) What this skill governs Authoring every...
|
3.7K |
| 3867 | cargo-quickstart | getcargohq/cargo-skills |
Cargo Quickstart — first value in two minutes One guided demo: pull ~25 fresh leads matching a buyer persona the user picks, show the cost receipt, then save the pull as a recurring play. The point is not the list — it's that in minute 3 the user owns a running system, not a one-off result. The one question Ask exactly one question before doing anything: "Who do you sell to?" (a persona in a few words — e.g. "Heads of RevOps at mid-market SaaS") Everything else — provider, filters, limits — you ...
|
3.7K |
| 3868 | architect | jsmastery-pro/skills |
Output style (plain words, no dashes, no hyphens) Write everything this skill produces, files and messages alike, in plain simple language. Talk to the reader as you , warm and direct like a colleague, and present every step as a recommendation they may run or skip, never an order. Keep technical terms that carry real meaning; explain each in plain words. Never use a dash or a hyphen as punctuation: no em dash, no en dash, and no hyphenated compounds. Write read only , not read-only . Say it in ...
|
3.7K |
| 3869 | traction-eos | wondelai/skills |
Entrepreneurial Operating System (EOS) A complete system for running a business with six key components. Designed for entrepreneurial companies ($2M-$50M revenue, 10-250 employees) that want to align vision and execution. Core Principle Most businesses suffer from the same core issues: people, vision, traction. EOS provides a simple, complete operating system that strengthens the Six Key Components of any organization. The foundation: Great vision without traction is hallucination. Traction with...
|
3.7K |
| 3870 | skill-forge | sanyuan0704/sanyuan-skills |
Skill Forge IRON LAW: Every line in a skill must justify its token cost. If it doesn't make the model's output better, more consistent, or more reliable — cut it. What is a Skill A skill is an "onboarding guide" for Claude — transforming it from a general-purpose agent into a specialized one with procedural knowledge, domain expertise, and bundled tools. skill-name/ ├── SKILL.md Required: workflow + instructions (<500 lines) ├── scripts/ Optional: deterministic, repeatable ...
|
3.7K |
| 3871 | linear | lobehub/lobehub |
Linear Overview This skill provides a structured workflow for managing issues, projects & team workflows in Linear. It ensures consistent integration with the Linear MCP server, which offers natural-language project management for issues, projects, documentation, and team collaboration. Prerequisites Linear MCP server must be connected and accessible via OAuth Confirm access to the relevant Linear workspace, teams, and projects Required Workflow Follow these steps in order. Do not skip steps. St...
|
3.7K |
| 3872 | vue-expert | jeffallan/claude-skills |
Vue Expert Senior Vue specialist with deep expertise in Vue 3 Composition API, reactivity system, and modern Vue ecosystem. Role Definition You are a senior frontend engineer with 10+ years of JavaScript framework experience. You specialize in Vue 3 with Composition API, Nuxt 3, Pinia state management, and TypeScript integration. You build elegant, reactive applications with optimal performance. When to Use This Skill Building Vue 3 applications with Composition API Creating reusable composa...
|
3.7K |
| 3873 | web-video-presentation | conardli/garden-skills |
Web Video Presentation 把一篇文章或口播稿,一步步做成可录屏的"伪装成网页的视频",可选合成 口播音频。产出物 = Vite + React + TS 项目 + 按章节切分的音频。 适用场景 "我有口播稿 / 一篇文章,帮我做成视频" —— 口播驱动的内容 想做 "动态 PPT" 16:9 横屏录屏,大字、留白、每屏都要有动效 教学 / 产品演示 / keynote 想要电影感 B 站 / YouTube /抖音视频内容 本 Skill 以方法论 + 协作流程为核心 。脚手架模板提供 token 和原语, 但每个美学决策(配色、字型、动效气质)都应该针对你的主题重新设计 —— 不要照搬。 工作流总览 Phase 1 内容编写 1.1 识别用户输入 1.2 一次产出 script.md + outline.md (口播稿 + 开发计划) ▼ [Checkpoint Plan] ← 必须停。一次对齐 5 件事: 稿子 / outline / 主题 / 素材 / 开发模式 ▼ Phase 2 网页开发 2.1 脚手架(按选定主题) 2.2 第 ...
|
3.7K |
| 3874 | pixijs-color | pixijs/pixijs-skills |
The Color class creates and converts colors for tints, fills, strokes, and anywhere PixiJS accepts a ColorSource . Most APIs accept raw hex/strings directly, so explicit new Color(...) is only needed when converting formats or manipulating values. Quick Start const fillColor = new Color ( "ff6600" ) ; console . log ( fillColor . toHex ( ) ) ; // 'ff6600' console . log ( fillColor . toNumber ( ) ) ; // 0xff6600 console . log ( fillColor . toArray ( ) ) ; // [1, 0.4, 0, 1] const g = new Graphics (...
|
3.7K |
| 3875 | building-pydantic-ai-agents | pydantic/skills |
Building AI Agents with Pydantic AI Pydantic AI is a Python agent framework for building production-grade Generative AI applications. This skill provides patterns, architecture guidance, and tested code examples for building applications with Pydantic AI. When to Use This Skill Invoke this skill when: User asks to build an AI agent, create an LLM-powered app, or mentions Pydantic AI User wants to add tools, capabilities (thinking, web search), or structured output to an agent User asks to define...
|
3.7K |
| 3876 | excalidraw | agents365-ai/365-skills |
Excalidraw Diagrams Overview Generate .excalidraw JSON files and export to PNG/SVG. Two export options: Kroki API ( curl ) — zero install, SVG output only excalidraw-brute-export-cli — local Firefox-based, PNG + SVG Supported formats: PNG (local CLI only), SVG (both options). PDF is NOT supported. When to Use Explicit triggers: user says "画图", "diagram", "visualize", "flowchart", "draw", "架构图", "流程图" Show more Installs 652 Repository agents365-ai/365-skills GitHub Stars 8 First Seen May 6, 2026 ...
|
3.7K |
| 3877 | creating-ec2-image-builder-pipeline | aws/agent-toolkit-for-aws |
Creating an EC2 Image Builder Pipeline Overview Domain expertise for creating and managing EC2 Image Builder pipelines that automate custom AMI creation. Covers the full lifecycle: IAM role setup, build component definition, image recipe creation, infrastructure and distribution configuration, pipeline execution, and launch template creation. Create an Image Builder pipeline To create a complete EC2 Image Builder pipeline with custom AMI builds and cross-region distribution, follow the procedure...
|
3.7K |
| 3878 | creating-amazon-aurora-db-cluster-with-instances | aws/agent-toolkit-for-aws |
Creating Amazon Aurora DB Cluster with Instances Overview Domain expertise for creating complete Amazon Aurora database setups including cluster creation, instance provisioning, and managed password configuration via AWS Secrets Manager. Supports both Aurora MySQL and Aurora PostgreSQL engines. Create an Aurora cluster with instances To create a fully configured Aurora database cluster with attached instances, follow the procedure exactly. See Aurora cluster creation procedure . The procedure cr...
|
3.7K |
| 3879 | ci-security-scanning-with-strix | usestrix/strix |
Set up Strix in CI/CD You can gate PRs two ways — pick based on the environment, or combine them: Managed platform (recommended for most teams) — connect the GitHub/GitLab/Bitbucket app once and Strix reviews every PR with no workflow file, no runner, no Docker, and no LLM key . Results post as PR comments and land in the team dashboard. Best when you want zero CI maintenance, central tracking, or your runners lack Docker. See "Managed platform" below and the managed-pentesting-with-strix skill....
|
3.7K |
| 3880 | managed-pentesting-with-strix | usestrix/strix |
Strix Cloud API (managed, no local infra) Use this when you want Strix's autonomous pentesting without running Docker or an LLM yourself — the scan runs on Strix's infrastructure and results are tracked in a team dashboard. This is the right choice in sandboxed/hosted agent and CI environments, for teams, and for scheduled/continuous testing (downloadable PDF/DOCX reports are an Enterprise-plan feature). For fully local, free, air-gapped, or BYO-LLM runs, use the open-source CLI in the penetrati...
|
3.7K |
| 3881 | crawl | tavily-ai/skills |
Crawl Skill Crawl websites to extract content from multiple pages. Ideal for documentation, knowledge bases, and site-wide content extraction. Authentication The script uses OAuth via the Tavily MCP server. No manual setup required - on first run, it will: Check for existing tokens in ~/.mcp-auth/ If none found, automatically open your browser for OAuth authentication Note: You must have an existing Tavily account. The OAuth flow only supports login — account creation is not available through th...
|
3.6K |
| 3882 | building-mcp-server-on-cloudflare | cloudflare/skills |
Building MCP Servers on Cloudflare Creates production-ready Model Context Protocol servers on Cloudflare Workers with tools, authentication, and deployment. When to Use User wants to build a remote MCP server User needs to expose tools via MCP User asks about MCP authentication or OAuth User wants to deploy MCP to Cloudflare Workers Prerequisites Cloudflare account with Workers enabled Node.js 18+ and npm/pnpm/yarn Wrangler CLI (npm install -g wrangler) Quick Start Option 1: Public Server (No ...
|
3.6K |
| 3883 | release | schpet/linear-cli |
Release Workflow This skill provides a systematic workflow for creating and publishing releases for the linear-cli project. It handles changelog management, version bumping, testing, and tagging. When to Use Use this skill when preparing to release a new version of linear-cli. The workflow ensures all changes are documented, tests pass, and versions are properly tagged before publishing. Prerequisites Ensure the following tools are available: changelog skill for changelog management svbump for v...
|
3.6K |
| 3884 | apple-notes | steipete/clawdis |
Apple Notes CLI Use memo notes to manage Apple Notes directly from the terminal. Create, view, edit, delete, search, move notes between folders, and export to HTML/Markdown. Setup Install (Homebrew): brew tap antoniorodr/memo && brew install antoniorodr/memo/memo Manual (pip): pip install . (after cloning the repo) macOS-only; if prompted, grant Automation access to Notes.app. View Notes List all notes: memo notes Filter by folder: memo notes -f "Folder Name" Search notes (fuzzy): memo notes -s ...
|
3.6K |
| 3885 | video-frames | steipete/clawdis |
Video Frames (ffmpeg) Extract a single frame from a video, or create quick thumbnails for inspection. Quick start First frame: { baseDir } /scripts/frame.sh /path/to/video.mp4 --out /tmp/frame.jpg At a timestamp: { baseDir } /scripts/frame.sh /path/to/video.mp4 --time 00:00:10 --out /tmp/frame-10s.jpg Notes Prefer --time for “what is happening around here?”. Use a .jpg for quick share; use .png for crisp UI frames.
|
3.6K |
| 3886 | reddapi | lignertys/reddit-research-skill |
reddapi.dev Skill About This Skill This was the first skill published for reddapi.dev. It has since grown into reddit-research , which covers the same endpoints below plus market-research query playbooks and a fuller pitch on why semantic search beats keyword search on Reddit. This file stays live and fully functional under its original name so existing installs keep working - if you're installing fresh, prefer reddit-research . Overview Search Reddit's archive through reddapi.dev, a third-party...
|
3.6K |
| 3887 | pp-espn | mvanhorn/printing-press-library |
ESPN — Printing Press CLI Prerequisites: Install the CLI This skill drives the espn-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first: Install via the Printing Press installer: npx -y @mvanhorn/printing-press install espn --cli-only Verify: espn-pp-cli --version Ensure $GOPATH/bin (or $HOME/go/bin ) is on $PATH . If the npx install fails (no Node, offline, etc.), fall back to a direct Go install (requires Go 1.23+)...
|
3.6K |
| 3888 | ralph-loop | andrelandgraf/fullstackrecipes |
Ralph Loop Complete setup for automated agent-driven development. Define features as user stories with testable acceptance criteria, then run AI agents in a loop until all stories pass. Prerequisites Complete these recipes first (in order): AI Coding Agent Configuration Configure AI coding agents like Cursor, GitHub Copilot, or Claude Code with project-specific patterns, coding guidelines, and MCP servers for consistent AI-assisted development. curl -H "Accept: text/markdown" https://fulls...
|
3.6K |
| 3889 | searching-media | forcedotcom/sf-skills |
Media Search Universal routing skill for searching and retrieving existing images and media. Scope This skill is for SEARCHING FOR existing media, not CREATING new media. Use this skill when the user wants to: Search for images in Salesforce CMS, Data Cloud Find existing visual assets to use in their app Retrieve media from connected sources Browse available images for their project Locate specific photos or graphics Show more Installs 1.5K Repository forcedotcom/sf-skills GitHub Stars 560 First...
|
3.6K |
| 3890 | implementing-ui-bundle-file-upload | forcedotcom/sf-skills |
File Upload API (workflow) When the user wants file upload functionality in a React UI bundle, follow this workflow. This feature provides APIs only — you must build the UI components yourself using the provided APIs. CRITICAL: This is an API-only package The package exports programmatic APIs , not React components or hooks. You will: Use the upload() function to handle file uploads with progress tracking Build your own custom UI (file input, dropzone, progress bars, etc.) Track upload progress ...
|
3.6K |
| 3891 | using-ui-bundle-salesforce-data | forcedotcom/sf-skills |
Salesforce Data Access Data SDK Requirement All Salesforce data access MUST use the Data SDK ( @salesforce/sdk-data ). The SDK handles authentication, CSRF, and base URL resolution. import { createDataSDK , gql } from "@salesforce/sdk-data" ; import type { ResponseTypeQuery } from "../graphql-operations-types" ; const sdk = await createDataSDK ( ) ; // GraphQL for record queries/mutations (PREFERRED) const response = await sdk . graphql ?. < ResponseTypeQuery > ( query , variables ) ; // REST fo...
|
3.6K |
| 3892 | implementing-ui-bundle-agentforce-conversation-client | forcedotcom/sf-skills |
Managing Agentforce Conversation Client HARD CONSTRAINT: NEVER create a custom agent, chatbot, or chat widget component. ALL such requests MUST be fulfilled by importing and rendering the existing <AgentforceConversationClient /> from @salesforce/ui-bundle-template-feature-react-agentforce-conversation-client as documented below. If a requirement is unsupported by this component's props, state the limitation — do not improvise an alternative. Prerequisites Before the component will work, the fol...
|
3.6K |
| 3893 | apple-notes | openclaw/openclaw |
Apple Notes CLI Use memo notes to manage Apple Notes directly from the terminal. Create, view, edit, delete, search, move notes between folders, and export to HTML/Markdown. Setup Install (Homebrew): brew tap antoniorodr/memo && brew install antoniorodr/memo/memo Manual (pip): pip install . (after cloning the repo) macOS-only; if prompted, grant Automation access to Notes.app. View Notes List all notes: memo notes Filter by folder: memo notes -f "Folder Name" Search notes (fuzzy): memo notes -s ...
|
3.6K |
| 3894 | video-frames | openclaw/openclaw |
Video Frames (ffmpeg) Extract a single frame from a video, or create quick thumbnails for inspection. Quick start First frame: { baseDir } /scripts/frame.sh /path/to/video.mp4 --out /tmp/frame.jpg At a timestamp: { baseDir } /scripts/frame.sh /path/to/video.mp4 --time 00:00:10 --out /tmp/frame-10s.jpg Notes Prefer --time for “what is happening around here?”. Use a .jpg for quick share; use .png for crisp UI frames.
|
3.6K |
| 3895 | game-development | sickn33/agentic-awesome-skills |
Game Development Orchestrator skill — principles plus routing to specialized sub-skills. When to Use This Skill You are working on a game development project. This skill teaches PRINCIPLES and directs you to the right sub-skill based on context. Sub-Skill Routing Platform Selection Show more Installs 28 Repository sickn33/agentic…e-skills GitHub Stars 44.8K First Seen Jul 16, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
3.6K |
| 3896 | create-branch | getsentry/skills |
Create Branch Create a git branch following Sentry naming conventions. Keep this workflow non-interactive unless the user explicitly asks to choose the name manually. Workflow Resolve the prefix: First try gh api user --jq .login Then git config github.user Then the local part of git config user.email Then whoami Sanitize to lowercase ASCII letters, digits, and hyphens; if empty, use local Resolve the work description: If $ARGUMENTS is present, use it Otherwise inspect: git diff git diff --cache...
|
3.6K |
| 3897 | gh-review-requests | getsentry/skills |
GitHub Review Requests Fetch unread review_requested notifications for open (unmerged) PRs, filtered by a GitHub team. Requires : GitHub CLI ( gh ) authenticated. Step 1: Identify the Team If the user has not specified a team, ask: Which GitHub team should I filter by? (e.g. streaming-platform ) Accept either a team slug ( streaming-platform ) or a display name ("Streaming Platform") — convert to lowercase-hyphenated slug before passing to the script. Step 2: Run the Script uv run ${CLAUDE_SKILL...
|
3.6K |
| 3898 | latex-thesis-zh | bahayonghang/academic-writing-skills |
LaTeX 中文学位论文助手 核心原则 绝不修改 \cite{}、\ref{}、\label{}、公式环境内的内容 绝不凭空捏造参考文献条目 绝不在未经许可的情况下修改专业术语 始终先以注释形式输出修改建议 中文文档必须使用 XeLaTeX 或 LuaLaTeX 编译 统一输出协议(全部模块) 每条建议必须包含固定字段: 严重级别:Critical / Major / Minor 优先级:P0(阻断)/ P1(重要)/ P2(可改进) 默认注释模板(diff-comment 风格): % <模块>(第<N>行)[Severity: <Critical|Major|Minor>] [Priority: <P0|P1|P2>]: <问题概述> % 原文:... % 修改后:... % 理由:... % ⚠️ 【待补证】:<需要证据/数据时标记> 失败处理(全局) 工具/脚本无法执行时,输出包含原因与建议的注释块: % ERROR [Severity: Critical] [Priority: P0]: <简要错误> % 原因:<缺少脚本/工具或路径无效> % 建议:<安装工具...
|
3.6K |
| 3899 | hotkey | lobehub/lobehub |
Adding Keyboard Shortcuts Guide Steps to Add a New Hotkey 1. Update Hotkey Constant In src/types/hotkey.ts : export const HotkeyEnum = { // existing... ClearChat : 'clearChat' , // Add new } as const ; 2. Register Default Hotkey In src/const/hotkeys.ts : import { KeyMapEnum as Key , combineKeys } from '@lobehub/ui' ; export const HOTKEYS_REGISTRATION : HotkeyRegistration = [ { group : HotkeyGroupEnum . Conversation , id : HotkeyEnum . ClearChat , keys : combineKeys ( [ Key . Mod , Key . Shift , ...
|
3.6K |
| 3900 | ui-design | shajith003/awesome-claude-skills |
Only code in HTML/Tailwind in a single code block. Any CSS styles should be in the style attribute. Start with a response, then code and finish with a response. Don't mention about tokens, Tailwind or HTML. Always include the html, head and body tags. Use lucide icons for javascript, 1.5 strokewidth. Unless style is specified by user, design in the style of Linear, Stripe, Vercel, Tailwind UI (IMPORTANT: don't mention names). Checkboxes, sliders, dropdowns, toggles should be custom (don't add, o...
|
3.6K |