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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
18151 research duc01226/easyplatform
Research Skill Conduct comprehensive research on any topic with automatic source gathering, analysis, and response generation with citations. Authentication The script uses OAuth via the Tavily MCP server. No manual setup required - on first run, it will: Check for existing tokens in ~/.mcp-auth/ If none found, automatically open your browser for OAuth authentication Note: You must have an existing Tavily account. The OAuth flow only supports login — account creation is not available through thi...
39
18152 devops-cloud travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
39
18153 fact-checker nicepkg/ai-workflow
Fact Checker You are an expert fact-checker who evaluates claims systematically using evidence-based analysis. When to Apply Use this skill when: Verifying specific claims or statements Identifying potential misinformation or disinformation Checking statistics and data accuracy Evaluating source credibility Separating fact from opinion or interpretation Analyzing viral claims or rumors Verification Process Follow this systematic approach: 1. Identify the Claim Extract the specific factual assert...
39
18154 cloud-storage-web tencentcloudbase/cloudbase-mcp
Cloud Storage Web SDK Use this skill when building web applications that need to upload, download, or manage files using CloudBase cloud storage via the @cloudbase/js-sdk (Web SDK). When to use this skill Use this skill for file storage operations in web applications when you need to: Upload files from web browsers to CloudBase cloud storage Generate temporary download URLs for stored files Delete files from cloud storage Download files from cloud storage to local browser Do NOT use for: Mini-pr...
39
18155 dagger-design-proposals dagger/dagger
Dagger Design Proposals Guidelines for writing design proposals for Dagger features. Before Writing Always research first: Check existing skills (dagger-codegen, cache-expert, etc.) for relevant context Look at related code in the Dagger codebase: GraphQL schema: core/schema/*.go CLI commands: cmd/dagger/*.go Core types: core/*.go Understand existing patterns before proposing new ones Structure Part N: Title * Builds on [ Part N-1: Title ]( link ) * Table of Contents - [ Problem ]( problem ) -...
39
18156 stably-cli stablyai/agent-skills
Stably CLI Assistant You are an expert assistant for the Stably CLI, a command-line tool that enables developers to create, run, and maintain Playwright tests through AI assistance. Your goal is to help users effectively use the Stably CLI for test automation. Overview The Stably CLI provides both interactive and automated workflows for test management: Interactive Mode : Conversational AI agent for creating and debugging tests Automated Mode : Headless commands for CI/CD integration Prerequisit...
39
18157 bolt simota/agent-skills
You are "Bolt" ⚡ - a performance-obsessed agent who makes the codebase faster, one optimization at a time. Your mission is to identify and implement ONE small performance improvement that makes the application measurably faster or more efficient. Performance Philosophy Bolt covers both frontend and backend performance: | Frontend | Re-renders, bundle size, lazy loading, virtualization | Backend | Query optimization, caching, connection pooling, async processing | Network | Compression...
39
18158 azure-identity-dotnet sickn33/antigravity-awesome-skills
Azure.Identity (.NET) Authentication library for Azure SDK clients using Microsoft Entra ID (formerly Azure AD). Installation dotnet add package Azure.Identity For ASP.NET Core dotnet add package Microsoft.Extensions.Azure For brokered authentication (Windows) dotnet add package Azure.Identity.Broker Current Versions : Stable v1.17.1, Preview v1.18.0-beta.2 Environment Variables Service Principal with Secret AZURE_CLIENT_ID = < application-client-id > AZURE_TENANT_ID = < directory-tenant-id > ...
39
18159 fortify-security gravito-framework/gravito
Fortify Security Expert You are a security specialist in the Gravito ecosystem. Your mission is to shield applications from threats while maintaining a seamless developer experience. Workflow 1. Risk Assessment Identify sensitive endpoints (Auth, Admin, Payments). Review current CSP and CORS policies. 2. Implementation Shielding : Configure PlanetFortify with robust security headers. Auth : Implement PlanetSentinel for JWT, Session, or Passkey authentication. Middleware : Add rate-limiting and v...
39
18160 jira-ticket-prioritizer delexw/claude-code-misc
JIRA Ticket Prioritizer Analyze a set of JIRA tickets to determine optimal execution order based on dependencies, priority, and grouping. Produces grouped layers usable standalone or as a pre-step before implement / forge . Inputs Raw arguments: $ARGUMENTS Infer from the arguments: TICKET_INPUT: comma-separated ticket keys OR a JQL query (detected by presence of = , AND , OR ) EXTRA_CONTEXT: (optional) additional context for prioritization System Requirements jira CLI installed and configured ( ...
39
18161 skill-idea-miner tradermonty/claude-trading-skills
Skill Idea Miner Automatically extract skill idea candidates from Claude Code session logs, score them for novelty, feasibility, and trading value, and maintain a prioritized backlog for downstream skill generation. When to Use Weekly automated pipeline run (Saturday 06:00 via launchd) Manual backlog refresh: python3 scripts/run_skill_generation_pipeline.py --mode weekly Dry-run to preview candidates without LLM scoring Workflow Stage 1: Session Log Mining Enumerate session logs from allowlist p...
39
18162 adr-scaffold gravito-framework/gravito
ADR Scaffold Expert You are a Gravito Architect specialized in the Action-Domain-Responder pattern. Your mission is to generate clean, production-ready code that follows the framework's strict architectural boundaries between business logic and HTTP delivery. 🏢 Directory Structure (The "ADR Standard") src/ ├── actions/ Domain Layer: Business Logic (Actions) │ ├── Action.ts Base Action class │ └── [Domain]/ Domain-specific actions ├── controllers/ Responder Layer...
39
18163 laravel:rate-limiting jpcaparas/superpowers-laravel
Protect endpoints from abuse while keeping UX predictable. Commands ``` // App\Providers\RouteServiceProvider RateLimiter::for('api', function (Request $request) { return Limit::perMinute(60)->by(optional($request->user())->id ?: $request->ip()); }); // routes/api.php Route::middleware(['throttle:api'])->group(function () { // ... }); ``` Patterns - Scope limits by user when authenticated; fall back to IP - Communicate limits to clients via standard headers - Provide sensible 4...
39
18164 testing rshankras/claude-code-apple-skills
LobeHub Testing Guide Quick Reference Commands: Run specific test file bunx vitest run --silent = 'passed-only' '[file-path]' Database package (client) cd packages/database && bunx vitest run --silent = 'passed-only' '[file]' Database package (server) cd packages/database && TEST_SERVER_DB = 1 bunx vitest run --silent = 'passed-only' '[file]' Never run bun run test - it runs all 3000+ tests (~10 minutes). Test Categories Category Location Config Webapp src//*.test.ts(x) vitest.config.ts Packa...
39
18165 timelapse-creator dkyazzentwatwa/chatgpt-skills
Create timelapse videos from image sequences. Features - Image Sequence: Combine images into video - Frame Rate Control: Custom FPS settings - Transitions: Crossfade between frames - Sorting: Auto-sort by timestamp/filename - Quality Control: Resolution and codec options - Text Overlays: Add timestamps/labels CLI Usage ``` python timelapse_creator.py --input images/ --output timelapse.mp4 --fps 30 ``` Dependencies - moviepy>=1.0.3 - pillow>=10.0.0 - numpy>=1.24.0
39
18166 dotnet-trace-collect dotnet/skills
.NET Trace Collect This skill helps developers diagnose production performance issues by recommending the right diagnostic tools for their environment, guiding data collection, and suggesting analysis approaches. It does not analyze code for anti-patterns or perform the analysis itself. When to Use A developer needs to investigate a production performance issue (high CPU, memory leak, slow requests, excessive GC, networking errors, etc.) Choosing the right diagnostic tool for a specific runtime,...
39
18167 kubernetes-helm blogic-cz/blogic-marketplace
Kubernetes & Helm Patterns Overview Configure Kubernetes deployments using Helm charts following the project's established patterns for test and production environments. When to Use This Skill Modifying Helm values files Adding new environment variables Configuring resource limits Setting up CronJobs or Jobs Working with Kubernetes secrets Helm Chart Structure kubernetes/helm/ ├── web-app/ Main web application (Deployment) │ ├── Chart.yaml │ ├── values.test.yaml │ ├── values.pro...
39
18168 altinity-expert-clickhouse-connection altinity/skills
Connection mode Decide connection mode first and verify connectivity then: select hostName ( ) as hostname , version ( ) as version , getMacro ( 'cluster' ) as cluster_name , formatReadableTimeDelta ( uptime ( ) ) as uptime_human , getSetting ( 'max_memory_usage' ) as max_memory_usage , ( select value from system . asynchronous_metrics where metric = 'OSMemoryTotal' ) as os_memory_total MCP mode (preferred) If multiple ClickHouse MCP servers are available, ask the user which one to use. When exe...
39
18169 webperf nucliweb/webperf-snippets
WebPerf Snippets Toolkit A collection of 47 JavaScript snippets for measuring and debugging web performance in Chrome DevTools. Each snippet runs in the browser console and outputs structured, color-coded results. Skills by Category Skill Snippets Use when webperf-core-web-vitals 7 Intelligent Core Web Vitals analysis with automated workflows and decision trees webperf-loading 28 Intelligent loading performance analysis with automated workflows for TTFB investigation (DNS/connection/server break...
39
18170 generic-code-reviewer travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
39
18171 salesforce-automation davepoon/buildwithclaude
Salesforce Automation via Rube MCP Automate Salesforce CRM operations through Composio's Salesforce toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/salesforce Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Salesforce connection via RUBE_MANAGE_CONNECTIONS with toolkit salesforce Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — ...
39
18172 web-article-extractor dongbeixiaohuo/writing-agent
使用 Chrome DevTools MCP 服务器从网页中提取干净的文章内容,支持绕过常见的安全限制。 前置条件 MCP 服务器配置 确保已配置 `chrome-devtools` MCP 服务器: ``` 添加 chrome-devtools 服务器 claude mcp add chrome-devtools npx -y chrome-devtools-mcp@latest ``` 浏览器启动参数(绕过安全限制) 为了访问有安全限制的网站(如微信公众号),需要配置 Chrome 启动参数。 方法 1:修改 MCP 配置 编辑 MCP 配置文件,添加 Chrome 参数: ``` claude mcp remove chrome-devtools claude mcp add chrome-devtools npx -y chrome-devtools-mcp@latest -- \ --disable-blink-features=AutomationControlled \ --disable-web-security \ --disa...
39
18173 frontend-dev-guidelines diet103/claude-code-infrastructure-showcase
Frontend Development Guidelines (React · TypeScript · Suspense-First · Production-Grade) You are a senior frontend engineer operating under strict architectural and performance standards. Your goal is to build scalable, predictable, and maintainable React applications using: Suspense-first data fetching Feature-based code organization Strict TypeScript discipline Performance-safe defaults This skill defines how frontend code must be written , not merely how it can be written. 1. Frontend Feasibi...
39
18174 azure-ai-document-intelligence-dotnet sickn33/antigravity-awesome-skills
Azure.AI.DocumentIntelligence (.NET) Extract text, tables, and structured data from documents using prebuilt and custom models. Installation dotnet add package Azure.AI.DocumentIntelligence dotnet add package Azure.Identity Current Version : v1.0.0 (GA) Environment Variables DOCUMENT_INTELLIGENCE_ENDPOINT = https:// < resource-name > .cognitiveservices.azure.com/ DOCUMENT_INTELLIGENCE_API_KEY = < your-api-key > BLOB_CONTAINER_SAS_URL = https:// < storage > .blob.core.windows.net/ < container > ?...
39
18175 prompt-enhancer samhvw8/dot-claude
Expert Prompt Enhancer Transform prompts written by non-specialists into the form a domain expert would use to make the same request. The intent is to give people the benefits of expert framing without requiring them to learn domain-specific language or problem structuring. Why This Matters Research demonstrates that AI output quality correlates strongly with input sophistication. AI systems exhibit "parahuman" psychology - they respond to expertise signals, authority framing, and precise proble...
39
18176 secure-code-review ed1s0nz/cyberstrikeai
安全代码审查 概述 安全代码审查是识别代码中安全漏洞的重要方法。本技能提供安全代码审查的方法、工具和最佳实践。 审查范围 1. 输入验证 检查项目: 用户输入验证 参数验证 数据过滤 边界检查 2. 输出编码 检查项目: XSS防护 输出编码 内容安全策略 响应头设置 3. 认证授权 检查项目: 认证机制 会话管理 权限控制 密码处理 4. 加密和密钥 检查项目: 数据加密 密钥管理 哈希算法 随机数生成 审查方法 1. 静态分析 使用SAST工具: SonarQube sonar-scanner Checkmarx 使用Web界面 Fortify sourceanalyzer -b project build.sh sourceanalyzer -b project -scan Semgrep semgrep --config = auto . 2. 手动审查 审查清单: 输入验证 输出编码 SQL注入 XSS漏洞 认证授权 加密使用 错误处理 日志记录 3. 代码模式识别 危险函数: Python危险函数 eval ( ) exec ( ) pickle . loads...
39
18177 azure-ai-projects-dotnet sickn33/antigravity-awesome-skills
Azure.AI.Projects (.NET) High-level SDK for Azure AI Foundry project operations including agents, connections, datasets, deployments, evaluations, and indexes. Installation dotnet add package Azure.AI.Projects dotnet add package Azure.Identity Optional: For versioned agents with OpenAI extensions dotnet add package Azure.AI.Projects.OpenAI --prerelease Optional: For low-level agent operations dotnet add package Azure.AI.Agents.Persistent --prerelease Current Versions : GA v1.1.0, Preview v1.2....
39
18178 secondary-action-mastery dylantarre/animation-principles
Secondary action adds life to a scene without distracting from the main action. A character walking (primary) while whistling and swinging their arms (secondary). A button pressing (primary) with a subtle ripple effect (secondary). It's the difference between functional animation and rich, immersive motion. Core Theory Subordination principle: Secondary action must never compete with primary action. If viewers watch the secondary instead of primary, you've failed. The supporting role must rem...
39
18179 lime-echart teachingai/full-stack-skills
Use this skill whenever the user wants to: - Create ECharts charts in UniApp or UniAppX projects - Display data visualizations (line charts, bar charts, pie charts, etc.) in H5, mini-programs, or App - Configure and customize ECharts charts for cross-platform compatibility - Integrate ECharts into UniApp/UniAppX applications - Handle chart events and interactions in UniApp/UniAppX - Optimize chart performance in mobile environments - Use advanced ECharts features in UniApp/UniAppX How t...
39
18180 playwright-cli weapp-vite/weapp-vite
Browser Automation with playwright-cli Quick start open new browser playwright-cli open navigate to a page playwright-cli goto https://playwright.dev interact with the page using refs from the snapshot playwright-cli click e15 playwright-cli type "page.click" playwright-cli press Enter take a screenshot (rarely used, as snapshot is more common) playwright-cli screenshot close the browser playwright-cli close Commands Core playwright-cli open open and navigate right away playwright-cli open...
39
18181 saas launch audit b-open-io/prompts
A comprehensive, repeatable audit workflow for SaaS products approaching launch. Provides clear PASS/FAIL states with single actionable next steps. Purpose Validate launch readiness across 10 critical areas: validation, pricing, payments, AI economics, discovery, competitors, social presence, legal, trust infrastructure, and launch day operations. Incorporates 2026-specific guidance on outcome-based pricing, AI visibility optimization, and modern SaaS metrics. Workflow Overview - Discovery...
39
18182 satellites-pilot gravito-framework/gravito
Satellites Pilot You are a fleet commander managing the Gravito Satellite ecosystem. Your goal is to leverage pre-built modules to accelerate development. Workflow 1. Module Inventory Before custom coding, check if a Satellite exists for the purpose (Inventory in ./references/satellite-map.md ). 2. Integration Installation : Add the satellite package to the project. Registration : Register the Satellite's providers in bootstrap.ts . Customization : Use the "Extending Satellites" guide to overrid...
39
18183 structural-physics bbeierle12/skill-mcp-claude
Structural Physics Stability validation and damage systems for building mechanics. Quick Start import { HeuristicValidator } from './scripts/heuristic-validator.js'; import { DamageSystem } from './scripts/damage-propagation.js'; // Rust/Valheim style stability const validator = new HeuristicValidator({ mode: 'heuristic' }); validator.addPiece(piece); const result = validator.validatePlacement(newPiece); // result: { valid: true, stability: 0.85, supports: [...] } // Damage and collapse cons...
39
18184 planning desplega-ai/ai-toolbox
AI Maestro Planning Solve the execution problem -- staying focused during complex, multi-step tasks. Uses persistent markdown files to track goals, findings, and progress so you never lose context. Part of the AI Maestro suite. When to Use Multi-step tasks (3+ steps) Research projects Building features requiring >5 tool calls Any task where you might lose track of the goal The 3-File Pattern Create in docs_dev/ (or $AIMAESTRO_PLANNING_DIR ): File Purpose Update When task_plan.md Goals, phases, d...
39
18185 transcribe badlogic/pi-skills
Audio Transcribe Transcribe audio using OpenAI, with optional speaker diarization when requested. Prefer the bundled CLI for deterministic, repeatable runs. Workflow Collect inputs: audio file path(s), desired response format (text/json/diarized_json), optional language hint, and any known speaker references. Verify OPENAI_API_KEY is set. If missing, ask the user to set it locally (do not ask them to paste the key). Run the bundled transcribe_diarize.py CLI with sensible defaults (fast text tran...
39
18186 ensemble-solving mhattingpete/claude-skills-marketplace
Ensemble Problem Solving Generate multiple solutions in parallel by spawning 3 subagents with different approaches, then evaluate and select the best result. When to Use Activation phrases: "Give me options for..." "What's the best way to..." "Explore different approaches..." "I want to see alternatives..." "Compare approaches for..." "Which approach should I use..." Good candidates: Architecture decisions with trade-offs Code generation with multiple valid implementations API design with ...
39
18187 azure-mgmt-apicenter-py sickn33/antigravity-awesome-skills
Azure API Center Management SDK for Python Manage API inventory, metadata, and governance in Azure API Center. Installation pip install azure-mgmt-apicenter pip install azure-identity Environment Variables AZURE_SUBSCRIPTION_ID = your-subscription-id Authentication from azure . identity import DefaultAzureCredential from azure . mgmt . apicenter import ApiCenterMgmtClient import os client = ApiCenterMgmtClient ( credential = DefaultAzureCredential ( ) , subscription_id = os . environ [ "AZURE_SU...
39
18188 xiaohongshu-downloader smile7up/xiaohongshu-downloader
Xiaohongshu Video Downloader & Summarizer Download videos from Xiaohongshu (小红书/RedNote) and optionally generate a full resource pack: video + audio + subtitles + transcript + AI summary. Workflow Follow these 6 steps in order: Step 1: Check Dependencies Verify required tools are installed: yt-dlp --version ffmpeg -version Both must be available. If missing, instruct the user to install: brew install yt-dlp (macOS) or pip install yt-dlp brew install ffmpeg (macOS) Step 2: Get Video Information /...
39
18189 copilot mlflow/mlflow
Examples Create a task with an inline description gh agent-task create "<task description>" Create a task from a markdown file gh agent-task create -F task-desc.md Post-creation Print both the session URL and the PR URL (strip /agent-sessions/... from the session URL). Example: Session: https://github.com/mlflow/mlflow/pull/20905/agent-sessions/abc123 PR: https://github.com/mlflow/mlflow/pull/20905
39
18190 database-patterns majiayu000/claude-arsenal
Database Patterns Comprehensive patterns for database migrations, schema design, and version management. Each category has individual rule files in rules/ loaded on-demand. Quick Reference Category Rules Impact When to Use Alembic Migrations 3 CRITICAL Autogenerate, data migrations, branch management Schema Design 3 HIGH Normalization, indexing strategies, NoSQL patterns Versioning 3 HIGH Changelogs, rollback plans, schema drift detection Zero-Downtime Migration 2 CRITICAL Expand-contract, pgrol...
39
18191 pptx api/git
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 → ...
39
18192 claude-code duc01226/easyplatform
Claude Code Knowledge Reference documentation for Claude Code features and configuration. When to Use This Skill Use when asked about: Creating or configuring skills, agents, hooks Setting up MCP servers Managing settings and permissions Using plugins and marketplaces Slash commands and CLI options Troubleshooting Claude Code issues Best practices for Claude Code configuration Documentation Reference The docs/ folder contains official Claude Code documentation: Getting Started: Overview - Introd...
39
18193 azure-cosmos-rust sickn33/antigravity-awesome-skills
Azure Cosmos DB SDK for Rust Client library for Azure Cosmos DB NoSQL API — globally distributed, multi-model database. Installation cargo add azure_data_cosmos azure_identity Environment Variables COSMOS_ENDPOINT = https:// < account > .documents.azure.com:443/ COSMOS_DATABASE = mydb COSMOS_CONTAINER = mycontainer Authentication use azure_identity :: DeveloperToolsCredential ; use azure_data_cosmos :: CosmosClient ; let credential = DeveloperToolsCredential :: new ( None ) ? ; let client = Cosm...
39
18194 cocoapods-to-spm cap-go/capacitor-skills
CocoaPods to Swift Package Manager Migration Step-by-step guide for migrating Capacitor iOS projects from CocoaPods to Swift Package Manager. When to Use This Skill User wants to migrate from CocoaPods to SPM User is setting up a new project with SPM User needs to add SPM dependencies to Capacitor User has CocoaPods issues and wants an alternative User wants faster builds (SPM often faster) Why Migrate to SPM? Aspect CocoaPods SPM Build Speed Slower Faster Apple Integration Third-party Native Xc...
39
18195 common-technical-practices tencentblueking/bk-ci
通用技术实践指南 Skill 概述 本 Skill 涵盖了 BK-CI 后端开发中常用的 7 大通用技术实践,这些技术是横跨多个模块的 横切关注点(Cross-Cutting Concerns),与 Spring Boot 框架紧密集成。 核心主题 主题 说明 文档 AOP 切面编程 拦截器、日志切面、权限切面 [1-aop-aspect.md] 分布式锁 Redis 锁、并发控制、死锁预防 [2-distributed-lock.md] 重试机制 重试策略、退避算法、幂等性 [3-retry-mechanism.md] 参数校验 JSR-303 注解、自定义校验器 [4-parameter-validation.md] 性能监控 Micrometer 指标、Prometheus [5-performance-monitoring.md] 定时任务 Spring Scheduled、分布式调度 [6-scheduled-tasks.md] 审计日志 操作审计、行为追踪、合规性 [7-audit-logging.md] ⚠️ 与 utility-components 的区别 定位对比...
39
18196 typo3-testing dirnbauer/webconsulting-skills
Comprehensive testing infrastructure for TYPO3 extensions: unit, functional, E2E, architecture, and mutation testing. Test Type Selection | Unit | Pure logic, validators, utilities | Fast (ms) | PHPUnit | Functional | DB interactions, repositories | Medium (s) | PHPUnit + TYPO3 | Architecture | Layer constraints, dependencies | Fast (ms) | PHPat | E2E | User workflows, browser | Slow (s-min) | Playwright | Mutation | Test quality verification | CI only | Infection Te...
39
18197 utility-components tencentblueking/bk-ci
工具组件指南 Skill 概述 本 Skill 涵盖了 BK-CI 中常用的 4 类工具组件,这些是特定功能的工具类和组件实现。 核心主题 主题 说明 文档 JWT 安全认证 JWT 生成验证、Token 刷新、OAuth2 1-jwt-security.md 表达式解析器 变量表达式、条件求值、自定义函数 2-expression-parser.md 线程池循环工具 线程池配置、批量处理、循环工具类 3-thread-pool-loop-util.md 责任链模式 责任链设计、拦截器链、请求处理链 4-chain-responsibility.md ⚠️ 与 common-technical-practices 的区别 定位对比 Skill 定位 关注点 典型场景 common-technical-practices 框架级实践 如何在 Spring Boot 中使用技术 AOP 切面、分布式锁、重试机制、参数校验、性能监控、定时任务、审计日志 utility-components (本 Skill) 工具级组件 如何使用特定的工具类和组件 JWT 认证、表达式解析、线程池使用、...
39
18198 hn-top10 hexbee/hello-skills
HN Top 10 Overview Use this skill to pull the latest Hacker News front-page stories, save the full result as JSON, and return a concise summary the agent can keep using in the conversation. When To Use Use this skill when the user asks for: Hacker News top stories HN front-page posts top 10 HN items current developer hot topics today's startup or YC community stories a quick scan of tech-community discussion If the user asks for broad industry news that clearly requires multiple sources, do not ...
39
18199 cloud-huawei-rds 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 [待完善:根据具体工具添加关键词]
39
18200 test-guardian gravito-framework/gravito
Test Guardian You are a quality engineer dedicated to zero-regression development. Your goal is to ensure every piece of logic is verifiable and robust. Workflow 1. Test Planning Identify the logic boundaries (Action, Repository, Controller). Choose the test level (Unit, Integration, E2E). 2. Implementation Unit Tests : Test Actions in isolation with mocked repositories. Integration Tests : Verify Controllers and Routes with a real (test) database. E2E Tests : Use the browser subagent to verify ...
39