███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 4151 | hf-cli | huggingface/skills |
Install: curl -LsSf https://hf.co/cli/install.sh | bash -s . The Hugging Face Hub CLI tool hf is available. IMPORTANT: The hf command replaces the deprecated huggingface-cli command. Use hf --help to view available functions. Note that auth commands are now all under hf auth e.g. hf auth whoami . Generated with huggingface_hub v1.6.0 . Run hf skills add --force to regenerate. Commands hf download REPO_ID — Download files from the Hub. hf env — Print information about the environment. hf sync — S...
|
1.4K |
| 4152 | shadertoy | bfollington/terma |
Shadertoy Shader Development Overview Shadertoy is a platform for creating and sharing GLSL fragment shaders that run in the browser using WebGL. This skill provides comprehensive guidance for writing shaders including GLSL ES syntax, common patterns, mathematical techniques, and best practices specific to real-time procedural graphics. When to Use This Skill Activate this skill when: Writing or editing .glsl shader files Creating procedural graphics, generative art, or visual effects Workin...
|
1.4K |
| 4153 | jobs-to-be-done | deanpeters/product-manager-skills |
Jobs to Be Done Framework Framework for discovering innovation based on a fundamental truth: customers don't buy products - they "hire" them to do a specific job in their lives. Core Principle Job to Be Done = the progress a customer wants to make in specific circumstances. Key elements of the definition: Progress (not goal, not solution) - customer wants to move from current state to a better one Circumstances - context determines the job, not customer attributes (demographics are useless) Hiri...
|
1.4K |
| 4154 | event-prospecting | browserbase/skills |
Event Prospecting Take a conference URL → get a ranked list of people the AE should talk to, with a "why reach out" rationale per person. Required : BROWSERBASE_API_KEY env var, bb CLI installed ( @browserbasehq/cli ), and browse CLI installed ( @browserbasehq/browse-cli ) for JS-heavy speaker pages (most modern event sites). Path rules : Always use the full literal path in all Bash commands — NOT ~ or $HOME (both trigger "shell expansion syntax" approval prompts). Resolve the home directory onc...
|
1.4K |
| 4155 | equity-research | anthropics/financial-services-plugins |
Equity Research Analysis You are an expert equity research analyst. Combine IBES consensus estimates, company fundamentals, historical prices, and macro data from MCP tools into structured research snapshots. Focus on routing tool outputs into a coherent investment narrative — let the tools provide the data, you synthesize the thesis. Core Principles Every piece of data must connect to an investment thesis. Pull consensus estimates to understand market expectations, fundamentals to assess busine...
|
1.4K |
| 4156 | sox-testing | anthropics/knowledge-work-plugins |
SOX Compliance Testing If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Important : This command assists with SOX compliance workflows but does not provide audit or legal advice. All testing workpapers and assessments should be reviewed by qualified financial professionals before use in audit documentation. Generate sample selections, create testing workpapers, document control assessments, and provide testing templates for SOX 404 internal contr...
|
1.4K |
| 4157 | i18n | lobehub/lobehub |
LobeHub Internationalization Guide Default language: Chinese (zh-CN) Framework: react-i18next Only edit files in src/locales/default/ - Never edit JSON files in locales/ Run pnpm i18n to generate translations (or manually translate zh-CN/en-US for dev preview) Key Naming Convention Flat keys with dot notation (not nested objects): // ✅ Correct export default { 'alert.cloud.action' : '立即体验' , 'sync.actions.sync' : '立即同步' , 'sync.status.ready' : '已连接' , } ; // ❌ Avoid nested objects export default...
|
1.4K |
| 4158 | mcp-lark | aahl/skills |
MCP Lark / FeiShu Need to login to the Lark MCP Configuration Platform to add MCP services, obtain the MCP URL, and configure it into environment variables. Lark MCP docs: https://open.larksuite.com/document/mcp_open_tools/call-feishu-mcp-server-in-remote-mode 飞书 MCP 文档: https://open.feishu.cn/document/mcp_open_tools/end-user-call-remote-mcp-server Environment variables Prioritize fetching from .env under the workspace, then use system environment variables. If not configured, ask the user for i...
|
1.4K |
| 4159 | blog-writing-guide | getsentry/skills |
Sentry Blog Writing Skill This skill enforces Sentry's blog writing standards across every post — whether you're helping an engineer write their first blog post or a marketer draft a product announcement. The bar: Every Sentry blog post should be something a senior engineer would share in their team's Slack, or reference in a technical decision. What follows are the core principles to internalize and apply to every piece of content. The Sentry Voice We sound like: A senior developer at a confere...
|
1.4K |
| 4160 | memory-bridge | ar9av/obsidian-wiki |
Memory Bridge — Cross-Tool Knowledge Browser You are helping the user browse and compare their Obsidian wiki knowledge filtered by which AI tool originally produced it. The wiki tracks source provenance in .manifest.json and page sources: frontmatter — this skill surfaces that metadata as a navigable view. Before You Start Resolve config — follow the Config Resolution Protocol in llm-wiki/SKILL.md (walk up CWD for .env → ~/.obsidian-wiki/config → prompt setup). This gives OBSIDIAN_VAULT_PATH . R...
|
1.4K |
| 4161 | pdf-ocr-skill | yejinlei/pdf-ocr-skill |
PDF OCR Skill PDF OCR技能用于从影印版PDF文件和图片文件中提取文字内容。该技能支持两种OCR引擎: RapidOCR (本地引擎):无需API密钥,免费使用,识别速度快 硅基流动大模型 (云端引擎):使用AI大模型进行高精度OCR识别 功能特性 支持影印版PDF文件的文字提取 支持多种图片格式的文字识别(JPG、PNG、BMP、GIF、TIFF、WEBP) 双引擎支持 :RapidOCR(本地)和硅基流动API(云端) 支持中文和英文文字识别 保持文字的顺序和结构 自动将PDF页面转换为图片进行识别 智能引擎切换:当RapidOCR初始化失败时自动切换到硅基流动API 安装 依赖要求 pip install pymupdf pillow requests python-dotenv 可选依赖(推荐) 安装RapidOCR以获得本地识别能力: pip install rapidocr_onnxruntime 环境变量配置 复制 .env.example 文件并重命名为 .env 根据需要配置以下选项: OCR引擎选择 - "rapid": 使用RapidOCR本...
|
1.4K |
| 4162 | pr-review | pytorch/pytorch |
PyTorch PR Review Skill Review PyTorch pull requests focusing on what CI cannot check: code quality, test coverage adequacy, security vulnerabilities, and backward compatibility. Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . Instead, ask the user what they would like to review: What would you like me to review? A PR number or URL (e.g., /pr-review 12345 ) A local branch (e.g., /pr-review branch ) Local CLI Mode The user provides a PR number o...
|
1.4K |
| 4163 | markdown-converter | intellectronica/agent-skills |
Markdown Converter Convert files to Markdown using uvx markitdown — no installation required. Basic Usage Convert to stdout uvx markitdown input.pdf Save to file uvx markitdown input.pdf -o output.md uvx markitdown input.docx > output.md From stdin cat input.pdf | uvx markitdown Supported Formats Documents: PDF, Word (.docx), PowerPoint (.pptx), Excel (.xlsx, .xls) Web/Data: HTML, CSV, JSON, XML Media: Images (EXIF + OCR), Audio (EXIF + transcription) Other: ZIP (iterates contents), YouT...
|
1.4K |
| 4164 | platform-infrastructure | refoundai/lenny-skills |
Platform Infrastructure Help the user design and scale internal platforms and shared technical infrastructure using insights from 5 product and engineering leaders. How to Help When the user asks for help with platform infrastructure: Understand the platform's purpose - Ask whether they're building for internal developers, external partners, or both Assess organizational readiness - Determine if they have the adoption and governance structures to support a platform Identify the leverage points -...
|
1.4K |
| 4165 | coaching-pms | refoundai/lenny-skills |
Coaching Product Managers Help the user develop and coach product managers using frameworks from 3 product leaders who have scaled PM organizations at top companies. How to Help When the user asks for help with coaching PMs: Define "good" in context - Establish what a successful PM looks like for their specific company and stage Assess current state - Help diagnose where the PM is today across key competencies Create a shared vision - Align on what growth looks like for both the PM and the organ...
|
1.4K |
| 4166 | memory-leak-audit | microsoft/vscode |
Memory Leak Audit The 1 bug category in VS Code. This skill encodes the patterns that prevent and fix leaks. When to Use Reviewing code that registers event listeners or DOM handlers Fixing reported memory leaks (listener counts growing over time) Creating objects in methods that are called repeatedly Working with model lifecycle events (onWillDispose, onDidClose) Adding event subscriptions in constructors or setup methods Audit Checklist Work through each check in order. A single missed pattern...
|
1.4K |
| 4167 | sf-lwc | jaganpro/sf-skills |
Expert frontend engineer specializing in Lightning Web Components for Salesforce. Generate production-ready LWC components using the PICKLES Framework for architecture, with proper data binding, Apex/GraphQL integration, event handling, SLDS 2 styling, and comprehensive Jest tests. Core Responsibilities - Component Scaffolding: Generate complete LWC bundles (JS, HTML, CSS, meta.xml) - PICKLES Architecture: Apply structured design methodology for robust components - Wire Service Patterns: Im...
|
1.4K |
| 4168 | cross-functional-collaboration | refoundai/lenny-skills |
Cross-functional Collaboration Help the user work effectively across functions using frameworks from 57 product leaders who have built high-performing cross-functional teams at companies from Linear to Airbnb. How to Help When the user asks for help with cross-functional collaboration: Diagnose the friction - Identify whether the issue is role clarity, communication patterns, or structural Clarify expectations - Help define what each function expects from the others Design the right structure - ...
|
1.4K |
| 4169 | harmonyos-device-automation | web-infra-dev/midscene-skills |
HarmonyOS Device Automation CRITICAL RULES — VIOLATIONS WILL BREAK THE WORKFLOW: Never run midscene commands in the background. Each command must run synchronously so you can read its output (especially screenshots) before deciding the next action. Background execution breaks the screenshot-analyze-act loop. Run only one midscene command at a time. Wait for the previous command to finish, read the screenshot, then decide the next action. Never chain multiple commands together. Allow enough time ...
|
1.4K |
| 4170 | evaluating-candidates | refoundai/lenny-skills |
Evaluating Candidates Help the user make stronger hiring decisions using battle-tested frameworks from 94 product leaders. How to Help When the user asks for help evaluating candidates: Understand their context - Ask what stage they're at (screening resumes, reviewing work samples, conducting references, making final decisions) and what role they're hiring for Apply relevant principles - Use the frameworks below to help them think through the decision Challenge their assumptions - Push back on s...
|
1.4K |
| 4171 | pixijs-assets | pixijs/pixijs-skills |
The Assets API is PixiJS's asset loader, resolver, and cache in one singleton. Use it to load textures, video, spritesheets, fonts, JSON, and other resources with format detection, resolution switching, bundle grouping, progress tracking, and GPU cleanup. Quick Start await Assets . init ( { basePath : "/static/" } ) ; const texture = await Assets . load ( "bunny.png" ) ; const sprite = new Sprite ( texture ) ; app . stage . addChild ( sprite ) ; const [ hero , enemy ] = await Assets . load ( [ "...
|
1.4K |
| 4172 | paperclip-ai-orchestration | aradotso/trending-skills |
Paperclip AI Orchestration Skill by ara.so — Daily 2026 Skills collection. Paperclip is an open-source Node.js + React platform that runs a company made of AI agents . It provides org charts, goal alignment, ticket-based task management, budget enforcement, heartbeat scheduling, governance, and a full audit log — so you manage business outcomes instead of individual agent sessions. Installation Quickstart (recommended) npx paperclipai onboard --yes This clones the repo, installs dependencies, se...
|
1.4K |
| 4173 | building-sales-team | refoundai/lenny-skills |
Building Sales Team Help the user build and scale a high-performing sales organization using frameworks from 14 product leaders who have built sales teams from zero to scale. How to Help When the user asks for help with building a sales team: Understand their stage - Ask about current revenue, deal size, sales motion (inbound vs outbound), and whether founders are still closing deals Identify the trigger - Determine if they have a repeatable sales motion with a measurable win rate before recomme...
|
1.4K |
| 4174 | managing-timelines | refoundai/lenny-skills |
Managing Timelines Help the user set and hit realistic project timelines using approaches from 13 product leaders. How to Help When the user asks for help with timelines: Understand the context - Ask about the nature of the deadline (external commitment, internal target, manufactured milestone), the stage of the work, and what's driving the timeline pressure Diagnose the problem - Determine if this is an estimation issue, a scoping issue, a distraction issue, or unrealistic stakeholder expectati...
|
1.4K |
| 4175 | bash-linux | sickn33/antigravity-awesome-skills |
Bash Linux Patterns Essential patterns for Bash on Linux/macOS. 1. Operator Syntax Chaining Commands Operator Meaning Example ; Run sequentially cmd1; cmd2 && Run if previous succeeded npm install && npm run dev || Run if previous failed npm test || echo "Tests failed" | Pipe output ls | grep ".js" 2. File Operations Essential Commands Task Command List all ls -la Find files find . -name "*.js" -type f File content cat file.txt First N lines head -n 20 file.txt Last N lines tail -n 20 file.txt...
|
1.4K |
| 4176 | working-backwards | refoundai/lenny-skills |
Working Backwards Help the user apply the working backwards methodology using frameworks and insights from 12 product leaders. How to Help When the user asks for help with working backwards: Start with the customer - Ask who the customer is and what problem they have, before discussing solutions Write the press release - Guide them through drafting a mock press release that describes the finished product Develop the FAQ - Help them anticipate and answer internal questions about feasibility and s...
|
1.4K |
| 4177 | flags-sdk | vercel/flags |
Flags SDK The Flags SDK ( flags npm package) is a feature flags toolkit for Next.js and SvelteKit. It turns each feature flag into a callable function, works with any flag provider via adapters, and keeps pages static using the precompute pattern. Docs: https://flags-sdk.dev Repo: https://github.com/vercel/flags Core Concepts Flags as Code Each flag is declared as a function — no string keys at call sites: import { flag } from 'flags/next' ; export const exampleFlag = flag ( { key : 'example-fla...
|
1.4K |
| 4178 | customer-journey-map | deanpeters/product-manager-skills |
Purpose Create a comprehensive customer journey map that visualizes how customers interact with your brand across all stages—from awareness to loyalty—documenting their actions, touchpoints, emotions, KPIs, business goals, and teams involved at each stage. Use this to identify pain points, align cross-functional teams, and systematically improve the customer experience to achieve business objectives. This is not a user flow diagram—it's a strategic artifact that combines customer empathy with bu...
|
1.4K |
| 4179 | observing-agentforce | forcedotcom/afv-library |
Agentforce Observability Improve Agentforce agents using session trace data and live preview testing. Three-phase workflow: Observe -- Query STDM sessions from Data Cloud (if available), OR run test suites + preview with local traces as fallback Reproduce -- Use sf agent preview to simulate problematic conversations live Improve -- Edit the .agent file directly, validate, publish, verify Platform Notes Shell examples below use bash syntax. On Windows, use PowerShell equivalents or Git Bash. Repl...
|
1.4K |
| 4180 | trigger-cost-savings | triggerdotdev/skills |
Trigger.dev Cost Savings Analysis Analyze task runs and configurations to find cost reduction opportunities. Prerequisites: MCP Tools This skill requires the Trigger.dev MCP server to analyze live run data. Check MCP availability Before analysis, verify these MCP tools are available: list_runs — list runs with filters (status, task, time period, machine size) get_run_details — get run logs, duration, and status get_current_worker — get registered tasks and their configurations If these tools are...
|
1.4K |
| 4181 | add-uint-support | pytorch/pytorch |
Add Unsigned Integer (uint) Support to Operators This skill helps add support for unsigned integer types (uint16, uint32, uint64) to PyTorch operators by updating their AT_DISPATCH macros. When to use this skill Use this skill when: Adding uint16, uint32, or uint64 support to an operator User mentions "unsigned types", "uint support", "barebones unsigned types" Enabling support for kUInt16, kUInt32, kUInt64 in kernels Working with operator implementations that need expanded type coverage Qui...
|
1.4K |
| 4182 | pixijs-math | pixijs/pixijs-skills |
PixiJS exposes lightweight math primitives (Point, Matrix, shape classes) used throughout the library for transforms, hit testing, and coordinate conversion. Import pixi.js/math-extras to add vector operations (add, dot, magnitude, reflect) and Rectangle intersection/union helpers. Quick Start const parent = new Container ( ) ; parent . position . set ( 100 , 100 ) ; parent . scale . set ( 2 ) ; app . stage . addChild ( parent ) ; const child = new Container ( ) ; child . position . set ( 50 , 5...
|
1.4K |
| 4183 | pixijs-scene-sprite | pixijs/pixijs-skills |
PixiJS has three sprite classes for different drawing tasks. Sprite is the default image-drawing leaf; NineSliceSprite is a resizable UI-panel variant that preserves corner art; TilingSprite repeats a texture across an area. The AnimatedSprite subclass of Sprite cycles through texture frames for frame-based animation. Assumes familiarity with pixijs-scene-core-concepts . All sprite classes are leaf nodes; they cannot have children. Wrap multiple sprites in a Container to group them. Quick Start ...
|
1.4K |
| 4184 | gtm-enterprise-onboarding | github/awesome-copilot |
Enterprise Onboarding Four-phase framework for onboarding enterprise customers from contract to value realization. The goal isn't just go-live — it's sustained adoption that doesn't cliff at Week 12. When to Use Triggers: "How do we onboard this enterprise customer?" "Customer went live but adoption is weak" "We keep losing customers 3 months after go-live" "POC to production transition" "How do I prevent Week 4 ghosting?" "Customer success onboarding framework" Context: Enterprise or mid-market...
|
1.4K |
| 4185 | bilibili-subtitle | hamsterider-m/bilibili-subtitle |
Bilibili 字幕提取工具 从 Bilibili 视频提取字幕,支持 AI 字幕检测和 ASR 转录回退。 Quick Reference 任务 命令 基本提取 pixi run python -m bilibili_subtitle "BV1234567890" 快速模式 pixi run python -m bilibili_subtitle "URL" --skip-proofread --skip-summary 双语输出 pixi run python -m bilibili_subtitle "URL" --output-lang zh+en 指定目录 pixi run python -m bilibili_subtitle "URL" -o ./subtitles 前置条件 1. 安装 cd ~/.agents/skills/bilibili-subtitle ./install.sh pixi shell 2. 外部工具 工具 用途 安装 BBDown 视频信息/字幕下载 brew install bbdown ffmpeg 音频转换 brew install...
|
1.4K |
| 4186 | post-mortems-retrospectives | refoundai/lenny-skills |
Post-mortems & Retrospectives Help the user run effective post-mortems and retrospectives that drive genuine learning using frameworks from 11 product leaders. How to Help When the user asks for help with post-mortems or retrospectives: Understand the context - Ask whether this is after a failure, a success, or a routine checkpoint Set the right tone - Help them frame the exercise as learning-focused rather than blame-focused Structure for insights - Guide them toward formats that surface action...
|
1.4K |
| 4187 | organizational-design | refoundai/lenny-skills |
Organizational Design Help the user design effective organizational structures using frameworks from 2 product leaders. How to Help When the user asks for help with organizational design: Understand their context - Ask about their current structure, company stage, what problem they're trying to solve, and what trade-offs they're willing to make Identify the core trade-off - Help them see the spectrum between centralized (Apple-style) and decentralized (Amazon-style) models Evaluate options - Wal...
|
1.4K |
| 4188 | scoping-cutting | refoundai/lenny-skills |
Scoping & Cutting Help the user scope projects and cut features effectively using frameworks from 15 product leaders. How to Help When the user asks for help with scoping: Understand the hypothesis - Ask what they're trying to learn or validate Identify the appetite - Determine how much time/resources they're willing to invest Find the essential core - Help them identify what must be present for the first version Design for learning - Ensure the scope enables fast feedback, not just fast shippin...
|
1.4K |
| 4189 | branding | kostja94/marketing-skills |
Strategies: Branding Guides brand strategy: purpose, values, positioning, storytelling, voice, and visual identity. Companies with consistent branding see 23–33% revenue lift; people remember stories ~22× more than facts alone. Use this skill when defining a new brand, auditing consistency, or aligning messaging across touchpoints. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or wh...
|
1.4K |
| 4190 | writing-job-descriptions | refoundai/lenny-skills |
Writing Job Descriptions Help the user write effective job descriptions using frameworks and insights from 6 product leaders. How to Help When the user asks for help with job descriptions: Define success first - Ask what success looks like 12 months after the hire, not what tasks they'll do Identify the spike - Determine the one or two areas where this person needs to excel (not everything) Write for progress - Frame the role around the progress to be made, not a list of arbitrary tasks Consider...
|
1.4K |
| 4191 | testing-agentforce | forcedotcom/afv-library |
ADLC Test Automated testing for Agentforce agents with smoke tests, batch execution, and iterative fix loops. Overview This skill provides comprehensive testing capabilities for Agentforce agents, including automated utterance derivation from agent subagents, preview-based smoke testing, trace analysis, and an iterative fix loop for identified issues. It bridges the gap between initial development and production deployment. Platform Notes Shell examples below use bash syntax. On Windows, use Pow...
|
1.4K |
| 4192 | switching-org | forcedotcom/afv-library |
Steps Identify the org: the user provides a username or alias ( orgIdentifier ). If not provided, run sf org list to show authenticated orgs and ask the user which one to use. Set the default org: Local (default): sf config set target-org <orgIdentifier> Applies only within the current project directory. Use this for normal project work. Global (only if user explicitly requests): sf config set target-org <orgIdentifier> --global Applies system-wide across all directories. Use when working outsid...
|
1.4K |
| 4193 | building-ui-bundle-app | forcedotcom/afv-library |
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....
|
1.4K |
| 4194 | building-ui-bundle-frontend | forcedotcom/afv-library |
UI Bundle UI Identify the Task Determine which category the request falls into: Category Examples Implementation Guide Page New routed page (contacts, dashboard, settings) implementation/page.md Header / Footer Site-wide nav bar, footer, branding implementation/header-footer.md Component Widget, card, table, form, dialog implementation/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 affec...
|
1.4K |
| 4195 | generating-ui-bundle-metadata | forcedotcom/afv-library |
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 After generation: Replace all default boilerplate — "React App", "Vite + React", default <ti...
|
1.4K |
| 4196 | generating-ui-bundle-features | forcedotcom/afv-library |
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/ ...
|
1.4K |
| 4197 | deploying-ui-bundle | forcedotcom/afv-library |
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...
|
1.4K |
| 4198 | using-ui-bundle-salesforce-data | forcedotcom/afv-library |
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...
|
1.4K |
| 4199 | elicit | juxt/allium |
Elicitation This skill guides you through building Allium specifications by conversation. The goal is to surface ambiguities and produce a specification that captures what the software does without prescribing implementation. The same principles apply to distillation. Whether you are hearing a stakeholder describe a feature or reading code that implements it, the challenge is identical: finding the right level of abstraction. Scoping the specification Before diving into details, establish what y...
|
1.4K |
| 4200 | propagate | juxt/allium |
Propagation This skill generates tests from Allium specifications. Propagation is how plants reproduce from cuttings of the parent: the spec is the parent, the tests are the offspring. Deterministic tools guarantee completeness (every spec construct maps to a test obligation). You handle the implementation bridge: correlating spec constructs with code, generating tests in the project's conventions. Prerequisites Before propagating tests, you need: An Allium spec — the .allium file describing the...
|
1.4K |