Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
25,514
总 Skills
97.9M
总安装量
2,625
贡献者
# Skill 仓库 描述 安装量
3901 naver-news-search nomadamas/k-skill
Naver News Search What this skill does k-skill-proxy 가 네이버 검색 Open API 뉴스 검색( openapi.naver.com/v1/search/news.json )을 호출해 최근 뉴스 기사 후보를 정규화된 JSON 으로 돌려준다. 검색어 기반 최신 뉴스 후보 목록을 정리한다. 기사 제목, 본문 요약(description), 발행 시각( pub_date / pub_date_iso ), 네이버 뉴스 링크( link ), 원문 링크( original_link )를 제공한다. Naver 가 응답에 섞어주는 <b> 하이라이트 태그와 HTML entity( &amp; , &quot; , &lt; 등)는 proxy 쪽에서 미리 제거한다. 사용자 로그인·개인화·회원 전용 뉴스는 지원하지 않는다. When to use "오늘 삼성전자 관련 뉴스 찾아줘" "최근 AI 규제 관련 기사 최신순으로 5개만" "네이버 뉴스에서 금리 인상 기사 요약해줘" "이 사...
2K
3902 paper-audit bahayonghang/academic-writing-skills
Paper Audit Skill Unified academic paper auditing across formats and languages. Steps Parse the paper path and mode from $ARGUMENTS . If missing, confirm the target .tex , .typ , or .pdf file. Review evaluation criteria in $SKILL_DIR/references/REVIEW_CRITERIA.md and $SKILL_DIR/references/CHECKLIST.md . Run the orchestrator: python $SKILL_DIR/scripts/audit.py $ARGUMENTS . Present the MD report directly to the user. Distinguish between automated findings and LLM-judgment scores. If in review mode...
2K
3903 longbridge longbridge/skills
Longbridge Developers Platform Full-stack financial data and trading platform: CLI, Python/Rust SDK, MCP, and LLM integration. Official docs: https://open.longbridge.com llms.txt: https://open.longbridge.com/llms.txt For setup and authentication details, see references/setup.md . Investment Analysis Workflow When the user asks about stock performance, portfolio advice, or market analysis: Get live data via CLI — quotes, positions, K-line history, intraday Get news/catalysts via CLI — prefer Long...
2K
3904 setup-pre-commit vinvcn/mattpocock-skills-zh-cn
Setup Pre-Commit Hooks What This Sets Up Husky pre-commit hook lint-staged running Prettier on all staged files Prettier config (if missing) typecheck and test scripts in the pre-commit hook Steps 1. Detect package manager Check for package-lock.json (npm), pnpm-lock.yaml (pnpm), yarn.lock (yarn), bun.lockb (bun). Use whichever is present. Default to npm if unclear. 2. Install dependencies Install as devDependencies: husky lint-staged prettier 3. Initialize Husky npx husky init This creates .hus...
2K
3905 scaffold-exercises vinvcn/mattpocock-skills-zh-cn
Scaffold Exercises Create exercise directory structures that pass pnpm ai-hero-cli internal lint , then commit with git commit . Directory naming Sections : XX-section-name/ inside exercises/ (e.g., 01-retrieval-skill-building ) Exercises : XX.YY-exercise-name/ inside a section (e.g., 01.03-retrieval-with-bm25 ) Section number = XX , exercise number = XX.YY Names are dash-case (lowercase, hyphens) Exercise variants Each exercise needs at least one of these subfolders: problem/ - student workspac...
2K
3906 mcp vercel-labs/json-render
@json-render/mcp MCP Apps integration that serves json-render UIs as interactive MCP Apps inside Claude, ChatGPT, Cursor, VS Code, and other MCP-capable clients. Quick Start Server (Node.js) import { createMcpApp } from "@json-render/mcp" ; import { defineCatalog } from "@json-render/core" ; import { schema } from "@json-render/react/schema" ; import { shadcnComponentDefinitions } from "@json-render/shadcn/catalog" ; import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js...
2K
3907 tanstack-start jezweb/claude-skills
TanStack Start Skills Overview TanStack Start is a full-stack React framework built on TanStack Router, powered by Vite and Nitro (via Vinxi). It provides server-side rendering, streaming, server functions (RPC), middleware, API routes, and deploys to any platform via Nitro presets. Package: @tanstack/react-start Router Plugin: @tanstack/router-plugin Build Tool: Vinxi (Vite + Nitro) Status: RC (Release Candidate) RSC Support: React Server Components support is in active development and will lan...
2K
3908 hermes-history-ingest ar9av/obsidian-wiki
Hermes History Ingest — Conversation & Memory Mining You are extracting knowledge from the user's Hermes agent history and distilling it into the Obsidian wiki. Hermes stores both free-form memories and structured session transcripts — focus on durable knowledge, not operational telemetry. This skill can be invoked directly or via the wiki-history-ingest router ( /wiki-history-ingest hermes ). Before You Start Read .env to get OBSIDIAN_VAULT_PATH and HERMES_HISTORY_PATH (default to ~/.hermes if ...
2K
3909 azure-verified-modules hashicorp/agent-skills
Azure Verified Modules (AVM) Requirements This guide covers the mandatory requirements for Azure Verified Modules certification. These requirements ensure consistency, quality, and maintainability across Azure Terraform modules. References: Azure Verified Modules AVM Terraform Requirements Table of Contents Module Cross-Referencing Azure Provider Requirements Code Style Standards Variable Requirements Output Requirements Local Values Standards Terraform Configuration Requirements Testing Requ...
2K
3910 tiktok-captions kostja94/marketing-skills
Platforms: TikTok Guides TikTok caption and video script creation. Use for generating publish-ready captions and video specs. Suitable for copy agents, video agents (format, length), and design agents (thumbnail). When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Output: Publish-Ready Copy This skill enables agents to genera...
2K
3911 product-strategy-session deanpeters/product-manager-skills
Purpose Guide product managers through a comprehensive product strategy session by orchestrating positioning, problem framing, customer discovery, and roadmap planning skills into a cohesive end-to-end process. Use this to move from vague strategic direction to concrete, validated product strategy with clear positioning, target customers, problem statements, and prioritized roadmap—ensuring alignment across stakeholders before committing to execution. This is not a one-time workshop—it's a repea...
2K
3912 api-sec yaklang/hack-skills
API Security Router 这是 API 安全测试的分类入口。 先用这个 skill 判断当前 API 更像是文档和资产发现、对象授权、令牌信任问题,还是 GraphQL 与隐藏参数问题,再进入更细的专题 skill。 When to Use 目标暴露 REST API、移动端后端或 GraphQL 接口 你需要先确定 API 测试顺序,再进入具体专题 你想把对象授权、JWT、GraphQL、隐藏字段这些方向分开处理 Skill Map API Recon and Docs : OpenAPI、Swagger、版本漂移、隐藏文档 API Authorization and BOLA : BOLA、BFLA、方法滥用、隐藏可写字段 API Auth and JWT Abuse : Bearer token、Header 信任、Claim 滥用、限流绕过 GraphQL and Hidden Parameters : introspection、batching、未公开字段、隐藏参数 Quick Triage Observation Route Swagger 或 OpenAP...
2K
3913 xss-cross-site-scripting yaklang/hack-skills
SKILL: Cross-Site Scripting (XSS) — Expert Attack Playbook AI LOAD INSTRUCTION : This skill covers non-obvious XSS techniques, context-specific payload selection, WAF bypass, CSP bypass, and post-exploitation. Assume the reader already knows — this file only covers what base models typically miss. For real-world CVE cases, HttpOnly bypass strategies, XS-Leaks side channels, and session fixation attacks, load the companion SCENARIOS.md . 0. RELATED ROUTING Extended Scenarios Also load SCENARIOS....
2K
3914 video-marketing kostja94/marketing-skills
Content: Video Marketing Guides video marketing strategy and script creation for short-form and long-form content. Short-form commands ~82% of internet traffic with 2.5× more engagement than long-form; 71% of viewers decide within 3 seconds whether to continue. Use this skill when planning video content, writing scripts, or optimizing for platforms. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On su...
2K
3915 k-dart nomadamas/k-skill
k-dart — 금감원 DART 전자공시 조회 What this skill does API_K_DART 환경변수에 담긴 인증키로 DART OpenAPI( https://opendart.fss.or.kr/api/ )를 직접 호출해 공시·재무·주요사항 정보를 조회한다. 프록시를 거치지 않는다. When to use "삼성전자 최근 공시 보여줘" "카카오 기업개황 알려줘" "LG에너지솔루션 2024년 연간 재무제표" "네이버 배당 현황" "하이브 전환사채 발행 이력" "셀트리온 소송 현황" "SK하이닉스 감사의견" "현대차 증자/감자 이력" "삼성바이오 자기주식 취득/처분" When not to use 실시간 주가/호가/체결 조회 → korean-stock-search 스킬 해외 기업 공시 투자 자문/매수 추천 Prerequisites API_K_DART 환경변수가 설정되어 있어야 한다. 키 발급: https://opendart.fss.or.kr/uss/umt/EgovMberInsertV...
2K
3916 migrate-to-shoehorn vinvcn/mattpocock-skills-zh-cn
Migrate to Shoehorn Why shoehorn? shoehorn lets you pass partial data in tests while keeping TypeScript happy. It replaces as assertions with type-safe alternatives. Test code only. Never use shoehorn in production code. Problems with as in tests: Trained not to use it Must manually specify target type Double-as ( as unknown as Type ) for intentionally wrong data Install npm i @total-typescript/shoehorn Migration patterns Large objects with few needed properties Before: type Request = { body : {...
2K
3917 humanizer blader/humanizer
Humanizer: Remove AI Writing Patterns You are a writing editor that identifies and removes signs of AI-generated text to make writing sound more natural and human. This guide is based on Wikipedia's "Signs of AI writing" page, maintained by WikiProject AI Cleanup. Your Task When given text to humanize: Identify AI patterns - Scan for the patterns listed below Rewrite problematic sections - Replace AI-isms with natural alternatives Preserve meaning - Keep the core message intact Maintain voice - ...
2K
3918 setting-okrs-goals refoundai/lenny-skills
Setting OKRs & Goals Help the user create effective objectives and key results using frameworks and insights from 55 product leaders. How to Help When the user asks for help with OKRs or goal setting: Understand context - Ask about their company stage, team size, and whether they have existing goals or are starting fresh Clarify the level - Determine if these are company, department, team, or individual goals Identify the strategy - Ensure they have a clear strategy before setting goals (goals s...
2K
3919 forecast anthropics/knowledge-work-plugins
/forecast If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Generate a weighted sales forecast with risk analysis and commit recommendations. Usage /forecast [period] Generate a forecast for: $ARGUMENTS If a file is referenced: @$1 How It Works ┌─────────────────────────────────────────────────────────────────┐ │ FORECAST │ ├─────────────────────────────────────────────────────────────────┤ │...
2K
3920 sentry-python-sdk getsentry/sentry-for-ai
All Skills > SDK Setup > Python SDK Sentry Python SDK Opinionated wizard that scans your Python project and guides you through complete Sentry setup. Invoke This Skill When User asks to "add Sentry to Python" or "setup Sentry" in a Python app User wants error monitoring, tracing, profiling, logging, metrics, or crons in Python User mentions sentry-sdk , sentry_sdk , or Sentry + any Python framework User wants to monitor Django views, Flask routes, FastAPI endpoints, Celery tasks, or scheduled jo...
2K
3921 fusion-issue-authoring equinor/fusion-skills
Issue Authoring Orchestrator Subordinates This skill routes to the following subordinate skills: fusion-issue-author-bug ( skills/fusion-issue-author-bug/SKILL.md ): bug-focused issue drafting and triage structure fusion-issue-author-feature ( skills/fusion-issue-author-feature/SKILL.md ): feature-focused scope and acceptance structure fusion-issue-author-user-story ( skills/fusion-issue-author-user-story/SKILL.md ): role/workflow/scenario-driven story structure fusion-issue-author-task ( skills...
2K
3922 plantuml-skill agents365-ai/365-skills
No SKILL.md available for this skill. View on GitHub Installs 431 Repository agents365-ai/365-skills GitHub Stars 5 First Seen May 6, 2026
2K
3923 dxf earthtojake/text-to-cad
DXF generation and validation Provenance: maintained in earthtojake/text-to-cad . Use the installed local skill files as the runtime source of truth; the repository link is only for provenance and release review. Purpose Create or modify 2D DXF drawings from natural-language requirements or from CAD geometry, generate validated .dxf artifacts, and return checked outputs. DXF sources are Python files defining gen_dxf() returning an ezdxf document; the CLI owns output paths. Two source shapes are ...
2K
3924 next-dev-loop vercel/next.js
No SKILL.md available for this skill. View on GitHub Installs 591 Repository vercel/next.js GitHub Stars 140.2K First Seen May 22, 2026
2K
3925 dbs-spread dontbesilent2025/dbskill
dbs-spread:传播心理解码 你是传播心理解码 AI。你的工作是用 5 个经典传播学理论,分析一段内容为什么能引起受众共鸣——找出情绪底层、有效立场、受众还想听什么——并把这些分析转化为聊天室的讨论方向。 这个 skill 做什么,不做什么 做 : 解码内容的心理共鸣机制(为什么受众愿意听、愿意分享) 分析有效立场(内容站在谁那边、从什么角度切入) 指出受众在这个情绪频道上还想听什么 给出聊天室的讨论方向 不做 : 预测平台算法表现(完播率、点击率、推荐量)——这取决于开头质量、内容时长、封面设计,由 /dbs-hook 和 /全平台标题 处理 预测内容会不会火——「会不会火」包含了太多平台机制变量,不在本 skill 的范围内 给出「好」或「差」的评分——内容传播力不能脱离平台和格式单独评价 Show more Installs 675 Repository dontbesilent2025/dbskill GitHub Stars 7.1K First Seen 3 days ago Security Audits Gen Agent Trust Hub Pass Socke...
2K
3926 dbs-resonate dontbesilent2025/dbskill
dbs-resonate:文稿共鸣诊断 你是文稿共鸣诊断 AI。用户写完了一段内容(草稿、半成品均可),但不确定它能不能打中受众。你的工作是用传播心理学框架,诊断这段内容有没有引起共鸣的结构,找出具体问题,给出可执行的改法。 这个 skill 做什么,不做什么 做 : 诊断文稿在传播心理上是否有效 找出「写得很全面但没有刺中核心」这个最常见的问题 给出具体的删改建议(删什么、保留什么、强化什么) 不做 : 预测平台算法表现(完播率、点击率数字)—— 那由 /dbs-hook 和 /全平台标题 处理 检查结构是否完整(是否缺少什么部分)—— 那是另一类问题 分析已验证的内容为什么能火 —— 那是 /dbs-spread 做的事 Show more Installs 675 Repository dontbesilent2025/dbskill GitHub Stars 7.1K First Seen 3 days ago Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
2K
3927 seo-flow agricidaniel/claude-seo
FLOW Framework — Find · Leverage · Optimize · Win Framework and prompts © Daniel Agrici, CC BY 4.0 — github.com/AgriciDaniel/flow FLOW is an evidence-led SEO operating model built for the AI-search era. Claude SEO integrates the FLOW prompt library (41 prompts across 5 stages) so every analysis can be driven by structured, evidence-backed AI prompts rather than improvised queries. Runtime context: Load references/flow-framework.md on every /seo flow activation. Load prompt files on demand — only...
2K
3928 connector-googlemail caffeinelabs/skills
googlemail-client Motoko bindings for the Gmail API v1 , generated from Google's official OpenAPI spec. Send-focused PoC surface: gmail_users_messages_send , gmail_users_drafts_{create,send,get,list} , gmail_users_messages_{get,list} , gmail_users_getProfile . All 8 operations live in Apis/UsersApi.mo . Trigger phrases Reach for this skill on any request mentioning: send email, send message, compose email, Gmail, draft, inbox, mailbox, "email the user", "notify via email", "forward results by em...
2K
3929 kling-cli klingai-tech/skills
可灵 AI 官方文生图 / 参考图生图 / 文生视频 / 图生视频 语言与回复风格 面向用户的解释、确认、错误说明: 跟随用户语言 (中文用户用中文回复,英文用户用英文回复)。 技术字段名( generation_id 、 status 、 works[].url 等)保留英文原样。 安装与登录(唯一合法方式) 可灵分「国内站」与「海外站」,对应两个不同的安装包,端点已各自内置。装错区域的包会导致登录反复失败,因此装包前必须先确认用户属于哪个区域。 第 0 步:探测是否已安装 which kling 有输出路径 → 已安装,直接跳到登录;未找到 → 进入第 1 步按区域安装 Show more Installs 593 Repository klingai-tech/skills First Seen 13 days ago Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
2K
3930 clickhouse-js-node-troubleshooting clickhouse/agent-skills
ClickHouse Node.js Client Troubleshooting Reference: https://clickhouse.com/docs/integrations/javascript ⚠️ Node.js runtime only. This skill covers the @clickhouse/client package running in a Node.js runtime exclusively — including Next.js Node runtime API routes, React Server Components, Server Actions, and standard Node.js processes. Do not apply this skill to browser client components, Web Workers, Next.js Edge runtime , Cloudflare Workers, or any usage of @clickhouse/client-web . For browser...
2K
3931 margin-trading binance/binance-skills-hub
Binance Margin-trading Skill Margin-trading request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format. Quick Reference Endpoint Description Required Optional Authentication /sapi/v1/margin/max-leverage (POST) Adjust cross margin max leverage (USER_DATA) maxLeverage None Yes /sapi/v1/margin/isolated/account (DELETE) Disable Isolated Margin Account (TRADE) symbol recvWindow Yes /sapi/v1/margin/isolated/account (POS...
1.9K
3932 opencli-operate jackwener/opencli
OpenCLI Operate — Browser Automation for AI Agents Control Chrome step-by-step via CLI. Reuses existing login sessions — no passwords needed. Prerequisites opencli doctor Verify extension + daemon connectivity Requires: Chrome running + OpenCLI Browser Bridge extension installed. Critical Rules ALWAYS use state to inspect the page, NEVER use screenshot — state returns structured DOM with [N] element indices, is instant and costs zero tokens. screenshot requires vision processing and is slow. On...
1.9K
3933 chatroom-austrian dontbesilent2025/dbskill
chatroom-austrian:奥派经济聊天室 你是奥派经济聊天室的主持人。协调哈耶克、米塞斯、Claude 三个角色的对话。 核心哲学 哈耶克:知识分散性 追问知识条件:决策需要哪些知识?分散在谁手里? 检查涌现可能:秩序是设计的还是自发形成的? 寻找信息机制:有没有类似价格的信号在聚合分散知识? 米塞斯:人类行为学 先验推理:从「人会行动」出发,用逻辑推导经济规律 追问因果链:现象的根本原因是什么? 拒绝妥协:原则对就不能因「现实困难」让步 Claude 判官:质量把关 防止套公式:如果有人硬套理论,直接点出 补盲区:两人都没提到但重要的视角 给收获:用户可以带走的具体判断或行动建议 工作流程 Phase 1:接收问题 skill 启动后,说: 奥派经济聊天室。说个话题,哈耶克、米塞斯和我会一起聊。 如果用户已带问题,直接进入 Phase 2。 Phase 2:并行启动两个角色 收到问题后, 同时 用 Agent tool 启动哈耶克和米塞斯。 哈耶克 Agent description: "哈耶克回应" model: "sonnet" prompt: | 你是弗里德里希·哈耶...
1.9K
3934 feishu-doc m1heng/clawdbot-feishu
Feishu Document Tool Single tool feishu_doc with action parameter for all document operations including comment management. Token Extraction From URL https://xxx.feishu.cn/docx/ABC123def → doc_token = ABC123def From URL https://xxx.feishu.cn/docs/doccn123c → doc_token = doccn123c Actions Read Document { "action" : "read" , "doc_token" : "ABC123def" } Returns: title, plain text content, block statistics. Check hint field - if present, structured content (tables, images) exists that requires list_...
1.9K
3935 resume tailor paramchoudhary/resumeskills
Use this skill when the user wants to: - Customize their resume for a specific job posting - Adjust their resume to match job requirements - Create a targeted version of their resume - Mentions: "tailor resume", "customize resume", "target role", "specific job", "match job description" Use AFTER job-description-analyzer to know what to emphasize. Core Capabilities - Reorder experience sections by relevance to target role - Adjust professional summary for specific position - Add missing...
1.9K
3936 cover letter generator paramchoudhary/resumeskills
Use this skill when the user wants to: - Write a cover letter for a job application - Create a personalized application letter - Address specific job requirements in letter format - Mentions: "cover letter", "application letter", "write cover letter", "letter for job" Use AFTER analyzing job description to have clear talking points. Core Capabilities - Generate personalized cover letters from resume + job description - Match tone to company culture - Address qualification gaps strategi...
1.9K
3937 video-translation noizai/skills
Video Translation Translate a video's speech into another language, using TTS to generate the dubbed audio and replacing the original audio track. Triggers translate this video dub this video to English 把视频从 X 语译成 Y 语 视频翻译 Use Cases The user wants to watch a foreign language YouTube video but prefers to hear it in their native language. The user provides a video link and explicitly requests changing the audio language. Workflow When the user asks to translate a video: Download Video & Subtitles ...
1.9K
3938 target-serp calm-north/seojuice-skills
Target SERP Identify and capture featured snippets, People Also Ask boxes, knowledge panels, and rich results for target keywords. SERP Feature Types Feature Trigger Content Format Needed Featured Snippet (paragraph) "What is", "how does", definitional queries 40-60 word direct answer under an H2/H3 matching the query Featured Snippet (list) "How to", "steps to", "best", "top" Ordered or unordered list with H2/H3 heading Featured Snippet (table) Comparison, pricing, specs queries HTML <table> wi...
1.9K
3939 android device automation web-infra-dev/midscene-skills
Android Device Automation CRITICAL RULES — VIOLATIONS WILL BREAK THE WORKFLOW: Never run midscene commands in the background. Each command must run synchronously so you can read its output (especially screenshots) before deciding the next action. Background execution breaks the screenshot-analyze-act loop. Run only one midscene command at a time. Wait for the previous command to finish, read the screenshot, then decide the next action. Never chain multiple commands together. Allow enough time fo...
1.9K
3940 openrouter-typescript-sdk openrouterteam/agent-skills
OpenRouter TypeScript SDK A comprehensive TypeScript SDK for interacting with OpenRouter's unified API, providing access to 300+ AI models through a single, type-safe interface. This skill enables AI agents to leverage the callModel pattern for text generation, tool usage, streaming, and multi-turn conversations. Installation npm install @openrouter/sdk Setup Get your API key from openrouter.ai/settings/keys, then initialize: import OpenRouter from '@openrouter/sdk'; const client = new Ope...
1.9K
3941 asc-workflow rudrankriyam/app-store-connect-cli-skills
asc workflow Use this skill when you need lane-style automation inside the CLI using: asc workflow run asc workflow validate asc workflow list This feature is best for deterministic automation that lives in your repo, is reviewable in PRs, and can run the same way locally and in CI. Command discovery Always use --help to confirm flags and subcommands: asc workflow --help asc workflow run --help asc workflow validate --help asc workflow list --help End-to-end flow Author .asc/workflow.json Valida...
1.9K
3942 engineering-advanced-skills alirezarezvani/claude-skills
Engineering Advanced Skills (POWERFUL Tier) 25 advanced engineering skills for complex architecture, automation, and platform operations. Quick Start Claude Code /read engineering/agent-designer/SKILL.md Codex CLI npx agent-skills-cli add alirezarezvani/claude-skills/engineering Skills Overview Skill Folder Focus Agent Designer agent-designer/ Multi-agent architecture patterns Agent Workflow Designer agent-workflow-designer/ Workflow orchestration API Design Reviewer api-design-reviewer/ REST/Gr...
1.9K
3943 code-quality cognitedata/builder-skills
Code Quality Review Review $ARGUMENTS (or the whole app if no argument is given) for code quality issues. Work through every step below in order and report all findings with file paths and line numbers. Step 1 — Run the linter first Before reading any code manually, get a baseline from the automated tools: pnpm run lint List every error and warning. Fix all errors before proceeding — lint errors are not negotiable. Warnings should be reviewed and resolved unless there is a documented exception. ...
1.9K
3944 element-plus-vue3 teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: Install and set up Element Plus in a Vue 3 project Use Element Plus components in Vue 3 applications Configure Element Plus (global config, i18n, theme, etc.) Use form components (Button, Input, Form, etc.) Use data display components (Table, Card, etc.) Use feedback components (Message, Notification, Dialog, etc.) Use navigation components (Menu, Tabs, etc.) Customize component styles and themes Handle component events Understa...
1.9K
3945 product-skills alirezarezvani/claude-skills
Product Team Skills 8 production-ready product skills covering product management, UX/UI design, and SaaS development. Quick Start Claude Code /read product-team/product-manager-toolkit/SKILL.md Codex CLI npx agent-skills-cli add alirezarezvani/claude-skills/product-team Skills Overview Skill Folder Focus Product Manager Toolkit product-manager-toolkit/ RICE prioritization, customer discovery, PRDs Agile Product Owner agile-product-owner/ User stories, sprint planning, backlog Product Strategist...
1.9K
3946 photoshop sfkislev/flue
This skill lets a coding agent operate Adobe Photoshop on the desktop through Flue , a local shell-to-application bridge. The agent pipes ExtendScript into photoshop_bridge.py and gets structured JSON back. agent shell -> photoshop_bridge.py -> ExtendScript -> JSON result When to use The human requests work performed inside Photoshop — inspect the open document, layers, selection; make bounded edits; run small ExtendScript steps. A CLI agent cannot act inside Photoshop without a bridge like Flue...
1.9K
3947 dependencies-audit cognitedata/builder-skills
Dependencies Fix Find and fix all dependency issues in $ARGUMENTS (or the root package.json if no argument is given) — vulnerabilities, outdated packages, deprecated dependencies, license problems, and supply-chain risks. This skill produces the review-packages.md artifact required by the Flows app review process. Step 1 — Read and list all dependencies List all dependencies and devDependencies node -e " const pkg = require('./package.json'); console.log('=== Dependencies ==='); Object.entries(...
1.9K
3948 conventional-git samber/cc-skills
Conventional Commits & Branch Naming Follow Conventional Commits v1.0.0 for both branch names and commit messages — consistent naming lets tools auto-generate changelogs, enforce SemVer bumps, and filter history by concern. Branch Naming Format: <type>/[issue-]<description> — lowercase, hyphens only, no special chars except / . feat/user-authentication feat/42-user-authentication fix/login-race-condition fix/87-login-race-condition docs/api-reference-update refactor/payment-module Prefix with th...
1.9K
3949 promql-cli samber/cc-skills
promql-cli — Prometheus Query CLI Skill promql-cli (github.com/nalbury/promql-cli) is a Go CLI for querying, analyzing, and visualizing Prometheus metrics, plus PromQL fundamentals. Reference Files Read the relevant reference file(s) before executing tasks: File When to read references/installation.md User needs to install promql-cli or set up configuration (hosts, auth, token, password, multi-host) references/usage.md User wants to discover metrics/exporters/labels, run queries, or choose outpu...
1.9K
3950 substack-ghostwriting samber/cc-skills
Substack Ghostwriting & Content Optimization A skill for writing Substack content — both newsletter issues (email-first) and web posts (web-first articles/essays) — that grows subscribers and converts readers. Handles two voice modes (own voice, ghostwriting) and two format modes (newsletter issue, web post). Core philosophy Substack is not a blog with an email list. It's a social-media-newsletter hybrid with an algorithm that optimizes for subscriptions, not engagement. This changes everything ...
1.9K