███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8251 | stable-baselines3 | davila7/claude-code-templates |
Stable Baselines3 Overview Stable Baselines3 (SB3) is a PyTorch-based library providing reliable implementations of reinforcement learning algorithms. This skill provides comprehensive guidance for training RL agents, creating custom environments, implementing callbacks, and optimizing training workflows using SB3's unified API. Core Capabilities 1. Training RL Agents Basic Training Pattern: import gymnasium as gym from stable_baselines3 import PPO Create environment env = gym.make("CartPo...
|
255 |
| 8252 | web-to-markdown | davila7/claude-code-templates |
web-to-markdown Convert web pages to clean Markdown by driving a locally installed browser (via web2md ). Hard trigger gate (must enforce) This skill MUST NOT be used unless the user explicitly wrote exactly a phrase like: use the skill web-to-markdown ... use a skill web-to-markdown ... If the user did not explicitly request this skill by name, stop and ask them to re-issue the request including: use the skill web-to-markdown . What this skill does Handles JS-rendered pages (Puppeteer → user Ch...
|
255 |
| 8253 | shap | davila7/claude-code-templates |
SHAP (SHapley Additive exPlanations) Overview SHAP is a unified approach to explain machine learning model outputs using Shapley values from cooperative game theory. This skill provides comprehensive guidance for: Computing SHAP values for any model type Creating visualizations to understand feature importance Debugging and validating model behavior Analyzing fairness and bias Implementing explainable AI in production SHAP works with all model types: tree-based models (XGBoost, LightGBM, CatB...
|
255 |
| 8254 | marketing-campaign-management | manojbajaj95/claude-gtm-plugin |
Marketing Campaign Management Comprehensive marketing framework combining campaign execution, strategy, psychology, and proven tactics. Quick Reference Situation Use This Skill For Campaign planning/execution Campaign Workflow Content strategy Content & SEO Applying psychology Behavioral Principles Generating ideas 140 Tactics GTM strategy Strategic Frameworks Part 1: Campaign Execution Campaign Workflow Strategy — Define goals, audience, positioning Planning — Content calendar, channels, timeli...
|
255 |
| 8255 | react-nextjs-development | sickn33/antigravity-awesome-skills |
React/Next.js Development Workflow Overview Specialized workflow for building React and Next.js 14+ applications with modern patterns including App Router, Server Components, TypeScript, and Tailwind CSS. When to Use This Workflow Use this workflow when: Building new React applications Creating Next.js 14+ projects with App Router Implementing Server Components Setting up TypeScript with React Styling with Tailwind CSS Building full-stack Next.js applications Workflow Phases Phase 1: Project Set...
|
255 |
| 8256 | paper-polish | eyh0602/skillshub |
Polishing and reviewing research papers in LaTeX On writing Contents Your paper should be easily comprehensible by its reviewers. They are far less familiar with your work than you. They may not be an expert on the topic and may not be able to afford much time on your paper. The introduction should convey curiosity or excitement (new problem, new solution, improved solution, impressive results, or high impact), the design novelty, substantiality, and correctness, and the evaluation relevancy and...
|
255 |
| 8257 | context-management-context-save | sickn33/antigravity-awesome-skills |
Context Save Tool: Intelligent Context Management Specialist Use this skill when Working on context save tool: intelligent context management specialist tasks or workflows Needing guidance, best practices, or checklists for context save tool: intelligent context management specialist Do not use this skill when The task is unrelated to context save tool: intelligent context management specialist You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and re...
|
255 |
| 8258 | wechatpay-product-coupon | wechatpay-apiv3/wechatpay-skills |
微信支付商品券接入指引 能力概览 匹配券类型 — 用户描述业务场景、不确定用哪种券时,智能匹配对应的券类型(10种) 示例代码 — 用户需要接入代码时,检索对应的 API 请求示例代码(含签名),仅替换参数 业务知识速查 — 开发参数获取、参数校验、业务知识问答 接入质量评估 — 上线前检查签名验签、业务逻辑完整性和回调处理规范 接口排障 — 接口报错、回调异常、签名失败等问题的诊断与排查 接入模式 :使用任何能力前需先确认——品牌直连(品牌方自行接入,在品牌经营平台操作)或 服务商(服务商代品牌方接入,在商户平台操作)。 全局交互规范 ‼️ 以下规则适用于本技能所有能力、所有对话轮次,优先级高于各能力的局部规则。 所有问题必须得到用户明确回答后才能继续。 如果一次提出了多个问题,必须逐一检查每个问题是否都已获得用户的明确答复。对于未回答的问题,必须再次追问, 严禁对未回答的问题自行假设、推断或使用默认值 。 分步确认协议 (简单知识问答除外,需要帮用户排查、分析或执行操作时必须遵守): ① 明确需求 :先理解用户问题,给出初步判断或原因分析,不要一上来就堆参数清单。 ② 征得同意 :...
|
255 |
| 8259 | oxlint | delexw/claude-code-misc |
Oxlint — High-Performance JS/TS Linter Oxlint is 50-100x faster than ESLint. It ships with 690+ rules covering ESLint core, TypeScript, React, Jest, Unicorn, jsx-a11y, and more. It prioritizes high-signal correctness checks by default — things that are incorrect, unsafe, or useless — so teams can adopt it without drowning in false positives. Detection Before linting, confirm the project uses oxlint by checking for any of: oxlint in package.json devDependencies/dependencies An .oxlintrc.json file...
|
255 |
| 8260 | openclaude-multi-llm | aradotso/trending-skills |
OpenClaude Multi-LLM Skill Skill by ara.so — Daily 2026 Skills collection. OpenClaude is a fork of Claude Code that routes all LLM calls through an OpenAI-compatible shim ( openaiShim.ts ), letting you use any model that speaks the OpenAI Chat Completions API — GPT-4o, DeepSeek, Gemini via OpenRouter, Ollama, Groq, Mistral, Azure, and more — while keeping every Claude Code tool intact (Bash, FileRead, FileWrite, FileEdit, Glob, Grep, WebFetch, Agent, MCP, Tasks, LSP, NotebookEdit). Installation ...
|
255 |
| 8261 | storybook | mindrally/skills |
Storybook 모범 관례 1. CSF 3.0 형식 사용 최신 Component Story Format 3.0 사용. 더 간결하고 타입 안전. // ❌ CSF 2.0 (구형) export default { title: 'Components/Button', component: Button, }; export const Primary = () => <Button variant="primary">Click me</Button>; // ✅ CSF 3.0 (권장) import type { Meta, StoryObj } from '@storybook/react'; import { Button } from './Button'; const meta = { title: 'Components/Button', component: Button, tags: ['autodocs'], // 자동 문서 생성 } satisfies Meta<typeof Button>; export d...
|
255 |
| 8262 | hono-typescript | mindrally/skills |
Hono TypeScript Development You are an expert in Hono and TypeScript development with deep knowledge of building ultrafast, edge-first APIs that run on Cloudflare Workers, Deno, Bun, and Node.js. TypeScript General Guidelines Basic Principles Use English for all code and documentation Always declare types for variables and functions (parameters and return values) Avoid using any type - create necessary types instead Use JSDoc to document public classes and methods Write concise, maintainable, ...
|
255 |
| 8263 | gsap | mindrally/skills |
GSAP Core Tween Methods gsap.to(targets, vars) — animate from current state to vars . Most common. gsap.from(targets, vars) — animate from vars to current state (entrances). gsap.fromTo(targets, fromVars, toVars) — explicit start and end. gsap.set(targets, vars) — apply immediately (duration 0). Always use camelCase property names (e.g. backgroundColor , rotationX ). Common vars duration — seconds (default 0.5). delay — seconds before start. ease — "power1.out" (default), "power3.inOut" , "back....
|
255 |
| 8264 | cli-hub-meta-skill | hkuds/cli-anything |
CLI-Hub Meta-Skill CLI-Hub is a marketplace of agent-native command-line interfaces that make professional software accessible to AI agents. Quick Start Install the CLI Hub package manager pip install cli-anything-hub Browse all available CLIs cli-hub list Search by category or keyword cli-hub search image cli-hub search "3d modeling" Install a CLI cli-hub install gimp Show details for a CLI cli-hub info gimp Live Catalog URL : https://reeceyang.sgp1.cdn.digitaloceanspaces.com/SKILL.md The ...
|
255 |
| 8265 | xiaohongshu-mcp | tclawde/xiaohongshu-mcp-skill |
Xiaohongshu MCP Skill 基于 xpzouying/xiaohongshu-mcp 构建 🎯 核心功能 本 Skill 提供小红书完整自动化解决方案: 功能 状态 说明 🔐 登录管理 ✅ 已测试 支持截图发送到飞书 🔍 搜索内容 ✅ 已测试 关键词搜索、筛选 📄 获取详情 ✅ 已测试 含评论列表 📤 发布图文 ✅ 已测试 封面生成器集成 👍 点赞 ✅ 已测试 单条点赞 💬 发表评论 ✅ 已测试 主评论 ↩️ 回复评论 ✅ 已测试 子评论回复 ⭐ 收藏 ✅ 已测试 收藏/取消 🔄 获取推荐 ✅ 已测试 首页 feeds 共 13 个 MCP 工具全部可用! 🚀 快速开始 1. 登录 方式1:一键登录(推荐) bash xhs_login.sh --notify 方式2:本地登录 bash xhs_login.sh 2. 启动 MCP 服务器 ./xiaohongshu-mcp-darwin-arm64 & 3. 使用功能 检查登录状态 python3 scripts/xhs_client.py status 搜索内容 python3 scripts/xhs_cl...
|
254 |
| 8266 | axum | bobmatnyc/claude-mpm-skills |
Axum (Rust) - Production Web APIs Overview Axum is a Rust web framework built on Hyper and Tower. Use it for type-safe request handling with composable middleware, structured errors, and excellent testability. Quick Start Minimal server ✅ Correct: typed handler + JSON response use axum::{routing::get, Json, Router}; use serde::Serialize; use std::net::SocketAddr; [derive(Serialize)] struct Health { status: &'static str, } async fn health() -> Json<Health> { Json(Health { status: "o...
|
254 |
| 8267 | frontend-ui-ux | code-yeongyu/oh-my-opencode |
Role: Designer-Turned-Developer You are a designer who learned to code. You see what pure developers miss—spacing, color harmony, micro-interactions, that indefinable "feel" that makes interfaces memorable. Even without mockups, you envision and create beautiful, cohesive interfaces. Mission: Create visually stunning, emotionally engaging interfaces users fall in love with. Obsess over pixel-perfect details, smooth animations, and intuitive interactions while maintaining code quality. Work Pr...
|
254 |
| 8268 | golang-testing-strategies | bobmatnyc/claude-mpm-skills |
Go Testing Strategies Overview Go provides a robust built-in testing framework (testing package) that emphasizes simplicity and developer productivity. Combined with community tools like testify and gomock, Go testing enables comprehensive test coverage with minimal boilerplate. Key Features: 📋 Table-Driven Tests: Idiomatic pattern for testing multiple inputs ✅ Testify: Readable assertions and test suites 🎭 Gomock: Type-safe interface mocking ⚡ Benchmarking: Built-in performance testing 🔍 Rac...
|
254 |
| 8269 | presentation-architect | aviz85/claude-skills-library |
Presentation Architect Transform high-level ideas or briefs into fully structured presentation scripts, saved as Markdown (.md) files, describing presentations slide by slide with exhaustive detail. Role and Objective Act as a Presentation Architect Agent to create comprehensive presentation blueprints that enable designers, presenters, or other AI systems to recreate the entire presentation without asking follow-up questions. Output Requirements Output only Markdown text Save as a .md file repr...
|
254 |
| 8270 | reading-payment-statement | kazukinagata/shinkoku |
支払調書 画像読み取り 支払調書(報酬、料金、契約金及び賞金の支払調書)の画像を読み取り、構造化データとして返すスキル。 PDF ファイルの場合 ファイルが PDF( .pdf )の場合、画像 OCR の前にテキスト抽出を試みる。 shinkoku pdf extract-text --file-path <path> を実行する 抽出テキストに必要な情報(支払金額・源泉徴収税額等)が含まれていれば、テキストから構造化データを生成する テキストが不十分(スキャン PDF 等)の場合は shinkoku pdf to-image --file-path <path> --output-dir <dir> で PNG に変換し、以下の画像読み取りフローに進む 画像読み取り方法 推奨: デュアル検証(並列2コンテキスト) 精度を高めるため、同じ画像を2つの独立したコンテキストで並列に読み取り、結果を照合する。 2つの独立した読み取りを実行する: サブエージェントが使える環境では、2つのサブエージェントを並列で起動し、それぞれ独立に画像を読み取る。 各サブエージェントには以下の「基本ルール」と...
|
254 |
| 8271 | ln-220-story-coordinator | levnikolaevich/claude-code-skills |
Universal Story management coordinator that delegates CREATE/REPLAN operations to specialized workers after building IDEAL Story plan. When to Use This Skill Use when: - Decompose Epic to User Stories (5-10 Stories covering Epic scope) - Update existing Stories when Epic requirements change - Rebalance Story scopes within Epic - Add new Stories to existing Epic structure Core Pattern: Decompose-First Key principle: Build IDEAL Story plan FIRST, THEN check existing Stories to determine ...
|
254 |
| 8272 | ln-222-story-replanner | levnikolaevich/claude-code-skills |
Universal replanner worker for updating Stories in Epic when requirements change. Invoked by ln-220-story-coordinator (count ≥ 1). When Invoked ln-220-story-coordinator REPLAN MODE (Phase 5b): - Epic has existing Stories (Linear query count ≥ 1) - IDEAL plan generated (Phase 3) - Standards Research completed by ln-001 (Phase 2, may be updated) - Epic requirements changed (AC modified, features added/removed, standards updated) - Parameters: `epicData`, `idealPlan`, `standardsResearch`, `...
|
254 |
| 8273 | ln-651-query-efficiency-auditor | levnikolaevich/claude-code-skills |
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Query Efficiency Auditor (L3 Worker) Specialized worker auditing database query patterns for redundancy, inefficiency, and misuse. Purpose & Scope Worker in ln-650 coordinator pipeline - invoked by ln-650-persistence-performance-auditor Audit query efficiency (Priority: HIGH) Check redundant fetches, batch operation misuse,...
|
254 |
| 8274 | ln-130-tasks-docs-creator | levnikolaevich/claude-code-skills |
This skill creates task management documentation: docs/tasks/README.md (task management system rules) and docs/tasks/kanban_board.md (Linear integration with Epic Story Counters). When to Use This Skill This skill is a L2 WORKER invoked by ln-100-documents-pipeline orchestrator OR used standalone. Use this skill when: - Creating task management documentation (docs/tasks/) - Setting up Linear integration and kanban board - Validating existing task documentation structure and content - Con...
|
254 |
| 8275 | ln-633-test-value-auditor | levnikolaevich/claude-code-skills |
Specialized worker calculating Usefulness Score for each test. Purpose & Scope - Worker in ln-630 coordinator pipeline - Audit Risk-Based Value (Category 3: Critical Priority) - Calculate Usefulness Score = Impact × Probability - Make KEEP/REVIEW/REMOVE decisions - Calculate compliance score (X/10) Inputs (from Coordinator) Receives `contextStore` with Impact/Probability matrices, test file list. Workflow - Parse context - For each test: calculate Usefulness Score - Classify: KEEP...
|
254 |
| 8276 | profiling-optimization | aj-geddes/useful-ai-prompts |
Profiling & Optimization Overview Profile code execution to identify performance bottlenecks and optimize critical paths using data-driven approaches. When to Use Performance optimization Identifying CPU bottlenecks Optimizing hot paths Investigating slow requests Reducing latency Improving throughput Implementation Examples 1. Node.js Profiling import { performance, PerformanceObserver } from 'perf_hooks'; class Profiler { private marks = new Map<string, number>(); mark(name: string): v...
|
254 |
| 8277 | design-handoff | aj-geddes/useful-ai-prompts |
/design-handoff If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Generate comprehensive developer handoff documentation from a design. Usage /design-handoff $ARGUMENTS Generate handoff specs for: @$1 If a Figma URL is provided, pull the design from Figma. Otherwise, work from the provided description or screenshot. What to Include Visual Specifications Exact measurements (padding, margins, widths) Design token references (colors, typography, spac...
|
254 |
| 8278 | cloud-migration-planning | aj-geddes/useful-ai-prompts |
Cloud Migration Planning Overview Cloud migration planning involves assessing current infrastructure, designing migration strategies, executing migrations with minimal downtime, and validating outcomes. Support lift-and-shift, replatforming, and refactoring approaches for smooth cloud adoption. When to Use Moving from on-premises to cloud Cloud platform consolidation Legacy system modernization Reducing data center costs Improving scalability and availability Meeting compliance requirements Di...
|
254 |
| 8279 | iot-developer | daffy0208/ai-dev-standards |
IoT Developer Skill I help you build IoT applications, connect sensors and devices, and create smart home/industrial IoT solutions. What I Do Device Integration: Microcontroller programming (Arduino, ESP32) Sensor reading and data collection Actuator control (motors, LEDs, relays) Hardware interfacing Communication: MQTT messaging WebSocket connections REST API integration Bluetooth/WiFi connectivity IoT Platforms: Real-time dashboards Device management Data logging Alerts and automation...
|
254 |
| 8280 | gmail | membranedev/application-skills |
Gmail Gmail is a free email service provided by Google. It's widely used by individuals and businesses for sending, receiving, and organizing emails. Official docs: https://developers.google.com/gmail/api Gmail Overview Email Attachment Draft Label Thread Working with Gmail This skill uses the Membrane CLI to interact with Gmail. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing. Install the CLI Install the...
|
254 |
| 8281 | ln-643-api-contract-auditor | levnikolaevich/claude-code-skills |
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. API Contract Auditor (L3 Worker) Specialized worker auditing API contracts, method signatures at service boundaries, and DTO usage patterns. Purpose & Scope Worker in ln-640 coordinator pipeline - invoked by ln-640-pattern-evolution-auditor Audit API contracts at architecture level (service boundaries, layer separation) Che...
|
254 |
| 8282 | pwa-development | jwynia/agent-skills |
PWA Development Skill Load with: base.md Purpose: Build Progressive Web Apps that work offline, install like native apps, and deliver fast, reliable experiences across all devices. Core PWA Requirements ┌─────────────────────────────────────────────────────────────────┐ │ THE THREE PILLARS OF PWA │ │ ───────────────────────────────────────────────────────────── │ │ │ │ 1. HTTPS ...
|
254 |
| 8283 | developer-growth-analysis | davila7/claude-code-templates |
Developer Growth Analysis This skill provides personalized feedback on your recent coding work by analyzing your Claude Code chat interactions and identifying patterns that reveal strengths and areas for growth. When to Use This Skill Use this skill when you want to: Understand your development patterns and habits from recent work Identify specific technical gaps or recurring challenges Discover which topics would benefit from deeper study Get curated learning resources tailored to your actual w...
|
254 |
| 8284 | receiving-code-review | davila7/claude-code-templates |
Code Review Reception Overview Code review requires technical evaluation, not emotional performance. Core principle: Verify before implementing. Ask before assuming. Technical correctness over social comfort. The Response Pattern WHEN receiving code review feedback: 1. READ: Complete feedback without reacting 2. UNDERSTAND: Restate requirement in own words (or ask) 3. VERIFY: Check against codebase reality 4. EVALUATE: Technically sound for THIS codebase? 5. RESPOND: Technical acknowledgment or ...
|
254 |
| 8285 | constitutional-ai | davila7/claude-code-templates |
Constitutional AI - Harmlessness from AI Feedback Quick start Constitutional AI (CAI) trains models to be harmless through self-critique and AI feedback, without requiring human labels for harmful outputs. Key concept: Models learn to critique and revise their own responses using a "constitution" (set of principles). Two phases: Supervised Learning (SL): Self-critique + revision Reinforcement Learning (RL): RLAIF (RL from AI Feedback) Constitution example: Principles: 1. Choose the respons...
|
254 |
| 8286 | railway-deploy | davila7/claude-code-templates |
Railway Deploy Deploy code from the current directory to Railway using railway up. When to Use User asks to "deploy", "ship", "push code" User says "railway up" or "deploy to Railway" User wants to deploy local code changes User says "deploy and fix any issues" (use --ci mode) Modes Detach Mode (default) Starts deploy and returns immediately. Use for most deploys. railway up --detach CI Mode Streams build logs until complete. Use when user wants to watch the build or needs to debug issues....
|
254 |
| 8287 | runbook-creation | aj-geddes/useful-ai-prompts |
Runbook Creation Overview Create comprehensive operational runbooks that provide step-by-step procedures for common operational tasks, incident response, and system maintenance. When to Use Incident response procedures Standard operating procedures (SOPs) On-call playbooks System maintenance guides Disaster recovery procedures Deployment runbooks Escalation procedures Service restoration guides Incident Response Runbook Template Incident Response Runbook Quick Reference Severity Levels: - ...
|
254 |
| 8288 | biopython | davila7/claude-code-templates |
Biopython: Computational Molecular Biology in Python Overview Biopython is a comprehensive set of freely available Python tools for biological computation. It provides functionality for sequence manipulation, file I/O, database access, structural bioinformatics, phylogenetics, and many other bioinformatics tasks. The current version is Biopython 1.85 (released January 2025), which supports Python 3 and requires NumPy. When to Use This Skill Use this skill when: Working with biological sequen...
|
254 |
| 8289 | android-coroutines | new-silvermoon/awesome-android-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
254 |
| 8290 | github-ops | daymade/claude-code-skills |
GitHub Operations Manage GitHub repositories with a focus on community health, CI reliability, and contributor experience. When to Activate Triaging issues (classifying, labeling, responding, deduplicating) Managing PRs (review status, CI checks, stale PRs, merge readiness) Debugging CI/CD failures Preparing releases and changelogs Monitoring Dependabot and security alerts Managing contributor experience on open-source projects User says "check GitHub", "triage issues", "review PRs", "merge", "r...
|
254 |
| 8291 | rag-retrieval | yonatangross/orchestkit |
Combine vector search with LLM generation for accurate, grounded responses. Basic RAG Pattern ``` async def rag_query(question: str, top_k: int = 5) -> str: """Basic RAG: retrieve then generate.""" 1. Retrieve relevant documents docs = await vector_db.search(question, limit=top_k) 2. Construct context context = "\n\n".join([ f"[{i+1}] {doc.text}" for i, doc in enumerate(docs) ]) 3. Generate with context response = await llm.chat([ {...
|
254 |
| 8292 | 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...
|
254 |
| 8293 | document-pdf | vasilyu1983/ai-agents-public |
Document PDF Skill — Quick Reference This skill enables PDF creation, extraction, manipulation, and analysis. Claude should apply these patterns when users need to generate invoices, reports, extract data from PDFs, merge documents, or work with PDF forms. Modern Best Practices (Jan 2026): PDF is a release artifact, not the editable source of truth. Validate export fidelity (fonts, images, links) and accessibility where required. Accessibility: if compliance matters, target a tagged/structure...
|
254 |
| 8294 | kotlin-tooling-agp9-migration | kotlin/kotlin-agent-skills |
KMP AGP 9.0 Migration Android Gradle Plugin 9.0 makes the Android application and library plugins incompatible with the Kotlin Multiplatform plugin in the same module. This skill guides you through the migration. Step 0: Analyze the Project Before making any changes, understand the project structure: Read settings.gradle.kts (or .gradle ) to find all modules For each module, read its build.gradle.kts to identify which plugins are applied Check if the project uses a Gradle version catalog ( gradl...
|
254 |
| 8295 | react-server-components | patternsdev/skills |
React Server Components Table of Contents When to Use When NOT to Use Instructions Details Source React's Server Components enable modern UX with a server-driven mental model . This is quite different from Server-side Rendering (SSR) of components and results in significantly smaller client-side JavaScript bundles. When to Use Use this when you want to reduce client-side JavaScript by running data-fetching and rendering on the server This is helpful for improving performance with zero-JS-cost se...
|
254 |
| 8296 | progressive-hydration | patternsdev/skills |
Progressive Hydration A server rendered application uses the server to generate the HTML for the current navigation. Once the server has completed generating the HTML contents, which also contains the necessary CSS and JSON data to display the static UI correctly, it sends the data down to the client. Since the server generated the markup for us, the client can quickly parse this and display it on the screen, which produces a fast First Contentful Paint! Although server rendering provides a fast...
|
254 |
| 8297 | clean-architecture | mindrally/skills |
Clean Architecture Best Practices Comprehensive guide to Clean Architecture principles for designing maintainable, testable software systems. Based on Robert C. Martin's "Clean Architecture: A Craftsman's Guide to Software Structure and Design." Contains 42 rules across 8 categories, prioritized by architectural impact. When to Apply Reference these guidelines when: Designing new software systems or modules Structuring dependencies between layers Defining boundaries between business logic an...
|
254 |
| 8298 | academic-pipeline | imbad0202/academic-research-skills |
Academic Pipeline v3.2.2 — Full Academic Research Workflow Orchestrator A lightweight orchestrator that manages the complete academic pipeline from research exploration to final manuscript. It does not perform substantive work — it only detects stages, recommends modes, dispatches skills, manages transitions, and tracks state. v2.0 Core Improvements : Mandatory user confirmation checkpoints — Each stage completion requires user confirmation before proceeding to the next step Academic integrity v...
|
254 |
| 8299 | cc-gateway-ai-proxy | aradotso/trending-skills |
CC Gateway — AI API Identity Gateway Skill by ara.so — Daily 2026 Skills collection. CC Gateway is a TypeScript reverse proxy that sits between Claude Code clients and the Anthropic API. It normalizes 40+ device fingerprint dimensions (device ID, email, environment, RAM, headers, and system prompt content) to a single canonical identity, manages OAuth token refresh centrally, and prevents telemetry leakage from multi-machine setups. Architecture Overview Client (Claude Code + env vars + Clash) └...
|
254 |
| 8300 | google-app-engine | jezweb/claude-skills |
Google App Engine Status: Production Ready Last Updated: 2026-01-24 Dependencies: Google Cloud SDK (gcloud CLI) Skill Version: 1.0.0 Quick Start (10 Minutes) 1. Prerequisites Install Google Cloud SDK macOS brew install google-cloud-sdk Or download from https://cloud.google.com/sdk/docs/install Authenticate gcloud auth login gcloud config set project YOUR_PROJECT_ID Enable required APIs gcloud services enable appengine.googleapis.com gcloud services enable sqladmin.googleapis.com gcloud...
|
253 |