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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,431
总 Skills
161.2M
总安装量
2,740
贡献者
# Skill 仓库 描述 安装量
4201 rhwp-advanced nomadamas/k-skill
rhwp-advanced What this skill does 업스트림 rhwp CLI (Rust 네이티브 바이너리)를 써서 HWP 파일의 레이아웃 디버깅·IR 구조 검사·버전 비교·썸네일 추출·배포용 문서 잠금 해제 를 수행한다. k-skill-rhwp (Node 편집 CLI)가 다루지 못하는 구조 분석·렌더 문제 진단용이다. 이 스킬은 편집을 하지 않는다 . 편집은 rhwp-edit 스킬, 문서 → Markdown/JSON 변환은 hwp 스킬(kordoc) 을 쓴다. When to use "표/셀이 이상하게 잘려. 어디서 깨지는지 IR 덤프를 보고 싶어" "두 HWP 파일 구조 차이를 줄 단위로 보고 싶어" "SVG 렌더가 이상해. 문단/표 경계선을 시각적으로 확인하고 싶어" "페이지가 몇 개이고 어느 문단이 몇 페이지에 걸쳐 있는지 보고 싶어" "배포용(읽기전용) HWP 파일 잠금을 풀고 싶어" "HWP 파일에서 PrvImage 썸네일을 꺼내고 싶어" When not to us...
3.2K
4202 chaos-engineer jeffallan/claude-skills
Chaos Engineer Senior chaos engineer with deep expertise in controlled failure injection, resilience testing, and building systems that get stronger under stress. Role Definition You are a senior chaos engineer with 10+ years of experience in reliability engineering and resilience testing. You specialize in designing and executing controlled chaos experiments, managing blast radius, and building organizational resilience through scientific experimentation and continuous learning from controll...
3.2K
4203 graphql-schema apollographql/skills
GraphQL Schema Design Guide This guide covers best practices for designing GraphQL schemas that are intuitive, performant, and maintainable. Schema design is primarily a server-side concern that directly impacts API usability. Schema Design Principles 1. Design for Client Needs Think about what queries clients will write Organize types around use cases, not database tables Expose capabilities, not implementation details 2. Be Explicit Use clear, descriptive names Make nullability intentional D...
3.2K
4204 swift-charts dpearson2699/swift-ios-skills
Swift Charts Build data visualizations with Swift Charts targeting iOS 26+. Compose marks inside a Chart container, configure axes and scales with view modifiers, and use vectorized plots for large datasets. See references/charts-patterns.md for extended patterns, accessibility, and theming guidance. Contents Workflow Chart Container Mark Types Axis Customization Scale Configuration Foreground Style and Encoding Selection (iOS 17+) Scrollable Charts (iOS 17+) Annotations Legend Vectorized Plots ...
3.2K
4205 ghost-scan-deps ghostsecurity/skills
Ghost Security SCA Scanner — Orchestrator You are the top-level orchestrator for Software Composition Analysis (SCA) scanning. Your ONLY job is to call the Task tool to spawn subagents to do the actual work. Each step below gives you the exact Task tool parameters to use. Do not do the work yourself. Defaults repo_path : the current working directory scan_dir : ~/.ghost/repos/<repo_id>/scans/<short_sha>/deps short_sha : git rev-parse --short HEAD (falls back to YYYYMMDD for non-git dirs) $ARGUME...
3.2K
4206 chrome-extensions googlechrome/modern-web-guidance
No SKILL.md available for this skill. View on GitHub Installs 661 Repository googlechrome/mo…guidance GitHub Stars 1.0K First Seen 10 days ago
3.2K
4207 library-book-search nomadamas/k-skill
Library Book Search (Data4Library) What this skill does 국립중앙도서관의 도서관 정보나루(Data4Library) Open API를 k-skill-proxy 가 중계하는 HTTP API로 조회한다. 키워드로 도서를 검색한다. ISBN으로 상세 서지·대출정보를 확인한다. ISBN + 지역코드로 해당 도서를 소장한 도서관 목록을 찾는다. 도서관 코드 + ISBN으로 특정 도서관의 소장/대출 가능 여부를 확인한다. When to use "역사 관련 책 도서관 정보나루에서 찾아줘" "이 ISBN 소장한 서울 도서관 찾아줘" "정독도서관에 이 책 있는지 확인해줘" "도서관 도서 조회 가능해?" Prerequisites 인터넷 연결 curl 사용 가능 환경 k-skill-proxy 에 DATA4LIBRARY_AUTH_KEY 가 설정된 배포(기본 hosted 또는 self-host)에 접근 가능할 것 Credential requirements 사용자에게...
3.2K
4208 content-rewrite zc277584121/marketing-skills
Content Rewrite Adapt a piece of source content (article, blog post, announcement, etc.) into platform-specific versions for distribution across social media and content platforms. When to Use Use this skill when the user provides source content and wants it rewritten or adapted for one or more target platforms. Confirm Before Writing Before starting, always ask the user : Perspective / voice — Should the content use first person ("I", telling a personal story) or third person (stating facts obj...
3.2K
4209 figma-generate-library figma/mcp-server-guide
Design System Builder — Figma MCP Skill Build professional-grade design systems in Figma that match code. This skill orchestrates multi-phase workflows across 20–100+ use_figma calls, enforcing quality patterns from real-world design systems (Material 3, Polaris, Figma UI3, Simple DS). Prerequisites : The figma-use skill MUST also be loaded for every use_figma call. It provides Plugin API syntax rules (return pattern, page reset, ID return, font loading, color range). This skill provides design ...
3.2K
4210 ui-skills-root ibelick/ui-skills
UI Skills Root You are the routing layer for UI Skills. This skill is shown by npx ui-skills start and is also available in the registry. Use it when an agent in Codex, Cursor, or Claude Code has a clear UI goal. If the goal is unclear, ask one short question. If the goal is clear, choose the right category, load the smallest useful skill context, then implement. Protocol Show more Installs 562 Repository ibelick/ui-skills GitHub Stars 3.4K First Seen 12 days ago Security Audits Gen Agent Trust ...
3.2K
4211 shopify-liquid-themes benjaminsehl/liquid-skills
Shopify Liquid Themes Theme Architecture . ├── sections/ Full-width page modules with {% schema %} — hero, product grid, testimonials ├── blocks/ Nestable components with {% schema %} — slides, feature items, text blocks ├── snippets/ Reusable fragments via {% render %} — buttons, icons, image helpers ├── layout/ Page wrappers (must include {{ content_for_header }} and {{ content_for_layout }}) ├── templates/ JSON files defining which sections appear on each page type ├── ...
3.2K
4212 cloudflare-deploy openai/skills
Cloudflare Deploy Consolidated skill for building on the Cloudflare platform. Use decision trees below to find the right product, then load detailed references. Authentication (Required Before Deploy) Verify auth before wrangler deploy , wrangler pages deploy , or npm run deploy : npx wrangler whoami Shows account if authenticated Not authenticated? → references/wrangler/auth.md Interactive/local: wrangler login (one-time OAuth) CI/CD: Set CLOUDFLARE_API_TOKEN env var Quick Decision Trees "I ne...
3.2K
4213 chrome-automation zc277584121/marketing-skills
Skill: Chrome Automation (agent-browser) Automate browser tasks in the user's real Chrome session via the agent-browser CLI. Prerequisite : agent-browser must be installed and Chrome must have remote debugging enabled. See references/agent-browser-setup.md if unsure. Core Principle: Reuse the User's Existing Chrome This skill operates on a single Chrome process — the user's real browser. There is no session management, no separate profiles, no launching a fresh Playwright browser. Always Start b...
3.2K
4214 typescript-best-practices alleneubank/claude-code
TypeScript Best Practices Follows type-first, functional, and error handling patterns from CLAUDE.md. This skill covers language-specific idioms only. Pair with React Best Practices When working with React components ( .tsx , .jsx files or @react imports), always load react-best-practices alongside this skill. This skill covers TypeScript fundamentals; React-specific patterns (effects, hooks, refs, component design) are in the dedicated React skill. Make Illegal States Unrepresentable Use the ty...
3.2K
4215 postiz gitroomhq/postiz-agent
Install Postiz if it doesn't exist npm install -g postiz or pnpm install -g postiz npm release: https://www.npmjs.com/package/postiz postiz github: https://github.com/gitroomhq/postiz-app postiz cli github: https://github.com/gitroomhq/postiz-app official website: https://postiz.com Property Value name postiz description Social media automation CLI for scheduling posts across 28+ platforms allowed-tools Bash(postiz:*) Core Workflow The fundamental pattern for using Postiz CLI: Discover - List i...
3.2K
4216 nextjs-performance giuseppe-trisciuoglio/developer-kit
Next.js Performance Optimization Expert guidance for optimizing Next.js applications with focus on Core Web Vitals, modern patterns, and best practices. Overview This skill provides comprehensive guidance for optimizing Next.js applications. It covers Core Web Vitals optimization (LCP, INP, CLS), modern React patterns, Server Components, caching strategies, and bundle optimization techniques. Designed for developers already familiar with React/Next.js who want to implement production-grade optim...
3.2K
4217 app-intents dpearson2699/swift-ios-skills
App Intents (iOS 26+) Implement, review, and extend App Intents to expose app functionality to Siri, Shortcuts, Spotlight, widgets, Control Center, and Apple Intelligence. Contents Triage Workflow AppIntent Protocol @Parameter AppEntity EntityQuery (4 Variants) AppEnum AppShortcutsProvider Siri Integration Interactive Widget Intents Control Center Widgets (iOS 18+) Spotlight and IndexedEntity (iOS 18+) iOS 26 Additions Common Mistakes Review Checklist References Triage Workflow Step 1: Identify ...
3.2K
4218 swiftui-gestures dpearson2699/swift-ios-skills
SwiftUI Gestures (iOS 26+) Review, write, and fix SwiftUI gesture interactions. Apply modern gesture APIs with correct composition, state management, and conflict resolution using Swift 6.2 patterns. Contents Gesture Overview TapGesture LongPressGesture DragGesture MagnifyGesture (iOS 17+) RotateGesture (iOS 17+) Gesture Composition @GestureState Adding Gestures to Views Custom Gesture Protocol Common Mistakes Review Checklist References Gesture Overview Gesture Type Value Since TapGesture Discr...
3.2K
4219 cmux-debugging manaflow-ai/cmux
cmux Debugging Debug event log When adding debug event instrumentation, put events (keys, mouse, focus, splits, tabs) in the unified DEBUG build log. This is not a blanket requirement to add logs to every new code path. Most temporary probes should be added only during the dogfood debug loop and removed before merge. tail -f " $( cat /tmp/cmux-last-debug-log-path 2 > /dev/null || echo /tmp/cmux-debug.log ) " Show more Installs 586 Repository manaflow-ai/cmux GitHub Stars 23.0K First Seen Jun 9, ...
3.2K
4220 web-design-guidelines nexu-io/open-design
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
3.2K
4221 gsap-framer-scroll-animation github/awesome-copilot
GSAP & Framer Motion — Scroll Animations Skill Production-grade scroll animations with GitHub Copilot prompts, ready-to-use code recipes, and deep API references. Design Companion: This skill provides the technical implementation for scroll-driven motion. For the creative philosophy , design principles, and premium aesthetics that should guide how and when to animate, always cross-reference the premium-frontend-ui skill. Together they form a complete approach: premium-frontend-ui decides the wha...
3.2K
4222 superwall superwall/skills
Superwall This skill covers three areas. Read the relevant reference doc before proceeding. API — REST API wrapper & auth Use when: making API calls, managing projects/paywalls/campaigns, bootstrapping org structure, or setting up API keys. → references/api.md Quick start: scripts/sw-api.sh bootstrap Data & Analytics — ClickHouse data warehouse Use when: querying event data, analyzing revenue/subscriptions, running SQL against Superwall's ClickHouse tables, or investigating user behavior. → refe...
3.2K
4223 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개만" "네이버 뉴스에서 금리 인상 기사 요약해줘" "이 사...
3.2K
4224 trade coinbase/agentic-wallet-skills
Trading Tokens Use the npx awal@2.0.3 trade command to swap tokens on Base network via the CDP Swap API. You must be authenticated to trade. Confirm wallet is initialized and authed npx awal@2.0.3 status If the wallet is not authenticated, refer to the authenticate-wallet skill. Command Syntax npx awal@2.0.3 trade < amount > < from > < to > [ options ] Arguments Argument Description amount Amount to swap (see Amount Formats below) from Source token: alias (usdc, eth, weth) or contract address (0...
3.1K
4225 lark-mcp whatevertogo/feishuskill
Lark MCP (飞书集成) ⚠️ 必读:前5条关键规则 + 重要经验 重要经验:使用用户身份创建资源 ⭐ 关键:使用 useUAT: true 创建用户可访问的资源 useUAT: true ✅ 用户身份 - 创建者=当前用户,您可以直接访问 useUAT: false ❌ 租户身份 - 创建者=飞书助手,您无法直接访问 经验总结(来自实际测试): Bitable 创建权限问题 - 使用 useUAT: false 创建的 Base,创建者是"飞书助手",当前用户无法访问 外部邮箱权限限制 - 通过 API 添加外部邮箱权限会失败(错误码 1063001) 解决方案 - 使用 useUAT: true 创建资源,创建者自动获得 full_access 权限 文档权限 - 同样适用,使用用户身份创建文档 1. 服务器名称必须精确 ✅ mcp__lark-mcp__tool_name ❌ mcp__lark_mcp__ (错误:下划线) ❌ lark-mcp__ (错误:缺少前缀) 2. 嵌套参数结构 path: URL路径参数(必...
3.1K
4226 claude-brainrot marks97/claude-brainrot
Contains Hooks This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing. Claude Brainrot Drop the right meme at the right moment. Autonomous-only — Claude decides when, never the user. No slug arguments, no manual invocation. The skill content preamble loaded into your context shows Base directory for this skill: <SKILL_DIR> . Use that as the base for all path resolution. The catalogue is at <SKILL_DIR>/catalogue.json with two po...
3.1K
4227 strategy-advisor shubhamsaboo/awesome-llm-apps
Strategy Advisor You are a strategic advisor who provides high-level thinking and business decision guidance. When to Apply Use this skill when: Evaluating strategic options Making high-impact business decisions Making competitive analysis Setting organizational direction Assessing market opportunities Planning long-term initiatives Strategic Thinking Framework 1. Situational Analysis Current state assessment Key stakeholders Market dynamics Competitive landscape Resources and constraints 2. Opt...
3.1K
4228 vueuse onmax/nuxt-skills
VueUse Collection of essential Vue Composition utilities. Check VueUse before writing custom composables - most patterns already implemented. Current stable: VueUse 14.x for Vue 3.5+ Installation Vue 3: pnpm add @vueuse/core Nuxt: pnpm add @vueuse/nuxt @vueuse/core // nuxt.config.ts export default defineNuxtConfig({ modules: ['@vueuse/nuxt'], }) Nuxt module auto-imports composables - no import needed. Categories Category Examples State useLocalStorage, useSessionStorage, useRefHist...
3.1K
4229 openclaw-backup theagentservice/skills
OpenClaw Backup Skill Automated encrypted backup and restore for OpenClaw Agent workspace files using Claude Code. Overview This skill provides three core functions: Upload Backup - Encrypt and upload workspace files to soul-upload.com with auto-generated password Download Backup - Download and decrypt backups from soul-upload.com using stored password Delete Backup - Delete backups from remote storage All backups use AES-256-CBC encryption (via openssl) with auto-generated random passwords . Ea...
3.1K
4230 sag steipete/clawdis
sag Use sag for ElevenLabs TTS with local playback. API key (required) ELEVENLABS_API_KEY (preferred) SAG_API_KEY also supported by the CLI Quick start sag "Hello there" sag speak -v "Roger" "Hello" sag voices sag prompting (model-specific tips) Model notes Default: eleven_v3 (expressive) Stable: eleven_multilingual_v2 Fast: eleven_flash_v2_5 Pronunciation + delivery rules First fix: respell (e.g. "key-note"), add hyphens, adjust casing. Numbers/units/URLs: --normalize auto (or off if it harms n...
3.1K
4231 launchdarkly-flag-discovery launchdarkly/agent-skills
LaunchDarkly Flag Discovery You're using a skill that will guide you through auditing and understanding the feature flag landscape in a LaunchDarkly project. Your job is to explore the project, assess the health of its flags, identify what needs attention, and provide actionable recommendations. Prerequisites This skill requires the remotely hosted LaunchDarkly MCP server to be configured in your environment. Required MCP tools: list-flags : search and browse flags with filtering by state, type,...
3.1K
4232 launchdarkly-flag-cleanup launchdarkly/agent-skills
LaunchDarkly Flag Cleanup You're using a skill that will guide you through safely removing a feature flag from a codebase while preserving production behavior. Your job is to explore the codebase to understand how the flag is used, query LaunchDarkly to determine the correct forward value, remove the flag code cleanly, and verify the result. If you haven't already identified which flag to clean up, use the flag discovery skill first to audit the landscape and find candidates. Prerequisites This ...
3.1K
4233 hackernews vm0-ai/vm0-skills
Hacker News API Use the official Hacker News API via direct curl calls to fetch stories, comments, and user data . Official docs: https://github.com/HackerNews/API When to Use Use this skill when you need to: Fetch top/best/new stories from Hacker News Get story details including title, URL, score, comments Retrieve comments and discussion threads Look up user profiles and their submissions Monitor trending tech topics and discussions Prerequisites No API key required! The Hacker News API is com...
3.1K
4234 gemini steipete/clawdis
Gemini Skill Guide When to Use Gemini WHEN ASKED TO BE ACTIVATED Code Review : Comprehensive code reviews across multiple files Plan Review : Analyzing architectural plans, technical specifications, or project roadmaps Big Context Processing : Tasks requiring >200k tokens of context (entire codebases, documentation sets) Multi-file Analysis : Understanding relationships and patterns across many files ⚠️ Critical: Background/Non-Interactive Mode Warning NEVER use --approval-mode default in backgr...
3.1K
4235 frontend-design bytedance/deer-flow
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 :...
3.1K
4236 bear-notes steipete/clawdis
Bear Notes Use grizzly to create, read, and manage notes in Bear on macOS. Requirements Bear app installed and running For some operations (add-text, tags, open-note --selected), a Bear app token (stored in ~/.config/grizzly/token ) Getting a Bear Token For operations that require a token (add-text, tags, open-note --selected), you need an authentication token: Open Bear → Help → API Token → Copy Token Save it: echo "YOUR_TOKEN" > ~/.config/grizzly/token Common Commands Create a note echo "Note ...
3.1K
4237 camsnap steipete/clawdis
camsnap Use camsnap to grab snapshots, clips, or motion events from configured cameras. Setup Config file: ~/.config/camsnap/config.yaml Add camera: camsnap add --name kitchen --host 192.168.0.10 --user user --pass pass Common commands Discover: camsnap discover --info Snapshot: camsnap snap kitchen --out shot.jpg Clip: camsnap clip kitchen --dur 5s --out clip.mp4 Motion watch: camsnap watch kitchen --threshold 0.2 --action '...' Doctor: camsnap doctor --probe Notes Requires ffmpeg on PATH. Pref...
3.1K
4238 songsee steipete/clawdis
songsee Generate spectrograms + feature panels from audio. Quick start Spectrogram: songsee track.mp3 Multi-panel: songsee track.mp3 --viz spectrogram,mel,chroma,hpss,selfsim,loudness,tempogram,mfcc,flux Time slice: songsee track.mp3 --start 12.5 --duration 8 -o slice.jpg Stdin: cat track.mp3 | songsee - --format png -o out.png Common flags --viz list (repeatable or comma-separated) --style palette (classic, magma, inferno, viridis, gray) --width / --height output size --window / --hop FFT setti...
3.1K
4239 launchdarkly-flag-create launchdarkly/agent-skills
LaunchDarkly Flag Create & Configure You're using a skill that will guide you through introducing a new feature flag into a codebase. Your job is to explore how flags are already used in this codebase, create the flag in LaunchDarkly in a way that fits, add the evaluation code matching existing patterns, and verify everything is wired up correctly. Prerequisites This skill requires the remotely hosted LaunchDarkly MCP server to be configured in your environment. Required MCP tools: create-flag :...
3.1K
4240 blucli steipete/clawdis
blucli (blu) Use blu to control Bluesound/NAD players. Quick start blu devices (pick target) blu --device <id> status blu play|pause|stop blu volume set 15 Target selection (in priority order) --device <id|name|alias> BLU_DEVICE config default (if set) Common tasks Grouping: blu group status|add|remove TuneIn search/play: blu tunein search "query" , blu tunein play "query" Prefer --json for scripts. Confirm the target device before changing playback.
3.1K
4241 nodejs-express-server aj-geddes/useful-ai-prompts
Node.js Express Server Overview Create robust Express.js applications with proper routing, middleware chains, authentication mechanisms, and database integration following industry best practices. When to Use Building REST APIs with Node.js Implementing server-side request handling Creating middleware chains for cross-cutting concerns Managing authentication and authorization Connecting to databases from Node.js Implementing error handling and logging Instructions 1. Basic Express Setup const ...
3.1K
4242 launchdarkly-flag-targeting launchdarkly/agent-skills
LaunchDarkly Flag Targeting & Rollout You're using a skill that will guide you through changing who sees what for a feature flag. Your job is to understand the current state of the flag, figure out the right targeting approach for what the user wants, make the changes safely, and verify the resulting state. Prerequisites This skill requires the remotely hosted LaunchDarkly MCP server to be configured in your environment. Required MCP tools: get-flag : understand current state before making chang...
3.1K
4243 ui-ux-pro-max sickn33/antigravity-awesome-skills
UI/UX Pro Max - Design Intelligence Comprehensive design guide for web and mobile applications. Contains 50+ styles, 161 color palettes, 57 font pairings, 161 product types with reasoning rules, 99 UX guidelines, and 25 chart types across 10 technology stacks. Searchable database with priority-based recommendations. When to Apply This Skill should be used when the task involves UI structure, visual design decisions, interaction patterns, or user experience quality control . Must Use This Skill m...
3.1K
4244 eightctl steipete/clawdis
eightctl Use eightctl for Eight Sleep pod control. Requires auth. Auth Config: ~/.config/eightctl/config.yaml Env: EIGHTCTL_EMAIL , EIGHTCTL_PASSWORD Quick start eightctl status eightctl on|off eightctl temp 20 Common tasks Alarms: eightctl alarm list|create|dismiss Schedules: eightctl schedule list|create|update Audio: eightctl audio state|play|pause Base: eightctl base info|angle Notes API is unofficial and rate-limited; avoid repeated logins. Confirm before changing temperature or alarms.
3.1K
4245 swiftui-ui-patterns dimillian/skills
SwiftUI UI Patterns Quick start Choose a track based on your goal: Existing project Identify the feature or screen and the primary interaction model (list, detail, editor, settings, tabbed). Find a nearby example in the repo with rg "TabView\(" or similar, then read the closest SwiftUI view. Apply local conventions: prefer SwiftUI-native state, keep state local when possible, and use environment injection for shared dependencies. Choose the relevant component reference from references/componen...
3.1K
4246 canvas markdown-viewer/skills
JSON Canvas Visualizer Quick Start: Define nodes with id , type , x , y , width , height → Plan layout on 100px grid → Connect edges with fromNode / toNode → Apply colors (1-6) → Wrap in ```canvas fence. Origin (0,0) at top-left, X right, Y down. Obsidian Canvas compatible. Critical Syntax Rules 1. Structure Format { "nodes": [ {"id": "n1", "type": "text", "text": "Node 1", "x": 0, "y": 0, "width": 120, "height": 50} ], "edges": [] } 2. Node Types Type Required Fields Purpose text text Display c...
3.1K
4247 generating-lwc-components forcedotcom/sf-skills
generating-lwc-components: Lightning Web Components Development Use this skill when the user needs Lightning Web Components : LWC bundles, wire patterns, Apex/GraphQL integration, SLDS 2 styling, accessibility, performance work, or Jest unit tests. When This Skill Owns the Task Use generating-lwc-components when the work involves: lwc//*.js , .html , .css , .js-meta.xml component scaffolding and bundle design wire service, Apex integration, GraphQL integration SLDS 2, dark mode, and accessibilit...
3.1K
4248 querying-soql forcedotcom/sf-skills
querying-soql: Salesforce SOQL Query Expert Use this skill when the user needs SOQL/SOSL authoring or optimization : natural-language-to-query generation, relationship queries, aggregates, query-plan analysis, and performance/safety improvements for Salesforce queries. When This Skill Owns the Task Use querying-soql when the work involves: .soql files query generation from natural language relationship queries and aggregate queries query optimization and selectivity analysis SOQL/SOSL syntax and...
3.1K
4249 debugging-apex-logs forcedotcom/sf-skills
debugging-apex-logs: Salesforce Debug Log Analysis & Troubleshooting Use this skill when the user needs root-cause analysis from debug logs : governor-limit diagnosis, stack-trace interpretation, slow-query investigation, heap / CPU pressure analysis, or a reproduction-to-fix loop based on log evidence. When This Skill Owns the Task Use debugging-apex-logs when the work involves: .log files from Salesforce stack traces and exception analysis governor limits SOQL / DML / CPU / heap troubleshootin...
3.1K
4250 deploying-metadata forcedotcom/sf-skills
deploying-metadata: Comprehensive Salesforce DevOps Automation Use this skill when the user needs deployment orchestration : dry-run validation, targeted or manifest-based deploys, CI/CD workflow advice, scratch-org management, failure triage, or safe rollout sequencing for Salesforce metadata. When This Skill Owns the Task Use deploying-metadata when the work involves: sf project deploy start , quick , report , or retrieval workflows release sequencing across objects, permission sets, Apex, and...
3.1K