███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 13001 | acli-jira | arjunmahishi/dotfiles |
Purpose Use this skill when you need to interact with Jira: reading tickets, creating new work items, updating existing ones, searching with JQL, transitioning status, assigning, commenting, or browsing projects. acli jira provides full Jira Cloud management from the CLI. When to use what acli jira workitem view : View a specific ticket by key. Use to read ticket details, description, status, assignee, etc. acli jira workitem search : Find tickets using JQL queries. Use for any search, filtering...
|
57 |
| 13002 | add-assets | opusgamelabs/game-creator |
Add Assets Replace basic geometric shapes (circles, rectangles) with pixel art sprites for all game entities. Every character, enemy, item, and projectile gets a recognizable visual identity — all generated as code, no external image files needed. Instructions Analyze the game at $ARGUMENTS (or the current directory if no path given). First, load the game-assets skill to get the full pixel art system, archetypes, and integration patterns. Step 1: Audit Read package.json to identify the engine (P...
|
57 |
| 13003 | tmux | connorads/dotfiles |
tmux Session Control Control tmux sessions by sending keystrokes and reading output. Essential for managing Claude Code sessions. When to Use ✅ USE this skill when: Monitoring Claude/Codex sessions in tmux Sending input to interactive terminal applications Scraping output from long-running processes in tmux Navigating tmux panes/windows programmatically Checking on background work in existing sessions When NOT to Use ❌ DON'T use this skill when: Running one-off shell commands → use exec tool dir...
|
57 |
| 13004 | evolve | miles990/self-evolving-agent |
/evolve — Goal-Driven Compounding Loop Measure what's wrong. Fix the worst thing. Measure again. Compound. Always-on autonomous loop over /rpi . Work selection order: Harvested .agents/rpi/next-work.jsonl work (freshest concrete follow-up) Open ready beads work ( bd ready ) Failing goals and directive gaps ( ao goals measure ) Testing improvements (missing/thin coverage, missing regression tests) Validation tightening and bug-hunt passes (gates, audits, bug sweeps) Complexity / TODO / FIXME / dr...
|
57 |
| 13005 | dust-temporal | dust-tt/dust |
Creating Temporal Workflows This skill guides you through creating Temporal workflows for durable background processing. Quick Reference Files Structure (per queue) temporal/your_queue/ ├── config.ts Queue name and version ├── helpers.ts Workflow ID generators ├── activities.ts Activity implementations (DB, API calls) ├── workflows.ts Workflow orchestration ├── worker.ts Worker setup └── client.ts Workflow launcher functions Key Concepts Wor...
|
57 |
| 13006 | storybook-args-controls | thebushidocollective/han |
Storybook - Args and Controls Configure interactive controls and args to make stories dynamic and explorable, allowing designers and developers to test component variations in real-time. Key Concepts Args Args are inputs to components that Storybook tracks and makes interactive: export const Primary: Story = { args: { label: 'Button', primary: true, size: 'medium', onClick: () => alert('clicked'), }, }; ArgTypes ArgTypes define metadata about args, including control typ...
|
57 |
| 13007 | find-skills | openstatushq/openstatus |
Find Skills This skill helps you discover and install skills from the open agent skills ecosystem. When to Use This Skill Use this skill when the user: Asks "how do I do X" where X might be a common task with an existing skill Says "find a skill for X" or "is there a skill for X" Asks "can you do X" where X is a specialized capability Expresses interest in extending agent capabilities Wants to search for tools, templates, or workflows Mentions they wish they had help with a specific domain (desi...
|
57 |
| 13008 | dingtalk_channel_connect | agentscope-ai/copaw |
钉钉 Channel 自动连接(可视浏览器) 此 skill 用于通过可视浏览器自动化完成钉钉应用创建与 CoPaw channel 绑定。 强制规则 必须使用可视浏览器模式启动: { "action" : "start" , "headed" : true } 遇到登录关卡必须暂停: 若页面出现登录界面(如 登录 、扫码登录、手机号/密码登录),立即停止自动操作。 明确提示用户先手动登录,再等待用户回复“登录好了/继续”。 未收到用户确认前,不得继续执行后续步骤。 任何应用配置变更都必须新建版本并发布后才生效: 配置完机器人相关信息后 一定要发布机器人 不论是新建应用还是修改应用信息(名称、描述、图标、机器人配置等),最终都 必须执行“创建新版本 + 发布” 。 若未完成发布,不得宣称配置已生效。 执行前显著确认(必须先做) 在开始自动化点击前,先向用户发起一次“配置确认”,明确告知可自定义项、图片规范、默认值。建议使用如下结构化确认: 让用户可自定义以下字段: 应用名称 应用描述 机器人图标图片链接或本地路径 机器人消息预览图链接或本地路径 明确告知图片规范(显著提示): 机器人图...
|
57 |
| 13009 | vercel-composition-patterns | connorads/dotfiles |
React Composition Patterns Composition patterns for building flexible, maintainable React components. Avoid boolean prop proliferation by using compound components, lifting state, and composing internals. These patterns make codebases easier for both humans and AI agents to work with as they scale. When to Apply Reference these guidelines when: Refactoring components with many boolean props Building reusable component libraries Designing flexible component APIs Reviewing component architecture W...
|
57 |
| 13010 | llamaguard | orchestra-research/ai-research-skills |
LlamaGuard - AI Content Moderation Quick start LlamaGuard is a 7-8B parameter model specialized for content safety classification. Installation: pip install transformers torch Login to HuggingFace (required) huggingface-cli login Basic usage: from transformers import AutoTokenizer, AutoModelForCausalLM model_id = "meta-llama/LlamaGuard-7b" tokenizer = AutoTokenizer.from_pretrained(model_id) model = AutoModelForCausalLM.from_pretrained(model_id, device_map="auto") def moderate(chat): ...
|
57 |
| 13011 | cloudflare-manager | secondsky/claude-skills |
Cloudflare Manager Comprehensive Cloudflare service management skill that enables deployment and configuration of Workers, KV Storage, R2 buckets, Pages, DNS records, and routing. Automatically validates API credentials, extracts deployment URLs, and provides actionable error messages. Initial Setup Before using this skill for the first time: Install Dependencies cd ~/.claude/skills/cloudflare-manager bun install Configure API Key Create a .env file in your project root: CLOUDFLARE_API_KEY = you...
|
57 |
| 13012 | pair programming | ruvnet/claude-flow |
Pair Programming Collaborative AI pair programming with intelligent role management, real-time quality monitoring, and comprehensive development workflows. What This Skill Does This skill provides professional pair programming capabilities with AI assistance, supporting multiple collaboration modes, continuous verification, and integrated testing. It manages driver$navigator roles, performs real-time code review, tracks quality metrics, and ensures high standards through truth-score verification...
|
57 |
| 13013 | ember-best-practices | nullvoxpopuli/agent-skills |
Ember.js Best Practices Comprehensive performance optimization and accessibility guide for Ember.js applications. Contains 58 rules across 10 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new Ember components or routes Implementing data fetching with WarpDrive Reviewing code for performance issues Refactoring existing Ember.js code Optimizing bundle size or load times Implementing accessibility feature...
|
57 |
| 13014 | vercel-analytics-setup | andrelandgraf/fullstackrecipes |
Vercel Web Analytics To set up Vercel Web Analytics, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/vercel-analytics-setup If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/vercel-analytics-setup
|
57 |
| 13015 | zhy-wechat-writing | zhylq/yuan-skills |
微信公众号写作系统 Purpose 根据用户提供的主题(可选参考URL),自动完成公众号文章写作全流程:多来源检索与证据池整理、初稿生成、自审润色、参考资料整理,并可选自动配图与保存到公众号草稿箱(不提交发布)。 When to Use 用户请求"写一篇关于XXX的公众号文章" 用户请求"生成公众号文章,主题是XXX" 用户需要完整的公众号文章创作流程 用户希望"写完后自动配图"或"写完后发到公众号草稿箱" Prerequisites 执行前需要确认: 用户已提供文章主题( topic ) 如有参考文章 URL,可一并提供( urls ) 若 topic 为纯中文且未提供 slug ,建议补充英文/拼音 kebab-case 目录名;否则会使用 ASCII 降级方案 Workflow 按照以下步骤顺序执行(产物默认落盘到 articles/<slug>/... ,便于复跑与追溯): Phase 0: Preflight 目标 :确定可稳定复用的目录与路径规范 操作 : 计算 slug 若用户提供 slug :直接使用(推荐:英文/拼音kebab-case) 若 topic 含拉丁字母/...
|
57 |
| 13016 | conventional-commit | trancong12102/agentskills |
Instructions < description > This file contains a prompt template for generating conventional commit messages. It provides instructions, examples, and formatting guidelines to help users write standardized, descriptive commit messages in accordance with the Conventional Commits specification. </ description > Workflow Follow these steps: Run git status to review changed files. Run git diff or git diff --cached to inspect changes. Stage your changes with git add <file> . Construct your commit mes...
|
57 |
| 13017 | vulture-sweep | autumnsgrove/groveengine |
Vulture Sweep 🦅 The vulture circles patiently above, seeing what others miss. From high above, patterns emerge: issues that have already been resolved but never closed, scattered fragments that should be one cohesive task, work that's decayed beyond relevance. The vulture doesn't judge. It performs a necessary service that others avoid—nature's cleanup crew. When the vulture descends, it verifies before consuming. When it rises again, the backlog is healthy. When to Activate Issue board has accu...
|
57 |
| 13018 | cloud-tencent-cos | teachingai/full-stack-skills |
When to use this skill Use this skill whenever the user wants to: [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
|
57 |
| 13019 | web-fetch | zhayujie/chatgpt-on-wechat |
Web Content Fetching Fetch web content in this order: Prefer markdown-native endpoints ( content-type: text/markdown ) Use selector-based HTML extraction for known sites Use the bundled Bun fallback script when selectors fail Prerequisites Verify required tools before extracting: command -v curl > /dev/null || echo "curl is required" command -v html2markdown > /dev/null || echo "html2markdown is required for HTML extraction" command -v bun > /dev/null || echo "bun is required for fetch.ts fallba...
|
57 |
| 13020 | safe-area-handling | cap-go/capacitor-skills |
Safe Area Handling in Capacitor Handle iPhone notch, Dynamic Island, home indicator, and Android cutouts properly. When to Use This Skill User has layout issues on notched devices User asks about safe areas User sees content under the notch User needs fullscreen layout Content is hidden by home indicator Understanding Safe Areas What Are Safe Areas? Safe areas are the regions of the screen not obscured by: iPhone : Notch, Dynamic Island, home indicator, rounded corners Android : Camera cutouts, ...
|
57 |
| 13021 | marketing-social | gnoviawan/agentic-marketing |
Social Media Marketing Specialist You are a senior social media strategist with deep expertise across every major platform -- Instagram, TikTok, LinkedIn, X/Twitter, Facebook, YouTube, Pinterest, Threads, Bluesky, and Reddit. You deliver actionable, modern social strategies grounded in the brand's SOSTAC plan. Starting Context Router Start from the strongest context the user already has: Blank-page / strategy mode : If the user is starting from zero, build the social strategy, platform mix, cont...
|
57 |
| 13022 | rails-hotwire | thebushidocollective/han |
Rails Hotwire Master Hotwire for building modern, reactive Rails applications using Turbo and Stimulus without requiring heavy JavaScript frameworks. Overview Hotwire (HTML Over The Wire) is a modern approach to building web applications that sends HTML instead of JSON over the wire. It consists of Turbo (for delivering server-rendered HTML) and Stimulus (for JavaScript sprinkles). Installation and Setup Installing Hotwire Add to Gemfile bundle add turbo-rails stimulus-rails Install Turbo...
|
57 |
| 13023 | product-spec-kit | diegoeis/product-spec-kit |
Overview This skill helps Product Managers produce structured, high-quality documentation for product development. It supports both comprehensive documentation workflows (PRD → Plan → Stories) and standalone quick issues (individual stories, tasks, or bugs). Always use the language of the user interaction to create the final files, including headings and default content of templates. If the user explicitly requests a different language, use it. When to use? Use this skill when user asks to: ...
|
57 |
| 13024 | openclaw-grok-search | stemmaker/openclaw-grok-search |
Openclaw Grok Search Run cross-platform web research and return structured JSON output with content and sources . This skill is project-local and should run directly from the downloaded project directory. When to Use Use this skill before answering when any of these apply: The user asks for latest/current/today/recent information. The answer depends on versions, releases, changelogs, or compatibility. The task needs official docs, API references, or source URLs. The user reports an error and roo...
|
57 |
| 13025 | moai-lang-scala | modu-ai/moai-adk |
Scala 3.4+ Development Specialist Functional programming, effect systems, and big data processing for JVM applications. Quick Reference Auto-Triggers: Scala files (.scala, .sc), build files (build.sbt, project/build.properties) Core Capabilities: Scala 3.4: Given/using, extension methods, enums, opaque types, match types Akka 2.9: Typed actors, streams, clustering, persistence Cats Effect 3.5: Pure FP runtime, fibers, concurrent structures ZIO 2.1: Effect system, layers, streaming, error ha...
|
57 |
| 13026 | umbraco-validation-context | umbraco/umbraco-cms-backoffice-skills |
Umbraco Validation Context What is it? UmbValidationContext provides a centralized validation system for forms in the Umbraco backoffice. It manages validation messages using JSON Path notation, supports both client-side and server-side validation, and enables reactive error counting for tabs and sections. This is essential for multi-step forms, workspace editors, and any UI that requires comprehensive validation feedback. Documentation Always fetch the latest docs before implementing: Foundatio...
|
57 |
| 13027 | playwright-skill | tech-leads-club/agent-skills |
IMPORTANT - Path Resolution: This skill can be installed in different locations (plugin system, manual installation, global, or project-specific). Before executing any commands, determine the skill directory based on where you loaded this SKILL.md file, and use that path in all commands below. Replace $SKILL_DIR with the actual discovered path. Common installation paths: Plugin system: ~/.claude/plugins/marketplaces/playwright-skill/skills/playwright-skill Manual global: ~/.claude/skills/playwri...
|
57 |
| 13028 | readme-updater | ovachiever/droid-tings |
README Updater Skill Keep your README current with project changes. When I Activate ✅ New features added ✅ Project structure changes ✅ Dependencies added/removed ✅ Setup instructions change ✅ User mentions README or documentation ✅ Configuration files modified What I Update README Sections Installation: New dependencies Setup steps Prerequisites Environment variables Features: New capabilities Functionality changes Feature deprecation Usage: API changes New examples Updated screenshots ...
|
57 |
| 13029 | accessibility-testing | proffesor-for-testing/agentic-qe |
Accessibility Testing Overview Accessibility testing ensures web applications are usable by people with disabilities, including those using screen readers, keyboard navigation, or other assistive technologies. It validates compliance with WCAG (Web Content Accessibility Guidelines) and identifies barriers to accessibility. When to Use Validating WCAG 2.1/2.2 compliance Testing keyboard navigation Verifying screen reader compatibility Testing color contrast ratios Validating ARIA attributes Tes...
|
57 |
| 13030 | podcast-marketing | kostja94/marketing-skills |
Content: Podcast Guides podcast strategy, content creation, distribution, marketing, and SEO. Podcasts compete in a crowded space (3M+ active shows, 500M+ listeners globally); discoverability is the primary challenge. Discovery channels: ~32% search engines, ~28% podcast apps, ~24% social media, ~16% word-of-mouth. 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 ...
|
57 |
| 13031 | session-chronicle | terrylica/cc-skills |
Session Chronicle Excavate Claude Code session logs to capture complete provenance for research findings, ADR decisions, and code contributions. Traces UUID chains across multiple auto-compacted sessions. CRITICAL PRINCIPLE : Registry entries must be self-contained . Record ALL session UUIDs (main + subagent) at commit time. Future maintainers should not need to run archaeology to understand provenance. S3 Artifact Sharing : Artifacts can be uploaded to S3 for team access. See S3 Sharing ADR . W...
|
57 |
| 13032 | tampermonkey | henkisdabro/wookstar-claude-code-plugins |
Expert guidance for writing Tampermonkey userscripts - browser scripts that modify web pages, automate tasks, and enhance browsing experience. Quick Start Template ``` // ==UserScript== // @name My Script Name // ← CUSTOMISE: Unique script name // @namespace https://example.com/scripts/ // ← CUSTOMISE: Your unique namespace // @version 1.0.0 // ← INCREMENT on updates // @description Brief description of the script // ← CUS...
|
57 |
| 13033 | projectmanagement | zenobi-us/dotfiles |
No SKILL.md available for this skill. [View on GitHub ](https://github.com/zenobi-us/dotfiles)
|
57 |
| 13034 | gdrive-access | terrylica/cc-skills |
Google Drive Access List, download, and sync files from Google Drive programmatically via Claude Code CLI. MANDATORY PREFLIGHT (Execute Before Any Drive Operation) CRITICAL : You MUST complete this preflight checklist before running any gdrive commands. Do NOT skip steps. Step 1: Check CLI Binary Exists ls -la " $HOME /.claude/plugins/marketplaces/cc-skills/plugins/gdrive-tools/skills/gdrive-access/scripts/gdrive" 2 > /dev/null || echo "BINARY_NOT_FOUND" If BINARY_NOT_FOUND : Build it first: cd ...
|
57 |
| 13035 | memory-forensics | oimiragieo/agent-studio |
Memory Forensics Comprehensive techniques for acquiring, analyzing, and extracting artifacts from memory dumps for incident response and malware analysis. Memory Acquisition Live Acquisition Tools Windows WinPmem (Recommended) winpmem_mini_x64.exe memory.raw DumpIt DumpIt.exe Belkasoft RAM Capturer GUI-based, outputs raw format Magnet RAM Capture GUI-based, outputs raw format Linux LiME (Linux Memory Extractor) sudo insmod lime.ko "path=/tmp/memory.lime format=lime" /dev/mem (limi...
|
57 |
| 13036 | add-feature | opusgamelabs/game-creator |
Add Feature Add a new feature to your game. Just describe what you want in plain English — for example, "add a double-jump power-up" or "add a high score leaderboard" — and the feature will be built following your game's existing patterns. Instructions The user wants to add: $ARGUMENTS Step 1: Understand the codebase Read package.json to identify the engine (Three.js or Phaser) Read src/core/Constants.js for existing configuration Read src/core/EventBus.js for existing events Read src/core/GameS...
|
57 |
| 13037 | test-automation-expert | erichowens/some_claude_skills |
Test Automation Expert Comprehensive testing guidance from unit to E2E. Designs test strategies, implements automation, and optimizes coverage for sustainable quality. When to Use Use for: Designing test strategy for new projects Setting up testing frameworks (Jest, Vitest, Playwright, Cypress, pytest) Writing effective unit, integration, and E2E tests Optimizing test coverage and eliminating gaps Debugging flaky tests CI/CD test pipeline configuration Test-Driven Development (TDD) guidance ...
|
57 |
| 13038 | fsi-comps-analysis | anthropics/financial-services-plugins |
Comparable Company Analysis ⚠️ CRITICAL: Data Source Priority (READ FIRST) ALWAYS follow this data source hierarchy: FIRST: Check for MCP data sources - If S&P Kensho MCP, FactSet MCP, or Daloopa MCP are available, use them exclusively for financial and trading information DO NOT use web search if the above MCP data sources are available ONLY if MCPs are unavailable: Then use Bloomberg Terminal, SEC EDGAR filings, or other institutional sources NEVER use web search as a primary data source - it ...
|
57 |
| 13039 | creative-problem-solver | tkersey/dotfiles |
Creative Problem Solver Purpose: generate a five-tier portfolio that compounds (Artifact Spine), then stop for a human choice. Contract (one assistant turn) Name the current Double Diamond stage: Discover / Define / Develop / Deliver. If Define is weak: propose a one-line working definition + success criteria, and treat the portfolio as learning moves. Deliver options, then stop and ask for human input before executing. Always include a five-tier portfolio: Quick Win, Strategic Play, Advantage P...
|
57 |
| 13040 | nodejs-expert | cin12211/orca-q |
Nodejs Expert nestjs core module guidelines When reviewing or writing code, apply these guidelines: Global filters for exception handling. Global middlewares for request management. Guards for permission management. Interceptors for request management. nestjs general guidelines When reviewing or writing code, apply these guidelines: Use modular architecture Encapsulate the API in modules. One module per main domain/route. One controller for its route. And other controllers for secondary routes. ...
|
57 |
| 13041 | dspy | orchestra-research/ai-research-skills |
DSPy: Declarative Language Model Programming When to Use This Skill Use DSPy when you need to: Build complex AI systems with multiple components and workflows Program LMs declaratively instead of manual prompt engineering Optimize prompts automatically using data-driven methods Create modular AI pipelines that are maintainable and portable Improve model outputs systematically with optimizers Build RAG systems, agents, or classifiers with better reliability GitHub Stars: 22,000+ | Created By: ...
|
57 |
| 13042 | umbraco-search-provider | umbraco/umbraco-cms-backoffice-skills |
Umbraco Search Provider What is it? A Search Provider integrates custom search functionality into Umbraco's backoffice search bar. It enables users to search custom data sources alongside built-in content, media, and members. The provider implements a search method that returns paginated results matching the user's query. Documentation Always fetch the latest docs before implementing: Extension Types : https://docs.umbraco.com/umbraco-cms/customizing/extending-overview/extension-types Foundation...
|
57 |
| 13043 | arc42-documentation | oocx/tfplan2md |
arc42 Architecture Documentation Purpose Generate complete, structured architecture documentation following the proven arc42 template ( https://arc42.org/ ). The template provides 12 standardized sections covering all aspects of software architecture, from stakeholder requirements to technical implementation details. When to Use This Skill Starting a new project that needs comprehensive architecture documentation Documenting existing systems that lack structured architecture descriptions Creatin...
|
57 |
| 13044 | turborepo | vercel-labs/vercel-skills |
Turborepo Skill Build system for JavaScript/TypeScript monorepos. Turborepo caches task outputs and runs tasks in parallel based on dependency graph. IMPORTANT: Package Tasks, Not Root Tasks DO NOT create Root Tasks. ALWAYS create package tasks. When creating tasks/scripts/pipelines, you MUST: Add the script to each relevant package's package.json Register the task in root turbo.json Root package.json only delegates via turbo run <task> DO NOT put task logic in root package.json . This defeats T...
|
57 |
| 13045 | adcp-signals | adcontextprotocol/adcp |
AdCP Signals Protocol This skill enables you to execute the AdCP Signals Protocol with signal agents. Use the standard MCP tools ( get_signals , activate_signal ) exposed by the connected agent. Overview The Signals Protocol provides 2 standardized tasks for discovering and activating targeting data: Task Purpose Response Time get_signals Discover signals using natural language ~60s activate_signal Activate a signal on a platform/agent Minutes-Hours Typical Workflow Discover signals : get_signal...
|
57 |
| 13046 | poetry-uv-advisor | jorgealves/agent_skills |
Poetry/uv Dependency Advisor Purpose and Intent Optimize pyproject.toml and resolve complex dependency trees using modern tools like Poetry or uv. Use to modernize Python project management. When to Use Project Setup : When initializing a new Python project. Continuous Integration : As part of automated build and test pipelines. Legacy Refactoring : When updating older Python codebases to modern standards. When NOT to Use Non-Python Projects : This tool is specialized for the Python ecosystem. E...
|
57 |
| 13047 | dojo-review | dojoengine/book |
Dojo Code Review Review your Dojo code for common issues, security concerns, and optimization opportunities. When to Use This Skill "Review my Dojo code" "Check this system for issues" "Audit my models" "Review before deploying" What This Skill Does Analyzes your code for: Model design patterns System implementation issues Security vulnerabilities Gas optimization opportunities Test coverage gaps Common mistakes Quick Start Interactive mode: "Review my Dojo project" I'll ask about: What to revie...
|
57 |
| 13048 | skill validator | daffy0208/ai-dev-standards |
Skill Validator Validate implementations match manifests using Codex for semantic comparison Purpose Ensures that skill/MCP implementations actually deliver what their manifests promise. Uses Codex to perform semantic analysis comparing descriptions, preconditions, and effects against actual code. Detects drift, missing functionality, and over-promised capabilities. When to Use After updating skill implementations During quality audits to verify accuracy When manifests feel outdated or incorrect...
|
57 |
| 13049 | clean-data-xls | anthropics/financial-services-plugins |
Clean Data Clean messy data in the active sheet or a specified range. Environment If running inside Excel (Office Add-in / Office JS): Use Office JS directly ( Excel.run(async (context) => {...}) ). Read via range.values , write helper-column formulas via range.formulas = [["=TRIM(A2)"]] . The in-place vs helper-column decision still applies. If operating on a standalone .xlsx file: Use Python/openpyxl. Workflow Step 1: Scope If a range is given (e.g. A1:F200 ), use it Otherwise use the full use...
|
57 |
| 13050 | kubernetes-orchestration | manutej/luxor-claude-marketplace |
Kubernetes Orchestration Skill Table of Contents Introduction Core Concepts Workloads Services and Networking Ingress Controllers Configuration Management Storage Namespaces and Resource Isolation Security and RBAC Autoscaling Monitoring and Observability Logging Production Operations Troubleshooting Introduction Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications. It provides a robust framework for r...
|
57 |