███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 3851 | 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 |
| 3852 | 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 |
| 3853 | 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 |
| 3854 | 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 |
| 3855 | 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 |
| 3856 | 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 |
| 3857 | 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 |
| 3858 | 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 |
| 3859 | 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 |
| 3860 | 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 |
| 3861 | 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 |
| 3862 | 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 |
| 3863 | 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 |
| 3864 | 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.6K |
| 3865 | 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 |
| 3866 | 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.6K |
| 3867 | 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 |
| 3868 | 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.6K |
| 3869 | 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 |
| 3870 | llm-wiki | ar9av/obsidian-wiki |
LLM Wiki — Knowledge Distillation Pattern You are maintaining a persistent, compounding knowledge base. The wiki is not a chatbot — it is a compiled artifact where knowledge is distilled once and kept current, not re-derived on every query. Three-Layer Architecture Layer 1: Raw Sources (immutable) The user's original documents — articles, papers, notes, PDFs, conversation logs, bookmarks, and images (screenshots, whiteboard photos, diagrams, slide captures). These are never modified by the syste...
|
3.6K |
| 3871 | 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.6K |
| 3872 | connect-apps | composiohq/awesome-claude-skills |
Connect Apps Connect Claude to 1000+ apps. Actually send emails, create issues, post messages - not just generate text about it. Quick Start Step 1: Install the Plugin /plugin install composio-toolrouter Step 2: Run Setup /composio-toolrouter:setup This will: Ask for your free API key (get one at platform.composio.dev) Configure Claude's connection to 1000+ apps Take about 60 seconds Step 3: Try It! After setup, restart Claude Code and try: Send me a test email at YOUR_EMAIL@example.com ...
|
3.6K |
| 3873 | langsmith-dataset | langchain-ai/langsmith-skills |
LANGSMITH_API_KEY = lsv2_pt_your_api_key_here Required LANGSMITH_PROJECT = your-project-name Check this to know which project has traces LANGSMITH_WORKSPACE_ID = your-workspace-id Optional: for org-scoped keys IMPORTANT: Always check the environment variables or .env file for LANGSMITH_PROJECT before querying or interacting with LangSmith. This tells you which project contains the relevant traces and data. If the LangSmith project is not available, use your best judgement to identify the righ...
|
3.6K |
| 3874 | bb-browser | epiral/bb-browser |
bb-browser - 信息获取与浏览器自动化 核心价值 bb-browser 是一个强大的信息获取工具。 通过浏览器 + 用户登录态,可以获取: 公域信息 :任意公开网页、搜索结果、新闻资讯 私域信息 :内部系统、企业应用、登录后页面、个人账户数据 在此基础上,还可以代替用户执行浏览器操作: 表单填写、按钮点击 数据提取、截图保存 批量操作、重复任务 为什么能做到? 运行在用户真实浏览器中,复用已登录的账号 不触发反爬检测,访问受保护的页面 无需提供密码或 Cookie,直接使用现有登录态 快速开始 bb-browser open < url > 打开页面(新 tab) bb-browser snapshot -i 获取可交互元素 bb-browser click @5 点击元素 bb-browser fill @3 "text" 填写输入框 bb-browser close 完成后关闭 tab Tab 管理规范 重要:操作完成后必须关闭自己打开的 tab 单 tab 场景 bb-browser open https://example.com 打开新 tab bb-...
|
3.6K |
| 3875 | minimax-pdf | minimax-ai/skills |
minimax-pdf Three tasks. One skill. Read design/design.md before any CREATE or REFORMAT work. Route table User intent Route Scripts used Generate a new PDF from scratch CREATE palette.py → cover.py → render_cover.js → render_body.py → merge.py Fill / complete form fields in an existing PDF FILL fill_inspect.py → fill_write.py Reformat / re-style an existing document REFORMAT reformat_parse.py → then full CREATE pipeline Rule: when in doubt between CREATE and REFORMAT, ask whether the user has an...
|
3.6K |
| 3876 | uml | markdown-viewer/skills |
UML Diagram Generator Quick Start: Choose diagram type → Define classes/objects/actors → Add relationships/edges → Use appropriate shapes and arrow styles → Wrap in ```drawio fence. ⚠️ IMPORTANT: Always use ```drawio code fence. NEVER use ```xml — it will NOT render as a diagram. Critical Rules 🔗 This is a drawio-derived skill. All structure, layout, and edge routing rules inherit from drawio SKILL.md . Read the base rules first. UML-specific additions: Use standard UML shapes: shape=umlLifeline...
|
3.6K |
| 3877 | 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.6K |
| 3878 | macos-design-guidelines | ehmo/platform-design-skills |
macOS Human Interface Guidelines Mac apps serve power users who expect deep keyboard control, persistent menu bars, resizable multi-window layouts, and tight system integration. These guidelines codify Apple's HIG into actionable rules with SwiftUI and AppKit examples. 1. Menu Bar (CRITICAL) Every Mac app must have a menu bar. It is the primary discovery mechanism for commands. Users who cannot find a feature will look in the menu bar before anywhere else. Rule 1.1 — Provide Standard Menus Every...
|
3.6K |
| 3879 | swiftui-patterns | dpearson2699/swift-ios-skills |
SwiftUI Patterns Modern SwiftUI patterns for building declarative, performant user interfaces on Apple platforms. Covers the Observation framework, view composition, type-safe navigation, and performance optimization. When to Activate Building SwiftUI views and managing state ( @State , @Observable , @Binding ) Designing navigation flows with NavigationStack Structuring view models and data flow Optimizing rendering performance for lists and complex layouts Working with environment values and de...
|
3.6K |
| 3880 | 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.6K |
| 3881 | swiftui-performance | dpearson2699/swift-ios-skills |
SwiftUI Performance Contents Overview Workflow Decision Tree 1. Code-First Review 2. Guide the User to Profile 3. Analyze and Diagnose 4. Remediate Common Code Smells (and Fixes) 5. Verify Outputs MCP Tool Notes Instruments Profiling Identity and Lifetime Lazy Loading Patterns State and Observation Optimization Common Mistakes Review Checklist References Overview Audit SwiftUI view performance end-to-end, from instrumentation and baselining to root-cause analysis and concrete remediation steps. ...
|
3.6K |
| 3882 | korean-character-count | nomadamas/k-skill |
한국어 글자 수 세기 What this skill does 자기소개서, 지원서, 자유서술형 폼처럼 글자 수 제한이 중요한 한국어 텍스트 를 대상으로 LLM 추정 없이 결정론적으로 카운트한다. 기본 글자 수: Intl.Segmenter 기반 Unicode extended grapheme cluster 줄 수: CRLF , LF , CR , U+2028 , U+2029 를 줄바꿈 1회로 계산 기본 byte 수: UTF-8 실제 인코딩 길이 호환 프로필: neis byte 규칙 When to use "이 자기소개서 1000자 넘는지 정확히 세줘" "이 텍스트를 UTF-8 byte 기준으로 계산해줘" "줄 수랑 byte 수도 같이 알려줘" "한글/영문/이모지 섞인 문장을 추정 말고 코드로 세줘" Why this skill exists 글자 수 제한은 1자 차이도 민감하다. LLM이 글자 수를 눈대중으로 예측하면 재현성이 없다. 이 스킬은 입력을 임의로 trim/정규화하지 않고 , 문서화된 ...
|
3.6K |
| 3883 | context-engineering-collection | muratcankoylan/agent-skills-for-context-engineering |
Agent Skills for Context Engineering This collection provides structured guidance for building production-grade AI agent systems through effective context engineering. When to Activate Activate these skills when: Building new agent systems from scratch Optimizing existing agent performance Debugging context-related failures Designing multi-agent architectures Creating or evaluating tools for agents Implementing memory and persistence layers Skill Map Foundational Context Engineering Underst...
|
3.6K |
| 3884 | building-with-medusa | medusajs/medusa-agent-skills |
Medusa Backend Development Comprehensive backend development guide for Medusa applications. Contains patterns across 6 categories covering architecture, type safety, business logic placement, and common pitfalls. When to Apply Load this skill for ANY backend development task, including: Creating or modifying custom modules and data models Implementing workflows for mutations Building API routes (store or admin) Defining module links between entities Writing business logic or validation Query...
|
3.6K |
| 3885 | prd-creator | pageai-pro/ralph-loop |
PRD Creation Assistant Transform software ideas into comprehensive PRDs and actionable implementation tasks through a two-part process. Overview This skill helps beginner-level developers. Receive an implementation description from the user Create detailed PRD documents through structured questioning Generate implementation task lists in JSON format for developers Write an overall description of the project. An executive summary that gives a high level overview of the app and its main features. ...
|
3.6K |
| 3886 | 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.6K |
| 3887 | pretty-mermaid | imxv/pretty-mermaid-skills |
Pretty Mermaid Render stunning, professionally-styled Mermaid diagrams with one command. Supports SVG for web/docs and ASCII for terminals. Quick Start Render a Single Diagram From a file: node scripts/render.mjs \ --input diagram.mmd \ --output diagram.svg \ --format svg \ --theme tokyo-night From user-provided Mermaid code: Save the code to a .mmd file Run the render script with desired theme Batch Render Multiple Diagrams node scripts/batch.mjs \ --input-dir ./diagrams \ --output-dir ./output...
|
3.6K |
| 3888 | geeknews-search | nomadamas/k-skill |
GeekNews Search What this skill does GeekNews 공개 RSS/Atom 피드( https://feeds.feedburner.com/geeknews-feed )를 사용해 최신 글을 읽기 전용으로 조회한다. 최신 글 목록 조회 제목/요약/작성자 기준 검색 항목 id/link 기준 상세 확인 When to use "긱뉴스 오늘 뭐 올라왔어?" "긱뉴스에서 Claude 관련 글 찾아줘" "이 GeekNews 글 요약/링크 확인해줘" Inputs 기본: 별도 인증 없이 public feed만 사용 목록 조회: limit 검색: query , 선택 limit 상세 조회: id 또는 링크/토픽 번호 일부 Official surface GeekNews RSS/Atom feed: https://feeds.feedburner.com/geeknews-feed GeekNews home: https://news.hada.io Workflow 1) List recent ent...
|
3.6K |
| 3889 | axi | kunchenguid/axi |
Agent eXperience Interface (AXI) AXI defines ergonomic standards for building CLI tools that autonomous agents interact with through shell execution. Before you start Read the TOON specification before building any AXI output. 1. Token-efficient output Use TOON (Token-Oriented Object Notation) as the output format on stdout. TOON provides ~40% token savings over equivalent JSON while remaining readable by agents. Convert to TOON at the output boundary — keep internal logic on JSON. tasks[2]{id,t...
|
3.6K |
| 3890 | 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.6K |
| 3891 | 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.6K |
| 3892 | developer-growth-analysis | composiohq/awesome-claude-skills |
Developer Growth Analysis This skill provides personalized feedback on your recent coding work by analyzing your Claude Code chat interactions and identifying patterns that reveal strengths and areas for growth. When to Use This Skill Use this skill when you want to: Understand your development patterns and habits from recent work Identify specific technical gaps or recurring challenges Discover which topics would benefit from deeper study Get curated learning resources tailored to your actual w...
|
3.6K |
| 3893 | pixijs-create | pixijs/pixijs-skills |
create pixi.js is the official CLI for scaffolding a new PixiJS v8 project. Run it with any package manager ( npm , yarn , pnpm , bun ) and pick a template from the interactive menu, or pass --template to skip prompts. It writes a self-contained project folder; you then cd in, install dependencies, and run the dev script. Quick Start Scaffold a new project with interactive prompts: npm create pixi.js@latest Or skip prompts by passing a project name and template: npm create pixi.js@latest my-game...
|
3.6K |
| 3894 | connect | composiohq/awesome-claude-skills |
Connect Connect Claude to any app. Stop generating text about what you could do - actually do it. When to Use This Skill Use this skill when you need Claude to: Send that email instead of drafting it Create that issue instead of describing it Post that message instead of suggesting it Update that database instead of explaining how What Changes Without Connect With Connect "Here's a draft email..." Sends the email "You should create an issue..." Creates the issue "Post this to Slack..." Posts...
|
3.6K |
| 3895 | ant-design | ant-design/antd-skill |
Ant Design S - Scope Target: antd@^6 with React 18-19 (per official docs). Cover: core components, theming/tokens, css-in-js, SSR, a11y, and performance patterns. Avoid: Pro routing/layout and ProComponents (use ant-design-pro skill). Avoid: AI chat/copilot UI (use ant-design-x skill). Default assumptions (when not specified) Language: TypeScript. Styling: prefer tokens, classNames , and styles ; avoid global overrides. Provider: a single ConfigProvider at app root, unless isolation is required....
|
3.6K |
| 3896 | mfds-food-safety | nomadamas/k-skill |
식품 안전 체크 What this skill does 식약처/식품안전나라 공개 표면을 k-skill-proxy 경유 로 조회해 식품 안전 정보를 확인한다. 조회 가능한 공식 데이터: 건강기능식품 기능성 원료 인정현황 (I-0040) — 원료가 공식 인정됐는지, 1일 섭취량, 섭취시 주의사항 건강기능식품 개별인정형 정보 (I-0050) — 개별 인정 원료의 기능성, 섭취량 상·하한, 주의사항 건강기능식품 품목제조 신고사항 (I0030) — 신고된 제품의 원재료, 기능성, 섭취 주의사항, 기준규격 (고시형 원료 포함) 검사부적합 현황(국내) (I2620) — 국내 유통 식품 부적합 판정 이력 부적합 식품 목록 — 공공데이터포털 경유 회수·판매중지 공개 목록 (I0490) — 식품안전나라 경유 하지만 사용자가 복통, 설사, 발진 같은 증상을 말하면 바로 단정하지 말고 먼저 되묻는다. 누가 먹었는지 (본인/아이/임산부/고령자) 무엇을 언제 얼마나 먹었는지 같이 먹은 음식/술/약 현재 증상과...
|
3.6K |
| 3897 | mfds-drug-safety | nomadamas/k-skill |
의약품 안전 체크 What this skill does 식약처 공식 OpenAPI를 k-skill-proxy 경유 로 조회해 의약품개요정보(e약은요) 와 안전상비의약품 정보 를 확인한다. 하지만 사용자가 증상이나 복용 상황을 말하면 바로 단정하지 말고 먼저 되묻는다. 본인/아이/임산부/고령자 여부 어떤 약을 이미 먹었는지 / 지금 먹으려는지 언제부터 얼마나 복용했는지 현재 증상, 기저질환, 알레르기, 복용 중인 다른 약 red flag ( 호흡곤란 , 의식저하 , 심한 발진 , 지속되는 구토/흉통 ) red flag 가 있으면 API 조회보다 즉시 119·응급실·의료진 연결 을 우선한다. When to use "이 약이랑 이 약 같이 먹어도 되니?" "타이레놀 먹는 중인데 판콜 같이 먹어도 돼?" "두드러기가 있는데 이 약 계속 먹어도 되나?" "식약처 공식 약 정보로 효능/주의사항 확인해줘" Prerequisites 인터넷 연결 python3 설치된 skill payload 안에 ...
|
3.6K |
| 3898 | genshijin | interfacex-co-jp/genshijin |
原始人のように簡潔に返答せよ。技術的中身はすべて残す。無駄だけ消す。 デフォルト: 通常 。切替: /genshijin 丁寧|通常|極限 永続性 毎レスポンス有効。多ターン経過後も敬語回帰・フィラー漂流 禁止。 不明時も維持。解除条件のみ: 「原始人やめて」「通常モード」。 他プラグインが毎ターンスタイル指示を注入する環境でもレベルは固定。 ルール Show more Installs 778 Repository interfacex-co-j…enshijin GitHub Stars 270 First Seen Apr 7, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
3.6K |
| 3899 | content-modeling-best-practices | sanity-io/agent-toolkit |
Content Modeling Best Practices Principles for designing structured content that's flexible, reusable, and maintainable. These concepts apply to any headless CMS but include Sanity-specific implementation notes. When to Apply Reference these guidelines when: Starting a new project and designing the content model Evaluating whether content should be structured or free-form Deciding between references and embedded content Planning for multi-channel content delivery Refactoring existing content...
|
3.6K |
| 3900 | pixijs-custom-rendering | pixijs/pixijs-skills |
Custom shaders bind GLSL and WGSL programs to scene objects via Shader.from({ gl, gpu, resources }) . Uniforms live in typed UniformGroup s, textures are passed as separate resources, and the same shader can target both WebGL and WebGPU. Quick Start const uniforms = new UniformGroup ( { uTime : { value : 0 , type : "f32" } , } ) ; const shader = Shader . from ( { gl : { vertex : vertexSrc , fragment : fragmentSrc } , resources : { uniforms } , } ) ; const geometry = new MeshGeometry ( { position...
|
3.6K |