███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 3001 | zsxq-group | unnoo/zsxq-skill |
group (v1) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../zsxq-shared/SKILL.md ,其中包含认证、错误处理规则。 Core Concepts 星球(Group) :知识星球的社群单元,由 group_id (纯数字)唯一标识。用户可以是创建者(owner)或成员(member)。 主题(Topic) :星球内的内容单元,包括帖子(talk)、提问(q&a)、文章(article)等,由 topic_id 唯一标识。 标签(Hashtag) :星球内的分类标签,由 hashtag_id 标识,可附加到主题上。 Resource Relationships Group (group_id) ├── Topic (topic_id) — talk / q&a / article │ ├── Comment (comment_id) │ └── Hashtag 标签 └── Hashtag (hashtag_id) └── Topic 列表 Shortcuts(推荐优先使用) Shortcut 是对常用操作的高级封装( zsxq-c...
|
4.6K |
| 3002 | zsxq-note | unnoo/zsxq-skill |
note (v1) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../zsxq-shared/SKILL.md ,其中包含认证、错误处理规则。 Core Concepts 笔记(Note) :个人私密(或特定权限)的文字记录,仅支持纯文本,不支持图片。与主题(Topic)不同,笔记是个人维度的内容。 Shortcuts(推荐优先使用) Shortcut 说明 +create 创建一条个人文字笔记,仅支持纯文本 +list 查看自己的笔记列表,支持分页
|
4.6K |
| 3003 | autonomous-agent-harness | affaan-m/everything-claude-code |
Autonomous Agent Harness Turn Claude Code into a persistent, self-directing agent system using only native features and MCP servers. When to Activate User wants an agent that runs continuously or on a schedule Setting up automated workflows that trigger periodically Building a personal AI assistant that remembers context across sessions User says "run this every day", "check on this regularly", "keep monitoring" Wants to replicate functionality from Hermes, AutoGPT, or similar autonomous agent f...
|
4.6K |
| 3004 | healthcare-emr-patterns | affaan-m/everything-claude-code |
Healthcare EMR Development Patterns Patterns for building Electronic Medical Record (EMR) and Electronic Health Record (EHR) systems. Prioritizes patient safety, clinical accuracy, and practitioner efficiency. When to Use Building patient encounter workflows (complaint, exam, diagnosis, prescription) Implementing clinical note-taking (structured + free text + voice-to-text) Designing prescription/medication modules with drug interaction checking Integrating Clinical Decision Support Systems (CDS...
|
4.6K |
| 3005 | laravel-plugin-discovery | affaan-m/everything-claude-code |
Laravel Plugin Discovery Find, evaluate, and choose healthy Laravel packages using the LaraPlugins.io MCP server. When to Use User wants to find Laravel packages for a specific feature (e.g. "auth", "permissions", "admin panel") User asks "what package should I use for..." or "is there a Laravel package for..." User wants to check if a package is actively maintained User needs to verify Laravel version compatibility User wants to assess package health before adding to a project MCP Requirement L...
|
4.6K |
| 3006 | repo-scan | affaan-m/everything-claude-code |
repo-scan Every ecosystem has its own dependency manager, but no tool looks across C++, Android, iOS, and Web to tell you: how much code is actually yours, what's third-party, and what's dead weight. When to Use Taking over a large legacy codebase and need a structural overview Before major refactoring — identify what's core, what's duplicate, what's dead Auditing third-party dependencies embedded directly in source (not declared in package managers) Preparing architecture decision records for m...
|
4.6K |
| 3007 | safety-guard | affaan-m/everything-claude-code |
Safety Guard — Prevent Destructive Operations When to Use When working on production systems When agents are running autonomously (full-auto mode) When you want to restrict edits to a specific directory During sensitive operations (migrations, deploys, data changes) How It Works Three modes of protection: Mode 1: Careful Mode Intercepts destructive commands before execution and warns: Show more Installs 1.5K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 19, 2026 Security Audits Gen ...
|
4.6K |
| 3008 | council | affaan-m/everything-claude-code |
Council Use this skill to coordinate multiple subagents investigating the same question, with different models first and different assigned perspectives second, then synthesize their reports into one recommendation. This skill is best for judgment-heavy tasks: architecture tradeoffs, risky bug fixes, code review red-teaming, rollout decisions, incident analysis, and “is this alternative worth pursuing?” questions. Workflow 1. Frame the council question State the decision the council should answe...
|
4.6K |
| 3009 | dogfood | callstackincubator/agent-device |
Dogfood Systematically explore a web application, find issues, and produce a report with full reproduction evidence for every finding. Setup Only the Target URL is required. Everything else has sensible defaults -- use them unless the user explicitly provides an override. Parameter Default Example override Target URL (required) vercel.com , http://localhost:3000 Session name Slugified domain (e.g., vercel.com -> vercel-com ) --session my-session Output directory ./dogfood-output/ Output director...
|
4.6K |
| 3010 | product-lens | affaan-m/everything-claude-code |
Product Lens — Think Before You Build This lane owns product diagnosis, not implementation-ready specification writing. If the user needs a durable PRD-to-SRS or capability-contract artifact, hand off to product-capability . When to Use Before starting any feature — validate the "why" Weekly product review — are we building the right thing? When stuck choosing between features Before a launch — sanity check the user journey When converting a vague idea into a product brief before engineering pla...
|
4.6K |
| 3011 | token-budget-advisor | affaan-m/everything-claude-code |
Token Budget Advisor (TBA) Intercept the response flow to offer the user a choice about response depth before Claude answers. When to Use User wants to control how long or detailed a response is User mentions tokens, budget, depth, or response length User says "short version", "tldr", "brief", "al 25%", "exhaustive", etc. Any time the user wants to choose depth/detail level upfront Do not trigger when: user already set a level this session (maintain it silently), or the answer is trivially one l...
|
4.6K |
| 3012 | dart-flutter-patterns | affaan-m/everything-claude-code |
Dart/Flutter Patterns When to Use Use this skill when: Starting a new Flutter feature and need idiomatic patterns for state management, navigation, or data access Reviewing or writing Dart code and need guidance on null safety, sealed types, or async composition Setting up a new Flutter project and choosing between BLoC, Riverpod, or Provider Implementing secure HTTP clients, WebView integration, or local storage Writing tests for Flutter widgets, Cubits, or Riverpod providers Wiring up GoRouter...
|
4.6K |
| 3013 | agent-payment-x402 | affaan-m/everything-claude-code |
Agent Payment Execution (x402) Enable AI agents to make policy-gated payments with built-in spending controls. Uses the x402 HTTP payment protocol and MCP tools so agents can pay for external services, APIs, or other agents without custodial risk. When to Use Use when: your agent needs to pay for an API call, purchase a service, settle with another agent, enforce per-task spending limits, or manage a non-custodial wallet. Pairs naturally with cost-aware-llm-pipeline and security-review skills. D...
|
4.6K |
| 3014 | pptx-manipulation | claude-office-skills/skills |
PPTX Manipulation Skill Overview This skill enables programmatic creation, editing, and manipulation of Microsoft PowerPoint (.pptx) presentations using the python-pptx library. Create professional slides with text, shapes, images, charts, and tables without manual editing. How to Use Describe the presentation you want to create or modify Provide content, data, or images to include I'll generate python-pptx code and execute it Example prompts: "Create a 10-slide pitch deck from this outline" "Ad...
|
4.6K |
| 3015 | meeting-notes | claude-office-skills/skills |
Meeting Notes Overview This skill transforms raw meeting notes, transcripts, or audio summaries into clear, structured documentation with action items, decisions, and key takeaways. Use Cases: Converting messy handwritten notes to clean summaries Processing meeting transcripts Extracting action items and owners Creating meeting minutes for distribution Summarizing long discussions into key points How to Use Paste your raw meeting notes, transcript, or description Tell me the meeting type (standu...
|
4.6K |
| 3016 | write-xiaohongshu | adjfks/corner-skills |
Write Xiaohongshu(小红书:先研究再写再发) Quick Start(最短用法) 当用户给你一个主题时,直接按“步骤 0→6”跑完整流程;最终只输出: 标题(≤20 字符) 正文(≤1000 字符) 标签(xxx yyy…) 配图(1~2 张,9:16 优先) 发布结果(若小红书 MCP 可用) 硬性限制(必须遵守) 标题:≤ 20 字符 正文:≤ 1000 字符 计数口径:按“字符”计数(包含空格、标点、换行、话题 等)。为稳妥:标题尽量≤18,正文尽量≤950,留给标签/格式余量。 输出(必须包含这些块) 本 skill 的输出分两段: 分析总结报告(在完成步骤 1+2 的分析后必须先给出,结构见下方模板) 最终可发布成稿(标题+正文+标签+配图+发布结果) 标题:<不超过20字符> 正文: <不超过1000字符> 标签:标签1 标签2 标签3 ... 配图:<1~2张,9:16优先;给出图片URL或本地路径> 如果发布接口支持“标签单独字段”,则正文里不要堆 标签,把标签放到发布参数里;最终仍需保证正文自身≤1000。 总流程(必须按顺序做) f...
|
4.6K |
| 3017 | file organizer | claude-office-skills/skills |
File Organizer Intelligently organize and rename files based on their content and metadata. Overview This skill helps you: Analyze file contents to determine categorization Suggest folder structures Generate consistent naming conventions Identify and handle duplicates Create organization systems How to Use Analyze Files "Analyze these files and suggest how to organize them" "What category does this file belong to?" "Suggest a better filename for this document" Organize "Create a folder structure...
|
4.6K |
| 3018 | figma | openai/skills |
Figma → HyperFrames Bring the user's Figma work into a composition. MCP-first: you (the agent) call the Figma MCP tools, then hand their output to the pure helpers in @hyperframes/core/figma , freezing every asset locally so renders stay deterministic. Auth Requires the Figma MCP connector (one-click OAuth). If tools error unauthenticated, tell the user to connect Figma and stop. Routing Parse the user's figma link with parseFigmaRef . Then by intent: "use this layer / logo / image" → Asset impo...
|
4.6K |
| 3019 | search | anthropics/knowledge-work-plugins |
Search Skill Search the web and get relevant results optimized for LLM consumption. Authentication The script uses OAuth via the Tavily MCP server. No manual setup required - on first run, it will: Check for existing tokens in ~/.mcp-auth/ If none found, automatically open your browser for OAuth authentication Note: You must have an existing Tavily account. The OAuth flow only supports login — account creation is not available through this flow. Sign up at tavily.com first if you don't have an a...
|
4.6K |
| 3020 | product-brainstorming | anthropics/knowledge-work-plugins |
Product Brainstorming Skill You are a sharp product thinking partner — the kind of experienced PM or design lead who challenges assumptions, asks the hard questions, and pushes ideas further before anyone converges too early. You help product managers explore problem spaces, generate ideas, and stress-test thinking before it becomes a spec. Your job is not to generate deliverables. Your job is to think alongside the PM. Be opinionated. Push back. Bring in unexpected angles. Help them arrive at i...
|
4.6K |
| 3021 | seo-hreflang | agricidaniel/claude-seo |
Hreflang & International SEO Validate existing hreflang implementations or generate correct hreflang tags for multi-language and multi-region sites. Supports HTML, HTTP header, and XML sitemap implementations. Validation Checks 1. Self-Referencing Tags Every page must include an hreflang tag pointing to itself The self-referencing URL must exactly match the page's canonical URL Missing self-referencing tags cause Google to ignore the entire hreflang set 2. Return Tags If page A links to page B w...
|
4.6K |
| 3022 | clean-code | wondelai/skills |
Clean Code Skill This skill embodies the principles of "Clean Code" by Robert C. Martin (Uncle Bob). Use it to transform "code that works" into "code that is clean." 🧠 Core Philosophy "Code is clean if it can be read, and enhanced by a developer other than its original author." — Grady Booch When to Use Use this skill when: Writing new code : To ensure high quality from the start. Reviewing Pull Requests : To provide constructive, principle-based feedback. Refactoring legacy code : To identify a...
|
4.6K |
| 3023 | typescript | lobehub/lobehub |
TypeScript Code Style Guide Types and Type Safety Avoid explicit type annotations when TypeScript can infer Avoid implicitly any ; explicitly type when necessary Use accurate types: prefer Record<PropertyKey, unknown> over object or any Prefer interface for object shapes (e.g., React props); use type for unions/intersections Prefer as const satisfies XyzInterface over plain as const Prefer @ts-expect-error over @ts-ignore over as any Avoid meaningless null/undefined parameters; design strict fun...
|
4.6K |
| 3024 | crm-automation | claude-office-skills/skills |
CRM Automation Automate CRM workflows for HubSpot, Salesforce, and Pipedrive including lead management, deal tracking, pipeline automation, and multi-CRM synchronization. Based on n8n workflow templates. Overview This skill covers: Lead capture and enrichment automation Deal stage progression workflows Multi-CRM data synchronization Automated follow-up sequences Sales analytics and reporting Core Workflow Patterns 1. Lead Capture → Enrichment → Assignment ┌─────────────┐ ┌─────────────┐ ┌─...
|
4.6K |
| 3025 | social-publisher | claude-office-skills/skills |
Social Publisher Automate multi-platform social media publishing with intelligent scheduling, platform-specific optimization, and centralized content management. Based on n8n workflows like PostPulse. Overview This skill enables: One-click publishing to multiple platforms Platform-specific caption optimization Automated scheduling workflows Content tracking and analytics AI-powered caption generation Supported Platforms Platform Content Types Best Posting Times TikTok Video (9:16) 7am, 12pm, 7pm...
|
4.6K |
| 3026 | lead-research-assistant | composiohq/awesome-claude-skills |
Lead Research Assistant This skill helps you identify and qualify potential leads for your business by analyzing your product/service, understanding your ideal customer profile, and providing actionable outreach strategies. When to Use This Skill Finding potential customers or clients for your product/service Building a list of companies to reach out to for partnerships Identifying target accounts for sales outreach Researching companies that match your ideal customer profile Preparing for bus...
|
4.6K |
| 3027 | kakaotalk-mac | nomadamas/k-skill |
KakaoTalk Mac CLI What this skill does kakaocli 를 사용해 macOS에서 카카오톡 대화 목록을 확인하고, 메시지를 검색하고, 필요할 때 답장을 보낸다. 이 스킬은 macOS + 카카오톡 Mac 앱 설치 를 전제로 한다. 공식 Kakao API를 쓰는 것이 아니라 로컬 데이터베이스 읽기와 macOS 접근성 자동화 위에서 동작하므로, 권한과 안전 규칙을 먼저 확인해야 한다. When to use "카카오톡 최근 대화 목록 보여줘" "특정 채팅방 최근 메시지 찾아줘" "카카오톡 메시지 검색해줘" "내 카톡으로 테스트 메시지 보내줘" "답장 초안은 만들되 실제 전송 전에는 꼭 확인받아" When not to use macOS가 아닌 환경 카카오톡 Mac 앱이 설치되어 있지 않은 환경 사용자 확인 없이 다른 사람에게 메시지를 바로 보내야 하는 작업 카카오 공식 API 범위 안에서 해결 가능한 서버-투-서버 연동 작업 Prerequisites macOS K...
|
4.6K |
| 3028 | microinteractions | wondelai/skills |
Microinteractions Framework A systematic approach to designing the tiny, contained product moments that users interact with every day -- toggles, password fields, loading indicators, pull-to-refresh, like buttons. Based on Dan Saffer's four-part structure (Trigger, Rules, Feedback, Loops & Modes), this framework turns invisible details into the polish that separates forgettable products from beloved ones. Core Principle The difference between a product you tolerate and a product you love is almo...
|
4.6K |
| 3029 | runtime | assistant-ui/skills |
assistant-ui Runtime Always consult assistant-ui.com/llms.txt for latest API. References ./references/local-runtime.md -- useLocalRuntime deep dive ./references/external-store.md -- useExternalStoreRuntime deep dive ./references/thread-list.md -- Thread list management ./references/state-hooks.md -- State access hooks ./references/types.md -- Type definitions Runtime Hierarchy AssistantRuntime ├── ThreadListRuntime (thread management) │ ├── ThreadListItemRuntime (per-thread item) │ └── ......
|
4.6K |
| 3030 | baoyu-design | jimliu/baoyu-design |
Design You are an expert designer producing design artifacts as HTML on the user's behalf. This skill wraps a full design methodology — follow it whenever you're asked to design, mock up, prototype, wireframe, or visualize an interface. It is harness-agnostic : it runs on Claude Code, Cursor, Codex Agent, or any comparable file-capable agent, resolving each environment's unique tools from a per-harness reference doc. How to use this skill 1. Load the methodology. Read system-prompt.md (in this s...
|
4.6K |
| 3031 | agent-architecture-audit | affaan-m/ecc |
Agent Architecture Audit A diagnostic workflow for agent systems that hide failures behind wrapper layers, stale memory, retry loops, or transport/rendering mutations. When to Activate MANDATORY for: Releasing any agent or LLM-powered application to production Shipping features with tool calling, memory, or multi-step workflows Agent behavior degrades after adding wrapper layers User reports "the agent is getting worse" or "tools are flaky" Same model works in playground but breaks inside your w...
|
4.6K |
| 3032 | vite-patterns | affaan-m/ecc |
Vite Patterns Build tool and dev server patterns for Vite 8+ projects. Covers configuration, environment variables, proxy setup, library mode, dependency pre-bundling, and common production pitfalls. When to Use Configuring vite.config.ts or vite.config.js Setting up environment variables or .env files Configuring dev server proxy for API backends Optimizing build output (chunks, minification, assets) Publishing libraries with build.lib Troubleshooting dependency pre-bundling or CJS/ESM interop ...
|
4.6K |
| 3033 | ccc | cocoindex-io/cocoindex-code |
ccc - Semantic Code Search & Indexing ccc is the CLI for CocoIndex Code, providing semantic search over the current codebase and index management. Prerequisites The current project must be initialized before ccc search or ccc index can be used. If either command fails with an error about missing initialization or the tool not being found, refer to management.md for installation and initialization instructions. Searching the Codebase To perform a semantic search: ccc search < query terms > The qu...
|
4.6K |
| 3034 | seo-programmatic | agricidaniel/claude-seo |
Programmatic SEO Analysis & Planning Build and audit SEO pages generated at scale from structured data sources. Enforces quality gates to prevent thin content penalties and index bloat. Data Source Assessment Evaluate the data powering programmatic pages: CSV/JSON files : Row count, column uniqueness, missing values API endpoints : Response structure, data freshness, rate limits Database queries : Record count, field completeness, update frequency Data quality checks: Each record must have enoug...
|
4.6K |
| 3035 | platform-apex-logs-debug | forcedotcom/sf-skills |
platform-apex-logs-debug: 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 platform-apex-logs-debug when the work involves: .log files from Salesforce stack traces and exception analysis governor limits SOQL / DML / CPU / heap trou...
|
4.6K |
| 3036 | frontend-design | julianoczkowski/designer-skills |
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 :...
|
4.6K |
| 3037 | seo-backlinks | agricidaniel/claude-seo |
Backlink Profile Analysis Source Detection Before analysis, detect available data sources: DataForSEO MCP (premium): Check if dataforseo_backlinks_summary tool is available Moz API (free signup): python scripts/backlinks_auth.py --check moz --json Bing Webmaster (free signup): python scripts/backlinks_auth.py --check bing --json Common Crawl (always available): Domain-level graph with PageRank Verification Crawler (always available): Checks if known backlinks still exist Run python scripts/backl...
|
4.6K |
| 3038 | eve | vercel/eve |
eve eve is a filesystem-first framework for durable backend AI agents. An agent is a directory on disk — instructions, skills, tools, connections, channels, subagents, and schedules are all files — and eve compiles and runs it. Source of truth The complete documentation ships inside the eve package. Do not rely on this skill for guidance — always read the bundled docs, which match the installed version exactly: node_modules/eve/docs/ Start with node_modules/eve/docs/README.md . It contains the f...
|
4.6K |
| 3039 | clanker-discipline | gbasin/clanker-discipline |
Clanker Discipline Apply these rules when writing or reviewing state types, data models, and functions that manage application state. Agents tend to add flags, optional fields, and special cases that compound into state nobody intended — catch that before it lands. When you find violations, refactor fully. The goal is clean, maintainable code, not minimal diffs. Rip out the flags, reshape the types, restructure the functions. A bigger diff now is better than layering workarounds that compound la...
|
4.6K |
| 3040 | platform-apex-test-run | forcedotcom/sf-skills |
platform-apex-test-run: Salesforce Test Execution & Coverage Analysis Use this skill when the user needs Apex test execution and failure analysis : running tests, checking coverage, interpreting failures, improving coverage, and managing a disciplined test-fix loop for Salesforce code. When This Skill Owns the Task Use platform-apex-test-run when the work involves: sf apex run test workflows Apex unit-test failures code coverage analysis identifying uncovered lines and missing test scenarios str...
|
4.6K |
| 3041 | product-designer | borghei/claude-skills |
Product Designer Expert-level product design for digital products. Core Competencies User experience design User interface design Design systems Prototyping User research Interaction design Visual design Design thinking Design Process Double Diamond ┌─────────────────────────────────────────────────────────────┐ │ DISCOVER │ │ Diverge: Research, explore, understand the problem │ └──────────────────────────┬──────────────────────────...
|
4.6K |
| 3042 | solana-vulnerability-scanner | trailofbits/skills |
Solana Vulnerability Scanner 1. Purpose Systematically scan Solana programs (native and Anchor framework) for platform-specific security vulnerabilities related to cross-program invocations, account validation, and program-derived addresses. This skill encodes 6 critical vulnerability patterns unique to Solana's account model. 2. When to Use This Skill Auditing Solana programs (native Rust or Anchor) Reviewing cross-program invocation (CPI) logic Validating program-derived address (PDA) implem...
|
4.6K |
| 3043 | sarif-parsing | trailofbits/skills |
SARIF Parsing Best Practices You are a SARIF parsing expert. Your role is to help users effectively read, analyze, and process SARIF files from static analysis tools. When to Use Use this skill when: Reading or interpreting static analysis scan results in SARIF format Aggregating findings from multiple security tools Deduplicating or filtering security alerts Extracting specific vulnerabilities from SARIF files Integrating SARIF data into CI/CD pipelines Converting SARIF output to other form...
|
4.6K |
| 3044 | mysql-patterns | affaan-m/ecc |
MySQL Patterns Use this skill when working on MySQL or MariaDB schema design, migrations, slow-query investigation, queue-style transactions, connection pools, or production database configuration. Prefer exact version checks before applying a feature-specific pattern because MySQL and MariaDB have diverged in several SQL details. Activation Designing MySQL or MariaDB tables, indexes, and constraints Reviewing migrations before they run on large production tables Debugging slow queries, lock wai...
|
4.6K |
| 3045 | cargo-content | getcargohq/cargo-skills |
Cargo CLI — Content Workspace knowledge management: upload and organize files (PDFs, CSVs, text) and group or sync them into libraries . These are the binary/grouped knowledge resources that ground agent responses (retrieval-augmented generation, RAG). New top-level domain (CLI ≥ 1.0.19). Files and libraries moved out of the ai domain into the content domain — cargo-ai content file … and cargo-ai content library … . The old cargo-ai ai file … commands no longer exist; an unknown command error me...
|
4.6K |
| 3046 | platform-docs-get | forcedotcom/sf-skills |
platform-docs-get Use this skill to retrieve and ground answers in official Salesforce documentation on the public web . This skill provides a reliable online retrieval playbook for Salesforce docs that are hard to fetch, especially help.salesforce.com , JS-heavy developer.salesforce.com , Lightning Design System docs on lightningdesignsystem.com , and other official Salesforce-owned doc pages such as architect.salesforce.com and admin.salesforce.com . Optional extraction scripts are available i...
|
4.6K |
| 3047 | grill-me | julianoczkowski/designer-skills |
Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. If a question can be answered by exploring the codebase, explore the codebase instead.
|
4.6K |
| 3048 | thread-list | assistant-ui/skills |
assistant-ui Thread List Always consult assistant-ui.com/llms.txt for latest API. Manage multiple chat threads with built-in or custom UI. References ./references/management.md -- Thread CRUD operations ./references/custom-ui.md -- Custom thread list UI Quick Start Thread list is available with useChatRuntime + cloud: import { AssistantCloud } from "assistant-cloud"; import { useChatRuntime, AssistantChatTransport } from "@assistant-ui/react-ai-sdk"; import { AssistantRuntimeProvider, Threa...
|
4.6K |
| 3049 | dagster-expert | dagster-io/skills |
dg CLI The dg CLI is the recommended way to programmatically interact with Dagster (adding definitions, launching runs, exploring project structure, etc.). It is installed as part of the dagster-dg-cli package. If a relevant CLI command for a given task exists, always attempt to use it. ONLY explore the existing project structure if it is strictly necessary to accomplish the user's goal. In many cases, existing CLI tools will have sufficient understanding of the project structure, meaning listin...
|
4.6K |
| 3050 | motion-ui | affaan-m/ecc |
Motion System v4.2 Production-ready UI motion system for React / Next.js. Focused on performance, accessibility, and usability — not decoration. When to Use Use this motion system when motion: Guides attention (e.g., onboarding, key actions) Communicates state (loading, success, error, transitions) Preserves spatial continuity (layout changes, navigation) Appropriate Scenarios Interactive components (buttons, modals, menus) State transitions (loading → loaded, open → closed) Navigation and layou...
|
4.6K |