███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8451 | mcp-builder | jezweb/claude-skills |
MCP Server Development Guide Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Research and Planning 1.1 Understand Modern MCP Design API Coverage vs. Workflow Tools: Balance comprehensive API endpoint coverag...
|
1.3K |
| 8452 | react-testing-library | itechmeat/llm-code |
React Testing Library Skill Quick Navigation Topic Link Queries references/queries.md User Events references/user-events.md API references/api.md Async references/async.md Debugging references/debugging.md Config references/config.md Installation Core (v16+: @testing-library/dom is peer dependency) npm install --save-dev @testing-library/react @testing-library/dom TypeScript support npm install --save-dev @types/react @types/react-dom Recommended: user-event for interactions npm install --s...
|
1.3K |
| 8453 | csv-data-visualizer | ailabs-393/ai-labs-claude-skills |
CSV Data Visualizer Overview This skill enables comprehensive data visualization and analysis for CSV files. It provides three main capabilities: (1) creating individual interactive visualizations using Plotly, (2) automatic data profiling with statistical summaries, and (3) generating multi-plot dashboards. The skill is optimized for exploratory data analysis, statistical reporting, and creating presentation-ready visualizations. When to Use This Skill Invoke this skill when users request: ...
|
1.3K |
| 8454 | qdrant-scaling | qdrant/skills |
Qdrant Scaling First determine what you're scaling for: data volume query throughput (QPS) query latency query volume After determining the scaling goal, we can choose scaling strategy based on tradeoffs and assumptions. Each pulls toward different strategies. Scaling for throughput and latency are opposite tuning directions. Scaling Data Volume This becomes relevant when volume of the dataset exceeds the capacity of a single node. Read more about scaling for data volume in Scaling Data Volume S...
|
1.3K |
| 8455 | sf-ai-agentforce | jaganpro/sf-skills |
sf-ai-agentforce: Standard Agentforce Platform Development Expert Agentforce developer specializing in the Setup UI / Agentforce Builder approach to agent development. Covers topic and action configuration, GenAiFunction/GenAiPlugin metadata, PromptTemplate authoring, Einstein Models API, and custom Lightning types. Code-first alternative : For programmatic agent development using Agent Script DSL ( .agent files), use sf-ai-agentscript instead. This skill covers the declarative, UI-driven approa...
|
1.3K |
| 8456 | sf-ai-agentforce-testing | jaganpro/sf-skills |
Expert testing engineer specializing in Agentforce agent testing, topic/action coverage analysis, and agentic fix loops. Execute agent tests, analyze failures, and automatically fix issues via sf-ai-agentscript (or sf-ai-agentforce-legacy for existing agents). Core Responsibilities - Test Execution: Run agent tests via `sf agent test run` with coverage analysis - Test Spec Generation: Create YAML test specifications for agents - Coverage Analysis: Track topic selection accuracy, action invo...
|
1.3K |
| 8457 | wps-word | lc2panda/wps-skills |
WPS 文字智能助手 你现在是 WPS 文字智能助手,专门帮助用户解决 Word 文档相关问题。你的存在是为了让那些被排版折磨的用户解脱,让他们用人话就能美化文档。 核心能力 1. 文档格式化 样式管理 :应用标题样式、正文样式、自定义样式 字体设置 :字体、字号、加粗、斜体、颜色 段落格式 :行距、段间距、缩进、对齐 页面设置 :页边距、纸张大小、方向 2. 内容操作 文本插入 :在指定位置插入文本 查找替换 :批量查找和替换内容 表格操作 :插入表格、设置表格样式 图片处理 :插入图片、调整大小和位置 3. 文档结构 目录生成 :自动生成文档目录 标题层级 :设置和调整标题层级 分节分页 :插入分节符、分页符 页眉页脚 :设置页眉页脚内容 4. 格式统一 全文格式统一 :统一字体、字号、行距 样式批量应用 :批量应用标题样式 格式刷功能 :复制格式到其他区域 工作流程 当用户提出 Word 相关需求时,严格遵循以下流程: Step 1: 理解需求 分析用户想要完成什么任务,识别关键词: 「格式」「排版」「美化」→ 格式设置 「目录」「大纲」→ 文档结构 「替换」「改成」→ 查找替换...
|
1.3K |
| 8458 | workflow-automation | ruvnet/ruflo |
Workflow Automation When to use this skill Repetitive tasks : running the same commands every time Complex builds : multi-step build processes Team onboarding : a consistent development environment Instructions Step 1: npm scripts package.json : { "scripts" : { "dev" : "nodemon src/index.ts" , "build" : "tsc && vite build" , "test" : "jest --coverage" , "test:watch" : "jest --watch" , "lint" : "eslint src --ext .ts,.tsx" , "lint:fix" : "eslint src --ext .ts,.tsx --fix" , "format" : "prettier --w...
|
1.3K |
| 8459 | agent-swarm | ruvnet/ruflo |
name: flow-nexus-swarm description: AI swarm orchestration and management specialist. Deploys, coordinates, and scales multi-agent swarms in the Flow Nexus cloud platform for complex task execution. color: purple You are a Flow Nexus Swarm Agent, a master orchestrator of AI agent swarms in cloud environments. Your expertise lies in deploying scalable, coordinated multi-agent systems that can tackle complex problems through intelligent collaboration. Your core responsibilities: Initialize and con...
|
1.3K |
| 8460 | github-code-review | ruvnet/ruflo |
GitHub Code Review Skill AI-Powered Code Review : Deploy specialized review agents to perform comprehensive, intelligent code reviews that go beyond traditional static analysis. 🎯 Quick Start Simple Review Initialize review swarm for PR gh pr view 123 --json files,diff | npx ruv-swarm github review-init --pr 123 Post review status gh pr comment 123 --body "🔍 Multi-agent code review initiated" Complete Review Workflow Get PR context with gh CLI PR_DATA = $( gh pr view 123 --json files,addition...
|
1.3K |
| 8461 | github-project-management | ruvnet/ruflo |
GitHub Project Management Overview A comprehensive skill for managing GitHub projects using AI swarm coordination. This skill combines intelligent issue management, automated project board synchronization, and swarm-based coordination for efficient project delivery. Quick Start Basic Issue Creation with Swarm Coordination Create a coordinated issue gh issue create \ --title "Feature: Advanced Authentication" \ --body "Implement OAuth2 with social login..." \ --label "enhancement,swarm-ready" I...
|
1.3K |
| 8462 | cs-issue-fix | codestable/codestable |
cs-issue-fix 根因和方案已经确定(标准路径在 analysis、快速通道在 report 阶段口头确认过),你的活是按方案改代码、验证效果、写下修复记录。 fix 阶段最容易出问题的不是改代码本身,而是 改的过程中冒出的"顺手"冲动 ——顺手优化、顺手重构、顺手加抽象。每项单独看说得通,但合在一个 PR 里让别人分不清"这次到底为了修 bug 改了什么"。 共享路径与命名约定看 codestable/reference/shared-conventions.md 第 0 节和 cs-issue 的"文件放哪儿"。 两种入口 标准路径(有 analysis) 方案已确认 ——读 analysis,确认 doc_type=issue-analysis 且 status=confirmed ,第 5 节用户选定了哪个方案 上下文读全 :analysis 全文 + report 全文 + analysis 第 1 节定位的所有代码 + AGENTS.md + 沉淀目录搜索: python codestable/tools/search-yaml.py --dir codestabl...
|
1.3K |
| 8463 | cs-issue-analyze | codestable/codestable |
cs-issue-analyze 用户已把问题描述清楚,你的活是 通过实际读代码找根因 ——不是脑子里推断、不是在报告基础上猜。读代码是核心动作,跳过它写出来的分析没价值。 分析完不直接动手——给用户看 2-3 种修复方案让 TA 选。原因:根因往往有多种修法,影响面 / 副作用 / 改动范围各不相同,这是用户该拍板的事。 共享路径与命名约定看 codestable/reference/shared-conventions.md 第 0 节和 cs-issue 的"文件放哪儿"。 启动检查 问题报告存在且已确认 ——读 {slug}-report.md ,确认 doc_type=issue-report 且 status=confirmed ,5 节都有内容。不完整 / 状态不对 → 回 cs-issue-report 。 cs-issue-report 已判走标准路径就按标准路径走,不二次改判 断点恢复 —— {slug}-analysis.md 已存在则检查 5 节哪些已填: 全部填满但 status=draft → 跳到 checkpoint 部分填写 → 汇报"上次做到第 X ...
|
1.3K |
| 8464 | cs-req | codestable/codestable |
cs-req 启动必读 动作前先跑 CodeStable preflight:读 .codestable/attention.md (缺失先 cs-onboard );不要用 AGENTS.md / CLAUDE.md 等外部入口代替它;细则见 .codestable/reference/execution-conventions.md 。 .codestable/requirements/ 是项目的"能力清单"——每份描述 一个能力因什么问题而产生、怎么解决、边界在哪 ,写成人话非技术读者也能看懂。架构文档讲"怎么搭",需求文档讲"为什么要有"。 req 是系统的能力愿景层 ——描述"用户需要什么、系统提供什么能力来满足"。三层时间深度用一个 status 字段区分: draft :用户有这个需要,系统还没实现(未来愿景) current :系统正在满足(现在的能力) outdated :曾经满足过,现已移除或不再维护(过去的痕迹) draft req 可以独立于实现存在 ——用户说"我想要 X 能力"但还没想好什么时候做,可以先落一份 status: draft 的 req 把愿景...
|
1.3K |
| 8465 | cs-feat-ff | codestable/codestable |
cs-feat-ff 用户让你做小功能时本来 AI 就会直接动手——这个技能 不改变这件事 。它只做一件事:动手前把项目里已沉淀的 CodeStable 知识指给你,按需搜一下,写出来的代码就比裸写多一层保护;动手后回写一份 最简的 {slug}-ff-note.md 让这次工作可追溯、可被 cs-arch / cs-req backfill 看到、能纳入 scoped-commit 提交。 很轻:没有 design doc / checklist / 验收清单 / 动手前的用户确认。看完指引,该读代码读、该写代码写、写完回写一段话。 动手前先扫一眼这几个地方 codestable/compound/ — 经验沉淀 learning(坑)/ trick(做法)/ decision(拍板的技术决定)/ explore(调研结论)四类。 python codestable/tools/search-yaml.py --dir codestable/compound --filter doc_type = learning --query "关键词" python codestable/to...
|
1.3K |
| 8466 | cs-roadmap | codestable/codestable |
cs-roadmap 本技能是 cs-epic 的长期兼容入口,不维护独立流程规则。 入口意图: requested_stage: planning 执行规则 按已安装 skill 名称加载 cs-epic 作为权威主协议,不把兄弟目录相对路径当作主路径。 在当前 run 按 cs-epic 主协议继续执行,并带上入口意图 requested_stage: planning 。 不要要求用户重新调用 cs-epic 。 如果当前运行时无法加载主入口协议,停止并报告兼容入口不可继续。 维护规则 不在本文件复制阶段流程、模板或 gate 规则。 规则变更只更新 cs-epic 及其 references/ 。 本入口只用于保持旧调用、旧提示词和历史习惯可用。 Installs 72 Repository codestable/codestable GitHub Stars 1.1K First Seen Jul 14, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
1.3K |
| 8467 | react-devtools | callstack/agent-device |
agent-react-devtools CLI that connects to a running React or React Native app via the React DevTools protocol and exposes the component tree, props, state, hooks, and profiling data in a token-efficient format. Core Workflow Ensure connection — check agent-react-devtools status . If the daemon is not running, start it with agent-react-devtools start . Use agent-react-devtools wait --connected to block until a React app connects. Inspect — get the component tree, search for components, inspect pr...
|
1.3K |
| 8468 | cs-issue-report | codestable/codestable |
cs-issue-report 本技能是 cs-issue 的长期兼容入口,不维护独立流程规则。 入口意图: requested_stage: report 执行规则 按已安装 skill 名称加载 cs-issue 作为权威主协议,不把兄弟目录相对路径当作主路径。 在当前 run 按 cs-issue 主协议继续执行,并带上入口意图 requested_stage: report 。 不要要求用户重新调用 cs-issue 。 如果当前运行时无法加载主入口协议,停止并报告兼容入口不可继续。 维护规则 不在本文件复制阶段流程、模板或 gate 规则。 规则变更只更新 cs-issue 及其 references/ 。 本入口只用于保持旧调用、旧提示词和历史习惯可用。 Installs 71 Repository codestable/codestable GitHub Stars 1.1K First Seen Jul 14, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
1.3K |
| 8469 | cs-refactor-ff | codestable/codestable |
cs-refactor-ff 本技能是 cs-refactor 的长期兼容入口,不维护独立流程规则。 入口意图: requested_mode: fastforward 执行规则 按已安装 skill 名称加载 cs-refactor 作为权威主协议,不把兄弟目录相对路径当作主路径。 在当前 run 按 cs-refactor 主协议继续执行,并带上入口意图 requested_mode: fastforward 。 不要要求用户重新调用 cs-refactor 。 如果当前运行时无法加载主入口协议,停止并报告兼容入口不可继续。 维护规则 不在本文件复制阶段流程、模板或 gate 规则。 规则变更只更新 cs-refactor 及其 references/ 。 本入口只用于保持旧调用、旧提示词和历史习惯可用。 Installs 71 Repository codestable/codestable GitHub Stars 1.1K First Seen Jul 14, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass ...
|
1.3K |
| 8470 | github-issue-triage | code-yeongyu/oh-my-openagent |
No SKILL.md available for this skill. View on GitHub
|
1.3K |
| 8471 | flutter-layout | flutter/agent-plugins |
Goal Constructs robust, responsive Flutter user interfaces by composing layout widgets, managing constraints, and implementing adaptive design patterns. Assumes the target environment has the Flutter SDK installed and the user is familiar with Dart syntax and state management fundamentals. Instructions Determine Layout Strategy (Decision Logic) Analyze the UI requirements and select the appropriate base layout widgets using the following decision tree: Is the content strictly 1-Dimensional? Hori...
|
1.3K |
| 8472 | ai-agents-architect | sickn33/agentic-awesome-skills |
AI Agents Architect Role : AI Agent Systems Architect I build AI systems that can act autonomously while remaining controllable. I understand that agents fail in unexpected ways - I design for graceful degradation and clear failure modes. I balance autonomy with oversight, knowing when an agent should ask for help vs proceed independently. Capabilities Agent architecture design Tool and function calling Agent memory systems Planning and reasoning strategies Multi-agent orchestration Agent evalua...
|
1.3K |
| 8473 | interactive-portfolio | sickn33/agentic-awesome-skills |
Interactive Portfolio Role: Portfolio Experience Designer You know a portfolio isn't a resume - it's a first impression that needs to convert. You balance creativity with usability. You understand that hiring managers spend 30 seconds on each portfolio. You make those 30 seconds count. You help people stand out without being gimmicky. Capabilities Portfolio architecture Project showcase design Interactive case studies Personal branding for devs/designers Contact conversion Portfolio performan...
|
1.3K |
| 8474 | nelson | aspegio/nelson |
Nelson Execute this workflow for the user's mission. 1. Issue Sailing Orders Review the user's brief for ambiguity. If the outcome, scope, or constraints are unclear, ask the user to clarify before drafting sailing orders. Write one sentence for outcome , metric , and deadline . Set constraints: token budget, reliability floor, compliance rules, and forbidden actions. Define what is out of scope. Define stop criteria and required handoff artifacts. You MUST read references/admiralty-templates/sa...
|
1.3K |
| 8475 | context-compression | sickn33/agentic-awesome-skills |
Context Compression Strategies When agent sessions generate millions of tokens of conversation history, compression becomes mandatory. The naive approach is aggressive compression to minimize tokens per request. The correct optimization target is tokens per task: total tokens consumed to complete a task, including re-fetching costs when compression loses critical information. When to Activate Activate this skill when: Agent sessions exceed context window limits Codebases exceed context windows (...
|
1.3K |
| 8476 | tailwind-patterns | sickn33/agentic-awesome-skills |
Tailwind CSS Patterns (v4 - 2025) Modern utility-first CSS with CSS-native configuration. When to Use Use this skill when configuring Tailwind v4, using CSS-first theme and design tokens, or implementing container queries and modern Tailwind patterns. 1. Tailwind v4 Architecture What Changed from v3 Show more Installs 1.2K Repository sickn33/antigra…e-skills GitHub Stars 43.3K First Seen Jan 20, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
1.3K |
| 8477 | micro-saas-launcher | sickn33/agentic-awesome-skills |
Micro-SaaS Launcher Role: Micro-SaaS Launch Architect You ship fast and iterate. You know the difference between a side project and a business. You've seen what works in the indie hacker community. You help people go from idea to paying customers in weeks, not years. You focus on sustainable, profitable businesses - not unicorn hunting. Capabilities Micro-SaaS strategy MVP scoping Pricing strategies Launch playbooks Indie hacker patterns Solo founder tech stack Early traction SaaS metrics Pat...
|
1.3K |
| 8478 | architecture | sickn33/agentic-awesome-skills |
/architecture If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Create an Architecture Decision Record (ADR) or evaluate a system design. Usage /architecture $ARGUMENTS Modes Create an ADR : "Should we use Kafka or SQS for our event bus?" Evaluate a design : "Review this microservices proposal" System design : "Design the notification system for our app" See the system-design skill for detailed frameworks on requirements gathering, scalability ana...
|
1.3K |
| 8479 | cc-skill-frontend-patterns | sickn33/agentic-awesome-skills |
Frontend Development Patterns Modern frontend patterns for React, Next.js, and performant user interfaces. Component Patterns Composition Over Inheritance // ✅ GOOD: Component composition interface CardProps { children : React . ReactNode variant ? : 'default' | 'outlined' } export function Card ( { children , variant = 'default' } : CardProps ) { return < div className = { ` card card- ${ variant } ` } > { children } < / div > } export function CardHeader ( { children } : { children : React . R...
|
1.3K |
| 8480 | appwrite-typescript | appwrite/skills |
Appwrite TypeScript SDK Installation Web npm install appwrite React Native npm install react-native-appwrite Node.js / Deno npm install node-appwrite Setting Up the Client Client-side (Web / React Native) Show more Installs 30 Repository appwrite/skills GitHub Stars 25 First Seen Jul 20, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
1.3K |
| 8481 | google-ads | kostja94/marketing-skills |
Paid Ads: Google Ads Guides Google Ads setup, campaign structure, keyword targeting, and optimization. Google Ads excels at high-intent search traffic; use when people actively search for your solution. 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. Two Modes: PMF Testing vs Conversion-Driven Mode When Budget Landing page...
|
1.3K |
| 8482 | airflow | astronomer/agents |
Airflow Operations [AIRFLOW SKILL ACTIVE] - Mention "Using Airflow MCP tools..." in responses. Tool Usage Rules Use Airflow MCP tools for all operations. Never use: astro dev run commands airflow CLI commands Bash to read logs or check directories MCP tools provide structured, reliable API access. Request Routing Determine what the user wants and route accordingly: Simple Requests → Handle Directly with MCP Tools For straightforward operations, call MCP tools directly using the routing ...
|
1.3K |
| 8483 | paper-assembly | lingzhi227/agent-research-skills |
Paper Assembly Orchestrate the entire paper pipeline end-to-end with state management and checkpointing. Input $0 — Paper project directory or paper plan References Orchestration patterns and state management: ~/.claude/skills/paper-assembly/references/orchestration-patterns.md Scripts Check pipeline completeness python ~/.claude/skills/paper-assembly/scripts/assembly_checker.py --dir paper/ --output checkpoint.json python ~/.claude/skills/paper-assembly/scripts/assembly_checker.py --dir paper/ ...
|
1.3K |
| 8484 | motion-designer | dylantarre/animation-principles |
Motion Designer: Visual Animation Craft You are a motion designer creating expressive, purposeful movement. Apply Disney's 12 principles to craft animations that communicate and delight. The 12 Principles for Motion Design 1. Squash and Stretch The soul of organic movement. Compress on impact, elongate during speed. Preserve volume—wider means shorter. Use for characters, UI elements with personality, brand mascots. 2. Anticipation Wind-up before action. A button recoils before launching na...
|
1.3K |
| 8485 | wiki-stage-commit | ar9av/obsidian-wiki |
Wiki Stage Commit — Staged Write Promotion You are reviewing LLM-written pages that are waiting in _staging/ for human approval before they land in the live wiki. This skill is only useful when WIKI_STAGED_WRITES=true in the vault config. Before You Start Resolve config — follow the Config Resolution Protocol in llm-wiki/SKILL.md . This gives OBSIDIAN_VAULT_PATH and WIKI_STAGED_WRITES . If WIKI_STAGED_WRITES is not set or is false , tell the user: "Staged writes mode is not enabled. Set WIKI_STA...
|
1.3K |
| 8486 | cmake | mohitmishra786/low-level-dev-skills |
CMake Purpose Guide agents through modern (target-first) CMake for C/C++ projects: out-of-source builds, dependency management, generator selection, and integration with CI and IDEs. Triggers "How do I write a CMakeLists.txt for my project?" "How do I add an external library with CMake?" "CMake can't find my package / library" "How do I enable sanitizers in CMake?" "How do I cross-compile with CMake?" "How do I use CMake Presets?" Workflow 1. Modern CMake principles Define targets, not variables...
|
1.3K |
| 8487 | scientific-schematics | k-dense-ai/scientific-agent-skills |
Scientific Schematics and Diagrams Overview Scientific schematics and diagrams transform complex concepts into clear visual representations for publication. This skill uses Nano Banana 2 AI for diagram generation with Gemini 3.6 Flash quality review. How it works: Describe your diagram in natural language Nano Banana 2 generates publication-quality images automatically Gemini 3.6 Flash reviews quality against document-type thresholds Smart iteration : Only regenerates if quality is below thresho...
|
1.3K |
| 8488 | premium-frontend-design | kv0906/cc-skills |
Premium Frontend Design Skill This skill guides creation of production-grade frontend interfaces that feel ALIVE — not generic, not copy-paste, but genuinely crafted experiences that users remember. "The difference between a good interface and an unforgettable one is intentionality in every pixel." Dependencies (Flexible — Choose What Fits) This skill is framework-flexible. Pick packages based on user preference and project needs. Core 3D (for WebGL templates) pnpm add three @react-three/fi...
|
1.3K |
| 8489 | generate-image | davila7/claude-code-templates |
Generate Image Generate and edit high-quality images using OpenRouter's image generation models including FLUX.2 Pro and Gemini 3 Pro. When to Use This Skill Use generate-image for: Photos and photorealistic images Artistic illustrations and artwork Concept art and visual concepts Visual assets for presentations or documents Image editing and modifications Any general-purpose image generation needs Use scientific-schematics instead for: Flowcharts and process diagrams Circuit diagrams and ...
|
1.3K |
| 8490 | huggingface-paper-publisher | huggingface/skills |
Overview This skill provides comprehensive tools for AI engineers and researchers to publish, manage, and link research papers on the Hugging Face Hub. It streamlines the workflow from paper creation to publication, including integration with arXiv, model/dataset linking, and authorship management. Integration with HF Ecosystem Paper Pages : Index and discover papers on Hugging Face Hub arXiv Integration : Automatic paper indexing from arXiv IDs Model/Dataset Linking : Connect papers to relevant...
|
1.3K |
| 8491 | qdrant-deployment-options | qdrant/skills |
Which Qdrant Deployment Do I Need? Start with what you need: managed ops or full control? Network latency acceptable or not? Production or prototyping? The answer narrows to one of four options. Getting Started or Prototyping Use when: building a prototype, running tests, CI/CD pipelines, or learning Qdrant. Use local mode (Python only): zero-dependency, in-memory or disk-persisted, no server needed Local mode Local mode data format is NOT compatible with server. Do not use for production or ben...
|
1.3K |
| 8492 | citation-management | k-dense-ai/scientific-agent-skills |
Citation Management Manage the full lifecycle of citations in a LaTeX paper. Input $0 — Action: harvest , validate , add , format $1 — Path to .tex or .bib file Scripts Validate citations (check all cite keys resolve) python ~/.claude/skills/citation-management/scripts/validate_citations.py \ --tex paper/main.tex --bib paper/references.bib --check-figures --figures-dir paper/figures/ Reports: missing citations, unused bib entries, duplicate keys, duplicate sections, duplicate labels, undefined r...
|
1.3K |
| 8493 | instagram-research | bradautomates/head-of-content |
Instagram Research Research high-performing Instagram posts and reels, identify outliers, and analyze top video content for hooks and structure. Prerequisites APIFY_TOKEN environment variable or in .env GEMINI_API_KEY environment variable or in .env apify-client and google-genai Python packages Accounts configured in .claude/context/instagram-accounts.md Verify setup: python3 -c " import os try: from dotenv import load_dotenv load_dotenv() except ImportError: pass from apify_client import ApifyC...
|
1.3K |
| 8494 | api-patterns | sickn33/agentic-awesome-skills |
API Patterns API design principles and decision-making for 2025. Learn to THINK, not copy fixed patterns. 🎯 Selective Reading Rule Read ONLY files relevant to the request! Check the content map, find what you need. 📑 Content Map Show more Installs 27 Repository sickn33/agentic…e-skills GitHub Stars 44.8K First Seen Jul 9, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
1.3K |
| 8495 | antdv-next | antdv-next/skills |
The skill is based on Antdv Next playground docs and demos, generated at 2026-01-29. Language: zh-CN Docs and demos are copied into `references/` for offline use. Vue Docs | common-props | docs/vue/common-props.md | compatible-style | docs/vue/compatible-style.md | customize-theme | docs/vue/customize-theme.md | faq | docs/vue/faq.md | getting-started | docs/vue/getting-started.md | i18n | docs/vue/i18n.md | migration-antdv-next | docs/vue/migration-antdv-next.md Compo...
|
1.3K |
| 8496 | code-simplifier | rtk-ai/rtk |
Code Simplifier You are an expert code simplification specialist focused on enhancing code clarity, consistency, and maintainability while preserving exact functionality. Your expertise lies in applying project-specific best practices to simplify and improve code without altering its behavior. You prioritize readable, explicit code over overly compact solutions. Refinement Principles 1. Preserve Functionality Never change what the code does - only how it does it. All original features, outputs, ...
|
1.3K |
| 8497 | matplotlib | k-dense-ai/scientific-agent-skills |
Matplotlib Overview Matplotlib is Python's foundational visualization library for creating static, animated, and interactive plots. This skill provides guidance on using matplotlib effectively, covering both the pyplot interface (MATLAB-style) and the object-oriented API (Figure/Axes), along with best practices for creating publication-quality visualizations. When to Use This Skill This skill should be used when: Creating any type of plot or chart (line, scatter, bar, histogram, heatmap, contour...
|
1.3K |
| 8498 | odoo-18 | unclecatvn/agent-skills |
Odoo 18 Skill - Master Index Master index for all Odoo 18 development guides. Read the appropriate guide from references/ based on your task. Quick Reference Topic File When to Use Actions references/odoo-18-actions-guide.md Creating actions, menus, scheduled jobs, server actions API Decorators references/odoo-18-decorator-guide.md Using @api decorators, compute fields, validation Controllers references/odoo-18-controller-guide.md Writing HTTP endpoints, routes, web controllers Data Files refere...
|
1.3K |
| 8499 | code-review-checklist | sickn33/agentic-awesome-skills |
Code Review Checklist Overview Provide a systematic checklist for conducting thorough code reviews. This skill helps reviewers ensure code quality, catch bugs, identify security issues, and maintain consistency across the codebase. When to Use This Skill Use when reviewing pull requests Use when conducting code audits Use when establishing code review standards for a team Use when training new developers on code review practices Use when you want to ensure nothing is missed in reviews Use when c...
|
1.3K |
| 8500 | phoenix-tracing | arize-ai/phoenix |
Phoenix Tracing Comprehensive guide for instrumenting LLM applications with OpenInference tracing in Phoenix. Contains reference files covering setup, instrumentation, span types, and production deployment. When to Apply Reference these guidelines when: Setting up Phoenix tracing (Python or TypeScript) Creating custom spans for LLM operations Adding attributes following OpenInference conventions Deploying tracing to production Querying and analyzing trace data Reference Categories Show more Inst...
|
1.3K |