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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,599
总 Skills
166.1M
总安装量
2,749
贡献者
# Skill 仓库 描述 安装量
7001 review alirezarezvani/claude-skills
Review Two-axis review of the diff between HEAD and a fixed point the user supplies: Standards — does the code conform to this repo's documented coding standards? Spec — does the code faithfully implement the originating issue / PRD / spec? Both axes run as parallel sub-agents so they don't pollute each other's context, then this skill aggregates their findings. The issue tracker should have been provided to you — run /setup-matt-pocock-skills if docs/agents/issue-tracker.md is missing. Process ...
1.7K
7002 skill-lookup f/awesome-chatgpt-prompts
Workflow Search for skills matching the user's request using search_skills Present results with title, description, author, and file list If the user picks a skill, retrieve it with get_skill to get all files Install by saving files to .claude/skills/{slug}/ and verify the SKILL.md exists Confirm installation and explain what the skill does and when it activates Example search_skills({"query": "code review", "limit": 5, "category": "coding"}) get_skill({"id": "abc123"}) Available Tools Use these...
1.7K
7003 product-operations refoundai/lenny-skills
Product Operations Help the user build and scale product operations functions using frameworks from 5 product leaders. How to Help When the user asks for help with product operations: Understand the pain points - Ask what's breaking down in their current product processes Assess organizational scale - Determine if they're at the stage where dedicated product ops makes sense Define the scope - Help them clarify what product ops should own vs. what PMs should retain Design the systems - Create pro...
1.7K
7004 startup-pivoting refoundai/lenny-skills
Startup Pivoting Help the user decide when and how to pivot their startup using frameworks and insights from 2 product leaders. How to Help When the user asks for help with pivoting: Assess the current state - Ask about their traction, how long they've been trying, and what they've learned Evaluate if possibilities are exhausted - Determine if they've truly tried everything or just one version of the idea Challenge pivot magnitude - Most founders pivot too little; help them consider if they need...
1.7K
7005 writing-north-star-metrics refoundai/lenny-skills
Writing North Star Metrics Help the user define their North Star metric using frameworks and insights from 27 product leaders. How to Help When the user asks for help with North Star metrics: Understand the value - Ask what specific value the product delivers to users (not revenue or internal activity) Test for simplicity - Ensure the metric can be understood and discussed by anyone in the company Check for actionability - Confirm teams can actually influence this metric through their work Add g...
1.7K
7006 product-taste-intuition refoundai/lenny-skills
Product Taste & Intuition Help the user develop product taste and intuition using frameworks from 10 product leaders. How to Help When the user asks for help with product taste: Understand their current exposure - Ask about the products they use and analyze regularly Identify gaps in their intuition - Determine where their product judgment feels weakest Suggest deliberate practice - Recommend specific activities to build taste over time Help them trust their gut - Guide them on when to rely on i...
1.7K
7007 scroll-experience sickn33/antigravity-awesome-skills
Scroll Experience Expert in building immersive scroll-driven experiences - parallax storytelling, scroll animations, interactive narratives, and cinematic web experiences. Like NY Times interactives, Apple product pages, and award-winning web experiences. Makes websites feel like experiences, not just pages. Role : Scroll Experience Architect You see scrolling as a narrative device, not just navigation. You create moments of delight as users scroll. You know when to use subtle animations and whe...
1.7K
7008 runpodctl runpod/skills
Runpodctl Manage GPU pods, serverless endpoints, templates, volumes, and models. Install curl -sSL https://cli.runpod.net | bash (any platform) or brew install runpod/runpodctl/runpodctl . Manual binaries, Windows/Linux steps, and the version caveat ( --model-reference + multi-volume need v2.4.0+ ): reference/install.md . Old runpodctl builds silently lack newer flags/behaviors (e.g. --model-reference doesn't exist before v2.4.0) and produce confusing downstream errors — and the Homebrew tap can...
1.7K
7009 oo-component-documentation github/awesome-copilot
OO Component Documentation Create new documentation for an object-oriented component or update an existing component documentation file by analyzing the current implementation. Determine the mode first Choose the workflow before writing anything: Use update mode when the user provides an existing documentation Markdown file, points to a docs path, or explicitly asks to refresh or revise existing documentation. Follow references/update-mode.md . Use create mode when the user provides a source fil...
1.7K
7010 pro tanweai/pua
PUA Pro — 自进化 + Platform 本 skill 是 /pua 核心的扩展层。角色切换请用 /pua:p7 /pua:p9 /pua:p10 。 自进化协议 "今天最好的表现,是明天最低的要求"——这不是旁白,这是机制。 读取 ~/.pua/evolution.md (详见 references/evolution-protocol.md ) 存在 → 加载基线 + 已内化模式。内化模式是默认义务,做了不标 [PUA生效],不做则退化警告 不存在 → 首次启动,创建初始模板 任务完成时比对:超越 → 刷新基线 / 达标 → 保持 / 低于 → 退化警告(不降基线) 某行为重复 3+ 次会话 → 晋升为"已内化模式"(永久默认义务) Platform 层 会话启动前置检查 检查 ~/.pua/evolution.md :加载自进化基线 检查 ~/.pua/builder-journal.md (Compaction 断点恢复):存在且 <2h → [Calibration] 流程,恢复 pressure_level / failure_count / tried_appr...
1.7K
7011 social-media-image-sizes branding5/social-media-image-sizes
Social Media Image Sizes Check and resize images for 9 platforms / 60+ specs. Scripts mirror the logic at branding5.com/tools/social-media-cheat-sheet . Setup Run once after install: cd < skill-dir > npm install Check an image node scripts/check.js photo.jpg Outputs a ranked match list — perfect → close → usable → too small — with an inline node scripts/resize.js command for every non-perfect match. Filter by platform or match level: node scripts/check.js photo.jpg --platform instagram node scri...
1.7K
7012 shopify-development sickn33/antigravity-awesome-skills
Shopify Development Skill Use this skill when the user asks about: Building Shopify apps or extensions Creating checkout/admin/POS UI customizations Developing themes with Liquid templating Integrating with Shopify GraphQL or REST APIs Implementing webhooks or billing Working with metafields or Shopify Functions ROUTING: What to Build IF user wants to integrate external services OR build merchant tools OR charge for features: → Build an App (see references/app-development.md ) Show more Installs...
1.7K
7013 web-development tencentcloudbase/skills
When to use this skill Use this skill for Web frontend project development when you need to: Develop web frontend pages and interfaces Deploy static websites to CloudBase static hosting Integrate CloudBase Web SDK for database, cloud functions, and authentication Set up modern frontend build systems (Vite, Webpack, etc.) Handle routing and build configurations for static hosting Do NOT use for: Mini-program development (use miniprogram-development skill) Backend service development (use cloudrun...
1.7K
7014 nemo-mbridge-perf-moe-long-context nvidia/skills
MoE Long-Context Training Stable docs: @docs/training/moe-optimization.md Card: @skills/nemo-mbridge-perf-moe-long-context/card.yaml What Changes At Long Context Once sequence length moves well past the 4K-class regime, attention memory and activation residency become the dominant constraints. For MoE models, that usually means you need some combination of: context parallelism selective recompute lower precision CPU offload for optimizer state a dispatcher and PP layout that do not waste the sma...
1.7K
7015 nemo-mbridge-mlm-bridge-training nvidia/skills
MLM vs Bridge Training For how they differ, the arg mapping tables, gotchas, and translation script, see: @docs/megatron-lm-to-megatron-bridge.md First Answer Checklist For MLM-vs-Bridge correlation questions, always name these items up front: Bridge recipe: vanilla_gpt_pretrain_config . Bridge entry point: scripts/training/run_recipe.py . MLM entry point: 3rdparty/Megatron-LM/pretrain_gpt.py . Launch wrapper for both: uv run python -m torch.distributed.run . Fresh-run cleanup: rm -rf nemo_exper...
1.7K
7016 tilegym-adding-cutile-kernel nvidia/skills
Adding a cuTile Kernel to TileGym End-to-end workflow for adding a new operator (e.g., my_op ) with cuTile backend. Execution Rules MUST follow these rules strictly: Use TodoWrite to create the checklist below BEFORE writing any code Execute steps in order — do NOT skip ahead or combine steps Mark each todo as completed after finishing, in_progress when starting If a step is not applicable (e.g., no cuTile impl), mark it completed with a note, do NOT silently skip Each step MUST result in a file...
1.7K
7017 vss-deploy-detection-tracking-3d nvidia/skills
Purpose Deploy and operate the RTVI-CV-3D microservice as MV3DT ( MODE=mv3dt ) — per-camera DeepStream perception plus BEV Fusion over multiple calibrated cameras — on the bundled sample dataset, custom videos, or live RTSP, without the full warehouse agent / LLM / VLM stack. Instructions Work top-to-bottom: answer the routing questions (Q0–Q3) under Routing , then follow the reference for the chosen path. Detailed step-by-step procedures live in references/ (deploy, calibration chain, camera co...
1.7K
7018 nemo-mbridge-perf-expert-parallel-overlap nvidia/skills
MoE Expert-Parallel Overlap Skill References Stable docs: @docs/training/communication-overlap.md Structured metadata: @skills/nemo-mbridge-perf-expert-parallel-overlap/card.yaml What It Is Expert-parallel (EP) overlap hides the cost of token dispatch/combine all-to-all communication by running it concurrently with expert FFN compute. Optionally, delayed expert weight-gradient computation ( delay_wgrad_compute ) provides additional overlap by deferring wgrad to overlap with the next layer's forw...
1.7K
7019 nemo-mbridge-perf-hierarchical-context-parallel nvidia/skills
Hierarchical Context Parallel Skill This skill covers hierarchical context parallelism: nested context-parallel process groups used by cp_comm_type="a2a+p2p" and configured with hierarchical_context_parallel_sizes . For what hierarchical CP is, when to use it, and the decision tree ( a2a+p2p vs pure a2a vs p2p ), see: @docs/training/hierarchical-context-parallel.md @skills/nemo-mbridge-perf-hierarchical-context-parallel/card.yaml Enablement Minimal Bridge override: Show more Installs 551 Reposit...
1.7K
7020 vss-deploy-profile nvidia/skills
VSS Deploy Available Scripts Script Purpose Arguments scripts/normalize_resolved_yml.py Strip optional depends_on entries for services filtered out of resolved.yml before deploy. Path to resolved.yml scripts/probe_remote_models.sh Probe an OpenAI-compatible remote LLM/VLM endpoint and verify the selected model id. Base URL, optional expected model id Profile Routing Match the user's request to a profile, then load that profile's reference for sizing, services, env recipes, and debugging. Show mo...
1.7K
7021 vss-deploy-detection-tracking-2d nvidia/skills
Purpose Deploy, debug, and operate the RTVI-CV detection / tracking 2D microservice and drive its REST API. Prerequisites Active VSS deployment reachable on $HOST_IP (see vss-deploy-profile and references/ ). NGC credentials in $NGC_CLI_API_KEY and $NVIDIA_API_KEY for any image pulls. curl , jq , and Docker available on the caller. Instructions Follow the routing tables and step-by-step workflows below. Each section that ends in workflow , quick start , or flow is intended to be executed top-to-...
1.7K
7022 vss-deploy-dense-captioning nvidia/skills
Purpose Stand up the RT-VLM dense-captioning microservice on its own and exercise every endpoint it exposes (file upload, generate_captions, stream add/delete, chat-completions, Kafka topics). Prerequisites For standalone RT-VLM deployment: Docker, Docker Compose, NVIDIA Container Toolkit, and a visible GPU. NGC registry credentials in $NGC_CLI_API_KEY for docker login nvcr.io , image pulls, and local NGC model/artifact downloads. curl , jq , and any writable working directory for the standalone...
1.7K
7023 image-tryon starchild-ai-agent/official-skills
image-tryon Use this skill for all virtual try-on requests on Starchild. Covers: clothing try-on, accessory try-on, hairstyle preview, makeup preview, glasses try-on, hat try-on, shoes try-on, watch try-on. Core principle: call the provided script. Do not re-implement proxy/billing plumbing. Key difference from image-edit: try-on always requires two images — a person photo and a garment/item photo. 1. Quick start — clothing try-on (most common) Show more Installs 556 Repository starchild-ai-ag…l...
1.7K
7024 vss-setup-video-analytics-api nvidia/skills
Purpose Deploy the video-analytics-api REST service standalone with the user's chosen config, data-log bind, and Elasticsearch / Kafka connectivity. Instructions Follow the routing tables and step-by-step workflows below. Each section that ends in workflow , quick start , or flow is intended to be executed top-to-bottom. Detailed reference material lives in references/ . Examples Worked end-to-end examples are kept under evals/ (each *.json manifest contains a runnable scenario). Run a Tier-3 ev...
1.7K
7025 nemo-mbridge-perf-moe-optimization-workflow nvidia/skills
MoE Training Optimization Workflow Stable docs: @docs/training/moe-optimization.md Card: @skills/nemo-mbridge-perf-moe-optimization-workflow/card.yaml Source: Scalable Training of MoE Models with Megatron Core Quick Reference Think in terms of the paper's Three Walls: memory wall communication wall compute and host-overhead wall MoE tuning is iterative. Fixing one wall usually exposes the next one, so the best workflow is: fit first, scale second, profile third, then retune. First Answer Checkli...
1.7K
7026 nemo-mbridge-perf-moe-comm-overlap nvidia/skills
MoE Communication Overlap For the higher-level overview, see: @docs/training/communication-overlap.md @skills/nemo-mbridge-perf-moe-comm-overlap/card.yaml Quick Decision Use MoE communication overlap when: EP > 1 token dispatch or combine time is visible in the profile the run is already correct and you are now tuning throughput Avoid turning it on as an early bring-up step. It is easier to validate after the dispatcher, routing mode, and recompute plan are already stable. Enablement Show more I...
1.7K
7027 vss-deploy-video-embedding nvidia/skills
VSS Video Embedding (RT-Embed) Use this skill when you need to: Deploy the VSS Video Embedding microservice from a Docker Compose file. Generate text or video embeddings against the Cosmos-Embed1-448p model. Embed an uploaded file, an HTTP/S3/file/data URL, or a live RTSP stream. Wire the service into a VSS deployment alongside Redis, Kafka, and OpenTelemetry. Triage readiness, model-download, GPU, or stream-reconnection failures. Trigger phrases: vss-deploy-video-embedding , RT-Embed , rtvi-emb...
1.7K
7028 p7 tanweai/pua
PUA P7 骨干 — 方案驱动执行 在 P8 管理下执行子任务。先设计方案 + 影响分析,再实施编码,完成后三问自审查。 详细协议见 references/p7-protocol.md 。加载后按协议执行。 核心行为遵循 /pua 核心 skill 的三条红线和旁白协议。
1.7K
7029 pua-loop tanweai/pua
PUA Loop — 自动迭代 + 门控协议 + PUA 质量引擎 autoresearch 证明了:630 行 Python + Oracle 验证,一夜跑 100 个实验,每个实验的结果不可伪造。 PUA Loop 借鉴同样的门控设计: Claude 说"完成了"不算数,verify_command 说了才算。 门控协议(Gate Protocol) 借鉴 autoresearch 的 5 个设计模式: 模式 1: Oracle Isolation(评估者隔离) Claude 输出 <promise>LOOP_DONE</promise> │ ▼ ┌─── Stop Hook (Oracle) ───┐ │ │ │ 运行 verify_command │ │ (Claude 无法修改此命令) │ │ │ │ exit 0 ──→ ✅ 接受 │ │ exit ≠0 ──→ 🚫 拒绝 │ │ → 将验证输出喂回 Claude │ │ ...
1.7K
7030 nemo-mbridge-perf-moe-hardware-configs nvidia/skills
MoE Hardware Configuration Reference Stable docs: @docs/training/moe-optimization.md Card: @skills/nemo-mbridge-perf-moe-hardware-configs/card.yaml Quick Platform Playbook Platform Typical MoE strategy What usually matters most H100 DeepEP + stronger PP + moderate TP communication overlap and PP efficiency B200 DeepEP + MXFP8 + careful PP layout container quality and tuned comm settings GB200 HybridEP + partial CUDA graphs + CPU cleanup host overhead, topology-aware dispatch, memory headroom GB3...
1.7K
7031 nemo-mbridge-resiliency nvidia/skills
Resiliency Stable docs: @docs/training/resiliency.md, @docs/training/checkpointing.md Card: @skills/nemo-mbridge-resiliency/card.yaml Enablement Fault tolerance (Slurm only) Option 1: NeMo Run plugin (recommended) from megatron . bridge . recipes . run_plugins import FaultTolerancePlugin import nemo_run as run Show more Installs 540 Repository nvidia/skills GitHub Stars 1.3K First Seen May 29, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
1.7K
7032 mcore-linting-and-formatting nvidia/skills
Linting and Formatting Running the Formatter Run before opening a PR: Check mode (no changes applied) BASE_REF = main CHECK_ONLY = true SKIP_DOCS = false bash tools/autoformat.sh Fix mode BASE_REF = main CHECK_ONLY = false bash tools/autoformat.sh Tools invoked: black , isort , pylint , ruff , mypy . Show more Installs 543 Repository nvidia/skills GitHub Stars 1.3K First Seen May 30, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
1.7K
7033 vss-generate-video-calibration nvidia/skills
Purpose Run AutoMagicCalib end-to-end on local files, RTSP streams, or the bundled sample dataset and (when needed) deploy the AMC microservice. Instructions Follow the routing tables and step-by-step workflows below. Each section that ends in workflow , quick start , or flow is intended to be executed top-to-bottom. Detailed reference material lives in references/ ; load only the reference needed for the selected input mode. Examples Worked end-to-end examples are kept under evals/ (each *.json...
1.7K
7034 vss-manage-video-io-storage nvidia/skills
Purpose Manage VIOS and NvStreamer API operations for VSS video input/output and storage workflows: sensors, streams, uploads, snapshots, clips, timelines, and recording status. Prerequisites Active VSS deployment reachable on $HOST_IP (see vss-deploy-profile and references/ ). NGC credentials in $NGC_CLI_API_KEY and $NVIDIA_API_KEY for any image pulls. curl , jq , and Docker available on the caller. Instructions VIOS Operations Call the VIOS REST API to manage cameras/sensors, RTSP streams, rec...
1.7K
7035 nemo-mbridge-perf-megatron-fsdp nvidia/skills
Megatron FSDP Skill For stable background and recommendation level, see: @docs/training/megatron-fsdp.md @skills/nemo-mbridge-perf-megatron-fsdp/card.yaml Enablement Minimal Megatron FSDP override in Bridge: cfg . dist . use_megatron_fsdp = True cfg . ddp . use_megatron_fsdp = True cfg . ddp . data_parallel_sharding_strategy = "optim_grads_params" cfg . ddp . average_in_collective = False cfg . checkpoint . ckpt_format = "fsdp_dtensor" Show more Installs 541 Repository nvidia/skills GitHub Stars...
1.7K
7036 nemo-mbridge-perf-sequence-packing nvidia/skills
Sequence Packing Skill For stable background and recommendation level, see: @docs/training/packed-sequences.md @skills/nemo-mbridge-perf-sequence-packing/card.yaml Enablement Offline packed SFT for LLM finetuning: from megatron . bridge . data . datasets . packed_sequence import PackedSequenceSpecs Show more Installs 538 Repository nvidia/skills GitHub Stars 1.3K First Seen May 29, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
1.7K
7037 vss-manage-alerts nvidia/skills
Purpose Operate the VSS alert pipeline (mode detection, Alert-Bridge subscriptions, Slack notifications, queries, camera onboarding, verifier-prompt customization). Prerequisites Active VSS deployment reachable on $HOST_IP (see vss-deploy-profile and references/ ). NGC credentials in $NGC_CLI_API_KEY and $NVIDIA_API_KEY for any image pulls. curl , jq , and Docker available on the caller. Instructions Follow the routing tables and step-by-step workflows below. Each section that ends in workflow ,...
1.7K
7038 cufolio nvidia/skills
cuFOLIO Skill Purpose Build and analyze quantitative portfolios with NVIDIA-accelerated Mean-CVaR optimization. Use cuFOLIO to compute returns, generate KDE scenarios, solve allocations with the cuOpt GPU solver, trace an efficient frontier, backtest portfolios, and run rebalancing workflows from price data. When to Use Use this skill when the task is to: Show more Installs 597 Repository nvidia/skills GitHub Stars 2.0K First Seen Jun 11, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass...
1.7K
7039 pptx tfriedel/claude-office-skills
PPTX Skill Quick Reference Task Guide Read/analyze content python -m markitdown presentation.pptx Edit or create from template Read editing.md Create from scratch Read pptxgenjs.md Reading Content Text extraction python -m markitdown presentation.pptx Visual overview python scripts/thumbnail.py presentation.pptx Raw XML python scripts/office/unpack.py presentation.pptx unpacked/ Editing Workflow Read editing.md for full details. Analyze template with thumbnail.py Unpack → manipulate slides → ...
1.7K
7040 nemo-mbridge-perf-moe-dispatcher-selection nvidia/skills
MoE Dispatcher Selection Guide Stable docs: @docs/training/moe-optimization.md Card: @skills/nemo-mbridge-perf-moe-dispatcher-selection/card.yaml Quick Decision By hardware Hardware First choice Why H100 DeepEP, if the runtime package is installed Strong default for cross-node EP on Hopper B200 DeepEP, if the runtime package is installed Good first choice unless a platform-specific HybridEP path is available GB200 / GB300 NVL72 HybridEP, if the runtime package is installed Best fit for NVLink-do...
1.7K
7041 vss-setup-behavior-analytics nvidia/skills
Purpose Deploy the behavior-analytics service standalone with the user's chosen entrypoint, config, and calibration. Instructions Follow the routing tables and step-by-step workflows below. Each section that ends in workflow , quick start , or flow is intended to be executed top-to-bottom. Detailed reference material lives in references/ . Examples Worked end-to-end examples are kept under evals/ (each *.json manifest contains a runnable scenario). Run a Tier-3 evaluation to replay them: nv-base...
1.7K
7042 script-writer ailabs-393/ai-labs-claude-skills
Script Writer Overview This skill transforms Claude into a professional YouTube scriptwriter that understands your unique style and generates complete, engaging video scripts optimized for viewer retention and engagement. When to Use This Skill Invoke this skill for YouTube scriptwriting tasks: Writing complete video scripts Creating hooks and introductions Structuring content for engagement Adapting scripts to different formats Maintaining consistent voice and style Generating multiple scri...
1.7K
7043 nemo-mbridge-perf-tp-dp-comm-overlap nvidia/skills
TP / DP / PP Communication Overlap Skill For stable background and recommendation level, see: @docs/training/communication-overlap.md Enablement Minimal Bridge override: from megatron . bridge . training . comm_overlap import CommOverlapConfig cfg . model . tensor_model_parallel_size = 4 cfg . model . sequence_parallel = True cfg . model . pipeline_model_parallel_size = 4 cfg . model . virtual_pipeline_model_parallel_size = 2 Show more Installs 539 Repository nvidia/skills GitHub Stars 1.3K Firs...
1.7K
7044 vss-query-analytics nvidia/skills
Purpose Answer read-only analytics questions (incidents, metrics, sensor data) by routing through the VA-MCP server. Prerequisites Active VSS deployment reachable on $HOST_IP (see vss-deploy-profile ). NGC credentials in $NGC_CLI_API_KEY and $NVIDIA_API_KEY for any image pulls. curl , jq , and Docker available on the caller. Instructions Follow the routing tables and step-by-step workflows below. Each section that ends in workflow , quick start , or flow is intended to be executed top-to-bottom....
1.7K
7045 managing-up refoundai/lenny-skills
Managing Up Help the user work effectively with their manager and executives using strategies from 35 product leaders. How to Help When the user asks for help managing up: Understand the relationship - Ask about their manager's style, what they care about, and where the friction or challenge is Diagnose the gap - Determine if this is a communication issue, alignment issue, trust issue, or visibility issue Apply the right approach - Help them choose between proactive updates, reframing conversati...
1.7K
7046 dingtalk-document breath57/dingtalk-skills
钉钉文档技能 负责钉钉知识库和文档的所有操作,通过钉钉开放平台 API 实现。 API 详情见 references/api.md 。 配置管理(每次开始前必读) 配置文件路径 ~/.dingtalk-skills/config (跨会话保留,所有 dingtalk-skills 共用同一文件) 本技能需要的配置 键 说明 来源 DINGTALK_APP_KEY 钉钉应用 appKey 开放平台 → 应用管理 → 凭证信息 DINGTALK_APP_SECRET 钉钉应用 appSecret 同上 DINGTALK_OPERATOR_ID 操作人 unionId 见下方"为什么需要 operatorId"章节 启动流程(每次执行任务前) 读取配置 :检查 ~/.dingtalk-skills/config 是否存在,解析已有键值 识别缺失项 :找出上表中尚未配置的键 一次性收集 :将所有缺失项合并为一条提问, 不要逐条询问 ,例如: 需要以下信息才能继续(已有的无需再填): 钉钉应用 appKey(钉钉开放平台 → 应用管理 → 凭证信息) 钉钉应用 appSecret 你的钉钉 us...
1.7K
7047 animation-designer daffy0208/ai-dev-standards
Animation Designer Skill I help you create smooth, professional animations for web applications using Framer Motion and CSS. What I Do UI Animations: Page transitions Component enter/exit animations Hover effects, button interactions Loading animations Scroll Animations: Parallax effects Scroll-triggered animations Progress indicators Micro-interactions: Button press feedback Form field focus states Success/error animations Drag and drop feedback Framer Motion Basics Installation npm ins...
1.7K
7048 harvard-art-museums-etl-pipeline aradotso/data-skills
Harvard Art Museums ETL Pipeline Skill by ara.so — Data Skills collection. This skill enables AI agents to help developers build end-to-end data engineering and analytics applications using the Harvard Art Museums API. The project demonstrates real-world ETL pipelines, SQL database design, analytical queries, and interactive Streamlit dashboards for artifact collection data. What This Project Does The Harvard Artifacts Collection Data Engineering & Analytics App provides: API Integration : Fetch...
1.7K
7049 remember alirezarezvani/claude-skills
The user wants to save this to long-term memory: $ARGUMENTS Quick start memory_save { "content" : "We rotate JWT refresh tokens on every use; the old token is revoked server-side in auth/refresh.ts." , "concepts" : "jwt-refresh-rotation, token-revocation, auth-flow" , "files" : "src/auth/refresh.ts" } Expected output: Saved memory abc12345 with 3 concepts: jwt-refresh-rotation, token-revocation, auth-flow. Why Show more Installs 9.2K Repository rohitg00/agentmemory GitHub Stars 26.5K First Seen ...
1.7K
7050 dicom-series-to-volume nvidia/skills
dicom_series_to_volume Purpose Used for converting one CT DICOM series folder to a HU NIfTI volume with affine evidence. Not for multi-frame DICOM or clinical use. Use the wrapper exactly as documented; do not replace the upstream entrypoint with a handwritten implementation. Manifest I/O: inputs are dicom_dir ; outputs are nifti_volume and result_json . Instructions Read skill_manifest.yaml before changing arguments, side effects, or validation gates. Run scripts/series_to_volume.py through the...
1.7K