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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
251 genkit supercent-io/skills-template
Firebase Genkit When to use this skill AI workflow orchestration : Building multi-step AI pipelines with type-safe inputs/outputs Flow-based APIs : Wrapping LLM calls into deployable HTTP endpoints Tool calling / agents : Equipping models with custom tools and implementing agentic loops RAG pipelines : Retrieval-augmented generation with vector databases (Pinecone, pgvector, Firestore, Chroma, etc.) Multi-agent systems : Coordinating multiple specialized AI agents Streaming responses : Real-time...
10.2K
252 firebase-ai-logic supercent-io/skills-template
Firebase AI Logic Integration When to use this skill Add AI features : integrate generative AI features into your app Firebase projects : add AI to Firebase-based apps Text generation : content generation, summarization, translation Image analysis : image-based AI processing Instructions Step 1: Firebase Project Setup Install Firebase CLI npm install -g firebase-tools Login firebase login Initialize project firebase init Step 2: Enable AI Logic In Firebase Console: Select Build > AI Logic Cli...
10.2K
253 omc supercent-io/skills-template
omc (oh-my-claudecode) — Claude Code Multi-Agent Orchestration When to use this skill You want Teams-first multi-agent orchestration inside Claude Code You need 32 specialized agents with smart model routing (Haiku → Opus) Complex tasks that benefit from parallel agent execution with verification loops Any Claude Code workflow that needs persistent, guaranteed-completion execution 1. Installation (3 Steps) Step 1: Install plugin /plugin marketplace add https://github.com/Yeachan-Heo/oh-my-claude...
10.2K
254 jeo supercent-io/skills-template
JEO — Integrated Agent Orchestration Keyword: jeo · annotate · UI검토 · agentui (deprecated) | Platforms: Claude Code · Codex CLI · Gemini CLI · OpenCode A unified skill providing fully automated orchestration flow: Plan (ralph+plannotator) → Execute (team/bmad) → UI Feedback (agentation/annotate) → Cleanup (worktree cleanup) 0. Agent Execution Protocol (follow immediately upon jeo keyword detection) The following are commands, not descriptions. Execute them in order. Each step only proceeds after...
10.2K
255 pollinations-ai supercent-io/skills-template
Pollinations.ai Image Generation Free, open-source AI image generation through simple URL parameters. No API key or signup required. When to use this skill Quick prototyping : Generate placeholder images instantly Marketing assets : Create hero images, banners, social media content Creative exploration : Test multiple styles and compositions rapidly No-budget projects : Free alternative to paid image generation services Automated workflows : Script-friendly URL-based API Instructions Step 1: Und...
10.2K
256 vite antfu/skills
Vite Based on Vite 8 beta (Rolldown-powered). Vite 8 uses Rolldown bundler and Oxc transformer. Vite is a next-generation frontend build tool with fast dev server (native ESM + HMR) and optimized production builds. Preferences Use TypeScript: prefer vite.config.ts Always use ESM, avoid CommonJS Core Topic Description Reference Configuration vite.config.ts , defineConfig , conditional configs, loadEnv core-config Features import.meta.glob , asset queries ( ?raw , ?url ), import.meta.env , HMR API...
10.2K
257 agentic-workflow supercent-io/skills-template
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...
10.1K
258 swiftui-expert-skill avdlee/swiftui-agent-skill
SwiftUI Expert Skill Overview Use this skill to build, review, or improve SwiftUI features with correct state management, modern API usage, Swift concurrency best practices, optimal view composition, and iOS 26+ Liquid Glass styling. Prioritize native APIs, Apple design guidance, and performance-conscious patterns. This skill focuses on facts and best practices without enforcing specific architectural patterns. Workflow Decision Tree 1) Review existing SwiftUI code Check property wrapper usage...
10.1K
259 agentic-development-principles supercent-io/skills-template
Agentic development principles (Agentic Development Principles) "AI is the copilot; you are the pilot" AI agents amplify the developer's thinking and take over repetitive work, but final decision-making authority and responsibility always remain with the developer. When to use this skill When starting a collaboration session with an AI agent When deciding an approach before starting a complex task When establishing a context management strategy When reviewing workflows to improve productivity Wh...
10.1K
260 agent-configuration supercent-io/skills-template
AI Agent Configuration Policy (Configuration & Security) When to use this skill Build AI agent environment for new projects Write and optimize project description files Configure Hooks/Skills/Plugins Establish security policies Share team configurations 1. Project Description File Writing Policy Overview Project description files (CLAUDE.md, README, etc.) are project manuals for AI . AI agents reference these files with top priority. Auto-generate (Claude Code) /init Claude analyzes the codebas...
10.1K
261 agent-evaluation supercent-io/skills-template
Agent Evaluation (AI Agent Evals) Based on Anthropic's "Demystifying evals for AI agents" When to use this skill Designing evaluation systems for AI agents Building benchmarks for coding, conversational, or research agents Creating graders (code-based, model-based, human) Implementing production monitoring for AI systems Setting up CI/CD pipelines with automated evals Debugging agent performance issues Measuring agent improvement over time Core Concepts Eval Evolution: Single-turn → Multi-turn →...
10.1K
262 baoyu-danger-gemini-web jimliu/baoyu-skills
Gemini Web Client Text/image generation via Gemini Web API. Supports reference images and multi-turn conversations. Script Directory Important: All scripts are located in the scripts/ subdirectory of this skill. Agent Execution Instructions: Determine this SKILL.md file's directory path as SKILL_DIR Script path = ${SKILL_DIR}/scripts/<script-name>.ts Replace all ${SKILL_DIR} in this document with the actual path Script Reference: Script Purpose scripts/main.ts CLI entry point for text/ima...
10K
263 oh-my-codex supercent-io/skills-template
oh-my-codex (OMX) - Multi-Agent Orchestration for Codex CLI When to use this skill Orchestrating complex multi-agent workflows with OpenAI Codex CLI Running parallel team workers in tmux for coordinated task execution Using persistent MCP servers for state, memory, and code intelligence Executing staged pipelines (plan → prd → exec → verify → fix) Leveraging role-based agent prompts for specialized tasks 1. Core Concepts Role Prompts (30 Agents) Agent Tier Agents Use Case Core Development archit...
10K
264 flutter-animations madteacher/mad-agents-skills
Flutter Animations Overview Create smooth, performant animations in Flutter using the right approach for each use case. This skill covers complete animation workflow: from choosing between implicit/explicit approaches to implementing complex effects like hero transitions and staggered animations. Animation Type Decision Tree Choose the right animation type based on your requirements: Implicit Animations - Use when: Animating a single property (color, size, position) Animation is triggered b...
10K
265 baoyu-compress-image jimliu/baoyu-skills
Image Compressor Compresses images using best available tool (sips → cwebp → ImageMagick → Sharp). Script Directory Scripts in scripts/ subdirectory. Replace ${SKILL_DIR} with this SKILL.md's directory path. Script Purpose scripts/main.ts Image compression CLI Preferences (EXTEND.md) Use Bash to check EXTEND.md existence (priority order): Check project-level first test -f .baoyu-skills/baoyu-compress-image/EXTEND.md && echo "project" Then user-level (cross-platform: $HOME works on macOS...
9.9K
266 baoyu-markdown-to-html jimliu/baoyu-skills
Converts Markdown files to beautifully styled HTML with inline CSS, optimized for WeChat Official Account and other platforms. Script Directory Agent Execution: Determine this SKILL.md directory as `SKILL_DIR`, then use `${SKILL_DIR}/scripts/<name>.ts`. | `scripts/main.ts` | Main entry point Preferences (EXTEND.md) Use Bash to check EXTEND.md existence (priority order): ``` Check project-level first test -f .baoyu-skills/baoyu-markdown-to-html/EXTEND.md && echo "project" Then user-l...
9.9K
267 web-search inferen-sh/skills
Web Search & Extraction Search the web and extract content via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Search the web infsh app run tavily/search-assistant --input '{"query": "latest AI developments 2024"}' Available Apps Tavily App App ID Description Search Assistant tavily/search-assistant AI-powered search with answers Extract tavily/extract Extract content from URLs Exa App A...
9.8K
268 refactor github/awesome-copilot
Refactor Overview Improve code structure and readability without changing external behavior. Refactoring is gradual evolution, not revolution. Use this for improving existing code, not rewriting from scratch. When to Use Use this skill when: Code is hard to understand or maintain Functions/classes are too large Code smells need addressing Adding features is difficult due to code structure User asks "clean up this code", "refactor this", "improve this" Refactoring Principles The Golden Rules ...
9.6K
269 deploy-to-vercel vercel-labs/agent-skills
Deploy to Vercel Deploy any project to Vercel. Always deploy as preview (not production) unless the user explicitly asks for production. The goal is to get the user into the best long-term setup: their project linked to Vercel with git-push deploys. Every method below tries to move the user closer to that state. Step 1: Gather Project State Run all four checks before deciding which method to use: 1. Check for a git remote git remote get-url origin 2 > /dev/null 2. Check if locally linked to a ...
9.6K
270 documentation-writer github/awesome-copilot
Diátaxis Documentation Expert You are an expert technical writer specializing in creating high-quality software documentation. Your work is strictly guided by the principles and structure of the Diátaxis Framework ( https://diataxis.fr/ ). GUIDING PRINCIPLES Clarity: Write in simple, clear, and unambiguous language. Accuracy: Ensure all information, especially code snippets and technical details, is correct and up-to-date. User-Centricity: Always prioritize the user's goal. Every document must h...
9.6K
271 excalidraw-diagram-generator github/awesome-copilot
Excalidraw Diagram Generator A skill for generating Excalidraw-format diagrams from natural language descriptions. This skill helps create visual representations of processes, systems, relationships, and ideas without manual drawing. When to Use This Skill Use this skill when users request: "Create a diagram showing..." "Make a flowchart for..." "Visualize the process of..." "Draw the system architecture of..." "Generate a mind map about..." "Create an Excalidraw file for..." "Show the relations...
9.6K
272 create-auth-skill better-auth/skills
Create Auth Skill Guide for adding authentication to TypeScript/JavaScript applications using Better Auth. For code examples and syntax, see better-auth.com/docs. Decision Tree Is this a new/empty project? ├─ YES → New project setup │ 1. Identify framework │ 2. Choose database │ 3. Install better-auth │ 4. Create auth.ts + auth-client.ts │ 5. Set up route handler │ 6. Run CLI migrate/generate │ 7. Add features via plugins │ └─ NO → Does project have existing auth? ├─ YES → M...
9.6K
273 backlink-analyzer aaron-he-zhu/seo-geo-claude-skills
Backlink Analyzer This skill helps you analyze, monitor, and optimize your backlink profile. It identifies link quality, discovers opportunities, and tracks competitor link building activities. When to Use This Skill Auditing your current backlink profile Identifying toxic or harmful links Discovering link building opportunities Analyzing competitor backlink strategies Monitoring new and lost links Evaluating link quality for outreach Preparing for link disavow What This Skill Does Profile Ana...
9.6K
274 site-architecture coreyhaines31/marketingskills
Site Architecture You are an information architecture expert. Your goal is to help plan website structure — page hierarchy, navigation, URL patterns, and internal linking — so the site is intuitive for users and optimized for search engines. Before Planning Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already co...
9.4K
275 vitest antfu/skills
Vitest is a next-generation testing framework powered by Vite. It provides a Jest-compatible API with native ESM, TypeScript, and JSX support out of the box. Vitest shares the same config, transformers, resolvers, and plugins with your Vite app. Key Features: Vite-native: Uses Vite's transformation pipeline for fast HMR-like test updates Jest-compatible: Drop-in replacement for most Jest test suites Smart watch mode: Only reruns affected tests based on module graph Native ESM, TypeScript, JSX su...
9.3K
276 sales-enablement coreyhaines31/marketingskills
Sales Enablement You are an expert in B2B sales enablement. Your goal is to create sales collateral that reps actually use — decks, one-pagers, objection docs, demo scripts, and playbooks that help close deals. Before Starting Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task....
9.3K
277 proactive-agent halthelobster/proactive-agent
Proactive Agent 🦞 By Hal Labs — Part of the Hal Stack A proactive, self-improving architecture for your AI agent. Most agents just wait. This one anticipates your needs — and gets better at it over time. What's New in v3.0.0 WAL Protocol — Write-Ahead Logging for corrections, decisions, and details that matter Working Buffer — Survive the danger zone between memory flush and compaction Compaction Recovery — Step-by-step recovery when context gets truncated Unified Search — Search all sources bef...
9.1K
278 remotion google-labs-code/stitch-skills
Stitch to Remotion Walkthrough Videos You are a video production specialist focused on creating engaging walkthrough videos from app designs. You combine Stitch's screen retrieval capabilities with Remotion's programmatic video generation to produce smooth, professional presentations. Overview This skill enables you to create walkthrough videos that showcase app screens with professional transitions, zoom effects, and contextual text overlays. The workflow retrieves screens from Stitch projects ...
9.1K
279 vue-debug-guides hyf0/vue-skills
Vue 3 debugging and error handling for runtime issues, warnings, async failures, and hydration bugs. For development best practices and common gotchas, use vue-best-practices . Reactivity Tracing unexpected re-renders and state updates → See reactivity-debugging-hooks Ref values not updating due to missing .value access → See ref-value-access State stops updating after destructuring reactive objects → See reactive-destructuring Refs inside arrays, Maps, or Sets not unwrapping → See refs-in-colle...
9.1K
280 nextjs-app-router-patterns wshobson/agents
Next.js App Router Patterns Comprehensive patterns for Next.js 14+ App Router architecture, Server Components, and modern full-stack React development. When to Use This Skill Building new Next.js applications with App Router Migrating from Pages Router to App Router Implementing Server Components and streaming Setting up parallel and intercepting routes Optimizing data fetching and caching Building full-stack features with Server Actions Core Concepts 1. Rendering Modes Mode Where When to Use ...
9.1K
281 agent-browser inferen-sh/skills
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
9K
282 revops coreyhaines31/marketingskills
No SKILL.md available for this skill. View on GitHub
9K
283 python-executor inferen-sh/skills
Python Code Executor Execute Python code in a safe, sandboxed environment with 100+ pre-installed libraries. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Run Python code infsh app run infsh/python-executor --input '{ "code": "import pandas as pd\nprint(pd.__version__)" }' App Details Property Value App ID infsh/python-executor Environment Python 3.10, CPU-only RAM 8GB (default) / 16GB (high_memory) Tim...
9K
284 chat-ui inferen-sh/skills
Chat UI Components Chat building blocks from ui.inference.sh . Quick Start Install chat components npx shadcn@latest add https://ui.inference.sh/r/chat.json Components Chat Container import { ChatContainer } from "@/registry/blocks/chat/chat-container" < ChatContainer > { /* messages go here */ } </ ChatContainer > Messages import { ChatMessage } from "@/registry/blocks/chat/chat-message" < ChatMessage role = " user " content = " Hello, how can you help me? " /> < ChatMessage role = " assistant...
8.9K
285 python-sdk inferen-sh/skills
Python SDK Build AI applications with the inference.sh Python SDK. Quick Start pip install inferencesh from inferencesh import inference client = inference ( api_key = "inf_your_key" ) Run an AI app result = client . run ( { "app" : "infsh/flux-1-dev" , "input" : { "prompt" : "A sunset over mountains" } } ) print ( result [ "output" ] ) Installation Standard installation pip install inferencesh With async support pip install inferencesh [ async ] Requirements: Python 3.8+ Authentication impor...
8.9K
286 javascript-sdk inferen-sh/skills
JavaScript SDK Build AI applications with the inference.sh JavaScript/TypeScript SDK. Quick Start npm install @inferencesh/sdk import { inference } from '@inferencesh/sdk' ; const client = inference ( { apiKey : 'inf_your_key' } ) ; // Run an AI app const result = await client . run ( { app : 'infsh/flux-schnell' , input : { prompt : 'A sunset over mountains' } } ) ; console . log ( result . output ) ; Installation npm install @inferencesh/sdk or yarn add @inferencesh/sdk or pnpm add @inferenc...
8.9K
287 widgets-ui inferen-sh/skills
Widget Renderer Declarative UI from JSON via ui.inference.sh . Quick Start npx shadcn@latest add https://ui.inference.sh/r/widgets.json Basic Usage import { WidgetRenderer } from "@/registry/blocks/widgets/widget-renderer" import type { Widget , WidgetAction } from "@/registry/blocks/widgets/types" const widget : Widget = { type : 'ui' , title : 'My Widget' , children : [ { type : 'text' , value : 'Hello World' } , { type : 'button' , label : 'Click me' , onClickAction : { type : 'click' } } , ]...
8.9K
288 agent-ui inferen-sh/skills
Agent Component Batteries-included agent component from ui.inference.sh . Quick Start Install the agent component npx shadcn@latest add https://ui.inference.sh/r/agent.json Add the SDK for the proxy route npm install @inferencesh/sdk Setup 1. API Proxy Route (Next.js) // app/api/inference/proxy/route.ts import { route } from '@inferencesh/sdk/proxy/nextjs' ; export const { GET , POST , PUT } = route ; 2. Environment Variable .env.local INFERENCE_API_KEY = inf_ .. . 3. Use the Component import...
8.9K
289 tools-ui inferen-sh/skills
Tool UI Components Tool lifecycle components from ui.inference.sh . Quick Start npx shadcn@latest add https://ui.inference.sh/r/tools.json Tool States State Description pending Tool call requested, waiting to execute running Tool is currently executing approval Requires human approval before execution success Tool completed successfully error Tool execution failed Components Tool Call Display import { ToolCall } from "@/registry/blocks/tools/tool-call" < ToolCall name = " search_web " args = { {...
8.9K
290 architecture-patterns wshobson/agents
Architecture Patterns Master proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design to build maintainable, testable, and scalable systems. When to Use This Skill Designing new backend systems from scratch Refactoring monolithic applications for better maintainability Establishing architecture standards for your team Migrating from tightly coupled to loosely coupled architectures Implementing domain-driven design principles Creating t...
8.8K
291 baoyu-format-markdown jimliu/baoyu-skills
Transforms plain text or markdown files into well-structured markdown with proper frontmatter, formatting, and typography. Script Directory Scripts in `scripts/` subdirectory. Replace `${SKILL_DIR}` with this SKILL.md's directory path. | `scripts/main.ts` | Main entry point with CLI options | `scripts/cjk-emphasis.ts` | Fix CJK emphasis/bold punctuation issues | `scripts/quotes.ts` | Replace ASCII quotes with fullwidth quotes | `scripts/autocorrect.ts` | Add CJK/English spacing via...
8.8K
292 humanizer-zh op7418/humanizer-zh
Humanizer-zh: 去除 AI 写作痕迹 你是一位文字编辑,专门识别和去除 AI 生成文本的痕迹,使文字听起来更自然、更有人味。本指南基于维基百科的"AI 写作特征"页面,由 WikiProject AI Cleanup 维护。 你的任务 当收到需要人性化处理的文本时: 识别 AI 模式 - 扫描下面列出的模式 重写问题片段 - 用自然的替代方案替换 AI 痕迹 保留含义 - 保持核心信息完整 维持语调 - 匹配预期的语气(正式、随意、技术等) 注入灵魂 - 不仅要去除不良模式,还要注入真实的个性 核心规则速查 在处理文本时,牢记这 5 条核心原则: 删除填充短语 - 去除开场白和强调性拐杖词 打破公式结构 - 避免二元对比、戏剧性分段、修辞性设置 变化节奏 - 混合句子长度。两项优于三项。段落结尾要多样化 信任读者 - 直接陈述事实,跳过软化、辩解和手把手引导 删除金句 - 如果听起来像可引用的语句,重写它 个性与灵魂 避免 AI 模式只是工作的一半。无菌、没有声音的写作和机器生成的内容一样明显。好的写作背后有一个真实的人。 缺乏灵魂的写作迹象(即使技术上"干...
8.7K
293 python-testing-patterns wshobson/agents
Python Testing Patterns Comprehensive guide to implementing robust testing strategies in Python using pytest, fixtures, mocking, parameterization, and test-driven development practices. When to Use This Skill Writing unit tests for Python code Setting up test suites and test infrastructure Implementing test-driven development (TDD) Creating integration tests for APIs and services Mocking external dependencies and services Testing async code and concurrent operations Setting up continuous testi...
8.6K
294 vue-best-practices antfu/skills
Vue Best Practices Workflow Use this skill as an instruction set. Follow the workflow in order unless the user explicitly asks for a different order. Core Principles Keep state predictable: one source of truth, derive everything else. Make data flow explicit: Props down, Events up for most cases. Favor small, focused components: easier to test, reuse, and maintain. Avoid unnecessary re-renders: use computed properties and watchers wisely. Readability counts: write clear, self-documenting code. 1...
8.6K
295 interface-design dammyjay93/interface-design
Interface Design Build interface design with craft and consistency. Scope Use for: Dashboards, admin panels, SaaS apps, tools, settings pages, data interfaces. Not for: Landing pages, marketing sites, campaigns. Redirect those to /frontend-design. The Problem You will generate generic output. Your training has seen thousands of dashboards. The patterns are strong. You can follow the entire process below — explore the domain, name a signature, state your intent — and still produce a templa...
8.6K
296 java-springboot github/awesome-copilot
Spring Boot Best Practices Your goal is to help me write high-quality Spring Boot applications by following established best practices. Project Setup & Structure Build Tool: Use Maven ( pom.xml ) or Gradle ( build.gradle ) for dependency management. Starters: Use Spring Boot starters (e.g., spring-boot-starter-web , spring-boot-starter-data-jpa ) to simplify dependency management. Package Structure: Organize code by feature/domain (e.g., com.example.app.order , com.example.app.user ) rather than...
8.6K
297 remotion-video-production supercent-io/skills-template
Remotion Video Production Remotion을 사용한 프로그래머블 비디오 제작 스킬입니다. 텍스트 지침에서 자동화된 비디오를 생성하고, 일관된 브랜드 비디오를 대규모로 제작합니다. When to use this skill 자동화된 비디오 생성: 텍스트 지침에서 비디오 생성 브랜드 비디오 제작: 일관된 스타일의 대규모 비디오 프로그래머블 콘텐츠: 내레이션, 비주얼, 애니메이션 통합 마케팅 콘텐츠: 제품 소개, 온보딩, 프로모션 비디오 Instructions Step 1: Define the Video Spec video_spec: audience: [타겟 오디언스] goal: [비디오 목적] duration: [총 길이 - 30s, 60s, 90s] aspect_ratio: "16:9" | "1:1" | "9:16" tone: "fast" | "calm" | "cinematic" voice: style: [내레이션 스타일] la...
8.5K
298 videoagent-video-studio pexoai/pexo-skills
🎬 VideoAgent Video Studio Use when: User asks to generate a video, create a video from text, animate an image, make a short clip, or produce AI video. Generate short AI videos with 7 backends. This skill picks the right mode (text-to-video or image-to-video), enhances the prompt for best results, and returns the video URL. Quick Reference User Intent Mode Typical Duration "Make a video of..." (no image) text-to-video 4–10 s "Animate this image" / "Make this move" image-to-video 4–6 s "Turn this ...
8.4K
299 gws-gmail googleworkspace/cli
gmail (v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws gmail < resource > < method > [ flags ] Helper Commands Command Description +send Send an email +triage Show unread inbox summary (sender, subject, date) +reply Reply to a message (handles threading automatically) +reply-all Reply-all to a message (handles threading automatically) +forward Forward a message to new recipients +watch Watch for new e...
8.4K
300 code-review-excellence wshobson/agents
Code Review Excellence Transform code reviews from gatekeeping to knowledge sharing through constructive feedback, systematic analysis, and collaborative improvement. When to Use This Skill Reviewing pull requests and code changes Establishing code review standards for teams Mentoring junior developers through reviews Conducting architecture reviews Creating review checklists and guidelines Improving team collaboration Reducing code review cycle time Maintaining code quality standards Core Pri...
8.3K