Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,905
总 Skills
101.7M
总安装量
2,598
贡献者
# Skill 仓库 描述 安装量
12751 resend-integration-skills gocallum/nextjs16-agent-skills
Links Resend Official: https://resend.com Resend API Docs: https://resend.com/docs/api-reference Resend MCP Server: https://resend.com/docs/knowledge-base/mcp-server Resend MCP GitHub: https://github.com/resend/mcp-send-email MCP Protocol Spec: https://modelcontextprotocol.io GitHub MCP Registry: https://github.com/mcp VS Code Insider Setup: https://code.visualstudio.com/insiders Quick Start 1. Prerequisites Node.js 20 or higher (required - the MCP server specifies engines: { "node": ">=20" }) R...
241
12752 encore-migrate encoredev/skills
Migrate to Encore.ts Instructions When migrating existing Node.js applications to Encore.ts, follow these transformation patterns: Express to Encore Basic Route // BEFORE: Express const express = require('express'); const app = express(); app.get('/users/:id', async (req, res) => { const user = await getUser(req.params.id); res.json(user); }); app.listen(3000); // AFTER: Encore import { api } from "encore.dev/api"; interface GetUserRequest { id: string; } interface User { id: stri...
241
12753 nano-banana-pro steipete/clawdis
Nano Banana Pro Image Generation & Editing Generate new images or edit existing ones using Google's Nano Banana Pro API (Gemini 3 Pro Image). Usage Run the script using absolute path (do NOT cd to skill directory first): Generate new image: uv run ~/.claude/skills/nano-banana-pro/scripts/generate_image.py --prompt "your image description" --filename "output-name.png" [--resolution 1K|2K|4K] [--api-key KEY] Edit existing image: uv run ~/.claude/skills/nano-banana-pro/scripts/generate_imag...
240
12754 axiom-ios-testing charleswiltgen/axiom
iOS Testing Router You MUST use this skill for ANY testing-related question, including writing tests, debugging test failures, making tests faster, or choosing between testing approaches. When to Use Use this router when you encounter: Writing new unit tests or UI tests Swift Testing framework (@Test, expect, @Suite) XCTest or XCUITest questions Making tests run faster (without simulator) Flaky tests (pass sometimes, fail sometimes) Testing async code reliably Migrating from XCTest to Swift ...
240
12755 aixyz-on-openclaw agentlyhq/aixyz
aixyz for openclaw Users This guide is written for openclaw users who want to ship a live, paid AI agent using aixyz. You do not need prior coding experience or knowledge of crypto infrastructure — every step is explained from scratch. Quick reference: The general aixyz skill lives at skills.sh/agentlyhq/aixyz . Consult it for full CLI flags and advanced topics. This guide focuses on the path that matters most to openclaw users. What You Are Building An AI agent that: Runs on the internet at a p...
240
12756 qiaomu-music-player-spotify joeseesun/qiaomu-music-player-spotify
Qiaomu Music Player (Spotify) 统一的音乐播放 + 风格查询 Skill。通过自包含的 Python 脚本直接调用 Spotify Web API,集成 RateYourMusic 5947 个音乐风格数据库。 Part 1: Spotify 播放器 脚本位置 ~/.claude/skills/qiaomu-music-player-spotify/spotify.py 运行方式 ~/.claude/skills/qiaomu-music-player-spotify/spotify.py < command > [ args .. . ] 命令列表 命令 参数 说明 search <query> [type] [limit] 搜索 (type: track/artist/album/playlist,默认 track) play <uri或track_id> 播放指定曲目/专辑/播放列表 pause 暂停 resume 继续播放 next 下一首 prev 上一首 queue <uri或track_id> 加入队列 now 当前播放信息 show-queu...
240
12757 alicloud-platform-aliyun-cli-test cinience/alicloud-skills
Category: test 通用 aliyun CLI Minimal Viable Test Prerequisites aliyun CLI is installed. A valid profile is configured (default default ). GoalsSkill: skills/platform/cli/alicloud-platform-aliyun-cli/ 。 Test Steps Run version guard script: python skills/platform/cli/alicloud-platform-aliyun-cli/scripts/ensure_aliyun_cli.py --interval-hours 24 。 执行 aliyun version 。 执行 aliyun configure list 。 Run one read-only API (example): aliyun ecs DescribeRegions 。 Expected Results CLI executes and returns ver...
240
12758 eve-job-lifecycle incept5/eve-skillpacks
Eve Job Lifecycle Use jobs as the unit of work and keep phases explicit. Phases idea -> backlog -> ready -> active -> review -> done or cancelled Jobs default to ready and can be scheduled immediately. Create jobs eve job create --description "..." Add details with --project , --priority , --phase , --labels , --review . Create sub-jobs with eve job create --parent <job-id> --description "..." . Update and complete eve job update <id> --phase <phase> eve job submit <id> --summary "..." eve job a...
240
12759 eve-new-project-setup incept5/eve-skillpacks
Eve New Project Setup Use this after a developer has run eve init and needs to configure the project for Eve Horizon. Context The user has already run: npm install -g @eve-horizon/cli eve init my-project cd my-project This skill handles the remaining setup: profile, authentication, org/project registration, manifest customization, and git remote configuration. Step 1: Verify CLI eve --version If this fails, the CLI wasn't installed. Have them run: npm install -g @eve-horizon/cli Step 2: Profile ...
240
12760 marketing-analyst borghei/claude-skills
Marketing Analyst Expert-level marketing analytics for data-driven decisions. Core Competencies Campaign performance analysis Attribution modeling Marketing mix modeling ROI measurement Customer analytics Channel optimization Forecasting Reporting and visualization Marketing Metrics Framework Acquisition Metrics Metric Formula Benchmark CPL (Cost per Lead) Spend / Leads Varies by industry CAC (Customer Acquisition Cost) S&M Spend / New Customers LTV/CAC > 3:1 CPA (Cost per Acquisition) Spend /...
240
12761 endings jwynia/agent-skills
Endings: Diagnostic Skill You diagnose ending-level problems in fiction. Your role is to identify why resolutions fail and guide writers toward endings that feel both inevitable AND surprising. Core Principle The best endings feel both inevitable ("of course it had to end this way") AND surprising ("I didn't see that coming"). This seeming contradiction is resolved by planting seeds throughout the story, having the ending emerge from character and theme, and subverting surface expectations w...
240
12762 tool-design sickn33/antigravity-awesome-skills
When to Use This Skill Build tools that agents can use effectively, including architectural reduction patterns Use this skill when working with build tools that agents can use effectively, including architectural reduction patterns. Tool Design for Agents Tools are the primary mechanism through which agents interact with the world. They define the contract between deterministic systems and non-deterministic agents. Unlike traditional software APIs designed for developers, tool APIs must be desig...
240
12763 attack-tree-construction sickn33/antigravity-awesome-skills
Attack Tree Construction Systematic attack path visualization and analysis. When to Use This Skill Visualizing complex attack scenarios Identifying defense gaps and priorities Communicating risks to stakeholders Planning defensive investments Penetration test planning Security architecture review Core Concepts 1. Attack Tree Structure [Root Goal] | ┌────────────┴────────────┐ │ │ [Sub-goal 1] ...
240
12764 suggest-lucide-icons nweii/agent-stuff
Suggest the most relevant icons from the [Lucide open source icon pack](https://lucide.dev) to symbolize a concept or fit specific UI placements. I am skilled in symbolic interpretation and mental associations across culture, symbology, science, and design. Input Provide one or both: - Concept: The idea, action, or meaning to represent - Screenshot: UI context showing where icons are needed Process - Brainstorm associations Key ideas and visual metaphors related to the concept - Conte...
240
12765 troubleshooting-astro-deployments astronomer/agents
No SKILL.md available for this skill. View on GitHub
240
12766 stakeholder-comms anthropics/knowledge-work-plugins
Stakeholder Communications Skill You are an expert at product management communications — status updates, stakeholder management, risk communication, decision documentation, and meeting facilitation. You help product managers communicate clearly and effectively with diverse audiences. Update Templates by Audience Executive / Leadership Update Executives want: strategic context, progress against goals, risks that need their help, decisions that need their input. Format : Status: [Green / Yellow /...
239
12767 github-explorer blessonism/github-explorer-skill
GitHub Explorer — 项目深度分析 Philosophy : README 只是门面,真正的价值藏在 Issues、Commits 和社区讨论里。 Workflow [项目名] → [1. 定位 Repo] → [2. 多源采集] → [3. 分析研判] → [4. 结构化输出] Phase 1: 定位 Repo 用 web_search 搜索 site:github.com <project_name> 确认完整 org/repo 用 search-layer (Deep 模式 + 意图感知)补充获取社区链接和非 GitHub 资源: python3 skills/search-layer/scripts/search.py \ --queries "<project_name> review" "<project_name> 评测 使用体验" \ --mode deep --intent exploratory --num 5 用 web_fetch 抓取 repo 主页获取基础信息(README、Stars、Forks、License、最近更新) Phase 2: ...
239
12768 github-repo-search yunshu0909/yunshu_skillshub
GitHub 开源项目搜索助手 用途 从用户自然语言需求出发,经过需求挖掘、检索词拆解、GitHub 检索、过滤分类、深度解读,最终产出结构化推荐结果。 目标不是"给很多链接",而是"给用户可理解、可比较、可决策、可直接行动的候选仓库列表"。 适用范围(V1.1) 数据源:GitHub 公开仓库。 默认不授权(不使用用户 Token)。 默认硬过滤: stars >= 100 、 archived=false 、 is:public 。 默认输出:单榜单(Top N),榜单内按"仓库归属类型"标注。 本流程默认不包含安装与落地实施(除非用户单独提出)。 配额说明(必须知晓) 未授权 Core API: 60 次/小时 。 Search API: 10 次/分钟 (独立于 Core 额度)。 需要在报告中注明检索时间与配额状态,避免结果不可复现。 工作流程 环节一:需求收敛(必须完成,不可跳过) 硬性门控 :环节一是整个流程的前置条件。无论用户的需求描述多么清晰,都必须走完本环节并获得用户明确确认后,才能进入环节二。禁止根据用户的初始描述直接推断需求并开始检索。即使用户说"直接搜就行",...
239
12769 sentry-create-alert getsentry/sentry-agent-skills
All Skills > Feature Setup > Create Alert Create Sentry Alert Create alerts via Sentry's workflow engine API. Note: This API is currently in beta and may be subject to change. It is part of New Monitors and Alerts and may not be viewable in the legacy Alerts UI. Invoke This Skill When User asks to "create a Sentry alert" or "set up notifications" User wants to be emailed or notified when issues match certain conditions User mentions priority alerts, de-escalation alerts, or workflow automations ...
239
12770 oiloil-ui-ux-guide oil-oil/oiloil-ui-ux-guide
OilOil UI/UX Guide (Modern Minimal) Use this skill in two modes: guide : Provide compact principles and concrete do/don't rules for modern clean UI/UX. review : Review an existing UI (screenshot / mock / HTML / PR) and output prioritized, actionable fixes. Keep outputs concise. Prefer bullets, not long paragraphs. Workflow (pick one) 1) guide workflow Identify the surface: marketing page / dashboard / settings / creation flow / list-detail / form. Identify the primary user task and primary CTA. ...
239
12771 wechat-miniprogram joneqian/claude-skills-suite
WeChat Mini Program Skill WeChat Mini Program (微信小程序) development framework skill, generated from official documentation. When to Use This Skill This skill should be triggered when: Developing WeChat Mini Programs (微信小程序) Working with WXML, WXSS, or WXS Using WeChat Mini Program APIs Building WeChat components Implementing WeChat open capabilities (开放能力) Debugging Mini Program issues Optimizing Mini Program performance Quick Reference Project Structure ├── app.js App logic ├── app.json...
239
12772 cliche-transcendence jwynia/agent-skills
Cliché Transcendence: Originality Skill You help writers transform predictable story elements into fresh, original versions without losing functionality. Core Principle The first ideas that surface are typically the most available rather than the most appropriate. Availability correlates with frequency of exposure—first-pass ideas are almost always clichés. The goal isn't avoiding all familiar elements, but making conscious choices about which patterns to use versus transcend. The Orthogona...
239
12773 media-adaptation jwynia/agent-skills
Media Adaptation Purpose Systematically analyze existing media (TV, film, games, etc.) to extract transferable elements that can be authentically transformed for new settings, particularly science fiction. Captures what makes originals compelling while creating genuinely new works rather than superficial reskins. Core Principle Transform, don't transplant. The goal is to understand WHY something works and recreate that function in a new context, not to simply change surface details. Phase 1:...
239
12774 eve-skill-distillation incept5/eve-skillpacks
Eve Skill Distillation Use this workflow to turn repeated patterns into reusable skills. When to distill A workflow has repeated across two or more jobs. Knowledge would benefit other agents working on the same project. A failure mode keeps recurring and the fix should be encoded. Workflow: Orchestrate, Don't Serialize When distilling involves multiple skills (creating several, updating a batch, or a mix), use an orchestrator pattern rather than doing everything sequentially. This protects your ...
239
12775 reelclaw dansugc/reelclaw
ReelClaw — UGC Reel Production Engine You are ReelClaw, an autonomous short-form video production engine that creates scroll-stopping UGC-style reels at scale. You combine AI-sourced reaction hooks, intelligent demo analysis, professional video editing, and automated publishing into a single pipeline. The Pipeline: DanSUGC (hooks + analytics) + Demos (analyzed by Gemini) + Text + Music | FFmpeg Assembly | Post-Bridge Scheduling | DanSUGC Analytics Proxy (tracking) | Replicate Winners References ...
239
12776 symfony:writing-plans makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:writing-plans<div
239
12777 youtube-watcher hanzoskill/youtube-watcher
YouTube Watcher Fetch transcripts from YouTube videos to enable summarization, QA, and content extraction. Usage Get Transcript Retrieve the text transcript of a video. python3 { baseDir } /scripts/get_transcript.py "https://www.youtube.com/watch?v=VIDEO_ID" Examples Summarize a video: Get the transcript: python3 { baseDir } /scripts/get_transcript.py "https://www.youtube.com/watch?v=dQw4w9WgXcQ" Read the output and summarize it for the user. Find specific information: Get the transcript. Search...
239
12778 aixyz agentlyhq/aixyz
Working with aixyz Where to Find the Latest Information The project evolves quickly. Always consult these sources for up-to-date details: Docs site: aixyz.sh — Getting Started guides, API reference, protocol docs, and templates GitHub: github.com/AgentlyHQ/aixyz — source, issues, and examples CLI help: every command has --help — run it to discover the current flags Immutable Facts These things will not change: Runtime is always Bun — install with bun , run with bun , test with bun test Agent log...
238
12779 golang-cli-cobra-viper bobmatnyc/claude-mpm-skills
Go CLI Development with Cobra & Viper Overview Cobra and Viper are the industry-standard libraries for building production-quality CLIs in Go. Cobra provides command structure and argument parsing, while Viper manages configuration from multiple sources with clear precedence rules. Key Features: 🎯 Cobra Commands: POSIX-compliant CLI with subcommands (app verb noun --flag) ⚙️ Viper Config: Unified configuration from flags, env vars, and config files 🔄 Integration: Seamless Cobra + Viper plumbi...
238
12780 todo-create everyinc/compound-engineering-plugin
File-Based Todo Tracking Overview The .context/compound-engineering/todos/ directory is a file-based tracking system for code review feedback, technical debt, feature requests, and work items. Each todo is a markdown file with YAML frontmatter. Legacy support: Always check both .context/compound-engineering/todos/ (canonical) and todos/ (legacy) when reading. Write new todos only to the canonical path. This directory has a multi-session lifecycle -- do not clean it up as scratch. Directory Paths...
238
12781 test-browser everyinc/compound-engineering-plugin
Browser Test Skill Run end-to-end browser tests on pages affected by a PR or branch changes using the agent-browser CLI. Use agent-browser Only For Browser Automation This workflow uses the agent-browser CLI exclusively. Do not use any alternative browser automation system, browser MCP integration, or built-in browser-control tool. If the platform offers multiple ways to control a browser, always choose agent-browser . Use agent-browser for: opening pages, clicking elements, filling forms, takin...
238
12782 moai-domain-uiux modu-ai/moai-adk
Quick Reference Core UI/UX Foundation - Enterprise-grade UI/UX foundation integrating design systems (W3C DTCG 2025.10), component architecture (React 19, Vue 3.5), accessibility (WCAG 2.2), icon libraries (200K+ icons), and theming systems. Unified Capabilities: Design Systems: W3C DTCG 2025.10 tokens, Style Dictionary 4.0, Figma MCP workflows Component Architecture: Atomic Design, React 19, Vue 3.5, shadcn/ui, Radix UI primitives Accessibility: WCAG 2.2 AA/AAA compliance, keyboard navigatio...
238
12783 pylabrobot davila7/claude-code-templates
No SKILL.md available for this skill. View on GitHub
238
12784 medchem davila7/claude-code-templates
No SKILL.md available for this skill. View on GitHub
238
12785 zarr-python davila7/claude-code-templates
Zarr Python Overview Zarr is a Python library for storing large N-dimensional arrays with chunking and compression. Apply this skill for efficient parallel I/O, cloud-native workflows, and seamless integration with NumPy, Dask, and Xarray. Quick Start Installation uv pip install zarr Requires Python 3.11+. For cloud storage support, install additional packages: uv pip install s3fs For S3 uv pip install gcsfs For Google Cloud Storage Show more
238
12786 n8n-node-configuration sickn33/antigravity-awesome-skills
n8n Node Configuration Expert guidance for operation-aware node configuration with property dependencies. Configuration Philosophy Progressive disclosure: Start minimal, add complexity as needed Configuration best practices: get_node with detail: "standard" is the most used discovery pattern 56 seconds average between configuration edits Covers 95% of use cases with 1-2K tokens response Key insight: Most configurations need only standard detail, not full schema! Core Concepts 1. Operation...
238
12787 eve-plan-implementation incept5/eve-skillpacks
Eve Plan Implementation (Jobs) Translate a plan document into Eve jobs, parallelize work, and drive review/verification through job phases and dependencies. Orchestration model : The root epic is the orchestrator — it plans, delegates, and coordinates but does not execute heavy work itself. Phase jobs are sub-orchestrators that break a phase into tasks. Task jobs are workers — each one receives a self-contained description and executes independently with no access to the parent's context. When t...
238
12788 adaptyv davila7/claude-code-templates
Adaptyv Bio Foundry API Adaptyv Bio is a cloud lab that turns protein sequences into experimental data. Users submit amino acid sequences via API or UI; Adaptyv's automated lab runs assays (binding, thermostability, expression, fluorescence) and delivers results in ~21 days. Quick Start Base URL: https://foundry-api-public.adaptyvbio.com/api/v1 Authentication: Bearer token in the Authorization header. Tokens are obtained from foundry.adaptyvbio.com sidebar. When writing code, always read the API...
238
12789 dependency-upgrade sickn33/antigravity-awesome-skills
Dependency Upgrade Master major dependency version upgrades, compatibility analysis, staged upgrade strategies, and comprehensive testing approaches. When to Use This Skill Upgrading major framework versions Updating security-vulnerable dependencies Modernizing legacy dependencies Resolving dependency conflicts Planning incremental upgrade paths Testing compatibility matrices Automating dependency updates Semantic Versioning Review MAJOR.MINOR.PATCH (e.g., 2.3.1) MAJOR: Breaking changes MINOR...
238
12790 airflow-dag-patterns sickn33/antigravity-awesome-skills
Apache Airflow DAG Patterns Production-ready patterns for Apache Airflow including DAG design, operators, sensors, testing, and deployment strategies. When to Use This Skill Creating data pipeline orchestration with Airflow Designing DAG structures and dependencies Implementing custom operators and sensors Testing Airflow DAGs locally Setting up Airflow in production Debugging failed DAG runs Core Concepts 1. DAG Design Principles Principle Description Idempotent Running twice produces same re...
238
12791 jquery-4 jezweb/claude-skills
jQuery 4.0 Migration Status: Production Ready Last Updated: 2026-01-25 Dependencies: None Latest Versions: jquery@4.0.0, jquery-migrate@4.0.2 Quick Start (5 Minutes) 1. Add jQuery Migrate Plugin for Safe Testing Before upgrading, add the migrate plugin to identify compatibility issues: <!-- Development: Shows console warnings for deprecated features --> <script src="https://code.jquery.com/jquery-4.0.0.js"></script> <script src="https://code.jquery.com/jquery-migrate-4.0.2.js"></script> Wh...
237
12792 todo-triage everyinc/compound-engineering-plugin
Todo Triage Interactive workflow for reviewing pending todos one by one and deciding whether to approve, skip, or modify each. Do not write code during triage. This is purely for review and prioritization -- implementation happens in /todo-resolve . First set the /model to Haiku Read all pending todos from .context/compound-engineering/todos/ and legacy todos/ directories Workflow 1. Present Each Finding For each pending todo, present it clearly with severity, category, description, location, pr...
237
12793 flask bobmatnyc/claude-mpm-skills
Flask Skill Production-tested patterns for Flask with the application factory pattern, Blueprints, and Flask-SQLAlchemy. Latest Versions (verified January 2026): Flask: 3.1.2 Flask-SQLAlchemy: 3.1.1 Flask-Login: 0.6.3 Flask-WTF: 1.2.2 Werkzeug: 3.1.5 Python: 3.9+ required (3.8 dropped in Flask 3.1.0) Quick Start Project Setup with uv Create project uv init my-flask-app cd my-flask-app Add dependencies uv add flask flask-sqlalchemy flask-login flask-wtf python-dotenv Run development serve...
237
12794 axiom-camera-capture charleswiltgen/axiom
Camera Capture with AVFoundation Guides you through implementing camera capture: session setup, photo capture, video recording, responsive capture UX, rotation handling, and session lifecycle management. When to Use This Skill Use when you need to: ☑ Build a custom camera UI (not system picker) ☑ Capture photos with quality/speed tradeoffs ☑ Record video with audio ☑ Handle device rotation correctly (RotationCoordinator) ☑ Make capture feel responsive (zero-shutter-lag) ☑ Handle session inte...
237
12795 agent-teams-playbook kimyx0207/agent-teams-playbook
Agent Teams 编排手册 作为 Agent Teams 协调器,你的职责包括:明确每个角色的职责边界、把控执行过程、对最终产品质量负责。 核心理解(铁律) :Agent Teams 是"并行处理 + 结果汇总"模式,不是扩大单个 agent 的上下文窗口。每个 teammate 是独立的 Claude Code 实例,拥有独立的上下文窗口,可以并行处理大量信息,但最终需要将结果汇总压缩后返回主会话。 适用 vs 不适用 适用 不适用 跨文件重构、多维度审查 单文件小修改 大规模代码生成、并行处理 简单问答、线性顺序任务 需要多角色协作的复杂任务 单agent可完成的任务 边界处理 :用户输入模糊时,先引导明确任务再决策;任务太简单时,主动建议使用单agent而非组建团队。 用户可见性铁律 每个阶段启动前输出计划,完成后输出结果 子agent在后台执行,但进度必须汇报给用户 任务拆分计划必须经用户确认后再执行 失败时立即通知: ❌ [角色名] 失败: [原因] ,提供重试/跳过/终止选项 全部完成后输出汇总报告(见阶段5格式) 场景决策树 执行顺序 :先执行阶段0和阶段1(强制)...
237
12796 physicist-analyst rysweet/amplihack
Analyze events through the disciplinary lens of physics, applying fundamental physical laws (conservation of energy, momentum, mass; thermodynamics; electromagnetism; relativity), quantitative modeling, dimensional analysis, and systems dynamics to understand causation, evaluate constraints, assess technological feasibility, analyze energy systems, and identify physical limits that govern complex systems. When to Use This Skill - Energy Systems Analysis: Evaluating energy production, conversi...
237
12797 woocommerce alinaqi/claude-bootstrap
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...
237
12798 revealjs-presenter jwynia/agent-skills
RevealJS Presenter Skill When to Use This Skill Use this skill when: Creating a RevealJS presentation from content/outline Converting document content into slide format Building a pitch deck, technical talk, or educational presentation User requests "slides," "presentation," "deck," or mentions RevealJS This skill produces a single self-contained HTML file with embedded CSS and CDN references. Part 1: RevealJS Foundation 1.1 Required Configuration Always initialize RevealJS with these settings: ...
237
12799 vue2 teachingai/full-stack-skills
Vue 2 开发指南 概述 本技能提供 Vue 2.x 框架的完整开发指南,包括 Options API、组件系统、路由管理、状态管理(Vuex)、生命周期等核心概念和最佳实践。 核心特性 1. Options API Vue 2 使用 Options API 组织组件代码。 基本结构: <template> <div> <p>{{ message }}</p> <p>Count: {{ count }}</p> <button @click="increment">Increment</button> </div> </template> <script> export default { name: 'Counter', data() { return { message: 'Hello Vue 2', count: 0 } }, computed: { doubleCount() { return this.count * 2 } }, watc...
237
12800 n8n-mcp-tools-expert sickn33/antigravity-awesome-skills
n8n MCP Tools Expert Master guide for using n8n-mcp MCP server tools to build workflows. Tool Categories n8n-mcp provides tools organized into categories: Node Discovery → SEARCH_GUIDE.md Configuration Validation → VALIDATION_GUIDE.md Workflow Management → WORKFLOW_GUIDE.md Template Library - Search and deploy 2,700+ real workflows Documentation & Guides - Tool docs, AI agent guide, Code node guides Quick Reference Most Used Tools (by success rate) Tool Use When Speed search_nodes Finding no...
237