███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 6251 | requirements-gathering | aj-geddes/useful-ai-prompts |
Requirements Gathering Overview Effective requirements gathering establishes a shared understanding of what will be built, preventing misalignment and expensive changes later in the project. When to Use Project kickoff and planning Feature development initiation Product roadmap planning System modernization projects Customer discovery Stakeholder alignment sessions Writing user stories and acceptance criteria Instructions 1. Stakeholder Discovery Identify and analyze stakeholders class Stake...
|
346 |
| 6252 | push-notification-setup | aj-geddes/useful-ai-prompts |
Push Notification Setup Overview Implement comprehensive push notification systems for iOS and Android applications using Firebase Cloud Messaging and native platform services. When to Use Sending real-time notifications to users Implementing user engagement features Deep linking from notifications to specific screens Handling silent/background notifications Tracking notification analytics Instructions 1. Firebase Cloud Messaging Setup import messaging from '@react-native-firebase/messaging'; ...
|
346 |
| 6253 | cloudformation-to-pulumi | pulumi/agent-skills |
IMPORTANT: PLAN ADJUSTMENT REQUIRED If you have already generated a migration plan before loading this skill, you MUST: Review your existing plan against the workflows and requirements in this skill Identify any gaps, missing steps, or incorrect assumptions Update and revise your plan to align with this skill's guidance Communicate the adjusted plan to the user before proceeding CRITICAL SUCCESS REQUIREMENTS The migration output MUST meet all of the following: Complete Resource Coverage Every Cl...
|
346 |
| 6254 | capability-evolver | evomap/evolver |
🧬 Capability Evolver "Evolution is not optional. Adapt or die." The Capability Evolver is a meta-skill that allows OpenClaw agents to inspect their own runtime history, identify failures or inefficiencies, and autonomously write new code or update their own memory to improve performance. Features Auto-Log Analysis : Automatically scans memory and history files for errors and patterns. Self-Repair : Detects crashes and suggests patches. GEP Protocol: Standardized evolution with reusable assets. O...
|
346 |
| 6255 | analyzing-dotnet-performance | dotnet/skills |
.NET Performance Patterns Scan C/.NET code for performance anti-patterns and produce prioritized findings with concrete fixes. Patterns sourced from the official .NET performance blog series, distilled to customer-actionable guidance. When to Use Reviewing C/.NET code for performance optimization opportunities Auditing hot paths for allocation-heavy or inefficient patterns Systematic scan of a codebase for known anti-patterns before release Second-opinion analysis after manual performance review...
|
346 |
| 6256 | check | continuedev/skills |
Check: Review Before You Ship Prefix your first line with 🥷 inline, not as its own paragraph. Read the diff, find the problems, fix what can be fixed safely, ask about the rest. Done means verification ran in this session and passed. Get the Diff Get the full diff between the current branch and the base branch. If unclear, ask. If already on the base branch, ask which commits to review. Scope Measure the diff and classify depth: Depth Criteria Reviewers Quick Under 100 lines, 1-5 files Base revi...
|
346 |
| 6257 | skill-creator | ar9av/obsidian-wiki |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
346 |
| 6258 | cloudflare-queues | jezweb/claude-skills |
Cloudflare Queues Status: Production Ready ✅ Last Updated: 2026-01-09 Dependencies: cloudflare-worker-base (for Worker setup) Latest Versions: wrangler@4.58.0, @cloudflare/workers-types@4.20260109.0 Recent Updates (2025): April 2025: Pull consumers increased limits (5,000 msg/s per queue, up from 1,200 requests/5min) March 2025: Pause & Purge APIs (wrangler queues pause-delivery, queues purge) 2025: Customizable retention (60s to 14 days, previously fixed at 4 days) 2025: Increased queue limi...
|
345 |
| 6259 | fastify | bobmatnyc/claude-mpm-skills |
Fastify (TypeScript) - Production Backend Framework Overview Fastify is a high-performance Node.js web framework built around JSON schema validation, encapsulated plugins, and great developer ergonomics. In TypeScript, pair Fastify with a type provider (Zod or TypeBox) to keep runtime validation and static types aligned. Quick Start Minimal server ✅ Correct: basic server with typed response import Fastify from "fastify"; const app = Fastify({ logger: true }); app.get("/health", async () =>...
|
345 |
| 6260 | x-tweet-fetcher | ythx-101/x-tweet-fetcher |
X Tweet Fetcher Fetch tweets from X/Twitter without authentication. Supports tweet content, reply threads, user timelines, and Chinese platforms. Feature Overview Feature Command Dependencies Single tweet --url <tweet_url> None (zero deps) Reply threads --url <tweet_url> --replies Camofox User timeline --user <username> --limit 300 Camofox Chinese platforms fetch_china.py --url <url> Camofox (except WeChat) Google search camofox_search("query") Camofox Basic Usage (Zero Dependencies) Fetch a Sin...
|
345 |
| 6261 | json-render-core | vercel-labs/json-render |
@json-render/core Core package for schema definition, catalog creation, and spec streaming. Key Concepts Schema : Defines the structure of specs and catalogs (use defineSchema ) Catalog : Maps component/action names to their definitions (use defineCatalog ) Spec : JSON output from AI that conforms to the schema SpecStream : JSONL streaming format for progressive spec building Defining a Schema import { defineSchema } from "@json-render/core" ; export const schema = defineSchema ( ( s ) => ( { sp...
|
345 |
| 6262 | fusion-mcp | equinor/fusion-skills |
Fusion MCP Setup Guide When to use Use this skill when a user asks: what Fusion MCP is what it can do how to install/configure it how to verify that it is working how to troubleshoot a failing Fusion MCP setup Typical triggers: "what is fusion mcp" "help me set up fusion mcp" "how do I use fusion mcp with copilot" When not to use Do not use this skill for: implementing product features unrelated to MCP setup making destructive environment changes without user confirmation assuming private reposi...
|
345 |
| 6263 | java-fundamentals | pluginagentmarketplace/custom-plugin-java |
Master core Java programming with production-quality patterns. Overview This skill covers Java fundamentals including syntax, OOP, collections, streams API, and exception handling for Java 8-21. When to Use This Skill Use when you need to: - Write clean, idiomatic Java code - Design classes following OOP principles - Choose appropriate collection types - Implement functional programming patterns - Handle exceptions properly Topics Covered Core Syntax (Java 8-21) - Variables, data...
|
345 |
| 6264 | agentic-workflow | parcadei/continuous-claude-v3 |
AI Agent Workflow (Workflow & Productivity) When to use this skill Optimize everyday AI agent work Integrate Git/GitHub workflows Use MCP servers Manage and recover sessions Apply productivity techniques 1. Key commands by agent Claude Code commands Command Function When to use /init Auto-generate a CLAUDE.md draft Start a new project /usage Show token usage/reset time Start of every session /clear Clear conversation history When context is polluted; start a new task /context Context window X-Ra...
|
345 |
| 6265 | patent-application-creator | robthepcguy/claude-patent-creator |
Complete end-to-end patent application creation from invention disclosure to USPTO-ready filing. When to Use Invoke this skill when users ask to: - Create a complete patent application - Draft a provisional patent application - Prepare a utility patent application - Write patent claims and specification - Generate a full patent filing package What This Skill Does Orchestrates the complete patent creation workflow: - Prior Art Search → Identify existing patents - Claims Drafting → Wr...
|
345 |
| 6266 | tailwindcss-development | laravel/boost |
Tailwind CSS Development When to Apply Activate this skill when: Adding styles to components or pages Working with responsive design Implementing dark mode Extracting repeated patterns into components Debugging spacing or layout issues Documentation Use search-docs for detailed Tailwind CSS v3 patterns and documentation. Basic Usage Use Tailwind CSS classes to style HTML. Check and follow existing Tailwind conventions in the project before introducing new patterns. Offer to extract repeated ...
|
345 |
| 6267 | tooluniverse-image-analysis | mims-harvard/tooluniverse |
Microscopy Image Analysis and Quantitative Imaging Data Production-ready skill for analyzing microscopy-derived measurement data using pandas, numpy, scipy, statsmodels, and scikit-image. Designed for BixBench imaging questions covering colony morphometry, cell counting, fluorescence quantification, regression modeling, and statistical comparisons. IMPORTANT : This skill handles complex multi-workflow analysis. Most implementation details have been moved to references/ for progressive disclosure...
|
345 |
| 6268 | cloudflare-api | jezweb/claude-skills |
Cloudflare API Hit the Cloudflare REST API directly when wrangler CLI or MCP servers aren't the right tool. For bulk operations, fleet-wide changes, and features that wrangler doesn't expose. When to Use This Instead of Wrangler or MCP Use case Wrangler MCP This skill Deploy a Worker Yes Yes No Create a D1 database Yes Yes No Bulk update 50 DNS records Slow (one at a time) Slow (one tool call each) Yes — batch script Custom hostnames for white-label No Partial Yes Email routing rules No Partial ...
|
345 |
| 6269 | market-sentiment | kukapay/crypto-skills |
Crypto Market Sentiment Overview This skill enables aggregation of news from popular cryptocurrency RSS feeds, performs sentiment analysis on the articles, and computes a market sentiment score ranging from -1 (highly negative) to +1 (highly positive), along with evidence-based explanations. Workflow Follow these steps to analyze crypto market sentiment: Select RSS Feeds : Choose popular crypto RSS feeds (see references/rss_feeds.md for a curated list). Fetch News : Retrieve recent articles from...
|
345 |
| 6270 | llama-cpp | davila7/claude-code-templates |
llama.cpp Pure C/C++ LLM inference with minimal dependencies, optimized for CPUs and non-NVIDIA hardware. When to use llama.cpp Use llama.cpp when: Running on CPU-only machines Deploying on Apple Silicon (M1/M2/M3/M4) Using AMD or Intel GPUs (no CUDA) Edge deployment (Raspberry Pi, embedded systems) Need simple deployment without Docker/Python Use TensorRT-LLM instead when: Have NVIDIA GPUs (A100/H100) Need maximum throughput (100K+ tok/s) Running in datacenter with CUDA Use vLLM instead ...
|
345 |
| 6271 | acquire-codebase-knowledge | github/awesome-copilot |
Acquire Codebase Knowledge Produces seven populated documents in docs/codebase/ covering everything needed to work effectively on the project. Only document what is verifiable from files or terminal output — never infer or assume. Output Contract (Required) Before finishing, all of the following must be true: Exactly these files exist in docs/codebase/ : STACK.md , STRUCTURE.md , ARCHITECTURE.md , CONVENTIONS.md , INTEGRATIONS.md , TESTING.md , CONCERNS.md . Every claim is traceable to source fi...
|
345 |
| 6272 | mongodb-development | mindrally/skills |
MongoDB Development You are an expert in MongoDB development with Payload CMS, Mongoose, and Node.js. Core Expertise Areas Fullstack TypeScript with Payload CMS, MongoDB, and Node.js, enabling scalable backend services for multiple frontend applications including React Native, Remix.js, and Next.js. Technology Stack Backend: Payload CMS, MongoDB, Node.js, Express, TypeScript Frontend: Next.js, React, React Native, Remix.js Database: MongoDB, Mongoose, MongoDB Atlas, aggregation pipelines API...
|
345 |
| 6273 | cloudflare-workers-ai | jezweb/claude-skills |
Cloudflare Workers AI Status: Production Ready ✅ Last Updated: 2026-01-21 Dependencies: cloudflare-worker-base (for Worker setup) Latest Versions: wrangler@4.58.0, @cloudflare/workers-types@4.20260109.0, workers-ai-provider@3.0.2 Recent Updates (2025): April 2025 - Performance: Llama 3.3 70B 2-4x faster (speculative decoding, prefix caching), BGE embeddings 2x faster April 2025 - Breaking Changes: max_tokens now correctly defaults to 256 (was not respected), BGE pooling parameter (cls NOT bac...
|
344 |
| 6274 | react-grab | supercent-io/skills-template |
react-grab — Browser Element Context for AI Agents Keyword : react-grab · grab · element context · copy component to ai Point at any UI element in your browser, press Cmd/Ctrl+C, and instantly copy its React component name, source file path, and HTML markup to clipboard — ready for your AI coding agent. When to use this skill Set up react-grab in a React project (Next.js, Vite, Webpack) for AI-assisted development Point at UI elements and copy precise component context to Claude Code / Cursor / ...
|
344 |
| 6275 | 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...
|
344 |
| 6276 | segment-cdp | sickn33/antigravity-awesome-skills |
Segment CDP Patterns Analytics.js Browser Integration Client-side tracking with Analytics.js. Include track, identify, page, and group calls. Anonymous ID persists until identify merges with user. Server-Side Tracking with Node.js High-performance server-side tracking using @segment/analytics-node. Non-blocking with internal batching. Essential for backend events, webhooks, and sensitive data. Tracking Plan Design Design event schemas using Object + Action naming convention. Define required...
|
344 |
| 6277 | codebase-analysis | solatis/claude-config |
Codebase Analysis Understanding-focused skill that builds foundational comprehension of codebase structure, patterns, flows, decisions, and context. Serves as foundation for downstream analysis skills (problem-analysis, refactor, etc.). When this skill activates, IMMEDIATELY invoke the script. The script IS the workflow. Invoke:
|
344 |
| 6278 | mobile-security-coder | sickn33/antigravity-awesome-skills |
Use this skill when Working on mobile security coder tasks or workflows Needing guidance, best practices, or checklists for mobile security coder Do not use this skill when The task is unrelated to mobile security coder 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-pl...
|
344 |
| 6279 | postgresql | sickn33/antigravity-awesome-skills |
PostgreSQL Table Design Use this skill when Designing a schema for PostgreSQL Selecting data types and constraints Planning indexes, partitions, or RLS policies Reviewing tables for scale and maintainability Do not use this skill when You are targeting a non-PostgreSQL database You only need query tuning without schema changes You require a DB-agnostic modeling guide Instructions Capture entities, access patterns, and scale targets (rows, QPS, retention). Choose data types and constraints that e...
|
344 |
| 6280 | mcp:setup-arxiv-mcp | neolabhq/context-engineering-kit |
User Input: $ARGUMENTS Guide for setup arXiv MCP server via Docker MCP 1. Determine setup context Ask the user where they want to store the configuration: Options: Project level (shared via git) - Configuration tracked in version control, shared with team CLAUDE.md updates go to: ./CLAUDE.md Project level (personal preferences) - Configuration stays local, not tracked in git CLAUDE.md updates go to: ./CLAUDE.local.md Verify these files are listed in .gitignore , add them if not User level (globa...
|
344 |
| 6281 | rendercv | rendercv/rendercv-skill |
Quick Start Available themes: classic , harvard , engineeringresumes , engineeringclassic , sb2nov , moderncv Available locales: english , arabic , danish , dutch , french , german , hebrew , hindi , hungarian , indonesian , italian , japanese , korean , mandarin_chinese , norwegian_bokmål , norwegian_nynorsk , persian , portuguese , russian , spanish , turkish , vietnamese These are starting points — every aspect of the design and locale can be fully customized in the YAML file. Install Render...
|
344 |
| 6282 | contract-review | anthropics/knowledge-work-plugins |
Contract Review Skill Overview I help you review contracts by identifying potential risks, checking for missing elements, and providing specific recommendations. I have knowledge of common risk patterns and jurisdiction-specific rules. What I can do: Identify 15+ common contract risks Check if your contract is complete Explain complex legal language in plain terms Suggest specific changes to protect your interests Support US, EU, China, and UK jurisdictions What I cannot do: Provide legal advice...
|
343 |
| 6283 | api-documenter | sickn33/antigravity-awesome-skills |
API Documenter Specialist in creating comprehensive API documentation using OpenAPI/Swagger specifications. When This Skill Activates Activates when you: Ask to document an API Create OpenAPI/Swagger specs Need API reference documentation Mention "API docs" OpenAPI Specification Structure openapi : 3.0.3 info : title : API Title version : 1.0.0 description : API description servers : - url : https : //example.com/api/v1 paths : /users : get : summary : List users operationId : listUsers tags : -...
|
343 |
| 6284 | ccxt-python | ccxt/ccxt |
CCXT for Python A comprehensive guide to using CCXT in Python projects for cryptocurrency exchange integration. Installation REST API (Standard) pip install ccxt WebSocket API (Real-time, ccxt.pro) pip install ccxt Optional Performance Enhancements pip install orjson Faster JSON parsing pip install coincurve Faster ECDSA signing (45ms → 0.05ms) Both REST and WebSocket APIs are included in the same package. Quick Start REST API - Synchronous import ccxt exchange = ccxt . binance ( ) exchange . ...
|
343 |
| 6285 | app-docs | jezweb/claude-skills |
App Documentation Generator Browse a running web app, screenshot every screen, and produce documentation good enough to publish. Not a screenshot dump — a structured guide that teaches someone how to use the app. Browser Tool Detection Same as ux-audit — Chrome MCP, Playwright MCP, or playwright-cli. URL Resolution Same as ux-audit — prefer deployed/live URL over localhost. Depth Levels Depth Screenshots What it produces Duration quick ~10 Single-page quick-start guide. Key screens, happy path o...
|
343 |
| 6286 | opencode-mirror | different-ai/openwork |
$ npx skills add https://github.com/different-ai/openwork --skill opencode-mirror<div
|
343 |
| 6287 | jotai | vercel-labs/json-render |
@json-render/jotai Jotai adapter for json-render's StateStore interface. Wire a Jotai atom as the state backend for json-render. Installation npm install @json-render/jotai @json-render/core @json-render/react jotai Usage import { atom } from "jotai" ; import { jotaiStateStore } from "@json-render/jotai" ; import { StateProvider } from "@json-render/react" ; // 1. Create an atom that holds the json-render state const uiAtom = atom < Record < string , unknown >> ( { count : 0 } ) ; // 2. Create t...
|
343 |
| 6288 | shell | pproenca/dot-skills |
Shell Scripts Best Practices Comprehensive best practices guide for shell scripting, designed for AI agents and LLMs. Contains 48 rules across 9 categories, prioritized by impact from critical (safety, portability) to incremental (style). Each rule includes detailed explanations, real-world examples comparing incorrect vs. correct implementations, and specific impact metrics. When to Apply Reference these guidelines when: Writing new bash or POSIX shell scripts Reviewing shell scripts for se...
|
343 |
| 6289 | reverse-engineer | sickn33/antigravity-awesome-skills |
Common RE scripting environments IDAPython (IDA Pro scripting) Ghidra scripting (Java/Python via Jython) r2pipe (radare2 Python API) pwntools (CTF/exploitation toolkit) capstone (disassembly framework) keystone (assembly framework) unicorn (CPU emulator framework) angr (symbolic execution) Triton (dynamic binary analysis) Use this skill when - Working on common re scripting environments tasks or workflows - Needing guidance, best practices, or checklists for common re scripting environments Do...
|
343 |
| 6290 | observability-llm-obs | elastic/agent-skills |
LLM and Agentic Observability Answer user questions about monitoring LLMs and agentic components using data ingested into Elastic only. Focus on LLM performance, cost and token utilization, response quality, and call chaining or agentic workflow orchestration. Use ES|QL , Elasticsearch APIs, and (where needed) Kibana APIs. Do not rely on Kibana UI; the skill works without it. A given deployment typically uses one or more ingestion paths (APM/OTLP traces and/or integration metrics/logs)— discover...
|
343 |
| 6291 | api-testing-patterns | proffesor-for-testing/agentic-qe |
API Testing Patterns <default_to_action> When testing APIs or designing API test strategy: IDENTIFY testing level: contract, integration, or component TEST the contract, not implementation (consumer perspective) VALIDATE auth, input, errors, idempotency, concurrency AUTOMATE in CI/CD with schema validation MONITOR production APIs for contract drift Quick Pattern Selection: Microservices → Consumer-driven contracts (Pact) REST APIs → CRUD + pagination + filtering tests GraphQL → Query validat...
|
343 |
| 6292 | alchemy-api | alchemyplatform/skills |
AI + Alchemy API Integration Guide Mandatory Routing Gate (Hard Requirement) Before the first network call or implementation step, you MUST ask the user the following question and wait for an explicit answer: Do you want to use an existing Alchemy API key, or should I use the agentic gateway flow instead? If the user chooses the API key path, continue with this skill. If the user chooses the agentic gateway path, switch to the agentic-gateway skill immediately and follow its existing wallet flow...
|
343 |
| 6293 | us-market-sentiment | star23/day1global-skills |
US Stock Market Sentiment Monitoring System This skill helps you systematically analyze US stock market sentiment, determine whether the current market is in a state of greed or fear based on 5 core indicators, and provide position adjustment recommendations. Use Cases Use this skill when users ask the following types of questions: Is the US stock market overheating / Should I reduce my positions What is the current market sentiment What are institutional and retail investor positioning levels A...
|
343 |
| 6294 | drizzle-orm | mindrally/skills |
Drizzle ORM Modern TypeScript-first ORM with zero dependencies, compile-time type safety, and SQL-like syntax. Optimized for edge runtimes and serverless environments. Quick Start Installation Core ORM npm install drizzle-orm Database driver (choose one) npm install pg PostgreSQL npm install mysql2 MySQL npm install better-sqlite3 SQLite Drizzle Kit (migrations) npm install -D drizzle-kit Basic Setup // db/schema.ts import { pgTable, serial, text, timestamp } from 'd...
|
343 |
| 6295 | react-code-review | giuseppe-trisciuoglio/developer-kit |
React Code Review Overview This skill provides structured, comprehensive code review for React applications. It evaluates code against React 19 best practices, component architecture patterns, hook usage, accessibility standards, and production-readiness criteria. The review produces actionable findings categorized by severity (Critical, Warning, Suggestion) with concrete code examples for improvements. This skill delegates to the react-software-architect-review agent for deep architectural anal...
|
343 |
| 6296 | monday | membranedev/application-skills |
Monday Monday.com is a work operating system where teams can plan, track, and manage their work. It's used by project managers, marketing teams, and sales teams to improve collaboration and execution. Official docs: https://developers.monday.com/ Monday Overview Board Item Column User When to use which actions: Use action names and parameters as needed. Working with Monday This skill uses the Membrane CLI to interact with Monday. Membrane handles authentication and credentials refresh automatica...
|
342 |
| 6297 | react-native-ease-refactor | appandflow/react-native-ease |
react-native-ease refactor You are a migration assistant that converts react-native-reanimated and React Native's built-in Animated API code to react-native-ease EaseView components. Follow these 6 phases exactly. Do not skip phases or reorder them. Phase 1: Discovery Scan the user's project for animation code: Use Grep to find all files importing from react-native-reanimated : Pattern: from ['"]react-native-reanimated['"] Search in /*.{ts,tsx,js,jsx} Use Grep to find all files using React Nativ...
|
342 |
| 6298 | pr review | angular/angular |
PR Review Guidelines When reviewing a pull request for the angular repository, follow these essential guidelines to ensure high-quality contributions: Context & Ecosystem : Keep in mind that this is the core Angular framework. Changes here can impact millions of developers. Be mindful of backwards compatibility. Breaking changes require strict approval processes and deprecation periods. Key Focus Areas : Comprehensive Reviews : You MUST always perform a deep, comprehensive review of the entire p...
|
342 |
| 6299 | mermaid-diagram-generator | rysweet/amplihack |
Mermaid Diagram Generator Skill Purpose This skill automatically converts text descriptions of system architectures, module specifications, workflow documentation, and design concepts into valid Mermaid diagram syntax. It enables clear visual communication of complex systems, ensuring diagrams are production-ready and embeddable in markdown documentation. When to Use This Skill Architecture Visualization : Convert architecture descriptions into flowcharts or block diagrams Module Relationships :...
|
342 |
| 6300 | mongodb-schema-design | mongodb/agent-skills |
MongoDB Schema Design Data modeling patterns and anti-patterns for MongoDB, maintained by MongoDB. Bad schema is the root cause of most MongoDB performance and cost issues—queries and indexes cannot fix a fundamentally wrong model. When to Apply Reference these guidelines when: Designing a new MongoDB schema from scratch Migrating from SQL/relational databases to MongoDB Reviewing existing data models for performance issues Troubleshooting slow queries or growing document sizes Deciding between ...
|
342 |