███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8751 | java-pro | sickn33/antigravity-awesome-skills |
Use this skill when Working on java pro tasks or workflows Needing guidance, best practices, or checklists for java pro Do not use this skill when The task is unrelated to java pro You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You are a Java expert speci...
|
372 |
| 8752 | 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...
|
372 |
| 8753 | react-state-management | sickn33/antigravity-awesome-skills |
React State Management Comprehensive guide to modern React state management patterns, from local component state to global stores and server state synchronization. When to Use This Skill Setting up global state management in a React app Choosing between Redux Toolkit, Zustand, or Jotai Managing server state with React Query or SWR Implementing optimistic updates Debugging state-related issues Migrating from legacy Redux to modern patterns Core Concepts 1. State Categories Type Description Soluti...
|
372 |
| 8754 | cpp-pro | sickn33/antigravity-awesome-skills |
C++ Pro Senior C++ developer with deep expertise in modern C++20/23, systems programming, high-performance computing, and zero-overhead abstractions. Role Definition You are a senior C++ engineer with 15+ years of systems programming experience. You specialize in modern C++20/23, template metaprogramming, performance optimization, and building production-grade systems with emphasis on safety, efficiency, and maintainability. You follow C++ Core Guidelines and leverage cutting-edge language fe...
|
372 |
| 8755 | agent-orchestration | yonatangross/orchestkit |
Agent Orchestration Rules When the user asks to implement something, use implementation agents to preserve main context. The Pattern Wrong - burns context: Main: Read files → Understand → Make edits → Report (2000+ tokens consumed in main context) Right - preserves context: Main: Spawn agent("implement X per plan") ↓ Agent: Reads files → Understands → Edits → Tests ↓ Main: Gets summary (~200 tokens) When to Use Agents Task Type Use Agent? Reason Multi-file implementatio...
|
372 |
| 8756 | describe-pr | parcadei/continuous-claude-v3 |
Generate PR Description You are tasked with generating a comprehensive pull request description following the repository's standard template. Steps to follow: Read the PR description template: First, check if thoughts/shared/pr_description.md exists If it doesn't exist, inform the user they need to create a PR description template at thoughts/shared/pr_description.md Read the template carefully to understand all sections and requirements Identify the PR to describe: Check if the current br...
|
372 |
| 8757 | research-agent | parcadei/continuous-claude-v3 |
Note: The current year is 2025. When researching best practices, use 2024-2025 as your reference timeframe. Research Agent You are a research agent spawned to gather external documentation, best practices, and library information. You use MCP tools (Nia, Perplexity, Firecrawl) and write a handoff with your findings. What You Receive When spawned, you will receive: Research question - What you need to find out Context - Why this research is needed (e.g., planning a feature) Handoff directory...
|
372 |
| 8758 | bilibili-cli | jackwener/bilibili-cli |
bilibili-cli Skill A CLI tool for interacting with Bilibili (哔哩哔哩). Use it to fetch video info, search content, browse user profiles, and perform interactions like liking or triple-clicking. Agent Defaults When you need machine-readable output: Prefer --yaml first because it is usually more token-efficient than pretty JSON. Use --json only when downstream tooling strictly requires JSON. Keep result sets small with --max , --page , or --offset . Prefer specific commands over broad ones. Example: ...
|
372 |
| 8759 | agent-onboarding | brightdata/skills |
Bright Data — Agent Onboarding Bright Data gives agents reliable access to the open web: SERP results that look like a real browser, clean markdown from any URL (with CAPTCHA + JS handled), structured datasets for 40+ platforms (Amazon, LinkedIn, Instagram, TikTok, YouTube, Reddit, Crunchbase, …), and a Browser API for pages that need real interaction. This skill is the entry point. Read it once, pick a path, then hand off to the narrower skill that owns that path. Install One command installs t...
|
372 |
| 8760 | whitepaper | adobe/skills |
Professional PDF Generator This skill converts Markdown files into professionally typeset PDF whitepapers using pandoc and typst. Assets The skill includes (located in the plugin's root directory): Typst template : templates/whitepaper.typ Source Sans 3 fonts : fonts/ — variable fonts supporting all weights (open source from Google Fonts) Source Code Pro fonts : fonts/ (Regular, Bold, Italic, Bold Italic) — used for code blocks and inline code Plugin Root: The plugin root is determined dynamical...
|
371 |
| 8761 | cron-helper | tclawde/openclaw-skills-user |
Cron Helper Skill Purpose: Guides me to use openclaw cron CLI for time-based tasks and send logs on create/remove. When to use: User asks for periodic/reminder tasks User mentions "remind me every X" User needs scheduled background checks User wants agent to perform a task at a specific time Core Principle Always prefer cron over manual timing. Reason: I lack an internal clock. Manual "track time yourself" fails because I can get absorbed in reading/thinking and lose track of time. Cron is an ex...
|
371 |
| 8762 | ce-agent-native-audit | everyinc/compound-engineering-plugin |
Agent-Native Architecture Audit Conduct a comprehensive review of the codebase against agent-native architecture principles, launching parallel sub-agents for each principle and producing a scored report. Core Principles to Audit Action Parity - "Whatever the user can do, the agent can do" Tools as Primitives - "Tools provide capability, not behavior" Context Injection - "System prompt includes dynamic context about app state" Shared Workspace - "Agent and user work in the same data space" CRUD ...
|
371 |
| 8763 | use-modern-go | jetbrains/go-modern-guidelines |
Modern Go Guidelines Detected Go Version ! grep -rh "^go " --include="go.mod" . 2>/dev/null | cut -d' ' -f2 | sort | uniq -c | sort -nr | head -1 | xargs | cut -d' ' -f2 | grep . || echo unknown How to Use This Skill DO NOT search for go.mod files or try to detect the version yourself. Use ONLY the version shown above. If version detected (not "unknown"): Say: "This project is using Go X.XX, so I’ll stick to modern Go best practices and freely use language features up to and including this versi...
|
371 |
| 8764 | claude-d3js-skill | sickn33/antigravity-awesome-skills |
D3.js Visualisation Overview This skill provides guidance for creating sophisticated, interactive data visualisations using d3.js. D3.js (Data-Driven Documents) excels at binding data to DOM elements and applying data-driven transformations to create custom, publication-quality visualisations with precise control over every visual element. The techniques work across any JavaScript environment, including vanilla JavaScript, React, Vue, Svelte, and other frameworks. When to use d3.js Use d3.js for...
|
371 |
| 8765 | monorepo-architect | sickn33/antigravity-awesome-skills |
Monorepo Architect Expert in monorepo architecture, build systems, and dependency management at scale. Masters Nx, Turborepo, Bazel, and Lerna for efficient multi-project development. Use PROACTIVELY for monorepo setup, build optimization, or scaling development workflows across teams. Do not use this skill when The task is unrelated to monorepo architect You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best pract...
|
371 |
| 8766 | debug | parcadei/continuous-claude-v3 |
/debug If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Run a structured debugging session to find and fix issues systematically. Usage /debug $ARGUMENTS How It Works ┌─────────────────────────────────────────────────────────────────┐ │ DEBUG │ ├─────────────────────────────────────────────────────────────────┤ │ Step 1: REPRODUCE │ │ ✓ U...
|
371 |
| 8767 | dotnet-xunit | wshaddix/dotnet-skills |
dotnet-xunit xUnit v3 testing framework features for .NET. Covers [Fact] and [Theory] attributes, test fixtures ( IClassFixture , ICollectionFixture ), parallel execution configuration, IAsyncLifetime for async setup/teardown, custom assertions, and xUnit analyzers. Includes v2 compatibility notes where behavior differs. Version assumptions: xUnit v3 primary (.NET 8.0+ baseline). Where v3 behavior differs from v2, compatibility notes are provided inline. xUnit v2 remains widely used; many projec...
|
370 |
| 8768 | daily-news-60s | vikiboss/60s-skills |
每天60秒读懂世界 - Daily News Skill This skill helps AI agents fetch and present daily curated news from the 60s API, which provides 15 selected news items plus a daily quote, updated every 30 minutes. When to Use This Skill Use this skill when users: Ask for today's news or current events Want a quick daily briefing Request news summaries in Chinese Need historical news from a specific date Want news in different formats (text, markdown, image) API Endpoint Base URL: https://60s.viki.moe/v2/60s Method...
|
370 |
| 8769 | fantasy-world-building | wordflowlab/novel-writer-skills |
奇幻小说世界构建规范 快速参考 元素 指导原则 关键点 魔法系统 必须有清晰规则 限制比力量更重要 世界设定 内在自洽 每个规则都有原因 种族/生物 独特且有逻辑 避免单纯的人类翻版 历史深度 至少三代历史 过去影响现在 政治结构 权力分布清晰 冲突有根源 核心原则 Sanderson 魔法法则 第一法则:读者从魔法中获得的满足感,与其理解魔法的程度成正比 如果魔法要解决问题,读者必须理解它的规则 软魔法系统(神秘)用于氛围和奇观 硬魔法系统(规则明确)用于解决问题 第二法则:限制比力量更有趣 强大的魔法需要强大的代价 限制创造冲突和策略 完美的系统无法创造戏剧 第三法则:在添加新东西之前,先扩展已有的 深化现有元素胜过添加新元素 相互关联的系统比孤立的更强 复杂度应该有机生长 魔法系统设计 硬魔法系统(规则明确) 必要元素: 能量来源 魔法从哪里来? 是有限的还是无限的? 可以耗尽吗? 使用规则 谁能使用?如何获得? 需要什么条件? 有什么限制? 代价/后果 使用魔法的成本是什么? 过度使用会怎样? 是否有长期影响? 可能与不可能 魔法能做什么? 明确不...
|
370 |
| 8770 | woocommerce | mindrally/skills |
WooCommerce Development You are an expert in WordPress and WooCommerce development, PHP best practices, and e-commerce solutions. Core Principles Follow WordPress coding standards Use WooCommerce hooks and filters properly Prioritize security in all code Maintain backwards compatibility Write performant, scalable code PHP Best Practices Coding Standards Follow WordPress PHP Coding Standards Use meaningful function and variable names Prefix all functions and classes to avoid conflicts Document co...
|
370 |
| 8771 | antd | ant-design/antd-skill |
Ant Design CLI You have access to @ant-design/cli — a local CLI tool with bundled antd metadata for v3/v4/v5/v6. Use it to query component knowledge, analyze projects, and guide migrations. All data is offline, no network needed. Setup Before first use, check if the CLI is installed. If not, install it automatically: which antd || npm install -g @ant-design/cli After running any command, if the output contains an "Update available" notice, run npm install -g @ant-design/cli to update before cont...
|
370 |
| 8772 | frontend-accessibility | aj-geddes/useful-ai-prompts |
Frontend Accessibility Overview Build accessible web applications following WCAG guidelines with semantic HTML, ARIA attributes, keyboard navigation, and screen reader support for inclusive user experiences. When to Use Compliance with accessibility standards Inclusive design requirements Screen reader support Keyboard navigation Color contrast issues Implementation Examples 1. Semantic HTML and ARIA <!-- Good semantic structure --> <nav aria-label="Main navigation"> <ul> <li><a href="/"...
|
370 |
| 8773 | aws-dynamodb | alinaqi/claude-bootstrap |
AWS DynamoDB Skill Load with: base.md + [typescript.md | python.md] DynamoDB is a fully managed NoSQL database designed for single-digit millisecond performance at any scale. Master single-table design and access pattern modeling. Sources: DynamoDB Docs | SDK v3 | Best Practices Core Principle Design for access patterns, not entities. Think access-pattern-first. DynamoDB requires you to know your queries before designing your schema. Model around how you'll access data, not how data relate...
|
370 |
| 8774 | gemini | davila7/claude-code-templates |
Gemini Skill Guide When to Use Gemini WHEN ASKED TO BE ACTIVATED Code Review : Comprehensive code reviews across multiple files Plan Review : Analyzing architectural plans, technical specifications, or project roadmaps Big Context Processing : Tasks requiring >200k tokens of context (entire codebases, documentation sets) Multi-file Analysis : Understanding relationships and patterns across many files ⚠️ Critical: Background/Non-Interactive Mode Warning NEVER use --approval-mode default in backgr...
|
370 |
| 8775 | writing-skills | davila7/claude-code-templates |
Writing Skills Overview Writing skills IS Test-Driven Development applied to process documentation. Personal skills live in agent-specific directories ( ~/.claude/skills for Claude Code, ~/.agents/skills/ for Codex) You write test cases (pressure scenarios with subagents), watch them fail (baseline behavior), write the skill (documentation), watch tests pass (agents comply), and refactor (close loopholes). Core principle: If you didn't watch an agent fail without the skill, you don't know if the...
|
370 |
| 8776 | tavily-web | sickn33/antigravity-awesome-skills |
tavily-web Overview Web search, content extraction, crawling, and research capabilities using Tavily API When to Use When you need to search the web for current information When extracting content from URLs When crawling websites Installation npx skills add -g BenedictKing/tavily-web Step-by-Step Guide Install the skill using the command above Configure Tavily API key Use naturally in Claude Code conversations Examples See GitHub Repository for examples. Best Practices Configure API keys via env...
|
370 |
| 8777 | github-actions-templates | sickn33/antigravity-awesome-skills |
GitHub Actions Templates Production-ready GitHub Actions workflow patterns for testing, building, and deploying applications. Purpose Create efficient, secure GitHub Actions workflows for continuous integration and deployment across various tech stacks. When to Use Automate testing and deployment Build Docker images and push to registries Deploy to Kubernetes clusters Run security scans Implement matrix builds for multiple environments Common Workflow Patterns Pattern 1: Test Workflow name: ...
|
370 |
| 8778 | book-review | readwiseio/readwise-skills |
Draft a long-form book review from a user's Reader highlights — not just the target book, but pulling in related highlights from their entire library to build original arguments. The goal is a review that's more interesting than the book itself: summary + critique + original ideas, where the original ideas come from connecting the book to everything else the user has read. Readwise Access Check if Readwise MCP tools are available (e.g. mcp__readwise__reader_list_documents ). If they are, use the...
|
370 |
| 8779 | peer-review | k-dense-ai/scientific-agent-skills |
Scientific Critical Evaluation and Peer Review Overview Peer review is a systematic process for evaluating scientific manuscripts. Assess methodology, statistics, design, reproducibility, ethics, and reporting standards. Apply this skill for manuscript and grant review across disciplines with constructive, rigorous evaluation. When to Use This Skill This skill should be used when: Conducting peer review of scientific manuscripts for journals Evaluating grant proposals and research applicatio...
|
369 |
| 8780 | k-dense-ai/scientific-agent-skills |
PDF Processing Guide Overview This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see REFERENCE.md. If you need to fill out a PDF form, read FORMS.md and follow its instructions. Quick Start from pypdf import PdfReader , PdfWriter Read a PDF reader = PdfReader ( "document.pdf" ) print ( f"Pages: { len ( reader . pages ) } " ) Extract text text = "" for page in reader . pages : t...
|
369 | |
| 8781 | electron-pro | 404kidwiz/claude-supercode-skills |
Electron Desktop Developer Purpose Provides cross-platform desktop application development expertise specializing in Electron, IPC architecture, and OS-level integration. Builds secure, performant desktop applications using web technologies with native capabilities for Windows, macOS, and Linux. When to Use Building cross-platform desktop apps (VS Code, Discord style) Migrating web apps to desktop with native capabilities (File system, Notifications) Implementing secure IPC (Main ↔ Renderer co...
|
369 |
| 8782 | ce-product-pulse | everyinc/compound-engineering-plugin |
Product Pulse ce-product-pulse queries the product's data sources for a given time window and produces a compact, single-page report covering usage, performance, errors, and followups. The report is saved to docs/pulse-reports/ and the key points are surfaced in chat. The skill does not mutate the product, the database, or any external system. Its only writes are pulse settings appended to .compound-engineering/config.local.yaml (the unified CE local config, gitignored, machine-local) and the re...
|
369 |
| 8783 | microsoft-extensions-configuration | wshaddix/dotnet-skills |
Microsoft.Extensions Configuration Patterns When to Use This Skill Use this skill when: Binding configuration from appsettings.json to strongly-typed classes Validating configuration at application startup (fail fast) Implementing complex validation logic for settings Designing configuration classes that are testable and maintainable Understanding IOptions, IOptionsSnapshot, and IOptionsMonitor Why Configuration Validation Matters The Problem: Applications often fail at runtime due to misconfigu...
|
369 |
| 8784 | reddit-readonly | tristanmanchester/agent-skills |
Reddit Readonly Read-only Reddit browsing for Clawdbot. What this skill is for Finding posts in one or more subreddits (hot/new/top/controversial/rising) Searching for posts by query (within a subreddit or across all) Pulling a comment thread for context Producing a shortlist of permalinks so the user can open Reddit and reply manually Hard rules Read-only only. This skill never posts, replies, votes, or moderates. Be polite with requests: Prefer small limits (5–10) first. Expand only if needed....
|
369 |
| 8785 | rabbitmq-expert | martinholovsky/claude-skills-generator |
RabbitMQ Message Broker Expert 1. Overview You are an elite RabbitMQ engineer with deep expertise in: 2. Core Principles TDD First - Write tests before implementation; verify message flows with test consumers Performance Aware - Optimize prefetch, batching, and connection pooling from the start Reliability Obsessed - No message loss through durability, confirms, and proper acks Security by Default - TLS everywhere, no default credentials, proper isolation Observable Always - Monitor queue dept...
|
369 |
| 8786 | finding-duplicate-functions | obra/superpowers-lab |
LLM-generated codebases accumulate semantic duplicates: functions that serve the same purpose but were implemented independently. Classical copy-paste detectors (jscpd) find syntactic duplicates but miss "same intent, different implementation." This skill uses a two-phase approach: classical extraction followed by LLM-powered intent clustering. When to Use - Codebase has grown organically with multiple contributors (human or LLM) - You suspect utility functions have been reimplemented multi...
|
369 |
| 8787 | no-use-effect | factory-ai/factory-plugins |
No Direct useEffect Never call useEffect directly. For the rare case of syncing with an external system on mount, use useMountEffect() . export function useMountEffect ( effect : ( ) => void | ( ( ) => void ) ) { /* eslint-disable react-hooks/exhaustive-deps, no-restricted-syntax */ useEffect ( effect , [ ] ) ; } The only place useEffect may appear directly is inside reusable custom hooks (like useMountEffect itself, or a useData hook when no fetching library is available). Components must never...
|
369 |
| 8788 | post-writer-sms | blacktwist/social-media-skills |
Post Writer When to Use User asks to write a post or draft social media content User mentions "write a post," "draft a post," or "LinkedIn post" User says "tweet," "Threads post," "Bluesky post," or "social media post" User says "help me write" or shares a topic and wants it turned into a post User provides a rough draft and wants it refined for a specific platform User wants a single standalone post (not a thread or carousel) Role You are an expert social media writer who crafts platform-native...
|
369 |
| 8789 | 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....
|
369 |
| 8790 | 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...
|
369 |
| 8791 | latex-formatting | lingzhi227/agent-research-skills |
LaTeX Formatting Set up and manage LaTeX formatting for academic papers. Input $0 — Action: setup , fix , check $1 — Venue name (for setup ) or .tex file path (for fix / check ) Scripts Pre-submission format checker python ~/.claude/skills/latex-formatting/scripts/latex_checker.py paper/main.tex --venue neurips --check-anon Checks: word count, required sections, TODO markers, anonymization, mismatched environments, content stats. Validate citations and references Show more
|
369 |
| 8792 | manga-style-video | freestylefly/canghe-skills |
漫画风格视频生成器 专门用于生成 漫画/动画风格 的视频,内置多种风格模板,无需复杂的提示词工程。 核心特点 🎨 8种漫画风格 - 日式、国风、美式等预设风格 🖼️ 图生视频 - 基于参考图片保持角色一致性 ✨ 优化提示词 - 内置专业漫画风格描述词 🎬 一键生成 - 简单命令快速生成 支持的漫画风格 风格代码 名称 特点 japanese 日式治愈系 吉卜力风格、手绘水彩、温馨治愈 ghibli 吉卜力风格 Studio Ghibli、宫崎骏动画风格 chinese 国风水墨 中国传统水墨、淡雅诗意、工笔线条 cartoon 美式卡通 迪士尼皮克斯、3D卡通、色彩鲜艳 sketch 铅笔素描 手绘线条、黑白灰、艺术感 watercolor 水彩手绘 透明质感、色彩晕染、艺术插画 manga_comic 日式漫画 黑白网点、速度线、动态构图 chibi Q版萌系 大头比例、可爱萌系、圆润线条 前置要求 需要设置 ARK_API_KEY 环境变量。 配置方式(推荐) 复制配置模板: cp .canghe-skills/.env.example .canghe-skills/.env 编辑...
|
369 |
| 8793 | table-generation | lingzhi227/agent-research-skills |
Table Generation Convert experimental results into publication-ready LaTeX tables. Input $0 — Table type: comparison , ablation , descriptive , custom $1 — Data source: JSON file, CSV file, or inline data Scripts Generate LaTeX table from JSON/CSV python ~/.claude/skills/table-generation/scripts/results_to_table.py \ --input results.json --type comparison \ --bold-best max --caption "Performance comparison" \ --label tab:main_results Supports: comparison , ablation , descriptive , multi-dataset ...
|
369 |
| 8794 | plugin-store | okx/plugin-store |
Pre-flight Dependencies (auto-injected by Plugin Store CI) Run once per session before first use. These checks ensure required tools are installed. Install onchainos CLI + Skills (auto-injected) 1. Install onchainos CLI — pin to latest release tag, verify SHA256 of the installer before executing (no curl|sh from main). if ! command -v onchainos > /dev/null 2 > &1 ; then set -e LATEST_TAG = $( curl -sSL --max-time 5 \ "https://api.github.com/repos/okx/onchainos-skills/releases/latest" \ | se...
|
369 |
| 8795 | microservices-architecture | aj-geddes/useful-ai-prompts |
Microservices Architecture Overview Comprehensive guide to designing, implementing, and maintaining microservices architectures. Covers service decomposition, communication patterns, data management, deployment strategies, and observability for distributed systems. When to Use Designing new microservices architectures Decomposing monolithic applications Implementing service-to-service communication Setting up API gateways and service mesh Implementing service discovery Managing distributed tra...
|
369 |
| 8796 | application-logging | aj-geddes/useful-ai-prompts |
Application Logging Overview Implement comprehensive structured logging with proper levels, context, and centralized aggregation for effective debugging and monitoring. When to Use Application debugging Audit trail creation Performance analysis Compliance requirements Centralized log aggregation Instructions 1. Node.js Structured Logging with Winston // logger.js const winston = require('winston'); const logFormat = winston.format.combine( winston.format.timestamp({ format: 'YYYY-MM-DD HH:m...
|
369 |
| 8797 | cicd-pipeline-setup | aj-geddes/useful-ai-prompts |
CI/CD Pipeline Setup Overview Build automated continuous integration and deployment pipelines that test code, build artifacts, run security checks, and deploy to multiple environments with minimal manual intervention. When to Use Automated code testing and quality checks Containerized application builds Multi-environment deployments Release management and versioning Automated security scanning Performance testing integration Artifact management and registry Implementation Examples 1. GitHub Ac...
|
369 |
| 8798 | react-selective-hydration | patternsdev/skills |
Selective Hydration In previous articles, we covered how SSR with hydration can improve user experience. React is able to (quickly) generate a tree on the server using the renderToString method that the react-dom/server library provides, which gets sent to the client after the entire tree has been generated. The rendered HTML is non interactive, until the JavaScript bundle has been fetched and loaded, after which React walks down the tree to hydrate and attaches the handlers. However, this appro...
|
369 |
| 8799 | english-learner | learnwy/skills |
English Learner Personal vocabulary learning assistant with persistent storage and mastery tracking. Keywords (Special Commands) Keyword Action 学习 / review / quiz Start interactive learning session stats / 统计 Show learning statistics All other input is treated as content to translate/learn (English, Chinese, or mixed). Workflow 1. CHECK KEYWORD → If "学习"/"review"/"quiz" → Learning Mode 2. PARSE INPUT → Understand user intent (clarify if ambiguous) 3. IDENTIFY CONTENT → Extract word(s)/ph...
|
369 |
| 8800 | scanning-tools | sickn33/antigravity-awesome-skills |
Security Scanning Tools Purpose Master essential security scanning tools for network discovery, vulnerability assessment, web application testing, wireless security, and compliance validation. This skill covers tool selection, configuration, and practical usage across different scanning categories. Prerequisites Required Environment Linux-based system (Kali Linux recommended) Network access to target systems Proper authorization for scanning activities Required Knowledge Basic networking concept...
|
369 |