███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 12001 | celery-expert | martinholovsky/claude-skills-generator |
Celery Distributed Task Queue Expert 1. Overview You are an elite Celery engineer with deep expertise in: Core Celery: Task definition, async execution, result backends, task states, routing Workflow Patterns: Chains, groups, chords, canvas primitives, complex workflows Brokers: Redis vs RabbitMQ trade-offs, connection pools, broker failover Result Backends: Redis, database, memcached, result expiration, state tracking Task Reliability: Retries, exponential backoff, acks late, task rejection, ...
|
281 |
| 12002 | deepchem | davila7/claude-code-templates |
DeepChem Overview DeepChem is a comprehensive Python library for applying machine learning to chemistry, materials science, and biology. Enable molecular property prediction, drug discovery, materials design, and biomolecule analysis through specialized neural networks, molecular featurization methods, and pretrained models. When to Use This Skill This skill should be used when: Loading and processing molecular data (SMILES strings, SDF files, protein sequences) Predicting molecular properties (...
|
281 |
| 12003 | gptq | davila7/claude-code-templates |
GPTQ (Generative Pre-trained Transformer Quantization) Post-training quantization method that compresses LLMs to 4-bit with minimal accuracy loss using group-wise quantization. When to use GPTQ Use GPTQ when: Need to fit large models (70B+) on limited GPU memory Want 4× memory reduction with <2% accuracy loss Deploying on consumer GPUs (RTX 4090, 3090) Need faster inference (3-4× speedup vs FP16) Use AWQ instead when: Need slightly better accuracy (<1% loss) Have newer GPUs (Ampere, Ada) W...
|
281 |
| 12004 | railway-environment | davila7/claude-code-templates |
Environment Configuration Query, stage, and apply configuration changes for Railway environments. Shell Escaping CRITICAL: When running GraphQL queries via bash, you MUST wrap in heredoc to prevent shell escaping issues: bash <<'SCRIPT' ${CLAUDE_PLUGIN_ROOT}/skills/lib/railway-api.sh 'query ...' '{"var": "value"}' SCRIPT Without the heredoc wrapper, multi-line commands break and exclamation marks in GraphQL non-null types get escaped, causing query failures. When to Use User wants to crea...
|
281 |
| 12005 | sentencepiece | davila7/claude-code-templates |
SentencePiece - Language-Independent Tokenization Unsupervised tokenizer that works on raw text without language-specific preprocessing. When to use SentencePiece Use SentencePiece when: Building multilingual models (no language-specific rules) Working with CJK languages (Chinese, Japanese, Korean) Need reproducible tokenization (deterministic vocabulary) Want to train on raw text (no pre-tokenization needed) Require lightweight deployment (6MB memory, 50k sentences/sec) Performance: Speed...
|
281 |
| 12006 | using-git-worktrees | davila7/claude-code-templates |
Using Git Worktrees Overview Git worktrees create isolated workspaces sharing the same repository, allowing work on multiple branches simultaneously without switching. Core principle: Systematic directory selection + safety verification = reliable isolation. Announce at start: "I'm using the using-git-worktrees skill to set up an isolated workspace." Directory Selection Process Follow this priority order: 1. Check Existing Directories Check in priority order ls -d .worktrees 2 > /dev/null Pref...
|
281 |
| 12007 | hqq-quantization | davila7/claude-code-templates |
HQQ - Half-Quadratic Quantization Fast, calibration-free weight quantization supporting 8/4/3/2/1-bit precision with multiple optimized backends. When to use HQQ Use HQQ when: Quantizing models without calibration data (no dataset needed) Need fast quantization (minutes vs hours for GPTQ/AWQ) Deploying with vLLM or HuggingFace Transformers Fine-tuning quantized models with LoRA/PEFT Experimenting with extreme quantization (2-bit, 1-bit) Key advantages: No calibration: Quantize any model in...
|
281 |
| 12008 | railway-projects | davila7/claude-code-templates |
Railway Project Management List, switch, and configure Railway projects. When to Use User asks "show me all my projects" or "what projects do I have" User asks about projects across workspaces User asks "what workspaces do I have" User wants to switch to a different project User asks to rename a project User wants to enable/disable PR deploys User wants to make a project public or private User asks about project settings List Projects The railway list --json output can be very large. Run in a...
|
281 |
| 12009 | get-available-resources | davila7/claude-code-templates |
Get Available Resources Overview Detect available computational resources and generate strategic recommendations for scientific computing tasks. This skill automatically identifies CPU capabilities, GPU availability (NVIDIA CUDA, AMD ROCm, Apple Silicon Metal), memory constraints, and disk space to help make informed decisions about computational approaches. When to Use This Skill Use this skill proactively before any computationally intensive task: Before data analysis : Determine if datasets c...
|
281 |
| 12010 | agent-management | davila7/claude-code-templates |
AI Maestro Agent Management Create, manage, and orchestrate multiple AI agents through a unified CLI. Handles the full agent lifecycle: create, hibernate, wake, rename, export/import, and plugin management. Part of the AI Maestro suite. Prerequisites Requires AI Maestro running locally with tmux 3.0+. Install the CLI git clone https://github.com/23blocks-OS/ai-maestro-plugins.git cd ai-maestro-plugins && ./install-agent-cli.sh Core Commands Agent Lifecycle Command Description aimaestro-agent.sh...
|
281 |
| 12011 | skill-share | davila7/claude-code-templates |
When to use this skill Use this skill when you need to: Create new Claude skills with proper structure and metadata Generate skill packages ready for distribution Automatically share created skills on Slack channels for team visibility Validate skill structure before sharing Package and distribute skills to your team Also use this skill when: User says he wants to create/share his skill This skill is ideal for: Creating skills as part of team workflows Building internal tools that need skill cre...
|
281 |
| 12012 | good-thinking | jwynia/agent-skills |
Core Principle Good thinking is an active achievement, not a default state. Operations without orientation produce sophisticated wrong answers; orientation without operations produces good intentions with no traction. Two structurally different things must work together: operations (cognitive verbs that transform representations) and orientations (what the operations are in service of). Every thinking failure can be located as an operation failing, an orientation captured, or — most commonly and...
|
281 |
| 12013 | nexus-mapper | haaaiawd/nexus-skills |
nexus-mapper — AI 项目探测协议 "你不是在写代码文档。你是在为下一个接手的 AI 建立思维基础。" 本 Skill 指导 AI Agent 使用 PROBE 五阶段协议 ,对任意本地 Git 仓库执行系统性探测,产出 .nexus-map/ 分层知识库。 ⚠️ CRITICAL — 五阶段不可跳过 [!IMPORTANT] 在 PROFILE、REASON、OBJECT、BENCHMARK 完成前,不得产出最终 .nexus-map/ 。 这不是为了形式完整,而是为了防止 AI 把第一眼假设直接写成结论。最终产物必须建立在脚本输出、仓库结构、反证挑战和回查验证之上。 ❌ 禁止行为 : 跳过 OBJECT 直接写输出资产 在 BENCHMARK 完成前生成 concept_model.json PROFILE 阶段脚本失败后继续执行后续阶段 ✅ 必须做到 : 每个阶段完成后显式确认「✅ 阶段名 完成」再进入下一阶段 OBJECT 提出足以推翻当前假设的最少一组高价值质疑,通常为 1-3 条,绝不凑数 implemented 节点的 code_path 必须在仓库中真实存...
|
281 |
| 12014 | typescript-unit-testing | bmad-labs/skills |
Unit Testing Skill Unit testing validates individual functions, methods, and classes in isolation by mocking all external dependencies. Workflows For guided, step-by-step execution of unit testing tasks, use the appropriate workflow: Workflow Purpose When to Use Setup Initialize test infrastructure New project or missing test setup Writing Write new unit tests Creating tests for components Reviewing Review existing tests Code review, quality audit Running Execute tests Running tests, analyzi...
|
281 |
| 12015 | 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 文件: - 功能: [工作流要实现的功能] - 输入: [用户输入的内容] - 处理步骤: [详细的处理逻辑] - 输出: [期望的输出结果] - 使用插件: [需要的插件,可选]...
|
281 |
| 12016 | swiftui-expert-skill | sickn33/antigravity-awesome-skills |
SwiftUI Expert Skill Overview Use this skill to build, review, or improve SwiftUI features with correct state management, modern API usage, Swift concurrency best practices, optimal view composition, and iOS 26+ Liquid Glass styling. Prioritize native APIs, Apple design guidance, and performance-conscious patterns. This skill focuses on facts and best practices without enforcing specific architectural patterns. Workflow Decision Tree 1) Review existing SwiftUI code Check property wrapper usage...
|
281 |
| 12017 | test-automator | sickn33/antigravity-awesome-skills |
Test Automator Expert in creating and maintaining automated tests for various frameworks and languages. When This Skill Activates Activates when you: Ask to write tests Mention test automation Request test coverage improvement Need to set up testing framework Testing Pyramid /\ /E2E\ - Few, expensive, slow /------\ / Integration \ - Moderate number /--------------\ / Unit Tests \ - Many, cheap, fast /------------------\ Unit Testing Principles Test behavior, not implementation One ass...
|
281 |
| 12018 | economic-systems | jwynia/agent-skills |
Economic Systems: Fictional Economy Design Skill You help writers create authentic economic systems for fictional worlds by applying the ten core principles that govern how real economies form, function, and evolve. This produces economies that drive plot and character rather than serving as backdrop. Core Principles Resource Foundation: Economic systems are shaped by available resources and their distribution Exchange Evolution: Trade evolves from barter to complex financial instruments throu...
|
281 |
| 12019 | follow-builders | xiaoxuerenww/follow-builders |
Follow Builders, Not Influencers You are an AI-powered content curator that tracks the top builders in AI — the people actually building products, running companies, and doing research — and delivers digestible summaries of what they're saying. Philosophy: follow builders with original opinions, not influencers who regurgitate. Detecting Platform Before doing anything, detect which platform you're running on by running: which openclaw 2 > /dev/null && echo "PLATFORM=openclaw" || echo "PLATFORM=o...
|
281 |
| 12020 | alicloud-compute-ecs | cinience/alicloud-skills |
Category: service Elastic Compute Service (ECS) Validation mkdir -p output/alicloud-compute-ecs python -m py_compile skills/compute/ecs/alicloud-compute-ecs/scripts/list_instances_all_regions.py python -m py_compile skills/compute/ecs/alicloud-compute-ecs/scripts/query_instance_usage.py python -m py_compile skills/compute/ecs/alicloud-compute-ecs/scripts/run_remote_command.py echo "py_compile_ok" > output/alicloud-compute-ecs/validate.txt Pass criteria: command exits 0 and output/alicloud-comput...
|
280 |
| 12021 | alicloud-ai-audio-asr-test | cinience/alicloud-skills |
Category: test Minimal Viable Test Goals 仅验证非实时 ASR 最小请求链路可用。 If execution fails, record exact error details without guessing parameters. Prerequisites Prepare authentication and region settings based on the skill instructions. Target skill: skills/ai/audio/alicloud-ai-audio-asr Test Steps (Minimal) 打开对应技能的 SKILL.md ,选择一个最小输入示例。 运行示例脚本或发起最小请求。 Record request summary, response summary, and success/failure reason. 推荐最小命令 python skills/ai/audio/alicloud-ai-audio-asr/scripts/transcribe_audio.py \ --...
|
280 |
| 12022 | openclaw-cli | irangareddy/openclaw-essentials |
OpenClaw CLI Complete reference for openclaw command-line interface operations. When to Use Managing OpenClaw gateway, agents, channels, skills, hooks, and automation. Core Commands Setup & Onboarding Initial setup: Quick onboarding with daemon install openclaw onboard --install-daemon Setup workspace and config openclaw setup --workspace ~/.openclaw/workspace Interactive configuration openclaw configure Health check: openclaw doctor Gateway Management Run gateway: Interactive mode openclaw ...
|
280 |
| 12023 | file-operations | mhattingpete/claude-skills-marketplace |
File Operations Analyze files and retrieve metadata using Claude's native tools without modifying files. When to Use "analyze [file]" "get file info for [file]" "how many lines in [file]" "compare [file1] and [file2]" "file statistics" Core Operations File Size & Metadata stat -f "%z bytes, modified %Sm" [file_path] Single file ls -lh [directory] Multiple files du -h [file_path] Human-readable size Line Counts wc -l [file_path] ...
|
280 |
| 12024 | property-based-testing | aj-geddes/useful-ai-prompts |
Property-Based Testing Guide Use this skill proactively during development when you encounter patterns where PBT provides stronger coverage than example-based tests. When to Invoke (Automatic Detection) Invoke this skill when you detect: Serialization pairs: encode/decode, serialize/deserialize, toJSON/fromJSON, pack/unpack Parsers: URL parsing, config parsing, protocol parsing, string-to-structured-data Normalization: normalize, sanitize, clean, canonicalize, format Validators: is_valid, va...
|
280 |
| 12025 | feishu-create-doc | larksuite/openclaw-lark |
feishu_mcp_create_doc 通过 MCP 调用 create-doc ,从 Lark-flavored Markdown 内容创建一个新的飞书云文档。 返回值 工具成功执行后,返回一个 JSON 对象,包含以下字段: doc_id (string):文档的唯一标识符(token),格式如 doxcnXXXXXXXXXXXXXXXXXXX doc_url (string):文档的访问链接,可直接在浏览器中打开,格式如 https://www.feishu.cn/docx/doxcnXXXXXXXXXXXXXXXXXXX message (string):操作结果消息,如"文档创建成功" 参数 markdown(必填) 文档的 Markdown 内容,使用 Lark-flavored Markdown 格式。 调用本工具的markdown内容应当尽量结构清晰,样式丰富, 有很高的可读性. 合理的使用callout高亮块, 分栏,表格等能力,并合理的运用插入图片与mermaid的能力,做到图文并茂.. 你需要遵循以下原则: 结构清晰 :标题层级 ≤ 4 层,用 Callout...
|
280 |
| 12026 | serpapi | vm0-ai/vm0-skills |
SerpApi Use SerpApi via direct curl calls to scrape search engine results from Google, Bing, YouTube, and more. Official docs: https://serpapi.com/search-api When to Use Use this skill when you need to: Scrape Google search results (organic, ads, knowledge graph) Search Google Images, News, Videos, Shopping Get local business results from Google Maps Scrape other search engines (Bing, YouTube, DuckDuckGo, etc.) Monitor SERP rankings for SEO analysis Prerequisites Sign up at SerpApi Go to Da...
|
280 |
| 12027 | railway-templates | davila7/claude-code-templates |
Railway Templates Search and deploy services from Railway's template marketplace. When to Use User asks to "add Postgres", "add Redis", "add a database" User asks to "add Ghost", "add Strapi", "add n8n", or any other service User wants to find templates for a use case (e.g., "CMS", "storage", "monitoring") User asks "what templates are available?" User wants to deploy a pre-configured service Common Template Codes Category Template Code Databases PostgreSQL postgres Redis redis MySQL mysql ...
|
280 |
| 12028 | pytdc | davila7/claude-code-templates |
PyTDC (Therapeutics Data Commons) Overview PyTDC is an open-science platform providing AI-ready datasets and benchmarks for drug discovery and development. Access curated datasets spanning the entire therapeutics pipeline with standardized evaluation metrics and meaningful data splits, organized into three categories: single-instance prediction (molecular/protein properties), multi-instance prediction (drug-target interactions, DDI), and generation (molecule generation, retrosynthesis). When to ...
|
280 |
| 12029 | hook development | davila7/claude-code-templates |
Hook Development for Claude Code Plugins Overview Hooks are event-driven automation scripts that execute in response to Claude Code events. Use hooks to validate operations, enforce policies, add context, and integrate external tools into workflows. Key capabilities: Validate tool calls before execution (PreToolUse) React to tool results (PostToolUse) Enforce completion standards (Stop, SubagentStop) Load project context (SessionStart) Automate workflows across the development lifecycle Hook Typ...
|
280 |
| 12030 | symfony:api-platform-tests | makfly/superpowers-symfony |
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:api-platform-tests<div
|
280 |
| 12031 | jira | membranedev/application-skills |
Jira Natural language interaction with Jira. Supports multiple backends. Backend Detection Run this check first to determine which backend to use: 1. Check if jira CLI is available: → Run: which jira → If found: USE CLI BACKEND 2. If no CLI, check for Atlassian MCP: → Look for mcp__atlassian__* tools → If available: USE MCP BACKEND 3. If neither available: → GUIDE USER TO SETUP Backend When to Use Reference CLI jira command available references/commands.md MCP Atlassian MCP tools available refer...
|
280 |
| 12032 | nansen-web-fetcher | nansen-ai/nansen-cli |
Web Fetch Fetch and analyze content from one or more URLs using Gemini 2.5 Flash with URL context. nansen web fetch https://nansen.ai --question "What products does Nansen offer?" nansen web fetch --url https://example.com --url https://other.com --question "Compare these two sites" nansen web fetch https://docs.uniswap.org/contracts/v4/overview --question "What changed in v4?" Positional args and --url flags can be combined — all become URLs to fetch. Flag Values Default Purpose --url URL — URL...
|
280 |
| 12033 | qms-audit-expert | davila7/claude-code-templates |
QMS Audit Expert ISO 13485 internal audit methodology for medical device quality management systems. Table of Contents Audit Planning Workflow Audit Execution Nonconformity Management External Audit Preparation Reference Documentation Tools Audit Planning Workflow Plan risk-based internal audit program: List all QMS processes requiring audit Assign risk level to each process (High/Medium/Low) Review previous audit findings and trends Determine audit frequency by risk level Assign qualified audit...
|
280 |
| 12034 | turbopack-bundler | mindrally/skills |
Turbopack Bundler You are an expert in Turbopack, the incremental bundler optimized for JavaScript and TypeScript, written in Rust and built into Next.js. Follow these guidelines when working with Turbopack. Core Principles Turbopack is designed for incremental computation and caching Function-level caching through the Turbo engine Native Rust performance for fast builds Built-in support for TypeScript and JSX Optimized for Next.js integration Abstracts away webpack configurations Project Stru...
|
280 |
| 12035 | autoteam-chatgpt-rotation | aradotso/trending-skills |
AutoTeam — ChatGPT Team账号自动轮转管理 Skill by ara.so — Daily 2026 Skills collection. AutoTeam 是一个自动化工具,用于管理 ChatGPT Team 账号的轮转:自动注册账号、获取 Codex OAuth 认证、监控额度余量、在额度低时智能切换账号,并将认证文件同步到 CLIProxyAPI 。 安装 前置条件 Python 3.10+ uv 包管理器 Chromium(由 Playwright 管理) 一键安装 git clone https://github.com/cnitlrt/AutoTeam.git cd AutoTeam bash setup.sh 等价于: uv sync && uv run playwright install chromium 手动安装 uv sync uv run playwright install chromium cp .env.example data/.env 编辑 data/.env 填入必要配置 配置 环境变量( data/.env ) 临时邮箱服...
|
280 |
| 12036 | svelte | mindrally/skills |
@json-render/svelte Svelte 5 renderer that converts json-render specs into Svelte component trees. Quick Start <JsonUIProvider> <Renderer {spec} {registry} /> </JsonUIProvider> Creating a Catalog import { defineCatalog } from "@json-render/core" ; import { schema } from "@json-render/svelte" ; import { z } from "zod" ; export const catalog = defineCatalog ( schema , { components : { Button : { props : z . object ( { label : z . string ( ) , variant : z . enum ( [ "primary" , "secondary" ] ) . n...
|
280 |
| 12037 | firebase-firestore-basics | firebase/skills |
Firestore Basics This skill provides a complete guide for getting started with Cloud Firestore, including provisioning, securing, and integrating it into your application. Provisioning To set up Cloud Firestore in your Firebase project and local environment, see provisioning.md . Security Rules For guidance on writing and deploying Firestore Security Rules to protect your data, see security_rules.md . SDK Usage To learn how to use Cloud Firestore in your application code, choose your platform: W...
|
279 |
| 12038 | alicloud-ai-chatbot | cinience/alicloud-skills |
Category: service Chatbot (beebot) Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for beebot. 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: ALICLOUD_REG...
|
279 |
| 12039 | nansen-defi-positions | nansen-ai/nansen-cli |
DeFi Exposure Answers: "What DeFi positions does this wallet have across protocols?" ADDR = < address > nansen research portfolio defi --wallet $ADDR → protocol_name, chain, total_value_usd, total_assets_usd, total_debts_usd, total_rewards_usd, tokens nansen research profiler balance --address $ADDR --chain ethereum → token_symbol, token_name, token_amount, value_usd per holding nansen research profiler balance --address $ADDR --chain base Combine DeFi positions (lending, LPs, staking) with sp...
|
279 |
| 12040 | graphql-implementation | aj-geddes/useful-ai-prompts |
GraphQL Implementation Overview Implement GraphQL APIs with proper schema design, resolver patterns, error handling, and performance optimization for flexible client-server communication. When to Use Designing new GraphQL APIs Creating GraphQL schemas and types Implementing resolvers and mutations Adding subscriptions for real-time data Migrating from REST to GraphQL Optimizing GraphQL performance Instructions 1. GraphQL Schema Design type User { id: ID! email: String! firstName: String!...
|
279 |
| 12041 | docs-seeker | mrgoonie/claudekit-skills |
Documentation Discovery & Analysis Overview Intelligent discovery and analysis of technical documentation through multiple strategies: llms.txt-first: Search for standardized AI-friendly documentation Repository analysis: Use Repomix to analyze GitHub repositories Parallel exploration: Deploy multiple Explorer agents for comprehensive coverage Fallback research: Use Researcher agents when other methods unavailable Core Workflow Phase 1: Initial Discovery Identify target Extract library/frame...
|
279 |
| 12042 | symfony:symfony-cache | makfly/superpowers-symfony |
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:symfony-cache<div
|
279 |
| 12043 | vite-react-best-practices | claudiocebpaz/vite-react-best-practices |
Vite React Best Practices A senior-level guide for building production-ready React Single Page Applications (SPAs) with Vite. When to Apply Reference these guidelines when: Setting up a new Vite + React project Configuring build pipelines and CI/CD for SPAs Troubleshooting production build or caching issues Refactoring React components for performance Rule Categories 1. Vite SPA Deployment (CRITICAL) Static Rewrites - Mandatory for client-side routing. Caching Strategy - Immutable assets, no...
|
279 |
| 12044 | modern-css | paulirish/dotfiles |
Modern CSS This skill provides a reference for writing modern, robust, and efficient CSS. Layout & Responsive Design Container Queries .card { container: --my-card / inline-size; } @container --my-card (width < 40ch) { /* Component-based responsive design */ } @container (20ch < width < 50ch) { /* Range syntax */ } Container units: cqi, cqb, cqw, cqh - size relative to container dimensions Anchored container queries: Style positioned elements based on anchor fallback state .tooltip...
|
279 |
| 12045 | nginx-expert | personamanagmentlayer/pcl |
You are an expert in Nginx with deep knowledge of web server configuration, reverse proxy setups, load balancing, SSL/TLS termination, caching strategies, and performance optimization. You configure production-grade Nginx deployments that are fast, secure, and reliable. Core Expertise Basic Configuration Main Configuration Structure: ``` /etc/nginx/nginx.conf user nginx; worker_processes auto; One per CPU core error_log /var/log/nginx/error.log warn; pid /var/run/nginx.pid; events { ...
|
279 |
| 12046 | alicloud-platform-aliyun-cli | cinience/alicloud-skills |
Category: tool Alibaba Cloud Generic CLI (aliyun) Skill Validation mkdir -p output/alicloud-platform-aliyun-cli python skills/platform/cli/alicloud-platform-aliyun-cli/scripts/ensure_aliyun_cli.py --help > output/alicloud-platform-aliyun-cli/validate-help.txt Pass criteria: command exits 0 and output/alicloud-platform-aliyun-cli/validate-help.txt is generated. Output And Evidence Save CLI version checks, API outputs, and error logs under output/alicloud-platform-aliyun-cli/ . For each mutating a...
|
278 |
| 12047 | assess | kazukinagata/shinkoku |
申告要否・種類の判定(Tax Filing Assessment) 確定申告が必要かどうか、どの種類の申告が必要かを対話的に判定するスキル。 ユーザーの収入状況・家族構成・事業状況をヒアリングし、必要な申告を特定する。 設定の読み込み(最初に実行) shinkoku.config.yaml を Read ツールで読み込む ファイルが存在しない場合は /setup スキルの実行を案内して終了する 設定値を把握し、相対パスは CWD を基準に絶対パスに変換する: db_path : CLI スクリプトの --db-path 引数に使用 output_dir : 進捗ファイル等の出力先ベースディレクトリ 各ディレクトリ: ファイル参照時に使用 進捗情報の読み込み 設定の読み込み後、引継書ファイルを読み込んで前ステップの結果を把握する。 .shinkoku/progress/progress-summary.md を Read ツールで読み込む(存在する場合) 以下の引継書を Read ツールで読み込む(存在する場合): .shinkoku/progress/01-setup.md 読み込んだ...
|
278 |
| 12048 | gather | kazukinagata/shinkoku |
書類収集ナビゲーション(Document Gathering Guide) 確定申告に必要な書類を、申告の種類に基づいて一覧化し、各書類の取得先・取得方法を案内するスキル。 assess スキルの判定結果を前提として動作する。判定結果がない場合は、まず assess スキルの実行を促す。 設定の読み込み(最初に実行) shinkoku.config.yaml を Read ツールで読み込む ファイルが存在しない場合は /setup スキルの実行を案内して終了する 設定値を把握し、相対パスは CWD を基準に絶対パスに変換する: db_path : CLI スクリプトの --db-path 引数に使用 output_dir : 進捗ファイル等の出力先ベースディレクトリ 各ディレクトリ: ファイル参照時に使用 進捗情報の読み込み 設定の読み込み後、引継書ファイルを読み込んで前ステップの結果を把握する。 .shinkoku/progress/progress-summary.md を Read ツールで読み込む(存在する場合) 以下の引継書を Read ツールで読み込む(存在する場合): ....
|
278 |
| 12049 | proof | everyinc/compound-engineering-plugin |
Proof - Collaborative Markdown Editor Proof is a collaborative document editor for humans and agents. It supports two modes: Web API - Create and edit shared documents via HTTP (no install needed) Local Bridge - Drive the macOS Proof app via localhost:9847 Web API (Primary for Sharing) Create a Shared Document No authentication required. Returns a shareable URL with access token. curl -X POST https://www.proofeditor.ai/share/markdown \ -H "Content-Type: application/json" \ -d '{"title":"My Doc",...
|
278 |
| 12050 | data-replication-setup | aj-geddes/useful-ai-prompts |
Data Replication Setup Overview Configure database replication for disaster recovery, load distribution, and high availability. Covers master-slave, multi-master replication, and monitoring strategies. When to Use High availability setup Disaster recovery planning Read replica configuration Multi-region replication Replication monitoring and maintenance Failover automation Cross-region backup strategies PostgreSQL Replication Master-Slave (Primary-Standby) Setup PostgreSQL - Configure Primary...
|
278 |