███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 7651 | xlsx-official | sickn33/antigravity-awesome-skills |
Requirements for Outputs All Excel files Zero Formula Errors Every Excel model MUST be delivered with ZERO formula errors (REF!, DIV/0!, VALUE!, N/A, NAME?) Preserve Existing Templates (when updating templates) Study and EXACTLY match existing format, style, and conventions when modifying files Never impose standardized formatting on files with established patterns Existing template conventions ALWAYS override these guidelines Financial models Color Coding Standards Unless otherwise stated by th...
|
265 |
| 7652 | nansen-smart-money-alpha | nansen-ai/nansen-cli |
Alpha Discovery Answers: "What tokens is smart money accumulating before they pump?" CHAIN = solana nansen research token screener --chain $CHAIN --timeframe 24h --smart-money --limit 20 → token_symbol, price_usd, price_change, volume, buy_volume, market_cap_usd, fdv, liquidity, token_age_days nansen research smart-money netflow --chain $CHAIN --labels "Smart Trader" --limit 10 → token_symbol, net_flow_1h/24h/7d/30d_usd, trader_count Confirm SM flow on a specific token from screener results T...
|
265 |
| 7653 | aiconfig-tools | launchdarkly/agent-skills |
AI Config Tools You're using a skill that will guide you through adding capabilities to your AI agents through tools (function calling). Your job is to identify what your AI needs to do, create tool definitions, attach them to variations, and verify they work. Prerequisites LaunchDarkly API token with /*:ai-tool/* permission Existing AI Config (use aiconfig-create skill first) Tools endpoint: /ai-tools (NOT /ai-configs/tools ) Core Principles Start with Capabilities : Think about what your AI ne...
|
265 |
| 7654 | qwen-image-2-pro | inference-sh/skills |
Qwen-Image Pro - Professional Image Generation Generate images with Alibaba Qwen-Image-2.0-Pro via inference.sh CLI. Best for professional text rendering and complex designs. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login infsh app run alibaba/qwen-image-2-pro --input '{"prompt": "Poster with title \"Welcome!\" in bold blue text"}' Pro Model Capabilities Professional Text Rendering : Multi-line and paragr...
|
265 |
| 7655 | compose-performance-audit | new-silvermoon/awesome-android-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
265 |
| 7656 | loading-states | owl-listener/designer-skills |
Loading States You are an expert in designing loading experiences that maintain user confidence and perceived performance. What You Do You design loading patterns that keep users informed and reduce perceived wait time. Loading Patterns Skeleton Screens Show the layout shape before content loads. Use for known content structure. Animate with subtle shimmer. Spinner/Progress Indeterminate spinner for unknown duration. Determinate progress bar when progress is measurable. Keep spinners small and u...
|
265 |
| 7657 | tanstack-store | tanstack-skills/tanstack-skills |
Overview TanStack Store is a lightweight reactive store (signals-like) that powers the internals of TanStack libraries. It provides Store for state, Derived for computed values, Effect for side effects, and batch for atomic updates. Framework adapters provide reactive hooks. Core: @tanstack/store React: @tanstack/react-store Installation npm install @tanstack/store @tanstack/react-store Store Creating a Store import { Store } from '@tanstack/store' const countStore = new Store ( 0 ) const userSt...
|
265 |
| 7658 | visual-hierarchy | owl-listener/designer-skills |
Visual Hierarchy You are an expert in creating clear visual hierarchy that guides users through interfaces. What You Do You establish visual hierarchy ensuring users see the most important content first and can scan efficiently. Hierarchy Tools Size Larger elements draw attention first. Use size differences of at least 1.5x for clear distinction. Weight Bold text, thicker strokes, and filled icons carry more visual weight than light variants. Color and Contrast High contrast attracts attention. ...
|
265 |
| 7659 | deep-learning-python | mindrally/skills |
Deep Learning Python Development You are an expert in deep learning, transformers, diffusion models, and LLM development using Python libraries like PyTorch, Diffusers, Transformers, and Gradio. Follow these guidelines when writing deep learning code. Core Principles Write concise, technical responses with accurate Python examples Prioritize clarity and efficiency in deep learning workflows Use object-oriented programming for architectures; functional programming for data pipelines Implement p...
|
265 |
| 7660 | hyva-cms-component | hyva-themes/hyva-ai-tools |
Hyvä CMS Component Creator Overview This skill guides the interactive creation of custom Hyvä CMS components for Magento 2. It supports creating components in new or existing modules, with field presets for common patterns and automatic setup:upgrade execution. Command execution: For commands that need to run inside the development environment (e.g., bin/magento), use the hyva-exec-shell-cmd skill to detect the environment and determine the appropriate command wrapper. Workflow Step 1: Module...
|
265 |
| 7661 | stress-testing | aj-geddes/useful-ai-prompts |
Stress Testing Overview Stress testing pushes systems beyond normal operating capacity to identify breaking points, failure modes, and recovery behavior. It validates system stability under extreme conditions and helps determine maximum capacity before degradation or failure. When to Use Finding system capacity limits Identifying breaking points Testing auto-scaling behavior Validating error handling under load Testing recovery after failures Planning capacity requirements Verifying graceful d...
|
265 |
| 7662 | database-indexing-strategy | aj-geddes/useful-ai-prompts |
Database Indexing Strategy Overview Design comprehensive indexing strategies to improve query performance, reduce lock contention, and maintain data integrity. Covers index types, design patterns, and maintenance procedures. When to Use Index creation and planning Query performance optimization through indexing Index type selection (B-tree, Hash, GiST, BRIN) Composite and partial index design Index maintenance and monitoring Storage optimization with indexes Full-text search index design Index...
|
265 |
| 7663 | ml model training | aj-geddes/useful-ai-prompts |
ML Model Training Training machine learning models involves selecting appropriate algorithms, preparing data, and optimizing model parameters to achieve strong predictive performance. Training Phases Data Preparation : Cleaning, encoding, normalization Feature Engineering : Creating meaningful features Model Selection : Choosing appropriate algorithms Hyperparameter Tuning : Optimizing model settings Validation : Cross-validation and evaluation metrics Deployment : Preparing models for productio...
|
265 |
| 7664 | query-caching-strategies | aj-geddes/useful-ai-prompts |
Query Caching Strategies Overview Implement multi-level caching strategies using Redis, Memcached, and database-level caching. Covers cache invalidation, TTL strategies, and cache warming patterns. When to Use Query result caching High-read workload optimization Reducing database load Improving response time Cache layer selection Cache invalidation patterns Distributed cache setup Application-Level Caching Redis Caching with PostgreSQL Setup Redis Cache Layer: // Node.js example with Redis c...
|
265 |
| 7665 | frontend-testing | aj-geddes/useful-ai-prompts |
Dify Frontend Testing Skill This skill enables Claude to generate high-quality, comprehensive frontend tests for the Dify project following established conventions and best practices. ⚠️ Authoritative Source: This skill is derived from web/testing/testing.md. Use Vitest mock/timer APIs (vi.*). When to Apply This Skill Apply this skill when the user: Asks to write tests for a component, hook, or utility Asks to review existing tests for completeness Mentions Vitest, React Testing Library, RT...
|
265 |
| 7666 | fix-flaky-tests | tuist/agent-skills |
Fix Flaky Test Quick Start You'll typically receive a Tuist test case URL or identifier. Follow these steps to investigate and fix it: Run tuist test case show <id-or-identifier> --json to get reliability metrics for the test. Run tuist test case run list Module/Suite/TestCase --flaky --json to see flaky run patterns. Run tuist test case run show <run-id> --json on failing flaky runs to get failure messages and file paths. Read the test source at the reported path and line, identify the flaky pa...
|
265 |
| 7667 | contrast-checker | accesslint/claude-marketplace |
You are an expert color contrast analyzer specializing in WCAG 2.1 compliance. Your Role You analyze color contrast ratios in codebases and provide actionable recommendations for achieving WCAG AA compliance while preserving the original design aesthetic. When to Activate Use this skill when: User mentions color contrast, WCAG compliance, or accessibility issues Discussion involves colors in UI components, text readability, or visual design User asks about making colors more accessible Analyzing...
|
265 |
| 7668 | skill | yeachan-heo/oh-my-claudecode |
Skill Management CLI Meta-skill for managing oh-my-claudecode skills via CLI-like commands. Subcommands /skill list Show all local skills organized by scope. Behavior: Scan user skills at ~/.claude/skills/omc-learned/ Scan project skills at .omc/skills/ Parse YAML frontmatter for metadata Display in organized table format: USER SKILLS (~/.claude/skills/omc-learned/): | Name | Triggers | Quality | Usage | Scope | |-------------------|--------------------|---------|-------|-...
|
265 |
| 7669 | databases | mrgoonie/claudekit-skills |
Databases Skill Unified guide for working with MongoDB (document-oriented) and PostgreSQL (relational) databases. Choose the right database for your use case and master both systems. When to Use This Skill Use when: Designing database schemas and data models Writing queries (SQL or MongoDB query language) Building aggregation pipelines or complex joins Optimizing indexes and query performance Implementing database migrations Setting up replication, sharding, or clustering Configuring backups...
|
265 |
| 7670 | observability-edot-python-migrate | elastic/agent-skills |
EDOT Python Migration Read the migration guide before making changes: Migration guide EDOT Python setup EDOT Python configuration Guidelines Remove ALL classic APM references: elastic-apm from requirements, ElasticAPM(app) / elasticapm.contrib.* from application code, app.config['ELASTIC_APM'] blocks, and all ELASTIC_APM_* env vars Install elastic-opentelemetry via pip (add to requirements.txt or equivalent) Run edot-bootstrap --action=install during image build to install auto-instrumentation p...
|
265 |
| 7671 | ln-775-api-docs-generator | levnikolaevich/claude-code-skills |
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-770-crosscutting-setup Configures API documentation with Swagger/OpenAPI. Overview | Input | Context Store from ln-770 | Output | Swagger/OpenAPI configuration | Stacks | .NET (Swashbuckle), Python (FastAPI built-in) Phase 1: Receive Context + Analyze API Structure Accept Context Store and scan for API endpoints. Required Context: - `STACK`: .NET or Python - `PROJECT_ROOT`: Project directory path Idempotency Check: - ...
|
265 |
| 7672 | ln-730-devops-setup | levnikolaevich/claude-code-skills |
Type: L2 Domain Coordinator Category: 7XX Project Bootstrap Parent: ln-700-project-bootstrap Coordinates DevOps infrastructure setup by delegating to specialized workers. Purpose & Scope Orchestrates the complete DevOps setup for a project: - Does: Auto-detect stack, delegate to workers, verify configuration - Does NOT: Generate files directly (delegates to ln-731, ln-732, ln-733) Overview | Input | Project directory with source code | Output | Docker, CI/CD, environment configurati...
|
265 |
| 7673 | sentry-setup-logging | getsentry/sentry-agent-skills |
Setup Sentry Logging Configure Sentry's structured logging feature. Invoke This Skill When User asks to "setup Sentry logging" or "capture logs in Sentry" User wants to integrate logging libraries (Pino, Winston, Loguru) with Sentry User asks about Sentry.logger or sentry_sdk.logger Quick Reference Platform Min SDK Enable Flag Logger API JavaScript 9.41.0+ enableLogs: true Sentry.logger.* Python 2.35.0+ enable_logs=True sentry_sdk.logger.* Ruby 5.24.0+ config.enable_logs = true Sentry.logger.*...
|
264 |
| 7674 | alicloud-ai-cloud-call-center | cinience/alicloud-skills |
Category: service Cloud Call Center Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for Cloud Call Center. Workflow Confirm region, resource identifiers, and desired action. Discover API list and required parameters (see references). Call API with SDK or OpenAPI Explorer. Verify results with describe/list APIs. AccessKey priority (must follow) Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID Region policy: ...
|
264 |
| 7675 | alicloud-ai-pai-aiworkspace | cinience/alicloud-skills |
Category: service PAI AIWorkspace Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for Platform for Artificial Intelligence PAI - AIWorkspace. Workflow Confirm region, resource identifiers, and desired action. Discover API list and required parameters (see references). Call API with SDK or OpenAPI Explorer. Verify results with describe/list APIs. AccessKey priority (must follow) Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET /...
|
264 |
| 7676 | dify-dsl-generator | wwwzhouhui/skills_collection |
Dify DSL 工作流生成器 专业的 Dify 工作流 DSL/YML 文件自动生成工具,基于对 86+ 实际工作流案例的深度学习,能够根据用户的业务需求自动生成符合 Dify 规范的完整工作流配置文件。 核心功能 ✅ 完整DSL生成: 自动生成包含 app、dependencies、workflow 的完整 YML 文件 ✅ 多节点支持: 支持 start、llm、answer、code、http-request、if-else、tool 等所有节点类型 ✅ 智能连接: 自动生成节点间的 edges 连接关系 ✅ 参数配置: 智能推荐模型参数、提示词配置 ✅ 插件集成: 自动识别并配置所需的 Dify 插件依赖 ✅ 规范格式: 严格遵循 Dify 0.3.0 版本的 DSL 规范 使用方法 基础用法 生成一个 Dify 工作流用于 [业务需求描述] 详细用法 帮我生成一个 Dify 工作流 DSL 文件: - 功能: [工作流要实现的功能] - 输入: [用户输入的内容] - 处理步骤: [详细的处理逻辑] - 输出: [期望的输出结果] - 使用插件: [需要的插件,可选]...
|
264 |
| 7677 | knowledge base manager | daffy0208/ai-dev-standards |
Knowledge Base Manager Build and maintain high-quality knowledge bases for AI systems and human consumption. Core Principle Knowledge Base = Structured Information + Quality Curation + Accessibility A knowledge base is not just a data dump—it's curated, validated, versioned information designed to answer questions and enable reasoning. When to Use Knowledge Bases Use Knowledge Bases When: ✅ Need to answer factual questions consistently ✅ Information changes frequently and needs version control ✅...
|
264 |
| 7678 | submit | kazukinagata/shinkoku |
提出準備・チェックリスト(Submission Preparation) 確定申告書類の最終確認と提出方法の案内を行うスキル。 申告書の作成が完了した後の最終ステップとして使用する。 設定の読み込み(最初に実行) shinkoku.config.yaml を Read ツールで読み込む ファイルが存在しない場合は /setup スキルの実行を案内して終了する 設定値を把握し、相対パスは CWD を基準に絶対パスに変換する: db_path : CLI スクリプトの --db-path 引数に使用 output_dir : 進捗ファイル等の出力先ベースディレクトリ 各ディレクトリ: ファイル参照時に使用 進捗情報の読み込み 設定の読み込み後、引継書ファイルを読み込んで前ステップの結果を把握する。 .shinkoku/progress/progress-summary.md を Read ツールで読み込む(存在する場合) 以下の引継書を Read ツールで読み込む(存在する場合): .shinkoku/progress/07-income-tax.md .shinkoku/progress...
|
264 |
| 7679 | huggingface-tokenizers | davila7/claude-code-templates |
HuggingFace Tokenizers - Fast Tokenization for NLP Fast, production-ready tokenizers with Rust performance and Python ease-of-use. When to use HuggingFace Tokenizers Use HuggingFace Tokenizers when: Need extremely fast tokenization (<20s per GB of text) Training custom tokenizers from scratch Want alignment tracking (token → original text position) Building production NLP pipelines Need to tokenize large corpora efficiently Performance: Speed: <20 seconds to tokenize 1GB on CPU Implementat...
|
264 |
| 7680 | vulnerability-scanner | davila7/claude-code-templates |
Vulnerability Scanner Think like an attacker, defend like an expert. 2025 threat landscape awareness. 🔧 Runtime Scripts Execute for automated validation: Script Purpose Usage scripts/security_scan.py Validate security principles applied python scripts/security_scan.py <project_path> 📋 Reference Files File Purpose checklists.md OWASP Top 10, Auth, API, Data protection checklists 1. Security Expert Mindset Core Principles Principle Application Assume Breach Design as if attacker already inside...
|
264 |
| 7681 | backtesting-frameworks | sickn33/antigravity-awesome-skills |
Backtesting Frameworks Build robust, production-grade backtesting systems that avoid common pitfalls and produce reliable strategy performance estimates. Use this skill when Developing trading strategy backtests Building backtesting infrastructure Validating strategy performance and robustness Avoiding common backtesting biases Implementing walk-forward analysis Do not use this skill when You need live trading execution or investment advice Historical data quality is unknown or incomplete The ta...
|
264 |
| 7682 | soul-self-evolution | cklxx/elephant.ai |
soul-self-evolution 对 SOUL.md 或 docs/reference/SOUL.md 进行受控更新: 只允许改动可演进段 记录 checkpoint 支持一键回滚 调用 python3 skills/soul-self-evolution/run.py apply --path docs/reference/SOUL.md --changes '[{"section":" Collaboration Preferences","content":"- Keep updates concise."}]' python3 skills/soul-self-evolution/run.py list_checkpoints
|
264 |
| 7683 | zod | secondsky/claude-skills |
Zod Best Practices Comprehensive schema validation guide for Zod in TypeScript applications. Contains 43 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new Zod schemas Choosing between parse() and safeParse() Implementing type inference with z.infer Handling validation errors for user feedback Composing complex object schemas Using refinements and transforms Optimizing bundle size and val...
|
264 |
| 7684 | playwright | pproenca/dot-skills |
Playwright CLI Skill Drive a real browser from the terminal using playwright-cli . Prefer the bundled wrapper script so the CLI works even when it is not globally installed. Treat this skill as CLI-first automation. Do not pivot to @playwright/test unless the user explicitly asks for test files. Prerequisite check (required) Before proposing commands, check whether npx is available (the wrapper depends on it): command -v npx > /dev/null 2 > &1 If it is not available, pause and ask the user to in...
|
264 |
| 7685 | sports-betting-analyzer | onewave-ai/claude-skills |
Sports Betting Analyzer Analyze spreads, over/unders, prop bets. Historical trends, situational stats, value bet identification. For entertainment/education only. Instructions You are an expert sports betting analyst. Analyze betting markets, identify value, and provide educational analysis. Always include responsible gambling disclaimers. Output Format Sports Betting Analyzer Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable nex...
|
264 |
| 7686 | drawio-flowchart | 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 [待完善:根据具体工具添加关键词]
|
264 |
| 7687 | prototype-strategy | owl-listener/designer-skills |
Prototype Strategy You are an expert in choosing prototyping approaches that efficiently answer design questions. What You Do You help teams choose the right fidelity, tool, and method for prototyping based on what they need to learn. Fidelity Spectrum Low Fidelity Paper sketches, sticky notes, rough wireframes. Best for: early exploration, information architecture, flow validation. Fast to create, easy to discard. Medium Fidelity Digital wireframes, clickable prototypes, gray-box layouts. Best ...
|
264 |
| 7688 | design-brief | owl-listener/designer-skills |
This skill creates a design brief through structured conversation. You may skip steps if they are not necessary. Example prompts "Write a brief for the onboarding flow" "I need to plan a settings page before I start building" "Help me define the direction for a marketing landing page" "Brief this: a dashboard that shows project health metrics" Process Ask the user for a detailed description of what they want to build, who it is for, and any constraints or ideas they already have. Explore the exi...
|
264 |
| 7689 | frontend-slides | zarazhangrui/frontend-slides |
Frontend Slides Create zero-dependency, animation-rich HTML presentations that run entirely in the browser. Inspired by the visual exploration approach showcased in work by zarazhangrui (credit: @zarazhangrui). When to Activate Creating a talk deck, pitch deck, workshop deck, or internal presentation Converting .ppt or .pptx slides into an HTML presentation Improving an existing HTML presentation's layout, motion, or typography Exploring presentation styles with a user who does not know their de...
|
264 |
| 7690 | swift-security-expert | ivan-magda/swift-security-skill |
Keychain & Security Expert Skill Philosophy: Non-opinionated, correctness-focused. This skill provides facts, verified patterns, and Apple-documented best practices — not architecture mandates. It covers iOS 13+ as a minimum deployment target, with modern recommendations targeting iOS 17+ and forward-looking guidance through iOS 26 (post-quantum). Every code pattern is grounded in Apple documentation, DTS engineer posts (Quinn "The Eskimo!"), WWDC sessions, and OWASP MASTG — never from memory al...
|
264 |
| 7691 | symfony:tdd-with-phpunit | makfly/superpowers-symfony |
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:tdd-with-phpunit<div
|
264 |
| 7692 | hyva-ui-component | hyva-themes/hyva-ai-tools |
Hyva UI Component Applies Hyva UI template-based (non-CMS) components to a Hyvä theme by copying files from {hyva_ui_path}/components/ to app/design/frontend/{Vendor}/{Theme}/. Path variable: {hyva_ui_path} = vendor/hyva-themes/hyva-ui (default) or user-provided custom path. Command execution: For any commands that need to run inside the development environment (e.g., bin/magento commands), use the hyva-exec-shell-cmd skill to detect the environment and determine the appropriate command wrapp...
|
264 |
| 7693 | senior-pm | borghei/claude-skills |
Senior Project Management Expert Overview Strategic project management for enterprise software, SaaS, and digital transformation initiatives. This skill provides sophisticated portfolio management capabilities, quantitative analysis tools, and executive-level reporting frameworks for managing complex, multi-million dollar project portfolios. Core Expertise Areas Portfolio Management & Strategic Alignment Multi-project portfolio optimization using advanced prioritization models (WSJF, RICE, ICE, ...
|
264 |
| 7694 | migrating-to-tuist-generated-projects | tuist/agent-skills |
Migrating to Tuist Generated Projects Quick Start Baseline build and run the app with xcodebuild. Inventory targets, build settings, and external dependencies. Create Tuist.swift , Project.swift , and Tuist/Package.swift . Extract settings into .xcconfig files and wire them in Project.swift . Generate and build: tuist generate --no-open then xcodebuild build . Fix build issues, regenerate, and validate runtime on a simulator. Preflight Checklist Primary app scheme and any extension/test schemes ...
|
264 |
| 7695 | infrastructure-monitoring | aj-geddes/useful-ai-prompts |
Infrastructure Monitoring Overview Implement comprehensive infrastructure monitoring to track system health, performance metrics, and resource utilization with alerting and visualization across your entire stack. When to Use Real-time performance monitoring Capacity planning and trends Incident detection and alerting Service health tracking Resource utilization analysis Performance troubleshooting Compliance and audit trails Historical data analysis Implementation Examples 1. Prometheus Config...
|
264 |
| 7696 | ln-627-observability-auditor | levnikolaevich/claude-code-skills |
Specialized worker auditing logging, monitoring, and observability. Purpose & Scope - Worker in ln-620 coordinator pipeline - Audit observability (Category 10: Medium Priority) - Check logging, health checks, metrics, tracing - Calculate compliance score (X/10) Inputs (from Coordinator) Receives `contextStore` with tech stack, framework, codebase root. Workflow - Parse context - Check observability patterns - Collect findings - Calculate score - Return JSON Audit Rules 1. Str...
|
264 |
| 7697 | ln-761-secret-scanner | levnikolaevich/claude-code-skills |
Scans codebase for hardcoded secrets and credentials, returning structured findings for remediation. Purpose & Scope - Detect hardcoded secrets using available tools (gitleaks, trufflehog) or manual patterns - Classify findings by severity (Critical/High/Medium/Low) - Filter false positives via baseline and allowlists - Provide remediation guidance per finding type - Return normalized report to parent orchestrator (ln-760) When to Use - During project bootstrap (via ln-760-security-set...
|
264 |
| 7698 | minimax-understand-image | thincher/awsome_skills |
minimax-understand-image 使用 MiniMax MCP 服务器进行图像理解和分析。 执行流程(首次需要安装,后续直接步骤4调用) 步骤 1: 检查并安装依赖 1.1 检查 uvx 是否可用 which uvx 如果不存在,安装 uv: 方法 1: 使用官方安装脚本(推荐) curl -LsSf https://astral.sh/uv/install.sh | sh 方法 2: 使用国内镜像加速(如果官方脚本下载失败) 临时使用清华镜像源安装: export UV_INDEX_URL = "https://pypi.tuna.tsinghua.edu.cn/simple" curl -LsSf https://astral.sh/uv/install.sh | sh 或者临时使用阿里云镜像源: export UV_INDEX_URL = "https://mirrors.aliyun.com/pypi/simple/" curl -LsSf https://astral.sh/uv/install.sh | sh 1.2 检查 MCP 服务器是否已安装 uvx ...
|
263 |
| 7699 | slack-agent | vercel-labs/slack-agent-skill |
Slack Agent Development Skill This skill supports two frameworks for building Slack agents: Chat SDK (Recommended for new projects) — chat + @chat-adapter/slack Bolt for JavaScript (For existing Bolt projects) — @slack/bolt + @vercel/slack-bolt Skill Invocation Handling When this skill is invoked via /slack-agent , check for arguments and route accordingly: Command Arguments Argument Action new Run the setup wizard from Phase 1. Read ./wizard/1-project-setup.md and guide the user through creatin...
|
263 |
| 7700 | encore-database | encoredev/skills |
Encore Database Operations Instructions Database Setup import { SQLDatabase } from "encore.dev/storage/sqldb"; const db = new SQLDatabase("mydb", { migrations: "./migrations", }); Query Methods Encore provides three main query methods: query - Multiple Rows Returns an async iterator for multiple rows: interface User { id: string; email: string; name: string; } const rows = await db.query<User>` SELECT id, email, name FROM users WHERE active = true `; const users: User[] = []; f...
|
263 |