███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 10751 | surprise-me | readwiseio/readwise-skills |
Surprise Me Deliver an unexpected, delightful experience by dynamically discovering available skills and combining them creatively. Workflow Step 1: Discover Available Skills Read all the skills listed in the <available_skills>. Step 2: Plan the Surprise Select 1 to 3 skills and design a creative mashup. The goal is a single cohesive deliverable, not separate demos. Creative combination principles: Juxtapose skills in unexpected ways (e.g., a presentation about algorithmic art, a research report...
|
264 |
| 10752 | multi-cloud-strategy | aj-geddes/useful-ai-prompts |
Multi-Cloud Strategy Overview Multi-cloud strategies enable leveraging multiple cloud providers for flexibility, redundancy, and optimization. Avoid vendor lock-in, optimize costs by comparing cloud services, and implement hybrid deployments with seamless data synchronization. When to Use Reducing vendor lock-in risk Optimizing costs across providers Geographic distribution requirements Compliance with regional data laws Disaster recovery and high availability Hybrid cloud deployments Multi-re...
|
264 |
| 10753 | nansen-sm-cross-chain-flows | nansen-ai/nansen-cli |
TOKEN_SYMBOL = < symbol e.g. "AAVE" > CHAINS = ( ethereum solana base bnb ) for chain in " ${CHAINS [ @ ] } " ; do nansen research smart-money netflow --chain $chain --limit 200 Filter by token_symbol; → net_flow_1h_usd, net_flow_24h_usd, net_flow_7d_usd, net_flow_30d_usd done Absent from results = SM activity below threshold on that chain, not necessarily unsupported. Use --limit 200; --limit 100 silently drops mid-tier tokens. ETH+ & SOL− = rotating from SOL→ETH. One chain positive only = cha...
|
264 |
| 10754 | observability-monitoring | andrelandgraf/fullstackrecipes |
Observability & Monitoring Complete observability stack with structured logging, error tracking, and web analytics. Cookbook - Complete These Recipes in Order Pino Logging Setup Configure structured logging with Pino. Outputs human-readable colorized logs in development and structured JSON in production for log aggregation services. curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/pino-logging-setup Sentry Setup Configure Sentry for error tracking, performance monitoring,...
|
263 |
| 10755 | agile-workflow | jwynia/agent-skills |
Agile Workflow Orchestrator A skill that guides agents through structured agile development workflows by intelligently invoking commands in sequence. Uses checkpoint-based flow control to auto-progress between steps while pausing at key decision points. When to Use This Skill Use this skill when: Starting work for the day ("run morning standup", "start my day") Working on a task ("implement next task", "continue working") Completing a development cycle ("finish this task", "prepare PR") Runn...
|
263 |
| 10756 | chapter-drafter | jwynia/agent-skills |
Chapter Drafter: Orchestrator Skill You autonomously draft and polish chapter scenes through iterative editorial passes. Given an outline, you produce polished first-draft prose by drafting each scene, evaluating it against editorial criteria, and revising until quality thresholds are met. Core Principle Orchestration is iteration with hierarchy. Fix structure before character, character before originality, originality before dialogue, dialogue before prose. Don't polish what might be cut; do...
|
263 |
| 10757 | shared-world | jwynia/agent-skills |
Shared World: World Bible Management Skill You maintain wiki-style world bibles for collaborative fiction. Your role is to keep canonical information organized, cross-referenced, and accessible—enabling multiple contributors to write consistently within a shared universe. Core Principle A world bible is team memory for fiction. Like a context network for software projects, a world bible preserves what's been established, tracks what's proposed, flags contradictions, and provides navigation t...
|
263 |
| 10758 | 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...
|
263 |
| 10759 | tdd-workflows-tdd-refactor | sickn33/antigravity-awesome-skills |
Use this skill when Working on tdd workflows tdd refactor tasks or workflows Needing guidance, best practices, or checklists for tdd workflows tdd refactor Do not use this skill when The task is unrelated to tdd workflows tdd refactor 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/im...
|
263 |
| 10760 | security-compliance-compliance-check | sickn33/antigravity-awesome-skills |
Regulatory Compliance Check You are a compliance expert specializing in regulatory requirements for software systems including GDPR, HIPAA, SOC2, PCI-DSS, and other industry standards. Perform comprehensive compliance audits and provide implementation guidance for achieving and maintaining compliance. Use this skill when Assessing compliance readiness for GDPR, HIPAA, SOC2, or PCI-DSS Building control checklists and audit evidence Designing compliance monitoring and reporting Do not use this ski...
|
263 |
| 10761 | anything-analyzer-cdp | aradotso/trending-skills |
Anything Analyzer CDP Skill Skill by ara.so — Daily 2026 Skills collection. Anything Analyzer is an Electron desktop application that embeds a browser, captures all network traffic via Chrome DevTools Protocol (CDP), injects JS hooks, snapshots storage, and feeds the data to an AI (OpenAI/Anthropic/custom) to generate protocol analysis reports — useful for documenting registration flows, 2API reverse engineering, and general browser protocol analysis. Installation & Setup git clone https://githu...
|
263 |
| 10762 | sveltekit-remote-functions | spences10/svelte-skills-kit |
SvelteKit Remote Functions Quick Start File naming: *.remote.ts for remote function files Which function? One-time action → command() | Repeated reads → query() | Forms → form() Example // actions.remote.ts import { command } from "$app/server"; import * as v from "valibot"; export const delete_user = command( v.object({ id: v.string() }), async ({ id }) => { await db.users.delete(id); return { success: true }; } ); // Call from client: await delete_user({ id: '123' }); Refer...
|
263 |
| 10763 | alicloud-data-lake-dlf-next | cinience/alicloud-skills |
Category: service Data Lake Formation (Next) Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for Data Lake Formation. 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 Regi...
|
262 |
| 10764 | alicloud-security-cloudfw | cinience/alicloud-skills |
Category: service Cloud Firewall Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for Cloud Firewall. 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: ALICLO...
|
262 |
| 10765 | alicloud-backup-bdrc | cinience/alicloud-skills |
Category: service Backup and Disaster Recovery Center Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for Backup and Disaster Recovery Center. 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 ...
|
262 |
| 10766 | alicloud-ai-content-aimiaobi | cinience/alicloud-skills |
Category: service Quan Miao Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for Quan Miao. 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_REGION_...
|
262 |
| 10767 | reading-deduction-cert | 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つのサブエージェントを並列で起動し、それぞれ独立に画像を読み取る。 各サブエージェン...
|
262 |
| 10768 | reading-withholding | 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つのサブエージェントを並列で起動し、それぞれ独立に画像を読み取る。 各サブエージェントには以下の「基本ルール」と「出力フォーマット」をプロンプトとし...
|
262 |
| 10769 | xero | membranedev/application-skills |
Xero Xero is a cloud-based accounting software platform. It's primarily used by small businesses and their accountants to manage bookkeeping, invoicing, payroll, and other financial tasks. Official docs: https://developer.xero.com/ Xero Overview Invoice Line Item Contact Credit Note Bank Transaction Bank Account Organisation Payment User Tax Rate Tracking Category Journal Entry Report Bill Line Item Currency Expense Claim Expense Receipt Item Manual Journal Use action names and parameters as nee...
|
262 |
| 10770 | knowledge graph builder | daffy0208/ai-dev-standards |
Knowledge Graph Builder Build structured knowledge graphs for enhanced AI system performance through relational knowledge. Core Principle Knowledge graphs make implicit relationships explicit , enabling AI systems to reason about connections, verify facts, and avoid hallucinations. When to Use Knowledge Graphs Use Knowledge Graphs When: ✅ Complex entity relationships are central to your domain ✅ Need to verify AI-generated facts against structured knowledge ✅ Semantic search and relationship tra...
|
262 |
| 10771 | reverse-outliner | jwynia/agent-skills |
Reverse-Outliner: Book-to-Outline Analysis You reverse-engineer published books into structured study outlines. Your role is to extract the underlying story architecture from finished prose, making visible the craft decisions that created the reader experience. Core Principle A finished book conceals its construction. The outline reveals the skeleton beneath the prose. Every scene serves structural, emotional, and character functions. By extracting these functions systematically, you create ...
|
262 |
| 10772 | 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...
|
262 |
| 10773 | slack-gif-creator | davila7/claude-code-templates |
Slack GIF Creator A toolkit providing utilities and knowledge for creating animated GIFs optimized for Slack. Slack Requirements Dimensions: Emoji GIFs: 128x128 (recommended) Message GIFs: 480x480 Parameters: FPS: 10-30 (lower is smaller file size) Colors: 48-128 (fewer = smaller file size) Duration: Keep under 3 seconds for emoji GIFs Core Workflow from core . gif_builder import GIFBuilder from PIL import Image , ImageDraw 1. Create builder builder = GIFBuilder ( width = 128 , height = 128 , f...
|
262 |
| 10774 | clinpgx-database | davila7/claude-code-templates |
ClinPGx Database Overview ClinPGx (Clinical Pharmacogenomics Database) is a comprehensive resource for clinical pharmacogenomics information, successor to PharmGKB. It consolidates data from PharmGKB, CPIC, and PharmCAT, providing curated information on how genetic variation affects medication response. Access gene-drug pairs, clinical guidelines, allele functions, and drug labels for precision medicine applications. When to Use This Skill This skill should be used when: Gene-drug interactio...
|
262 |
| 10775 | kegg-database | davila7/claude-code-templates |
KEGG Database Overview KEGG (Kyoto Encyclopedia of Genes and Genomes) is a comprehensive bioinformatics resource for biological pathway analysis and molecular interaction networks. Important: KEGG API is made available only for academic use by academic users. When to Use This Skill This skill should be used when querying pathways, genes, compounds, enzymes, diseases, and drugs across multiple organisms using KEGG's REST API. Quick Start The skill provides: Python helper functions (scripts...
|
262 |
| 10776 | skybridge | alpic-ai/skybridge |
Creating Apps For LLMs Those are conversational experiences that extend AI assistants through tools and custom UI widgets. They're built as MCP servers invoked during conversations. ⚠️ The app is consumed by two users at once: the human and the AI Assistant LLM . They collaborate through the widget—the human interacts with it, the LLM sees its state. Internalize this before writing code: the widget is your shared surface. SPEC.md keeps track of the app's requirements and design decisions. Keep i...
|
262 |
| 10777 | alicloud-security-id-verification-cloudauth | cinience/alicloud-skills |
Category: service ID Verification (Cloudauth) Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for ID Verification. 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 ...
|
261 |
| 10778 | dotnet-architect | rmyndharis/antigravity-skills |
Use this skill when Working on dotnet architect tasks or workflows Needing guidance, best practices, or checklists for dotnet architect Do not use this skill when The task is unrelated to dotnet architect 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...
|
261 |
| 10779 | bnbchain-mcp | bnb-chain/bnbchain-skills |
BNB Chain MCP Skill How to connect to the BNB Chain MCP server and use its tools: blocks, transactions, contracts, tokens, NFTs, wallet, ERC-8004 agents, and Greenfield. Use this skill when working with BNB Chain / opBNB / EVM or Greenfield via MCP. Connection and credentials Run the server: npx @bnb-chain/mcp@latest (fetches from npm at runtime). Source: github.com/bnb-chain/bnbchain-mcp . RPC: Default chains use built-in RPC; no config unless self-hosting or custom RPC. PRIVATE_KEY: Omit or le...
|
261 |
| 10780 | dimensionality reduction | aj-geddes/useful-ai-prompts |
Dimensionality Reduction Overview Dimensionality reduction techniques reduce the number of features while preserving important information, improving model efficiency and enabling visualization of high-dimensional data. When to Use High-dimensional datasets with many features Visualizing complex datasets in 2D or 3D Reducing computational complexity and training time Removing redundant or highly correlated features Preventing overfitting in machine learning models Preprocessing data before clust...
|
261 |
| 10781 | laravel-tdd | iserter/laravel-claude-agents |
Laravel TDD Workflow Test-driven development for Laravel applications using PHPUnit and Pest with 80%+ coverage (unit + feature). When to Use New features or endpoints in Laravel Bug fixes or refactors Testing Eloquent models, policies, jobs, and notifications Prefer Pest for new tests unless the project already standardizes on PHPUnit How It Works Red-Green-Refactor Cycle Write a failing test Implement the minimal change to pass Refactor while keeping tests green Test Layers Unit : pure PHP cla...
|
261 |
| 10782 | drafting | jwynia/agent-skills |
Drafting: Diagnostic Skill You diagnose drafting blocks and guide writers through first draft execution. Your role is to identify why the draft isn't progressing and help writers get words on the page. Core Principle Drafting is discovery, not transcription. The draft is not meant to be perfect. It's meant to exist. The goal is to produce material to revise—not to produce final prose. All first drafts are supposed to be imperfect. "All first drafts are shit." — Attributed to Hemingway The ...
|
261 |
| 10783 | highlight-graph | readwiseio/readwise-skills |
You are building an interactive 2D force-graph visualization of the user's Readwise highlights, showing how ideas connect across books, articles, and other sources. Think Obsidian's graph view, but for highlights. Readwise Access Check if Readwise MCP tools are available (e.g. mcp__readwise__readwise_list_highlights ). If they are, use them throughout. If not, use the equivalent readwise CLI commands instead. Process Step 1: Fetch Highlights Open with: Highlight Graph · Readwise I'll pull your r...
|
261 |
| 10784 | github-to-skills | kkkkhazix/khazix-skills |
GitHub to Skills Factory This skill automates the conversion of GitHub repositories into fully functional AI skills. Core Functionality Analysis: Fetches repository metadata (Description, README, Latest Commit Hash). Scaffolding: Creates a standardized skill directory structure. Metadata Injection: Generates SKILL.md with extended frontmatter (tracking source, version, hash) for future automated management. Wrapper Generation: Creates a scripts/wrapper.py (or similar) to interface with the too...
|
260 |
| 10785 | alicloud-platform-multicloud-docs-api-benchmark | cinience/alicloud-skills |
Multi-Cloud Product Docs/API Benchmark Use this skill when the user wants cross-cloud documentation/API comparison for similar products. Supported clouds Alibaba Cloud AWS Azure GCP Tencent Cloud Volcano Engine Huawei Cloud Data source policy L0 (highest): user-pinned official links via --<provider>-links L1 : machine-readable official metadata/source GCP: Discovery API AWS: API Models repository Azure: REST API Specs repository L2 : official-domain constrained web discovery fallback L3 : insuff...
|
260 |
| 10786 | alicloud-security-center-sas | cinience/alicloud-skills |
Category: service Security Center Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for Security Center. 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: ALIC...
|
260 |
| 10787 | video-marketing | dengineproblem/agents-monorepo |
Content: Video Marketing Guides video marketing strategy and script creation for short-form and long-form content. Short-form commands ~82% of internet traffic with 2.5× more engagement than long-form; 71% of viewers decide within 3 seconds whether to continue. Use this skill when planning video content, writing scripts, or optimizing for platforms. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On su...
|
260 |
| 10788 | asyncio | bobmatnyc/claude-mpm-skills |
Python asyncio - Async/Await Concurrency Overview Python's asyncio library enables writing concurrent code using async/await syntax. It's ideal for I/O-bound operations like HTTP requests, database queries, file operations, and WebSocket connections. asyncio provides non-blocking execution without the complexity of threading or multiprocessing. Key Features: async/await syntax for readable concurrent code Event loop for managing concurrent operations Tasks for running multiple coroutines conc...
|
260 |
| 10789 | 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つのサブエージェントを並列で起動し、それぞれ独立に画像を読み取る。 各サブエージェントには以下の「基本ルール」と...
|
260 |
| 10790 | language-evolution | jwynia/agent-skills |
Language Evolution: Linguistic Development Skill You help writers create realistic language systems that evolve over time and reflect cultural history. This goes beyond conlang phonology to address how languages change, branch, and interact across generations and geographies. Core Principles Historical Continuity: Languages evolve from previous forms rather than appearing fully formed Contact Modification: Languages change through interaction with other languages Functional Adaptation: Languag...
|
260 |
| 10791 | angular-migration | sickn33/antigravity-awesome-skills |
Angular Migration Master AngularJS to Angular migration, including hybrid apps, component conversion, dependency injection changes, and routing migration. When to Use This Skill Migrating AngularJS (1.x) applications to Angular (2+) Running hybrid AngularJS/Angular applications Converting directives to components Modernizing dependency injection Migrating routing systems Updating to latest Angular versions Implementing Angular best practices Migration Strategies 1. Big Bang (Complete Rewrite) ...
|
260 |
| 10792 | macos-calendar | lucaperret/agent-skills |
macOS Calendar Manage Apple Calendar events via $SKILL_DIR/scripts/calendar.sh . All date handling uses relative math ( current date + N * days ) to avoid locale issues (FR/EN/DE date formats). Quick start List calendars Always list calendars first to find the correct calendar name: " $SKILL_DIR /scripts/calendar.sh" list-calendars Create an event echo '<json>' | " $SKILL_DIR /scripts/calendar.sh" create-event JSON fields: Field Required Default Description summary yes - Event title calendar no ...
|
260 |
| 10793 | hono-core | bobmatnyc/claude-mpm-skills |
Hono - Ultrafast Web Framework Overview Hono is a small, simple, and ultrafast web framework built on Web Standards. It runs on Cloudflare Workers, Deno, Bun, Node.js, and more with the same codebase. The name means "flame" in Japanese. Key Features: Built on Web Standards (Request/Response/fetch) Multi-runtime: Cloudflare Workers, Deno, Bun, Node.js, Vercel, AWS Lambda Ultrafast routing with RegExpRouter First-class TypeScript support Lightweight (~14KB minified) Rich middleware ecosystem I...
|
260 |
| 10794 | story-zoom | jwynia/agent-skills |
Story-Zoom: Multi-Level Fiction Synchronization You manage consistency across abstraction levels in fiction projects. Your role is to detect when changes at one level have created inconsistencies at other levels, and help the writer decide how to resolve them. Core Principle Every story element exists at multiple abstraction levels simultaneously. Consistency across levels is what makes stories feel coherent. A character's "lie" (from character-arc) must manifest in their dialogue (scene-lev...
|
260 |
| 10795 | risk-manager | sickn33/antigravity-awesome-skills |
Use this skill when Working on risk manager tasks or workflows Needing guidance, best practices, or checklists for risk manager Do not use this skill when The task is unrelated to risk manager 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 risk ...
|
260 |
| 10796 | data-validation | anthropics/knowledge-work-plugins |
Data Validation Skill Pre-delivery QA checklist, common data analysis pitfalls, result sanity checking, and documentation standards for reproducibility. Pre-Delivery QA Checklist Run through this checklist before sharing any analysis with stakeholders. Data Quality Checks Source verification : Confirmed which tables/data sources were used. Are they the right ones for this question? Freshness : Data is current enough for the analysis. Noted the "as of" date. Completeness : No unexpected gaps in t...
|
259 |
| 10797 | alicloud-data-lake-dlf | cinience/alicloud-skills |
Category: service Data Lake Formation Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for Data Lake Formation. 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 poli...
|
259 |
| 10798 | alicloud-ai-contactcenter-ai | cinience/alicloud-skills |
Category: service Contact Center AI Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for Contact Center AI. 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: ...
|
259 |
| 10799 | swiftui-skills | ameyalambat128/swiftui-skills |
swiftui-skills What this is A packaged set of Apple-authored AdditionalDocumentation shipped inside Xcode, plus prompts that enforce Apple-native patterns and reduce hallucinations. Source of truth All factual claims and APIs must be grounded in files under /docs. How to use If you are writing code: pick the relevant doc(s), summarize the applicable rules, then produce compile-ready Swift code. If you are reviewing code: list issues and improvements, referencing doc(s) used. If uncertain: as...
|
259 |
| 10800 | google-ads | jdrhyne/agent-skills |
Paid Ads: Google Ads Guides Google Ads setup, campaign structure, keyword targeting, and optimization. Google Ads excels at high-intent search traffic; use when people actively search for your solution. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Two Modes: PMF Testing vs Conversion-Driven Mode When Budget Landing page...
|
259 |