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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
25,510
总 Skills
97.6M
总安装量
2,623
贡献者
# Skill 仓库 描述 安装量
3901 naver-news-search nomadamas/k-skill
Naver News Search What this skill does k-skill-proxy 가 네이버 검색 Open API 뉴스 검색( openapi.naver.com/v1/search/news.json )을 호출해 최근 뉴스 기사 후보를 정규화된 JSON 으로 돌려준다. 검색어 기반 최신 뉴스 후보 목록을 정리한다. 기사 제목, 본문 요약(description), 발행 시각( pub_date / pub_date_iso ), 네이버 뉴스 링크( link ), 원문 링크( original_link )를 제공한다. Naver 가 응답에 섞어주는 <b> 하이라이트 태그와 HTML entity( &amp; , &quot; , &lt; 등)는 proxy 쪽에서 미리 제거한다. 사용자 로그인·개인화·회원 전용 뉴스는 지원하지 않는다. When to use "오늘 삼성전자 관련 뉴스 찾아줘" "최근 AI 규제 관련 기사 최신순으로 5개만" "네이버 뉴스에서 금리 인상 기사 요약해줘" "이 사...
2K
3902 paper-audit bahayonghang/academic-writing-skills
Paper Audit Skill Unified academic paper auditing across formats and languages. Steps Parse the paper path and mode from $ARGUMENTS . If missing, confirm the target .tex , .typ , or .pdf file. Review evaluation criteria in $SKILL_DIR/references/REVIEW_CRITERIA.md and $SKILL_DIR/references/CHECKLIST.md . Run the orchestrator: python $SKILL_DIR/scripts/audit.py $ARGUMENTS . Present the MD report directly to the user. Distinguish between automated findings and LLM-judgment scores. If in review mode...
2K
3903 longbridge longbridge/skills
Longbridge Developers Platform Full-stack financial data and trading platform: CLI, Python/Rust SDK, MCP, and LLM integration. Official docs: https://open.longbridge.com llms.txt: https://open.longbridge.com/llms.txt For setup and authentication details, see references/setup.md . Investment Analysis Workflow When the user asks about stock performance, portfolio advice, or market analysis: Get live data via CLI — quotes, positions, K-line history, intraday Get news/catalysts via CLI — prefer Long...
2K
3904 setup-pre-commit vinvcn/mattpocock-skills-zh-cn
Setup Pre-Commit Hooks What This Sets Up Husky pre-commit hook lint-staged running Prettier on all staged files Prettier config (if missing) typecheck and test scripts in the pre-commit hook Steps 1. Detect package manager Check for package-lock.json (npm), pnpm-lock.yaml (pnpm), yarn.lock (yarn), bun.lockb (bun). Use whichever is present. Default to npm if unclear. 2. Install dependencies Install as devDependencies: husky lint-staged prettier 3. Initialize Husky npx husky init This creates .hus...
2K
3905 scaffold-exercises vinvcn/mattpocock-skills-zh-cn
Scaffold Exercises Create exercise directory structures that pass pnpm ai-hero-cli internal lint , then commit with git commit . Directory naming Sections : XX-section-name/ inside exercises/ (e.g., 01-retrieval-skill-building ) Exercises : XX.YY-exercise-name/ inside a section (e.g., 01.03-retrieval-with-bm25 ) Section number = XX , exercise number = XX.YY Names are dash-case (lowercase, hyphens) Exercise variants Each exercise needs at least one of these subfolders: problem/ - student workspac...
2K
3906 mcp vercel-labs/json-render
@json-render/mcp MCP Apps integration that serves json-render UIs as interactive MCP Apps inside Claude, ChatGPT, Cursor, VS Code, and other MCP-capable clients. Quick Start Server (Node.js) import { createMcpApp } from "@json-render/mcp" ; import { defineCatalog } from "@json-render/core" ; import { schema } from "@json-render/react/schema" ; import { shadcnComponentDefinitions } from "@json-render/shadcn/catalog" ; import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js...
2K
3907 tanstack-start jezweb/claude-skills
TanStack Start Skills Overview TanStack Start is a full-stack React framework built on TanStack Router, powered by Vite and Nitro (via Vinxi). It provides server-side rendering, streaming, server functions (RPC), middleware, API routes, and deploys to any platform via Nitro presets. Package: @tanstack/react-start Router Plugin: @tanstack/router-plugin Build Tool: Vinxi (Vite + Nitro) Status: RC (Release Candidate) RSC Support: React Server Components support is in active development and will lan...
2K
3908 hermes-history-ingest ar9av/obsidian-wiki
Hermes History Ingest — Conversation & Memory Mining You are extracting knowledge from the user's Hermes agent history and distilling it into the Obsidian wiki. Hermes stores both free-form memories and structured session transcripts — focus on durable knowledge, not operational telemetry. This skill can be invoked directly or via the wiki-history-ingest router ( /wiki-history-ingest hermes ). Before You Start Read .env to get OBSIDIAN_VAULT_PATH and HERMES_HISTORY_PATH (default to ~/.hermes if ...
2K
3909 azure-verified-modules hashicorp/agent-skills
Azure Verified Modules (AVM) Requirements This guide covers the mandatory requirements for Azure Verified Modules certification. These requirements ensure consistency, quality, and maintainability across Azure Terraform modules. References: Azure Verified Modules AVM Terraform Requirements Table of Contents Module Cross-Referencing Azure Provider Requirements Code Style Standards Variable Requirements Output Requirements Local Values Standards Terraform Configuration Requirements Testing Requ...
2K
3910 tiktok-captions kostja94/marketing-skills
Platforms: TikTok Guides TikTok caption and video script creation. Use for generating publish-ready captions and video specs. Suitable for copy agents, video agents (format, length), and design agents (thumbnail). 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 when the user asks to skip, go directly to the main output. Output: Publish-Ready Copy This skill enables agents to genera...
2K
3911 product-strategy-session deanpeters/product-manager-skills
Purpose Guide product managers through a comprehensive product strategy session by orchestrating positioning, problem framing, customer discovery, and roadmap planning skills into a cohesive end-to-end process. Use this to move from vague strategic direction to concrete, validated product strategy with clear positioning, target customers, problem statements, and prioritized roadmap—ensuring alignment across stakeholders before committing to execution. This is not a one-time workshop—it's a repea...
2K
3912 api-sec yaklang/hack-skills
API Security Router 这是 API 安全测试的分类入口。 先用这个 skill 判断当前 API 更像是文档和资产发现、对象授权、令牌信任问题,还是 GraphQL 与隐藏参数问题,再进入更细的专题 skill。 When to Use 目标暴露 REST API、移动端后端或 GraphQL 接口 你需要先确定 API 测试顺序,再进入具体专题 你想把对象授权、JWT、GraphQL、隐藏字段这些方向分开处理 Skill Map API Recon and Docs : OpenAPI、Swagger、版本漂移、隐藏文档 API Authorization and BOLA : BOLA、BFLA、方法滥用、隐藏可写字段 API Auth and JWT Abuse : Bearer token、Header 信任、Claim 滥用、限流绕过 GraphQL and Hidden Parameters : introspection、batching、未公开字段、隐藏参数 Quick Triage Observation Route Swagger 或 OpenAP...
2K
3913 xss-cross-site-scripting yaklang/hack-skills
SKILL: Cross-Site Scripting (XSS) — Expert Attack Playbook AI LOAD INSTRUCTION : This skill covers non-obvious XSS techniques, context-specific payload selection, WAF bypass, CSP bypass, and post-exploitation. Assume the reader already knows — this file only covers what base models typically miss. For real-world CVE cases, HttpOnly bypass strategies, XS-Leaks side channels, and session fixation attacks, load the companion SCENARIOS.md . 0. RELATED ROUTING Extended Scenarios Also load SCENARIOS....
2K
3914 video-marketing kostja94/marketing-skills
Content: Video Marketing Guides video marketing strategy and script creation for short-form and long-form content. Short-form commands ~82% of internet traffic with 2.5× more engagement than long-form; 71% of viewers decide within 3 seconds whether to continue. Use this skill when planning video content, writing scripts, or optimizing for platforms. 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 su...
2K
3915 k-dart nomadamas/k-skill
k-dart — 금감원 DART 전자공시 조회 What this skill does API_K_DART 환경변수에 담긴 인증키로 DART OpenAPI( https://opendart.fss.or.kr/api/ )를 직접 호출해 공시·재무·주요사항 정보를 조회한다. 프록시를 거치지 않는다. When to use "삼성전자 최근 공시 보여줘" "카카오 기업개황 알려줘" "LG에너지솔루션 2024년 연간 재무제표" "네이버 배당 현황" "하이브 전환사채 발행 이력" "셀트리온 소송 현황" "SK하이닉스 감사의견" "현대차 증자/감자 이력" "삼성바이오 자기주식 취득/처분" When not to use 실시간 주가/호가/체결 조회 → korean-stock-search 스킬 해외 기업 공시 투자 자문/매수 추천 Prerequisites API_K_DART 환경변수가 설정되어 있어야 한다. 키 발급: https://opendart.fss.or.kr/uss/umt/EgovMberInsertV...
2K
3916 migrate-to-shoehorn vinvcn/mattpocock-skills-zh-cn
Migrate to Shoehorn Why shoehorn? shoehorn lets you pass partial data in tests while keeping TypeScript happy. It replaces as assertions with type-safe alternatives. Test code only. Never use shoehorn in production code. Problems with as in tests: Trained not to use it Must manually specify target type Double-as ( as unknown as Type ) for intentionally wrong data Install npm i @total-typescript/shoehorn Migration patterns Large objects with few needed properties Before: type Request = { body : {...
2K
3917 humanizer blader/humanizer
Humanizer: Remove AI Writing Patterns You are a writing editor that identifies and removes signs of AI-generated text to make writing sound more natural and human. This guide is based on Wikipedia's "Signs of AI writing" page, maintained by WikiProject AI Cleanup. Your Task When given text to humanize: Identify AI patterns - Scan for the patterns listed below Rewrite problematic sections - Replace AI-isms with natural alternatives Preserve meaning - Keep the core message intact Maintain voice - ...
2K
3918 margin-trading binance/binance-skills-hub
Binance Margin-trading Skill Margin-trading request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format. Quick Reference Endpoint Description Required Optional Authentication /sapi/v1/margin/max-leverage (POST) Adjust cross margin max leverage (USER_DATA) maxLeverage None Yes /sapi/v1/margin/isolated/account (DELETE) Disable Isolated Margin Account (TRADE) symbol recvWindow Yes /sapi/v1/margin/isolated/account (POS...
1.9K
3919 opencli-operate jackwener/opencli
OpenCLI Operate — Browser Automation for AI Agents Control Chrome step-by-step via CLI. Reuses existing login sessions — no passwords needed. Prerequisites opencli doctor Verify extension + daemon connectivity Requires: Chrome running + OpenCLI Browser Bridge extension installed. Critical Rules ALWAYS use state to inspect the page, NEVER use screenshot — state returns structured DOM with [N] element indices, is instant and costs zero tokens. screenshot requires vision processing and is slow. On...
1.9K
3920 chatroom-austrian dontbesilent2025/dbskill
chatroom-austrian:奥派经济聊天室 你是奥派经济聊天室的主持人。协调哈耶克、米塞斯、Claude 三个角色的对话。 核心哲学 哈耶克:知识分散性 追问知识条件:决策需要哪些知识?分散在谁手里? 检查涌现可能:秩序是设计的还是自发形成的? 寻找信息机制:有没有类似价格的信号在聚合分散知识? 米塞斯:人类行为学 先验推理:从「人会行动」出发,用逻辑推导经济规律 追问因果链:现象的根本原因是什么? 拒绝妥协:原则对就不能因「现实困难」让步 Claude 判官:质量把关 防止套公式:如果有人硬套理论,直接点出 补盲区:两人都没提到但重要的视角 给收获:用户可以带走的具体判断或行动建议 工作流程 Phase 1:接收问题 skill 启动后,说: 奥派经济聊天室。说个话题,哈耶克、米塞斯和我会一起聊。 如果用户已带问题,直接进入 Phase 2。 Phase 2:并行启动两个角色 收到问题后, 同时 用 Agent tool 启动哈耶克和米塞斯。 哈耶克 Agent description: "哈耶克回应" model: "sonnet" prompt: | 你是弗里德里希·哈耶...
1.9K
3921 feishu-doc m1heng/clawdbot-feishu
Feishu Document Tool Single tool feishu_doc with action parameter for all document operations including comment management. Token Extraction From URL https://xxx.feishu.cn/docx/ABC123def → doc_token = ABC123def From URL https://xxx.feishu.cn/docs/doccn123c → doc_token = doccn123c Actions Read Document { "action" : "read" , "doc_token" : "ABC123def" } Returns: title, plain text content, block statistics. Check hint field - if present, structured content (tables, images) exists that requires list_...
1.9K
3922 resume tailor paramchoudhary/resumeskills
Use this skill when the user wants to: - Customize their resume for a specific job posting - Adjust their resume to match job requirements - Create a targeted version of their resume - Mentions: "tailor resume", "customize resume", "target role", "specific job", "match job description" Use AFTER job-description-analyzer to know what to emphasize. Core Capabilities - Reorder experience sections by relevance to target role - Adjust professional summary for specific position - Add missing...
1.9K
3923 cover letter generator paramchoudhary/resumeskills
Use this skill when the user wants to: - Write a cover letter for a job application - Create a personalized application letter - Address specific job requirements in letter format - Mentions: "cover letter", "application letter", "write cover letter", "letter for job" Use AFTER analyzing job description to have clear talking points. Core Capabilities - Generate personalized cover letters from resume + job description - Match tone to company culture - Address qualification gaps strategi...
1.9K
3924 video-translation noizai/skills
Video Translation Translate a video's speech into another language, using TTS to generate the dubbed audio and replacing the original audio track. Triggers translate this video dub this video to English 把视频从 X 语译成 Y 语 视频翻译 Use Cases The user wants to watch a foreign language YouTube video but prefers to hear it in their native language. The user provides a video link and explicitly requests changing the audio language. Workflow When the user asks to translate a video: Download Video & Subtitles ...
1.9K
3925 target-serp calm-north/seojuice-skills
Target SERP Identify and capture featured snippets, People Also Ask boxes, knowledge panels, and rich results for target keywords. SERP Feature Types Feature Trigger Content Format Needed Featured Snippet (paragraph) "What is", "how does", definitional queries 40-60 word direct answer under an H2/H3 matching the query Featured Snippet (list) "How to", "steps to", "best", "top" Ordered or unordered list with H2/H3 heading Featured Snippet (table) Comparison, pricing, specs queries HTML <table> wi...
1.9K
3926 android device automation web-infra-dev/midscene-skills
Android 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 fo...
1.9K
3927 openrouter-typescript-sdk openrouterteam/agent-skills
OpenRouter TypeScript SDK A comprehensive TypeScript SDK for interacting with OpenRouter's unified API, providing access to 300+ AI models through a single, type-safe interface. This skill enables AI agents to leverage the callModel pattern for text generation, tool usage, streaming, and multi-turn conversations. Installation npm install @openrouter/sdk Setup Get your API key from openrouter.ai/settings/keys, then initialize: import OpenRouter from '@openrouter/sdk'; const client = new Ope...
1.9K
3928 asc-workflow rudrankriyam/app-store-connect-cli-skills
asc workflow Use this skill when you need lane-style automation inside the CLI using: asc workflow run asc workflow validate asc workflow list This feature is best for deterministic automation that lives in your repo, is reviewable in PRs, and can run the same way locally and in CI. Command discovery Always use --help to confirm flags and subcommands: asc workflow --help asc workflow run --help asc workflow validate --help asc workflow list --help End-to-end flow Author .asc/workflow.json Valida...
1.9K
3929 engineering-advanced-skills alirezarezvani/claude-skills
Engineering Advanced Skills (POWERFUL Tier) 25 advanced engineering skills for complex architecture, automation, and platform operations. Quick Start Claude Code /read engineering/agent-designer/SKILL.md Codex CLI npx agent-skills-cli add alirezarezvani/claude-skills/engineering Skills Overview Skill Folder Focus Agent Designer agent-designer/ Multi-agent architecture patterns Agent Workflow Designer agent-workflow-designer/ Workflow orchestration API Design Reviewer api-design-reviewer/ REST/Gr...
1.9K
3930 code-quality cognitedata/builder-skills
Code Quality Review Review $ARGUMENTS (or the whole app if no argument is given) for code quality issues. Work through every step below in order and report all findings with file paths and line numbers. Step 1 — Run the linter first Before reading any code manually, get a baseline from the automated tools: pnpm run lint List every error and warning. Fix all errors before proceeding — lint errors are not negotiable. Warnings should be reviewed and resolved unless there is a documented exception. ...
1.9K
3931 element-plus-vue3 teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: Install and set up Element Plus in a Vue 3 project Use Element Plus components in Vue 3 applications Configure Element Plus (global config, i18n, theme, etc.) Use form components (Button, Input, Form, etc.) Use data display components (Table, Card, etc.) Use feedback components (Message, Notification, Dialog, etc.) Use navigation components (Menu, Tabs, etc.) Customize component styles and themes Handle component events Understa...
1.9K
3932 product-skills alirezarezvani/claude-skills
Product Team Skills 8 production-ready product skills covering product management, UX/UI design, and SaaS development. Quick Start Claude Code /read product-team/product-manager-toolkit/SKILL.md Codex CLI npx agent-skills-cli add alirezarezvani/claude-skills/product-team Skills Overview Skill Folder Focus Product Manager Toolkit product-manager-toolkit/ RICE prioritization, customer discovery, PRDs Agile Product Owner agile-product-owner/ User stories, sprint planning, backlog Product Strategist...
1.9K
3933 photoshop sfkislev/flue
This skill lets a coding agent operate Adobe Photoshop on the desktop through Flue , a local shell-to-application bridge. The agent pipes ExtendScript into photoshop_bridge.py and gets structured JSON back. agent shell -> photoshop_bridge.py -> ExtendScript -> JSON result When to use The human requests work performed inside Photoshop — inspect the open document, layers, selection; make bounded edits; run small ExtendScript steps. A CLI agent cannot act inside Photoshop without a bridge like Flue...
1.9K
3934 dependencies-audit cognitedata/builder-skills
Dependencies Fix Find and fix all dependency issues in $ARGUMENTS (or the root package.json if no argument is given) — vulnerabilities, outdated packages, deprecated dependencies, license problems, and supply-chain risks. This skill produces the review-packages.md artifact required by the Flows app review process. Step 1 — Read and list all dependencies List all dependencies and devDependencies node -e " const pkg = require('./package.json'); console.log('=== Dependencies ==='); Object.entries(...
1.9K
3935 conventional-git samber/cc-skills
Conventional Commits & Branch Naming Follow Conventional Commits v1.0.0 for both branch names and commit messages — consistent naming lets tools auto-generate changelogs, enforce SemVer bumps, and filter history by concern. Branch Naming Format: <type>/[issue-]<description> — lowercase, hyphens only, no special chars except / . feat/user-authentication feat/42-user-authentication fix/login-race-condition fix/87-login-race-condition docs/api-reference-update refactor/payment-module Prefix with th...
1.9K
3936 promql-cli samber/cc-skills
promql-cli — Prometheus Query CLI Skill promql-cli (github.com/nalbury/promql-cli) is a Go CLI for querying, analyzing, and visualizing Prometheus metrics, plus PromQL fundamentals. Reference Files Read the relevant reference file(s) before executing tasks: File When to read references/installation.md User needs to install promql-cli or set up configuration (hosts, auth, token, password, multi-host) references/usage.md User wants to discover metrics/exporters/labels, run queries, or choose outpu...
1.9K
3937 substack-ghostwriting samber/cc-skills
Substack Ghostwriting & Content Optimization A skill for writing Substack content — both newsletter issues (email-first) and web posts (web-first articles/essays) — that grows subscribers and converts readers. Handles two voice modes (own voice, ghostwriting) and two format modes (newsletter issue, web post). Core philosophy Substack is not a blog with an email list. It's a social-media-newsletter hybrid with an algorithm that optimizes for subscriptions, not engagement. This changes everything ...
1.9K
3938 technical-article-writer samber/cc-skills
Technical Article Writer Write technical articles that developers actually want to read. This skill combines structural frameworks from technical writing, hook engineering from copywriting, and practitioner-tested patterns for developer content. Core philosophy Most technical articles fail because of structural problems, not bad ideas: burying the lede, mixing content types, weak openings, no clear motivation, or trying to cover too much. Developer audiences have a built-in BS detector. The best...
1.9K
3939 release tobi/qmd
Release Workflow This skill provides a systematic workflow for creating and publishing releases for the linear-cli project. It handles changelog management, version bumping, testing, and tagging. When to Use Use this skill when preparing to release a new version of linear-cli. The workflow ensures all changes are documented, tests pass, and versions are properly tagged before publishing. Prerequisites Ensure the following tools are available: changelog skill for changelog management svbump for v...
1.9K
3940 press-release-writer samber/cc-skills
Persona: You are an expert PR writer who combines journalistic discipline with strategic communication. You write press releases that journalists actually want to read: factual, structured, newsworthy, and free of marketing fluff. Core Philosophy A press release is a news document , not an advertisement. If there is no genuine news, no amount of craft will save the release. 72% of journalists still cite press releases as their most useful PR resource, but 77% of pitches they receive are irreleva...
1.9K
3941 agency-agents-ai-specialists aradotso/trending-skills
🎭 Agency Agents — AI Specialist Personalities Skill by ara.so — Daily 2026 Skills collection. A curated collection of 50+ specialized AI agent personalities for Claude Code, Cursor, Aider, Windsurf, Copilot, and more. Each agent has deep domain expertise, a distinct personality, defined workflows, and measurable deliverables — covering engineering, design, marketing, sales, paid media, and beyond. Installation Prerequisites git clone https://github.com/msitarzewski/agency-agents.git cd agency-ag...
1.9K
3942 cli-mastery github/awesome-copilot
Copilot CLI Mastery UTILITY SKILL — interactive Copilot CLI trainer. INVOKES: ask_user , sql , view USE FOR: "cliexpert", "teach me the Copilot CLI", "quiz me on slash commands", "CLI cheat sheet", "copilot CLI final exam" DO NOT USE FOR: general coding, non-CLI questions, IDE-only features Routing and Content Trigger Action "cliexpert", "teach me" Read next references/module-N-*.md , teach "quiz me", "test me" Read current module, 5+ questions via ask_user "scenario", "challenge" Read reference...
1.9K
3943 pm-skills alirezarezvani/claude-skills
Project Management Skills 6 production-ready project management skills with Atlassian MCP integration. Quick Start Claude Code /read project-management/jira-expert/SKILL.md Codex CLI npx agent-skills-cli add alirezarezvani/claude-skills/project-management Skills Overview Skill Folder Focus Senior PM senior-pm/ Portfolio management, risk analysis, resource planning Scrum Master scrum-master/ Velocity forecasting, sprint health, retrospectives Jira Expert jira-expert/ JQL queries, workflows, autom...
1.9K
3944 agent-browser-automation aradotso/trending-skills
agent-browser Skill by ara.so — Daily 2026 Skills collection. agent-browser is a headless browser automation CLI built in Rust, designed for AI agents. It wraps Chrome via the Chrome DevTools Protocol (CDP) and exposes a fast, ergonomic command-line interface for navigation, interaction, accessibility snapshots, screenshots, network interception, and more — with no Node.js or Playwright runtime required. Installation Recommended (npm global) npm install -g agent-browser agent-browser install Do...
1.9K
3945 design cognitedata/builder-skills
Design: Build It With a Point of View Prefix your first line with 🥷 inline, not as its own paragraph. If it could have been generated by a default prompt, it is not good enough. Lock the Direction First Before writing any code, ask the user directly, using the environment's native question or approval mechanism if it has one: Who uses this, and in what context? Analyst dashboard differs from landing page or onboarding flow. See "App shell exception" below if the answer is a sidebar + main worksp...
1.9K
3946 reveal-3d cognitedata/builder-skills
Reveal 3D Viewer Add a Cognite Reveal 3D viewer to a Flows app by copying the bundled source into the target app. Renders CAD models from CDF, with support for model browsing, direct model/revision IDs, or FDM-linked assets. FDM instance to visualize: $ARGUMENTS Use This When The user wants to embed an interactive Cognite Reveal viewer for CDF 3D/CAD content in a Flows app. Do not use this skill for static diagrams, graph visualizations, or unrelated custom Three.js scenes. Prerequisites The app...
1.9K
3947 brainstorming sickn33/antigravity-awesome-skills
Brainstorming Ideas Into Designs Help turn ideas into fully formed designs and specs through natural collaborative dialogue. Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design and get user approval. Anti-Pattern: "This Is Too Simple To Need A Design" Every project goes through this process. A todo list, a single-function utility, a config change — all of them. "Simple" projects are ...
1.9K
3948 copywriting-cta samber/cc-skills
End-of-Article CTA Designer Designing an end-of-article CTA is a function of three inputs: the objective (what action), the audience (who reads it, in what relationship to the author), and the context (independent writing, newsletter, brand publication). Get those three right and the copy + form follow almost mechanically. Skip them and you get the universal failure mode: a generic "Subscribe for more" or "Learn More" that converts at the noise floor. This skill runs a tight interview to capture...
1.9K
3949 deploying-omnistudio-datapacks forcedotcom/sf-skills
No SKILL.md available for this skill. View on GitHub Installs 465 Repository forcedotcom/sf-skills GitHub Stars 406 First Seen May 14, 2026
1.9K
3950 creating-b2b-commerce-store forcedotcom/sf-skills
Commerce B2B Storefront Creation Interactive workflow to create a Commerce B2B Store in Salesforce and retrieve the auto-generated storefront metadata to your repository. Critical Concepts Commerce B2B = Store (backend data) + Storefront (frontend metadata). Store must be created first in the org to auto-generate the Storefront. Never create storefront metadata manually. See Store vs Storefront Reference When to Use This Skill Trigger when users request: "Create a B2B Commerce store" "Build a Co...
1.9K