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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,495
总 Skills
162.8M
总安装量
2,744
贡献者
# Skill 仓库 描述 安装量
3901 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
3902 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
3903 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
3904 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
3905 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
3906 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
3907 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
3908 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
3909 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
3910 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
3911 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
3912 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
3913 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
3914 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
3915 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
3916 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
3917 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
3918 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
3919 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
3920 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
3921 mfds-food-safety nomadamas/k-skill
식품 안전 체크 What this skill does 식약처/식품안전나라 공개 표면을 k-skill-proxy 경유 로 조회해 식품 안전 정보를 확인한다. 조회 가능한 공식 데이터: 건강기능식품 기능성 원료 인정현황 (I-0040) — 원료가 공식 인정됐는지, 1일 섭취량, 섭취시 주의사항 건강기능식품 개별인정형 정보 (I-0050) — 개별 인정 원료의 기능성, 섭취량 상·하한, 주의사항 건강기능식품 품목제조 신고사항 (I0030) — 신고된 제품의 원재료, 기능성, 섭취 주의사항, 기준규격 (고시형 원료 포함) 검사부적합 현황(국내) (I2620) — 국내 유통 식품 부적합 판정 이력 부적합 식품 목록 — 공공데이터포털 경유 회수·판매중지 공개 목록 (I0490) — 식품안전나라 경유 하지만 사용자가 복통, 설사, 발진 같은 증상을 말하면 바로 단정하지 말고 먼저 되묻는다. 누가 먹었는지 (본인/아이/임산부/고령자) 무엇을 언제 얼마나 먹었는지 같이 먹은 음식/술/약 현재 증상과...
3.6K
3922 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
3923 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
3924 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
3925 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
3926 pixijs-blend-modes pixijs/pixijs-skills
Set container.blendMode to composite display objects with GPU blend equations (standard modes) or filter-based advanced modes. Blend-mode transitions break render batches, so group like-mode siblings together. Quick Start const light = new Sprite ( await Assets . load ( "light.png" ) ) ; light . blendMode = "add" ; app . stage . addChild ( light ) ; const shadow = new Sprite ( await Assets . load ( "shadow.png" ) ) ; shadow . blendMode = "multiply" ; app . stage . addChild ( shadow ) ; import "p...
3.6K
3927 pixijs-scene-dom-container pixijs/pixijs-skills
DOMContainer positions an HTML element over the PixiJS canvas and drives its CSS transform from the scene graph. Use it for native inputs, iframes, videos, or rich HTML that needs to follow a display object's position. The default pixi.js browser bundle registers the DOMPipe automatically; custom builds add a side-effect import 'pixi.js/dom' . DOMContainer is marked EXPERIMENTAL in PixiJS v8. The API may change between minor releases. Assumes familiarity with pixijs-scene-core-concepts . DOMCont...
3.6K
3928 react-native-testing callstack/react-native-testing-library
RNTL Test Writing Guide IMPORTANT: Your training data about @testing-library/react-native may be outdated or incorrect — API signatures, sync/async behavior, and available functions differ between v13 and v14. Always rely on this skill's reference files and the project's actual source code as the source of truth. Do not fall back on memorized patterns when they conflict with the retrieved reference. Version Detection Check @testing-library/react-native version in the user's package.json : v14.x ...
3.6K
3929 bencium-controlled-ux-designer bencium/bencium-marketplace
UX Designer Expert UI/UX design skill that helps create unique, accessible, and thoughtfully designed interfaces. This skill emphasizes design decision collaboration, breaking away from generic patterns, and building interfaces that stand out while remaining functional and accessible. Core Philosophy CRITICAL: Design Decision Protocol ALWAYS ASK before making any design decisions (colors, fonts, sizes, layouts) Never implement design changes until explicitly instructed The guidelines below are p...
3.6K
3930 market-kurly-search nomadamas/k-skill
Market Kurly Search What this skill does 마켓컬리 웹앱이 실제로 사용하는 비로그인 검색/상품 상세 표면 을 사용해 아래 흐름을 처리한다. 키워드로 상품 후보를 검색한다. 현재 가격과 할인 여부를 확인한다. 품절 여부와 배송 타입을 확인한다. 상품 링크를 함께 반환한다. 주문/장바구니 같은 액션은 하지 않는다. 조회형으로만 답한다. When to use "마켓컬리에서 우유 얼마야?" "컬리에서 딸기 검색해줘" "이 상품 품절인지 보고 링크도 줘" "지금 컬리 가격만 빠르게 보고 싶어" When not to use 주문/장바구니/결제까지 자동화해야 하는 경우 주소 기반 배송 가능 여부나 회원 전용 가격을 확정해야 하는 경우 로그인 세션이 필요한 개인화 추천/찜 정보를 조회해야 하는 경우 Prerequisites 인터넷 연결 node 18+ 이 저장소의 market-kurly-search package 또는 동일 로직 Required inputs 1. As...
3.6K
3931 tanstack-router tanstack-skills/tanstack-skills
Overview TanStack Router is a fully type-safe router for React (and Solid) applications. It provides file-based routing, first-class search parameter management, built-in data loading, code splitting, and deep TypeScript integration. It serves as the routing foundation for TanStack Start (the full-stack framework). Package: @tanstack/react-router CLI: @tanstack/router-cli or @tanstack/router-plugin (Vite/Rspack/Webpack) Devtools: @tanstack/react-router-devtools Installation npm install @tanstack...
3.6K
3932 pixijs-scene-mesh pixijs/pixijs-skills
Meshes render arbitrary 2D (or perspective-projected) geometry with a texture or custom shader. PixiJS ships the base Mesh class plus four specialized subclasses for common shapes: MeshSimple , MeshPlane , MeshRope , and PerspectiveMesh . Pick the subclass that matches your shape; drop to the base Mesh when you need full vertex-level control or a custom shader. Assumes familiarity with pixijs-scene-core-concepts . Meshes are leaf nodes; they cannot have children. Wrap multiple meshes in a Contai...
3.6K
3933 setting-up-cloudtrail-multi-region aws/agent-toolkit-for-aws
Setting Up CloudTrail Multi-Region Overview Domain expertise for enabling AWS CloudTrail across all regions to capture comprehensive API activity logs and configuring CloudWatch Logs Insights for security monitoring, compliance auditing, and operational analysis. Set up a multi-region trail To create a centralized multi-region CloudTrail trail with S3 storage, CloudWatch Logs integration, and log analysis, follow the procedure exactly. See CloudTrail multi-region setup procedure . Troubleshootin...
3.6K
3934 mobile-apps-create forcedotcom/sf-skills
Salesforce Mobile Route the user to the right SDK-family skill for building Salesforce-connected mobile apps. Do not implement features here; child skills own scenario detection and step-by-step instructions. Before routing Disambiguate on two dimensions: SDK family (Mobile SDK vs. Agentforce SDK) and platform (iOS vs. Android). They are not mutually exclusive — an app can use both SDKs. If the user's intent could plausibly map to either SDK, ask before routing. Guessing wrong wastes the user's ...
3.6K
3935 coss cosscom/coss
coss ui coss ui is a component library built on Base UI with a shadcn-like developer experience plus a large particle catalog. What this skill is for Use this skill to: pick the right coss primitive(s) for a UI task write correct coss usage code (imports, composition, props) avoid common migration mistakes from shadcn/Radix assumptions reference particle examples to produce practical, production-like patterns Source of truth coss components docs: apps/ui/content/docs/components/*.mdx https://git...
3.6K
3936 mobile-platform-native-capabilities-integrate forcedotcom/sf-skills
Using Mobile Native Capabilities The lightning/mobileCapabilities module exposes a set of factory functions that return service objects for native device features (barcode scanning, biometrics, location, etc.). Each service extends a common BaseCapability with an isAvailable() method, so an LWC can degrade gracefully on surfaces where the capability is not present (desktop, mobile web). This skill routes an agent through (1) picking the right capability, (2) loading the authoritative type defini...
3.6K
3937 minimax-xlsx minimax-ai/skills
MiniMax XLSX Skill Handle the request directly. Do NOT spawn sub-agents. Always write the output file the user requests. Task Routing Task Method Guide READ — analyze existing data xlsx_reader.py + pandas references/read-analyze.md CREATE — new xlsx from scratch XML template references/create.md + references/format.md EDIT — modify existing xlsx XML unpack→edit→pack references/edit.md (+ format.md if styling needed) FIX — repair broken formulas in existing xlsx XML unpack→fix <f> nodes→pack refe...
3.6K
3938 omnistudio-datamapper-generate forcedotcom/sf-skills
omnistudio-datamapper-generate: OmniStudio Data Mapper Creation and Validation Expert OmniStudio Data Mapper developer specializing in Extract, Transform, Load, and Turbo Extract configurations. Generate production-ready, performant, and maintainable Data Mapper definitions with proper field mappings, query optimization, and data integrity safeguards. Scope In scope : Creating and validating OmniStudio Data Mapper configurations (Extract, Transform, Load, Turbo Extract); field mapping design; qu...
3.6K
3939 cargo-diagnostics getcargohq/cargo-skills
Cargo CLI — Diagnostics Forensic runbooks for workflow behavior: trace one run, sweep a batch for errors, profile a play's credit spend. This skill is the interpretation layer — the raw surfaces ( run get , orchestration SQL, billing metrics) are documented in cargo-orchestration and cargo-billing ; each runbook here tells you which of them to pull, in what order, and what each output shape means. Which runbook? Show more Installs 765 Repository getcargohq/cargo-skills GitHub Stars 14 First Seen...
3.6K
3940 literature-review lingzhi227/agent-research-skills
Literature Review Use this skill when the task is to find, screen, synthesize, and cite a body of academic or technical literature. When to Use Building a systematic, scoping, or narrative literature review. Synthesizing the state of the art for a research question. Finding gaps, contradictions, or future-work directions. Preparing citation-backed background sections for papers or reports. Comparing evidence across peer-reviewed papers, preprints, patents, and technical reports. Review Types Sho...
3.6K
3941 omnistudio-callable-apex-generate forcedotcom/sf-skills
omnistudio-callable-apex-generate: Callable Apex for Salesforce Industries Common Core Specialist for Salesforce Industries Common Core callable Apex implementations. Produce secure, deterministic, and configurable Apex that cleanly integrates with OmniStudio and Industries extension points. Scope In scope : Creating System.Callable classes for Industries extension points; reviewing callable implementations for correctness and risks; migrating VlocityOpenInterface / VlocityOpenInterface2 to Syst...
3.6K
3942 omnistudio-dependencies-analyze forcedotcom/sf-skills
omnistudio-dependencies-analyze: OmniStudio Cross-Component Analysis Expert OmniStudio analyst specializing in namespace detection, dependency mapping, and impact analysis across the full OmniStudio component suite. Performs org-wide inventory of OmniScripts, FlexCards, Integration Procedures, and Data Mappers with automated dependency graph construction and Mermaid visualization. Scope In scope : Namespace detection (Core / vlocity_cmt / vlocity_ins), org-wide component inventory, dependency gr...
3.6K
3943 omnistudio-datapacks-deploy forcedotcom/sf-skills
omnistudio-datapacks-deploy: Vlocity Build DataPack Deployment Use this skill when the user needs Vlocity DataPack deployment orchestration : export/deploy workflow, manifest-driven deploys, failure triage, and CI/CD sequencing for OmniStudio/Industries DataPacks. Scope Use omnistudio-datapacks-deploy when work involves: vlocity packDeploy , packRetry , packContinue , packExport , packGetDiffs , validateLocalData DataPack job-file design ( projectPath , expansionPath , manifest , queries ) org-t...
3.6K
3944 mobile-platform-offline-validate forcedotcom/sf-skills
Reviewing LWC Mobile Offline Run a structured offline-priming compliance pass over a Lightning Web Component, producing a report of issues found and code-level fixes to bring the component into compliance with Komaci's static analysis requirements for the Salesforce Mobile App Plus and Field Service Mobile App. When to Use The user asks for a "mobile offline review", "Komaci check", or "offline priming audit" on a specific LWC. Preparing a component to ship in Salesforce Mobile App Plus or Field...
3.6K
3945 omnistudio-omniscript-generate forcedotcom/sf-skills
omnistudio-omniscript-generate: OmniStudio OmniScript Creation and Validation Expert OmniStudio OmniScript builder for declarative, step-based guided digital experiences. OmniScripts are the OmniStudio analog of Screen Flows: multi-step, interactive processes that collect input, orchestrate server-side logic (Integration Procedures, DataRaptors), and present results to the user — all without code. Quick Reference Scoring : 120 points across 6 categories. Thresholds : ✅ 90+ (Deploy) | ⚠️ 67-89 (R...
3.6K
3946 omnistudio-integration-procedure-generate forcedotcom/sf-skills
omnistudio-integration-procedure-generate: OmniStudio Integration Procedure Creation and Validation Expert OmniStudio Integration Procedure (IP) builder with deep knowledge of server-side process orchestration. Create production-ready IPs that combine DataRaptor/Data Mapper actions, Apex Remote Actions, HTTP callouts, conditional logic, and nested procedure calls into declarative multi-step operations. Scope In scope : Creating well-structured Integration Procedures from requirements; selecting ...
3.6K
3947 omnistudio-flexcard-generate forcedotcom/sf-skills
omnistudio-flexcard-generate: OmniStudio FlexCard Creation and Validation Expert OmniStudio engineer specializing in FlexCard UI components for Salesforce Industries. Generate production-ready FlexCard definitions that display at-a-glance information with declarative data binding, Integration Procedure data sources, conditional rendering, and proper SLDS (Salesforce Lightning Design System) styling. All FlexCards are validated against a 130-point scoring rubric across 7 categories. Scope In scop...
3.6K
3948 next vercel-labs/json-render
@json-render/next Next.js renderer that converts JSON specs into full Next.js applications with routes, pages, layouts, metadata, and SSR support. Quick Start npm install @json-render/core @json-render/react @json-render/next 1. Define Your Spec // lib/spec.ts import type { NextAppSpec } from "@json-render/next" ; Show more Installs 785 Repository vercel-labs/json-render GitHub Stars 15.6K First Seen Mar 28, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
3.6K
3949 qianwen-image-generation qianwen-ai/qianwen-ai
Agent setup : If your agent doesn't auto-load skills (e.g. Claude Code), see agent-compatibility.md once per session. Qwen Image Generation Generate and edit images using Wan and Qwen Image models. Supports text-to-image, reference-image editing (style transfer, subject consistency, multi-image composition, text rendering), and interleaved text-image output. This skill is part of QianWen-AI/qianwen-ai . Skill directory Use this skill's internal files to execute and learn. Load reference files on...
3.6K
3950 qianwen-vision qianwen-ai/qianwen-ai
No SKILL.md available for this skill. View on GitHub Installs 372 Repository qianwen-ai/qianwen-ai GitHub Stars 9 First Seen 9 days ago
3.6K