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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,427
总 Skills
160.9M
总安装量
2,740
贡献者
# Skill 仓库 描述 安装量
3701 launching-ec2-instance-with-best-practices aws/agent-toolkit-for-aws
Launching EC2 Instances with Best Practices Overview Domain expertise for launching EC2 instances with sensible defaults optimized for security, cost-efficiency, and operational best practices. Covers AMI selection, instance type recommendation, network configuration, IAM role creation, security group hardening, storage configuration, tagging strategy, and post-launch verification. Launch an EC2 instance To launch a fully configured EC2 instance with best-practice defaults, follow the procedure ...
3.8K
3702 creating-api-gateway-stage aws/agent-toolkit-for-aws
Creating an API Gateway Stage Overview Domain expertise for creating and configuring API Gateway stages with comprehensive logging, monitoring, security, and throttling controls. Covers CloudWatch logging setup, X-Ray tracing, WAF web ACL association, method-level configuration, and authorization options. Create an API Gateway stage To create a fully configured API Gateway stage with logging, throttling, WAF, and authorization, follow the procedure exactly. See API Gateway stage creation procedu...
3.8K
3703 setting-up-cloudwatch-alarm-notifications aws/agent-toolkit-for-aws
Setting Up CloudWatch Alarm Notifications Overview Domain expertise for configuring Amazon CloudWatch alarm notification channels using Amazon SNS topics and subscriptions. Covers creating encrypted SNS topics, setting up subscriptions for email, SMS, and webhook endpoints, configuring topic policies for CloudWatch access, and linking alarms to notification actions. Set up alarm notifications To configure notification channels for a CloudWatch alarm, follow the procedure exactly. See CloudWatch ...
3.8K
3704 experience-ui-bundle-frontend-generate forcedotcom/sf-skills
UI Bundle UI Identify the Task Determine which category the request falls into: Category Examples Implementation Guide Page New routed page (contacts, dashboard, settings) references/page.md Header / Footer Site-wide nav bar, footer, branding references/header-footer.md Component Widget, card, table, form, dialog references/component.md Layout and Navigation appLayout.tsx is the source of truth for navigation and layout. Every page shares this shell. When making any change that affects navigatio...
3.8K
3705 integration-eventing-subscription-configure forcedotcom/sf-skills
Managing ManagedEventSubscription Create, read, update, and delete ManagedEventSubscription metadata — the Salesforce construct for durably subscribing to platform event channels with managed replay tracking. Scope In scope : Generating and modifying .managedEventSubscription-meta.xml files for create, read, update, and delete operations Out of scope : Creating the underlying platform event ( __e ) channel itself; Flow-based or Apex-based event subscriptions; deploying metadata to an org Only ge...
3.8K
3706 dx-app-analytics-query forcedotcom/sf-skills
App Analytics When This Skill Owns the Task Use dx-app-analytics-query when the work involves: Creating AppAnalyticsQueryRequest records via the REST/sObject API Configuring AppAnalyticsSettings via the Metadata API (simulation mode, opt-out) Understanding the query lifecycle: New → Pending → Complete → Expired → Failed Choosing between dataType values: PackageUsageSummary, PackageUsageLog, SubscriberSnapshot File format and compression options for analytics downloads Time-range filtering with s...
3.8K
3707 doc-pipeline claude-office-skills/skills
Doc Pipeline Skill Overview This skill enables building document processing pipelines - chain multiple operations (extract, transform, convert) into reusable workflows with data flowing between stages. How to Use Describe what you want to accomplish Provide any required input data or files I'll execute the appropriate operations Example prompts: "PDF → Extract Text → Translate → Generate DOCX" "Image → OCR → Summarize → Create Report" "Excel → Analyze → Generate Charts → Create PPT" "Multiple in...
3.8K
3708 release-it wondelai/skills
Release It! Framework Framework for designing, deploying, and operating production-ready software systems. Based on a fundamental truth: the software that passes QA is not the software that survives production. Production is a hostile environment -- and your system must be built to expect and handle failure at every level. Core Principle Every system will eventually be pushed beyond its design limits. The question is not whether failures will happen, but whether your system degrades gracefully o...
3.8K
3709 bencium-impact-designer bencium/bencium-marketplace
Innovative Designer for impact Create distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. Expert UI/UX design skill that helps create unique, and thoughtfully designed interfaces. This skill emphasizes design decision collaboration, breaking away from generic patterns, and building interfaces that stand out. This skill emphasizes bold creative commitment , brea...
3.8K
3710 open-code-review alibaba/open-code-review
Open Code Review A skill for invoking open-code-review ( ocr ) — an open-source AI code review CLI that reads Git diffs and generates structured, line-level review comments. Prerequisites check Before starting a review, verify the environment: 1. Check the CLI is installed which ocr || echo "NOT INSTALLED" 2. Verify LLM connectivity ocr llm test If ocr is not installed, install it first: Show more Installs 465 Repository alibaba/open-code-review GitHub Stars 5.3K First Seen 11 days ago
3.8K
3711 experience-ui-bundle-metadata-generate forcedotcom/sf-skills
UI Bundle Metadata Scaffolding a New UI Bundle Use sf template generate ui-bundle to create new apps — not create-react-app, Vite, or other generic scaffolds. Always pass --template reactbasic to scaffold a React-based bundle. UI bundle name ( -n ): Alphanumerical only — no spaces, hyphens, underscores, or special characters. Example: sf template generate ui-bundle -n CoffeeBoutique --template reactbasic Show more Installs 651 Repository forcedotcom/sf-skills GitHub Stars 669 First Seen 11 days ...
3.8K
3712 integration-eventing-cdc-configure forcedotcom/sf-skills
Managing Change Data Capture Enablement Generate the metadata that subscribes Salesforce objects to Change Data Capture: PlatformEventChannelMember files for the default ChangeEvents channel or a custom channel, and PlatformEventChannel files for new custom channels. Covers enrichment fields, filter expressions, and the canonical naming and value formats that the Metadata API actually accepts (which differ from values that appear in many internal test fixtures and code-search hits). Scope In sco...
3.8K
3713 management-talk thananon/9arm-skills
Management Talk Same audience and translation rules as a written status report, but shaped for the channel — JIRA comment, Slack post, async standup, email, or meeting talking-points. The audience reads code names but not code. The channel decides the length, formatting, and how much structure to leave on the page. Use this any time engineering content needs to flow up the org, sideways into product/release, or into a non-engineering meeting — regardless of the destination. When to invoke "write...
3.8K
3714 pixijs-scene-graphics pixijs/pixijs-skills
Graphics is the vector-drawing leaf of the PixiJS v8 scene graph. The v8 API follows a shape-then-style pattern: draw a shape or path with rect , circle , moveTo , etc., then apply fill and/or stroke . Every method returns this for chaining, and the drawing instructions live on a GraphicsContext that can be shared between instances. Assumes familiarity with pixijs-scene-core-concepts . Graphics is a leaf: do not nest children inside it. Wrap multiple Graphics objects in a Container to group them...
3.8K
3715 experience-ui-bundle-app-coordinate forcedotcom/sf-skills
Building a UI Bundle App Overview Build a complete, deployable Salesforce React UI bundle application from a natural language description by orchestrating specialized UI bundle skills in correct dependency order. Each skill MUST be explicitly loaded before executing its phase. When to Use This Skill Use when: User requests a "React app", "UI bundle", "web app", or "full-stack app" on Salesforce User says "build an app", "create an application" and the context implies a non-LWC based frontend (e....
3.8K
3716 babysit thedotmack/claude-mem
Babysit PR Stay with the PR until it is actually clean. Do not stop after one check pass if comments or review threads are still unresolved. Workflow Identify the PR number, branch, and base branch. Confirm the PR is not draft and inspect mergeability, checks, review decision, comments, and review threads. Watch pending checks until they finish. Poll at a practical interval, usually 30-60 seconds unless the user asks for a different cadence. Read new comments and unresolved review threads. Treat...
3.8K
3717 pixijs-performance pixijs/pixijs-skills
Profile before optimizing. PixiJS handles a lot of content well out of the box; browser DevTools Performance + GPU profiling should be your first move. Once you've found the bottleneck, apply the targeted pattern below (destroy, pool, batch, cache, or cull). Quick Start container . cacheAsTexture ( true ) ; container . updateCacheTexture ( ) ; container . cacheAsTexture ( false ) ; container . destroy ( { children : true } ) ; import { CullerPlugin , extensions } from "pixi.js" ; extensions . ad...
3.8K
3718 wordpress-router wordpress/agent-skills
WordPress Router When to use Use this skill at the start of most WordPress tasks to: identify what kind of WordPress codebase this is (plugin vs theme vs block theme vs WP core checkout vs full site), pick the right workflow and guardrails, delegate to the most relevant domain skill(s). Inputs required Repo root (current working directory). The user’s intent (what they want changed) and any constraints (WP version targets, WP.com specifics, release requirements). Procedure Run the project triage...
3.8K
3719 experience-ui-bundle-deploy forcedotcom/sf-skills
Deploying a UI Bundle The order of operations is critical when deploying to a Salesforce org. This sequence reflects the canonical flow. Step 1: Org Authentication Check if the org is connected. If not, authenticate. All subsequent steps require an authenticated org. Step 2: Pre-deploy UI Bundle Build Install dependencies and build the UI bundle to produce dist/ . Required before deploying UI bundle entities. Run when: deploying UI bundles and dist/ is missing or source has changed. Step 3: Depl...
3.8K
3720 dx-devops-test-failures-analyze forcedotcom/sf-skills
Analyze DevOps Center Test Failures Parses a test failure or Code Analyzer violation payload, explains it in plain language, produces prioritized improvement suggestions, and — only on explicit user request — creates a tracked fix work item. Parts 1–2 are pure reasoning (no writes); Part 3 is an optional, confirmation-gated write. Never expose raw JSON, stack traces, or internal Salesforce error codes to the user. Always translate to file name, method, line, and plain description. Prerequisites ...
3.8K
3721 experience-ui-bundle-custom-app-generate forcedotcom/sf-skills
Custom Application for React UI Bundles Create and configure a Salesforce Custom Application that hosts a React UI bundle in Lightning Experience. This skill generates the CustomApplication metadata so the app appears in the Lightning App Launcher and can be accessed by internal users. Custom Applications differ from Experience Sites: they don't need Networks, CustomSite, DigitalExperienceConfig, or DigitalExperienceBundle metadata. The Custom Application acts as a thin launcher entry that deleg...
3.8K
3722 experience-ui-bundle-salesforce-data-access forcedotcom/sf-skills
Salesforce Data Access (UI bundles) All Salesforce data access in a UI bundle goes through the @salesforce/platform-sdk data SDK. The SDK handles auth, CSRF, and base-URL resolution, and — on the WebApp surface — caches every GraphQL query by default. This file is the workflow + guardrail spine . Depth lives in linked docs: Show more Installs 649 Repository forcedotcom/sf-skills GitHub Stars 669 First Seen 11 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Pass
3.8K
3723 linear automation claude-office-skills/skills
Linear Automation Comprehensive skill for automating Linear issue tracking and engineering workflows. Core Workflows 1. Issue Lifecycle LINEAR ISSUE FLOW: ┌─────────────────┐ │ Triage │ │ (Backlog) │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Todo │ │ (Prioritized) │ └────────┬────────┘ ▼ ┌─────────────────┐ │ In Progress │ │ (Active) │ └────────┬────────┘ ▼ ┌─────────────────┐ │ In Review │ │ (PR Created) │ └────────┬────────┘ ▼ ┌────────────────...
3.8K
3724 sentry-react-native-sdk getsentry/sentry-for-ai
All Skills > SDK Setup > React Native SDK Sentry React Native SDK Opinionated wizard that scans your React Native or Expo project and guides you through complete Sentry setup — error monitoring, tracing, profiling, session replay, logging, and more. Invoke This Skill When User asks to "add Sentry to React Native" or "set up Sentry" in an RN or Expo app User wants error monitoring, tracing, profiling, session replay, or logging in React Native User mentions @sentry/react-native , mobile error tra...
3.8K
3725 shadcn-svelte huntabyte/shadcn-svelte
shadcn-svelte A framework for building UI, components, and design systems for Svelte. Components are added as source to the user's project via the CLI. IMPORTANT: Run all CLI commands using the project's package runner: npx shadcn-svelte@latest , pnpm dlx shadcn-svelte@latest , or bunx --bun shadcn-svelte@latest — based on the project's package manager. Examples below use npx shadcn-svelte@latest but substitute the correct runner for the project. Current Project Context Read components.json at t...
3.8K
3726 experience-ui-bundle-features-generate forcedotcom/sf-skills
UI Bundle Features Installing Pre-built Features Always check for an existing feature before building something from scratch. The features CLI installs pre-built, tested packages into Salesforce UI bundles — from foundational UI libraries (shadcn/ui) to full-stack capabilities (authentication, search, navigation, GraphQL, Agentforce AI). Workflow Search project code first — check src/ for existing implementations before installing anything. Scope searches to src/ to avoid matching node_modules/ ...
3.8K
3727 job description generator claude-office-skills/skills
Job Description Generator Generate professional, inclusive job descriptions that attract qualified candidates. Overview This skill helps HR professionals and hiring managers create comprehensive job postings that: Clearly communicate role expectations Use inclusive, bias-free language Follow industry best practices Attract diverse, qualified candidates How to Use Provide the following information: Job Title : The position name Department : Team or department Level : Entry, Mid, Senior, Lead, Dir...
3.8K
3728 cloud-architect jeffallan/claude-skills
Cloud Architect Senior cloud architect specializing in multi-cloud strategies, migration patterns, cost optimization, and cloud-native architectures across AWS, Azure, and GCP. Role Definition You are a senior cloud architect with 15+ years of experience designing enterprise cloud solutions. You specialize in multi-cloud architectures, migration strategies (6Rs), cost optimization, security by design, and operational excellence. You design highly available, secure, and cost-effective cloud in...
3.8K
3729 react-performance affaan-m/ecc
React Performance Performance optimization patterns for React 18/19 and Next.js, adapted from Vercel Labs react-best-practices (MIT, v1.0.0). This skill organizes rules by priority and provides decision-tree guidance for active code review and refactoring. When to Activate Writing or reviewing React/Next.js code for performance Diagnosing slow page loads, slow interactions, or high CPU on the client Auditing bundle size or Lighthouse Core Web Vitals regressions Removing waterfalls in Server Comp...
3.8K
3730 artifacts-builder composiohq/awesome-claude-skills
Artifacts Builder To build powerful frontend claude.ai artifacts, follow these steps: Initialize the frontend repo using scripts/init-artifact.sh Develop your artifact by editing the generated code Bundle all code into a single HTML file using scripts/bundle-artifact.sh Display artifact to user (Optional) Test the artifact Stack : React 18 + TypeScript + Vite + Parcel (bundling) + Tailwind CSS + shadcn/ui Design & Style Guidelines VERY IMPORTANT: To avoid what is often referred to as "AI slop", ...
3.8K
3731 desktop lobehub/lobehub
Desktop Development Guide Architecture Overview LobeHub desktop is built on Electron with main-renderer architecture: Main Process ( apps/desktop/src/main ): App lifecycle, system APIs, window management Renderer Process : Reuses web code from src/ Preload Scripts ( apps/desktop/src/preload ): Securely expose main process to renderer Adding New Desktop Features 1. Create Controller Location: apps/desktop/src/main/controllers/ import { ControllerModule , IpcMethod } from '@/controllers' ; export ...
3.8K
3732 pixijs-scene-container pixijs/pixijs-skills
Container is the general-purpose node of the PixiJS v8 scene graph. It holds children and applies transforms, alpha, tint, and blend mode to its whole subtree. Every display object you make will either be a Container you're building a branch on, or a leaf ( Sprite , Graphics , Text , Mesh ) that you nest inside one. Assumes familiarity with pixijs-scene-core-concepts . Quick Start const group = new Container ( { label : "hero-group" , x : 200 , y : 150 , sortableChildren : true , } ) ; const bod...
3.8K
3733 experience-ui-bundle-file-upload-generate 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.8K
3734 experience-ui-bundle-agentforce-client-generate 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.8K
3735 tavily-search veithly/tavily-search
tavily search Web search returning LLM-optimized results with content snippets and relevance scores. Before running any command If tvly is not found on PATH, install it first: curl -fsSL https://cli.tavily.com/install.sh | bash && tvly login Do not skip this step or fall back to other tools. See tavily-cli for alternative install methods and auth options. When to use You need to find information on any topic You don't have a specific URL yet First step in the workflow : search → extract → map → ...
3.7K
3736 component-refactoring langgenius/dify
Dify Component Refactoring Skill Refactor high-complexity React components in the Dify frontend codebase with the patterns and workflow below. Complexity Threshold: Components with complexity > 50 (measured by pnpm analyze-component) should be refactored before testing. Quick Reference Commands (run from web/) Use paths relative to web/ (e.g., app/components/...). Use refactor-component for refactoring prompts and analyze-component for testing prompts and metrics. cd web Generate refactor...
3.7K
3737 ux-designer shubhamsaboo/awesome-llm-apps
UX Designer You are a senior UX Designer with deep expertise in user-centered design, research methodologies, information architecture, and interaction design. You help teams create intuitive, accessible, and delightful user experiences. When to Apply Use this skill when: Planning or conducting user research Creating wireframes, mockups, or prototypes Designing user flows and task flows Building personas or user journey maps Writing UX microcopy and interface text Reviewing designs for usability...
3.7K
3738 naming-analyzer softaworks/agent-toolkit
Naming Analyzer Skill Suggest better variable, function, and class names based on context and conventions. Instructions You are a naming convention expert. When invoked: Analyze Existing Names : Variables, constants, functions, methods Classes, interfaces, types Files and directories Database tables and columns API endpoints Identify Issues : Unclear or vague names Abbreviations that obscure meaning Inconsistent naming conventions Misleading names (name doesn't match behavior) Too short or too l...
3.7K
3739 image-taste-frontend leonxlnx/taste-skill
CORE DIRECTIVE: AWWWARDS-LEVEL IMAGE ART DIRECTION You are an elite frontend image art director. Your job is not to generate generic AI art. Your job is to generate highly creative, premium, frontend design reference images that feel like real high-end website concepts. Standard image generation tends to collapse into repetitive defaults: centered dark hero purple/blue AI glow floating meaningless blobs generic dashboard card spam weak typography hierarchy cloned sections "luxury" that is just b...
3.7K
3740 playwright-skill sickn33/antigravity-awesome-skills
Playwright Skill Opinionated, production-tested Playwright guidance — every pattern includes when (and when not ) to use it. 50+ reference guides covering the full Playwright surface: selectors, assertions, fixtures, page objects, network mocking, auth, visual regression, accessibility, API testing, CI/CD, debugging, and more — with TypeScript and JavaScript examples throughout. Playwright 1.60+ highlights covered in these guides include on-demand HAR recording inside tracing, locator.drop() for...
3.7K
3741 clawhub steipete/clawdis
ClawHub CLI Install npm i -g clawhub Auth (publish) clawhub login clawhub whoami Search clawhub search "postgres backups" Install clawhub install my-skill clawhub install my-skill --version 1.2 .3 Update (hash-based match + upgrade) clawhub update my-skill clawhub update my-skill --version 1.2 .3 clawhub update --all clawhub update my-skill --force clawhub update --all --no-input --force List clawhub list Publish clawhub publish ./my-skill --slug my-skill --name "My Skill" --version 1.2 .0 --cha...
3.7K
3742 mcp-hub claude-office-skills/skills
Mcp Hub Skill Overview This skill provides access to 1200+ MCP (Model Context Protocol) servers - standardized tools that extend AI capabilities. Connect Claude to filesystems, databases, APIs, and document processing tools. How to Use Describe what you want to accomplish Provide any required input data or files I'll execute the appropriate operations Example prompts: "Access local filesystem to read/write documents" "Query databases for data analysis" "Integrate with GitHub, Slack, Google Drive...
3.7K
3743 trello automation claude-office-skills/skills
Trello Automation Comprehensive skill for automating Trello board management and kanban workflows. Core Concepts Board Structure TRELLO BOARD ANATOMY: ┌─────────────────────────────────────────────────────────┐ │ 📋 Project Board │ ├───────────┬───────────┬───────────┬───────────┬────────┤ │ Backlog │ To Do │ Doing │ Review │ Done │ ├───────────┼───────────┼───────────┼───────────┼────────┤ │ ┌───────┐ │ ┌───────┐ │ ┌───────┐ │ ┌───────┐ │ ...
3.7K
3744 email classifier claude-office-skills/skills
Email Classifier Automatically categorize and prioritize emails to help manage inbox overload. Overview This skill helps you: Classify emails by category and type Determine priority and urgency Identify required actions Filter out low-value emails Organize for efficient processing Classification Categories Primary Categories Category Description Examples Action Required Needs your response/action Requests, approvals, questions FYI Informational, no action needed Updates, announcements, reports W...
3.7K
3745 docusign automation claude-office-skills/skills
DocuSign Automation Comprehensive skill for automating e-signature and document signing workflows. Core Workflows 1. Signing Flow DOCUSIGN SIGNING FLOW: ┌─────────────────┐ │ Create Envelope│ │ - Document │ │ - Recipients │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Add Fields │ │ - Signatures │ │ - Initials │ │ - Dates │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Send for │ │ Signature │ └────────┬────────┘ ▼ ┌─────────────────┐ │ Signer 1 Signs │ │...
3.7K
3746 hipass-receipt nomadamas/k-skill
하이패스 영수증 발급 What this skill does 공식 하이패스 홈페이지( https://www.hipass.co.kr )에서 이미 로그인된 브라우저 세션 을 재사용해: 사용내역 조회 특정 행 선택 영수증 팝업/출력 화면 진입 세션 만료 감지 후 재로그인 안내 까지를 반자동으로 돕는다. Hard limits 로그인은 반드시 사용자가 직접 해야 한다. 이 스킬은 로그인된 세션에서만 동작한다. ID/PW, 인증코드, OTP, 공동인증서 절차를 자동 입력하지 않는다. JSESSIONID 쿠키만 저장해 장시간 재사용하는 방식은 지원하지 않는다. 권장 세션 형태는 Playwright persistent context 또는 Chrome user-data-dir / remote-debugging 재사용이다. 세션이 만료되면 즉시 중단하고 다시 로그인 해야 한다. Why this design 현재 공개 페이지 기준으로: 로그인 페이지와 메인 페이지에 session_time=1200 이 노...
3.7K
3747 monday.com automation claude-office-skills/skills
Monday.com Automation Comprehensive skill for automating Monday.com work management and team workflows. Core Concepts Board Structure BOARD ANATOMY: ┌─────────────────────────────────────────────────┐ │ 📋 Project Board │ ├─────────────────────────────────────────────────┤ │ Group: Sprint 1 │ │ ┌─────────┬────────┬────────┬────────┬────────┐│ │ │ Item │ Status │ Person │ Date │ Budget ││ │ ├─────────┼────────┼────────┼────────┼──...
3.7K
3748 database sync claude-office-skills/skills
Database Sync Comprehensive skill for database synchronization, replication, and data integration. Core Architecture Sync Patterns DATABASE SYNC PATTERNS: ┌─────────────────────────────────────────────────────────┐ │ ONE-WAY REPLICATION │ │ ┌──────────┐ ┌──────────┐ │ │ │ Master │ ──────▶ │ Replica │ │ │ └──────────┘ └──────────┘ │ └───────────────────────────────────────────...
3.7K
3749 sentry-workflow getsentry/sentry-for-ai
All Skills Sentry Workflows Debug production issues and maintain code quality with Sentry context. This page helps you find the right workflow skill for your task. How to Fetch Skills Use curl to download skills — they are 10–20 KB files that fetch tools often summarize, losing critical details. curl -sL https://skills.sentry.gg/sentry-fix-issues/SKILL.md Append the path from the Path column in the table below to https://skills.sentry.gg/ . Do not guess or shorten URLs. Start Here — Read This Be...
3.7K
3750 building-ui-bundle-app forcedotcom/sf-skills
Building a UI Bundle App Overview Build a complete, deployable Salesforce React UI bundle application from a natural language description by orchestrating specialized UI bundle skills in correct dependency order. Each skill MUST be explicitly loaded before executing its phase. When to Use This Skill Use when: User requests a "React app", "UI bundle", "web app", or "full-stack app" on Salesforce User says "build an app", "create an application" and the context implies a non-LWC based frontend (e....
3.7K