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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
25,561
总 Skills
99.5M
总安装量
2,627
贡献者
# Skill 仓库 描述 安装量
6201 django-access-review getsentry/skills
Django Access Control & IDOR Review Find access control vulnerabilities by investigating how the codebase answers one question: Can User A access, modify, or delete User B's data? Philosophy: Investigation Over Pattern Matching Do NOT scan for predefined vulnerable patterns. Instead: Understand how authorization works in THIS codebase Ask questions about specific data flows Trace code to find where (or if) access checks happen Report only what you've confirmed through investigation Every codebas...
1.2K
6202 cs-brainstorm liuzhengdongfortest/codestable
cs-brainstorm brainstorm 是"讨论层"统一入口。用户开口时 AI 不知道终点应落在哪——feature design / roadmap / 还是聊两句发现已经够清楚直接 design。本技能先用一两轮对话分诊,再把讨论交给合适下游。 三件最重要的事: brainstorm 是创意空间不是审计关卡 ——探索 / 质疑 / 改主意 / 聊着聊着发现真正想做的是另一件事都正常 任何话题都可以聊 ——用户想聊库 / Schema / 接口就聊;TA 提出来说明心里有谱,趁早讨论清楚 design 阶段更省力。不设话题黑名单 AI 是思考伙伴不是记录员 ——用户来这步是想被挑战、被启发,不是被一条条问题填表。如果只是把用户的话整理一遍写下来这步就白做了 共享路径和命名约定看 codestable/reference/shared-conventions.md 。 三种讨论、三个出口 情况 特征 出口 case 1:其实已经够清楚 一句话能说出"做什么 / 为谁 / 怎么算成功 / 不做什么",不需要再 explore 直接 cs-feat-design (不落盘,告知用...
1.2K
6203 zoom-oauth anthropics/knowledge-work-plugins
Zoom OAuth Background reference for Zoom auth and token lifecycle behavior. Prefer setup-zoom-oauth first, then use this skill for the exact flow, scope, and error details. Zoom OAuth Authentication and authorization for Zoom APIs. 📖 Complete Documentation For comprehensive guides, production patterns, and troubleshooting, see Integrated Index section below . Quick navigation: 5-Minute Runbook - Preflight checks before deep debugging OAuth Flows - Which flow to use and how each works Token Lifec...
1.2K
6204 cs-feat-impl liuzhengdongfortest/codestable
cs-feat-impl 到这一步用户已经在方案上签过字了,你的活是把方案变成代码。容易出问题的不是写代码本身,而是 实现路上发现方案没覆盖到的情况时怎么办 ——硬冲下去就把方案当摆设了。下面整套规则就是为了让"停下来"成为默认动作。 共享路径与命名约定看 codestable/reference/shared-conventions.md 第 0 节。 写代码时的三条姿态 具体规则是这三条姿态的落点,理解姿态比记规则重要。 1. 默认写最少的代码 只写当前步骤明确要的东西。不顺手加"以后可能要"的可配置项、抽象层、参数开关、防御性兜底。判据:写完一段觉得"是不是还得加点 X",先问 X 是不是当前用户能感知到的——不是就别加。整体写完一看 200 行其实 50 行能讲清楚 → 重写。多出来的代码不是中性的,是后人维护的负担。 2. 只动该动的,不顺手"改善"邻居 改某个函数时只改那个函数。同文件里别的函数风格丑、命名怪——除非和本次改动直接冲突,否则别碰。新代码风格匹配当前文件已有写法。混进的"顺手改"会把功能 PR 稀释成"一坨综合改动",review 成本翻几倍。值得改的按下文"...
1.2K
6205 cs-refactor liuzhengdongfortest/codestable
cs-refactor AI 自己重构有两个稳定失败模式:一是不知道模块真实需求和约束,改出来的东西功能不等价;二是一次吞掉的范围超过上下文承载,改到后面忘了前面的约束。这流程在"想优化"和"动手改"之间塞了扫描清单 + 方法库,让 AI 只接自己能稳定做对的活。 scan(扫优化点清单)→ design(和用户定做哪几条 + 顺序)→ apply(逐条执行,每步人工放行) 核心纪律 :行为等价是底线。一旦会改外部可观察行为 → 不走 refactor,走 feature(需求变)或 issue(bug 修)。 Fastforward 模式(小重构) 单函数 / 单组件 / 1-3 处优化 / 有测试可自证 / 不需要目视——走完整三阶段太重。触发 cs-refactor-ff :直接识别、一次对齐、原地改、跑测试自证,不产 scan / design / checklist。 触发:"小重构"、"快速重构"、"简单优化下 XX 函数"、"直接改"、"别那么多步骤"。 别走 ff:改动跨 > 1 文件 / 预计动点 > 3 处 / 需要目视验证 / 改公开接口(要 Parallel C...
1.2K
6206 workflow-automation sickn33/antigravity-awesome-skills
Workflow Automation When to use this skill Repetitive tasks : running the same commands every time Complex builds : multi-step build processes Team onboarding : a consistent development environment Instructions Step 1: npm scripts package.json : { "scripts" : { "dev" : "nodemon src/index.ts" , "build" : "tsc && vite build" , "test" : "jest --coverage" , "test:watch" : "jest --watch" , "lint" : "eslint src --ext .ts,.tsx" , "lint:fix" : "eslint src --ext .ts,.tsx --fix" , "format" : "prettier --w...
1.2K
6207 beads steveyegge/beads
Beads - Persistent Task Memory for AI Agents Graph-based issue tracker that survives conversation compaction. Provides persistent memory for multi-session work with complex dependencies. bd vs TodoWrite Decision test : "Will I need this context in 2 weeks?" YES = bd, NO = TodoWrite. bd (persistent) TodoWrite (ephemeral) Multi-session, dependencies, compaction survival Single-session linear tasks Dolt-backed team sync Conversation-scoped See BOUNDARIES.md for detailed comparison. Prerequisites bd...
1.2K
6208 documentation mcollina/skills
Technical Documentation Write clear, maintainable technical documentation for different audiences and purposes. Document Types README What this is and why it exists Quick start (< 5 minutes to first success) Configuration and usage Contributing guide API Documentation Endpoint reference with request/response examples Authentication and error codes Rate limits and pagination SDK examples Runbook When to use this runbook Prerequisites and access needed Step-by-step procedure Rollback steps Escalat...
1.2K
6209 ppt-template-creator anthropics/financial-services-plugins
PPT Template Creator This skill creates SKILLS, not presentations. Use this when a user wants to turn their PowerPoint template into a reusable skill that can generate presentations later. If the user just wants to create a presentation, use the pptx skill instead. The generated skill includes: assets/template.pptx - the template file SKILL.md - complete instructions (no reference to this meta skill needed) For general skill-building best practices , refer to the skill-creator skill. This skill ...
1.2K
6210 rivet-sdk anthropics/knowledge-work-plugins
Zoom Rivet SDK Background reference for Zoom Rivet as a JavaScript and TypeScript server framework for Zoom integrations. Implementation guidance for Zoom Rivet (JavaScript/TypeScript) as a server-side framework for: OAuth and token handling Webhook event consumption Typed REST API endpoint wrappers Multi-module server composition Official docs: https://developers.zoom.us/docs/rivet/ https://developers.zoom.us/docs/rivet/javascript/ https://zoom.github.io/rivet-javascript/ Reference samples: htt...
1.2K
6211 setup-zoom-webhooks anthropics/knowledge-work-plugins
/setup-zoom-webhooks Background reference for Zoom event delivery over HTTP. Prefer workflow skills first, then use this file for verification, subscription, and delivery details. Prerequisites Zoom app with Event Subscriptions enabled HTTPS endpoint to receive webhooks Webhook secret token for verification Need help with authentication? See the zoom-oauth skill for OAuth setup. Quick Start // Express.js webhook handler const crypto = require ( 'crypto' ) ; // Capture raw body for signature veri...
1.2K
6212 setup-zoom-websockets anthropics/knowledge-work-plugins
/setup-zoom-websockets Background reference for persistent Zoom event streams. Prefer workflow routing first, then use this file when WebSockets are plausibly better than webhooks. WebSockets vs Webhooks Aspect WebSockets Webhooks Connection Persistent, bidirectional One-time HTTP POST Latency Lower (no HTTP overhead) Higher (new connection per event) Security Direct connection, no exposed endpoint Requires endpoint validation, IP whitelisting Model Pull (you connect to Zoom) Push (Zoom connects...
1.2K
6213 cs-issue-fix liuzhengdongfortest/codestable
cs-issue-fix 根因和方案已经确定(标准路径在 analysis、快速通道在 report 阶段口头确认过),你的活是按方案改代码、验证效果、写下修复记录。 fix 阶段最容易出问题的不是改代码本身,而是 改的过程中冒出的"顺手"冲动 ——顺手优化、顺手重构、顺手加抽象。每项单独看说得通,但合在一个 PR 里让别人分不清"这次到底为了修 bug 改了什么"。 共享路径与命名约定看 codestable/reference/shared-conventions.md 第 0 节和 cs-issue 的"文件放哪儿"。 两种入口 标准路径(有 analysis) 方案已确认 ——读 analysis,确认 doc_type=issue-analysis 且 status=confirmed ,第 5 节用户选定了哪个方案 上下文读全 :analysis 全文 + report 全文 + analysis 第 1 节定位的所有代码 + AGENTS.md + 沉淀目录搜索: python codestable/tools/search-yaml.py --dir codestabl...
1.2K
6214 agent-arch-system-design ruvnet/ruflo
name: "system-architect" description: "Expert agent for system architecture design, patterns, and high-level technical decisions" type: "architecture" color: "purple" version: "1.0.0" created: "2025-07-25" author: "Claude Code" metadata: specialization: "System design, architectural patterns, scalability planning" complexity: "complex" autonomous: false Requires human approval for major decisions triggers: keywords: - "architecture" - "system design" - "scalability" - "microservices" - "design...
1.2K
6215 tinybird tinybirdco/tinybird-agent-skills
Tinybird Agent Skills Reusable guidance extracted from Tinybird Code (the Tinybird CLI coding agent). Use this skill when working in Tinybird projects, editing datafiles, running build/deploy flows, exploring data, or managing tests/secrets. When to Apply Creating or updating Tinybird resources (.datasource, .pipe, .connection) Working with queries, endpoints, or data exploration Managing Tinybird deployments, secrets, or tests Reviewing or refactoring Tinybird project files Rule Files rules/p...
1.2K
6216 graalvm-native-image giuseppe-trisciuoglio/developer-kit
GraalVM Native Image for Java Applications Expert skill for building high-performance native executables from Java applications using GraalVM Native Image, dramatically reducing startup time and memory consumption. Overview GraalVM Native Image compiles Java applications ahead-of-time (AOT) into standalone native executables. These executables start in milliseconds, require significantly less memory than JVM-based deployments, and are ideal for serverless functions, CLI tools, and microservices ...
1.2K
6217 edgeone aahl/skills
EdgeOne Deploy HTML content to EdgeOne Pages, return the public URL. No login required, no API key required. Deploy HTML HTML or text content to deploy. Provide complete HTML or text content you want to publish, and the system will return a public URL where your content can be accessed. npx -y mcporter call mcp-on-edge.edgeone.app/mcp-server.deploy-html value = "<html>Content</html>" npx -y mcporter call mcp-on-edge.edgeone.app/mcp-server.deploy-html value = " $( cat index.html ) "
1.2K
6218 rust-code-navigator actionbook/rust-skills
Rust Code Navigator Navigate large Rust codebases efficiently using Language Server Protocol. Usage /rust-code-navigator <symbol> [in file.rs:line] Examples: /rust-code-navigator parse_config - Find definition of parse_config /rust-code-navigator MyStruct in src/lib.rs:42 - Navigate from specific location LSP Operations 1. Go to Definition Find where a symbol is defined. Show more
1.2K
6219 agent-workflow ruvnet/ruflo
name: flow-nexus-workflow description: Event-driven workflow automation specialist. Creates, executes, and manages complex automated workflows with message queue processing and intelligent agent coordination. color: teal You are a Flow Nexus Workflow Agent, an expert in designing and orchestrating event-driven automation workflows. Your expertise lies in creating intelligent, scalable workflow systems that seamlessly integrate multiple agents and services. Your core responsibilities: Design and ...
1.2K
6220 choose-zoom-approach anthropics/knowledge-work-plugins
Choose Zoom Approach Pick the smallest correct Zoom surface for the job, then layer in only the supporting pieces that are actually required. Decision Framework Problem Type Primary Zoom Surface Deterministic backend automation, account management, reporting, scheduled jobs rest-api Event delivery to your backend webhooks or websockets Embed Zoom meetings into your app meeting-sdk Build a fully custom video experience video-sdk Build inside the Zoom client zoom-apps-sdk AI-agent tool workflows o...
1.2K
6221 build-zoom-bot anthropics/knowledge-work-plugins
/build-zoom-bot Use this skill for automation that joins meetings, captures media, or reacts to live session data. Covers Bot architecture Meeting join strategy Real-time media and transcript handling Backend orchestration Storage, post-processing, and event flow design Workflow Clarify whether the bot needs to join, observe, transcribe, summarize, or act. Route to Meeting SDK and RTMS as the core implementation path. Add REST API for meeting/resource management and Webhooks for asynchronous eve...
1.2K
6222 zoom-general anthropics/knowledge-work-plugins
Zoom General (Cross-Product Skills) Background reference for cross-product Zoom questions. Prefer the workflow skills first, then use this file for shared platform guidance and routing detail. How zoom-general Routes a Complex Developer Query Use zoom-general as the classifier and chaining layer: detect product signals in the query pick one primary skill attach secondary skills for auth, events, or deployment edges ask one short clarifier only when two routes match with similar confidence Minima...
1.2K
6223 build-zoom-contact-center-app anthropics/knowledge-work-plugins
/build-zoom-contact-center-app Background reference for Zoom Contact Center integrations across app, web, and native mobile surfaces. Implementation guidance for Zoom Contact Center across: Contact Center apps in the Zoom client (Zoom Apps SDK path) Web channel embeds (chat/video/campaign) Native mobile SDKs (Android/iOS) Official docs: https://developers.zoom.us/docs/contact-center/ https://developers.zoom.us/docs/contact-center/web/sdk-reference/ https://marketplacefront.zoom.us/sdk/contact/an...
1.2K
6224 build-zoom-meeting-app anthropics/knowledge-work-plugins
/build-zoom-meeting-app Use this skill for embedded meeting experiences and meeting lifecycle implementation. Covers Meeting SDK selection and platform routing Join/auth implementation planning Meeting creation plus join flow design Web vs native platform considerations Meeting SDK vs Video SDK boundary decisions Workflow Confirm whether the user wants a Zoom meeting or a custom video session. Route to Meeting SDK if the user needs actual Zoom meetings. Pull in the relevant platform references. ...
1.2K
6225 deep-research lingzhi227/agent-research-skills
Deep Research Core System Instructions Purpose: Deliver citation-backed, verified research reports through 8-phase pipeline (Scope → Plan → Retrieve → Triangulate → Synthesize → Critique → Refine → Package) with source credibility scoring and progressive context management. Context Strategy: This skill uses 2025 context engineering best practices: Static instructions cached (this section) Progressive disclosure (load references only when needed) Avoid "loss in the middle" (critical info at start...
1.2K
6226 db oracle/skills
Oracle Database Skills This domain contains Oracle Database skills for administration, SQL and PL/SQL development, performance tuning, security, ORDS, SQLcl, migrations, frameworks, OCR container guidance, and agent-safe database workflows. How to Use This Domain Start with the routing table below. Read only the specific file or category you need. Directory Structure Show more
1.2K
6227 wordpress-setup jezweb/claude-skills
WordPress Setup Connect to a WordPress site and verify working access via WP-CLI or REST API. Produces a verified connection config ready for content management and Elementor editing. Workflow Step 1: Check WP-CLI wp --version If not installed, guide the user: macOS/Linux curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar chmod +x wp-cli.phar sudo mv wp-cli.phar /usr/local/bin/wp Also ensure the SSH extension is available (needed for remote sites): wp package inst...
1.2K
6228 competitive-analysis anthropics/financial-services-plugins
No SKILL.md available for this skill. View on GitHub Installs 2.3K Repository claude-office-s…s/skills GitHub Stars 160 First Seen Mar 9, 2026
1.2K
6229 rust-refactor-helper actionbook/rust-skills
No SKILL.md available for this skill. View on GitHub Installs 761 Repository actionbook/rust-skills GitHub Stars 1.2K First Seen Jan 23, 2026
1.2K
6230 plan-zoom-integration anthropics/knowledge-work-plugins
/plan-zoom-integration If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Create a practical build plan for a Zoom integration or app. Usage /plan-zoom-integration $ARGUMENTS Workflow Capture the target user flow and success criteria. Choose the correct Zoom surface and supporting services. Define auth requirements, scopes, and account assumptions. Break implementation into phases: prototype, core integration, reliability, and launch. Call out hard...
1.2K
6231 debug-zoom anthropics/knowledge-work-plugins
/debug-zoom If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Debug Zoom auth, API, webhook, SDK, or MCP issues without wandering through the entire docs set. Usage /debug-zoom $ARGUMENTS Workflow Identify the failing layer: auth, API request, webhook, SDK init, media/session behavior, or MCP transport. Ask for the minimum missing evidence: exact error, platform, request/response, event payload, or code path. Produce 2-4 plausible causes ranked by...
1.2K
6232 zoom-rtms anthropics/knowledge-work-plugins
Zoom Realtime Media Streams (RTMS) Background reference for live Zoom media pipelines. Prefer build-zoom-bot first, then use this skill for stream types, capabilities, and RTMS-specific implementation constraints. Zoom Realtime Media Streams (RTMS) Expert guidance for accessing live audio, video, transcript, chat, and screen share data from Zoom meetings, webinars, Video SDK sessions, and Zoom Contact Center Voice in real-time. RTMS uses a WebSocket-based protocol with open standards and does no...
1.2K
6233 build-zoom-team-chat-app anthropics/knowledge-work-plugins
/build-zoom-team-chat-app Background reference for Zoom Team Chat integrations. Use this after the workflow is clear, especially when the Team Chat API versus Chatbot API distinction matters. Read This First (Critical) There are two different integration types and they are not interchangeable: Team Chat API (user type) Sends messages as a real authenticated user Uses User OAuth ( authorization_code ) Endpoint family: /v2/chat/users/... Chatbot API (bot type) Sends messages as your bot identity U...
1.2K
6234 build-zoom-video-sdk-app anthropics/knowledge-work-plugins
/build-zoom-video-sdk-app Background reference for fully custom video-session products. Prefer plan-zoom-product first when the boundary between Meeting SDK and Video SDK is still unclear. Build custom video experiences powered by Zoom's infrastructure. Hard Routing Guardrail (Read First) If the user asks for custom real-time video app behavior (topic/session join, custom rendering, attach/detach), route to Video SDK. Do not switch to REST meeting endpoints for Video SDK join flows. Video SDK do...
1.2K
6235 office-productivity sickn33/antigravity-awesome-skills
Office Productivity Workflow Bundle Overview Comprehensive office productivity workflow for document creation, spreadsheet automation, presentation generation, and format conversion using LibreOffice and Microsoft Office tools. When to Use This Workflow Use this workflow when: Creating office documents programmatically Automating document workflows Converting between document formats Generating reports Creating presentations from data Processing spreadsheets Workflow Phases Phase 1: Document Cre...
1.2K
6236 value-dividend-screener tradermonty/claude-trading-skills
Value Dividend Screener Overview This skill identifies high-quality dividend stocks that combine value characteristics, attractive income generation, and consistent growth using a two-stage screening approach : FINVIZ Elite API (Optional but Recommended) : Pre-screen stocks with basic criteria (fast, cost-effective) Financial Modeling Prep (FMP) API : Detailed fundamental analysis of candidates Screen US equities based on quantitative criteria including valuation ratios, dividend metrics, financ...
1.2K
6237 grammar-checker daleseo/korean-skills
grammar-checker: 한국어 문법 검사기 소개 당신은 표준 한국어 규칙에 기반한 문법 검사 전문가입니다. 맞춤법, 띄어쓰기, 문법 구조, 구두점 오류를 감지하고 교정하며, 각 오류에 대한 명확한 설명을 제공합니다. 핵심 원칙: 규칙 기반 접근: 국립국어원의 표준 한국어 규정과 맞춤법 규칙 준수 확신도 표시: 확실한 오류와 권장 사항을 명확히 구분 학습 지향: 단순 교정이 아닌 이유와 근거를 설명 문맥 고려: 문체(격식체/비격식체)와 분야(기술 문서 등)를 고려한 유연한 적용 검사 범위: 맞춤법/철자: 되/돼, -ㄴ지/-는지, -ㄹ게/-를게, 던/든, -로써/-로서 등 띄어쓰기: 의존명사, 보조용언, 단위명사, 합성어 문법 구조: 조사 사용 (-을/를, -이/가, -은/는, -와/과), 시제, 어미 구두점: 쉼표, 마침표, 느낌표, 따옴표 사용 작업 흐름 1단계: 텍스트 입력 받기 다음 방법으로 텍스트를 받을 수 있습니다: 사용자가 직접 제공한 텍스트 파일 경로 ...
1.2K
6238 setup-zoom-mcp anthropics/knowledge-work-plugins
/setup-zoom-mcp If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Plan a Zoom MCP workflow and decide when to use MCP alone versus a hybrid REST API + MCP architecture. Usage /setup-zoom-mcp $ARGUMENTS Workflow Determine whether the goal is deterministic automation, AI tool orchestration, or a hybrid. If MCP is appropriate, identify the likely Zoom MCP surface and transport assumptions. If MCP alone is not enough, define the REST API responsibilit...
1.2K
6239 build-zoom-virtual-agent anthropics/knowledge-work-plugins
/build-zoom-virtual-agent Background reference for Zoom Virtual Agent across: Web campaign/chat embeds. Android WebView wrappers. iOS WKWebView wrappers. Knowledge-base sync and custom API ingestion. Official docs: https://developers.zoom.us/docs/virtual-agent/ https://developers.zoom.us/docs/virtual-agent/web/ https://developers.zoom.us/docs/virtual-agent/android/ https://developers.zoom.us/docs/virtual-agent/ios/ Routing Guardrail If the user is implementing Contact Center app surfaces inside ...
1.2K
6240 build-zoom-phone-integration anthropics/knowledge-work-plugins
/build-zoom-phone-integration Background reference for Zoom Phone integrations across API, webhook, Smart Embed, and URI-launch workflows. Implementation guidance for Zoom Phone integrations across API, webhook/event, Smart Embed, and URI-launch workflows. Official docs: https://developers.zoom.us/docs/phone/ CRM sample reference: https://github.com/zoom/CRM-Sample Routing Guardrail If the user needs embedded softphone behavior in a web app, use Smart Embed ( examples/smart-embed-postmessage-bri...
1.2K
6241 whisper davila7/claude-code-templates
Whisper - Robust Speech Recognition OpenAI's multilingual speech recognition model. When to use Whisper Use when: Speech-to-text transcription (99 languages) Podcast/video transcription Meeting notes automation Translation to English Noisy audio transcription Multilingual audio processing Metrics: 72,900+ GitHub stars 99 languages supported Trained on 680,000 hours of audio MIT License Use alternatives instead: AssemblyAI: Managed API, speaker diarization Deepgram: Real-time streaming AS...
1.2K
6242 tradingview-quantitative hypier/tradingview-quantitative-skills
Quantitative Investment Analysis Expert Professional quantitative investment analysis system based on TradingView MCP tools providing insights and decision recommendations. Core Rules Metadata First Principle Before calling tradingview_get_leaderboard , you must first call tradingview_get_metadata to get parameter values: type='markets' → Get market_code (required for stock leaderboard) type='tabs' + asset_type → Get available tab values type='columnsets' → Get available columnset values Complet...
1.2K
6243 zoom-cobrowse-sdk anthropics/knowledge-work-plugins
Zoom Cobrowse SDK - Web Development Background reference for collaborative browsing on the web with Zoom Cobrowse SDK. Use this after the support workflow is clear and you need implementation detail. Official Documentation : https://developers.zoom.us/docs/cobrowse-sdk/ API Reference : https://marketplacefront.zoom.us/sdk/cobrowse/ Quickstart Repository : https://github.com/zoom/CobrowseSDK-Quickstart Auth Endpoint Sample : https://github.com/zoom/cobrowsesdk-auth-endpoint-sample Quick Links New...
1.2K
6244 zoom-apps-sdk anthropics/knowledge-work-plugins
Zoom Apps SDK Background reference for web apps that run inside the Zoom client. Prefer choose-zoom-approach first, then route here for Layers API, Collaborate Mode, in-client OAuth, and runtime constraints. Zoom Apps SDK Build web apps that run inside the Zoom client - meetings, webinars, main client, and Zoom Phone. Official Documentation : https://developers.zoom.us/docs/zoom-apps/ SDK Reference : https://appssdk.zoom.us/ NPM Package : https://www.npmjs.com/package/@zoom/appssdk Quick Links N...
1.2K
6245 cs-feat liuzhengdongfortest/codestable
cs-feat 新功能流程在"需求"和"代码"之间塞了一份方案文件,让两边有交接点——AI 直接拿到需求就写代码会出三个老问题:名字跟原代码对不上、改着改着改出范围、改完不留存档。 (想法模糊先去 cs-brainstorm 分诊) → 方案设计(名词层 + 编排层 + 验收契约 + 推进策略切片)→ 分步实现 → 验收闭环 brainstorm 是讨论层独立入口,会分诊:case 1(清楚 → 直接 design)/ case 2(小需求继续讨论 → 落 brainstorm note)/ case 3(大需求 → 移交 cs-roadmap )。只有 case 2 在 feature 目录产出 brainstorm note。 本技能不写代码不写文档,只做一件事:看当前 feature 走到哪步,告诉用户该触发哪个子技能。 文件放哪儿 codestable/features/{feature}/ ├── {slug}-brainstorm.md ← 阶段 0 产物(仅 case 2 落盘) ├── {slug}-intent.md ← 阶段 1 可选...
1.2K
6246 cs-issue-analyze liuzhengdongfortest/codestable
cs-issue-analyze 用户已把问题描述清楚,你的活是 通过实际读代码找根因 ——不是脑子里推断、不是在报告基础上猜。读代码是核心动作,跳过它写出来的分析没价值。 分析完不直接动手——给用户看 2-3 种修复方案让 TA 选。原因:根因往往有多种修法,影响面 / 副作用 / 改动范围各不相同,这是用户该拍板的事。 共享路径与命名约定看 codestable/reference/shared-conventions.md 第 0 节和 cs-issue 的"文件放哪儿"。 启动检查 问题报告存在且已确认 ——读 {slug}-report.md ,确认 doc_type=issue-report 且 status=confirmed ,5 节都有内容。不完整 / 状态不对 → 回 cs-issue-report 。 cs-issue-report 已判走标准路径就按标准路径走,不二次改判 断点恢复 —— {slug}-analysis.md 已存在则检查 5 节哪些已填: 全部填满但 status=draft → 跳到 checkpoint 部分填写 → 汇报"上次做到第 X ...
1.2K
6247 cs-issue liuzhengdongfortest/codestable
cs-issue 修 bug 直觉是"找到错的地方改了完事",但这个直觉路径反复制造同样的麻烦: 问题描述只在脑子里改完就忘——三个月后 bug 再现没复现步骤留存 根因没分析就动手——改了表面现象深层问题等下次爆发 修复范围扩散——发现一个 bug 顺手改五处引入新问题,无法追溯 没验收闭环——怎么判断改好了?改好了什么?没记录 issue 工作流在"看到问题"和"动手改代码"之间塞缓冲: 发现问题 → 清晰记录(report)→ 根因分析(analyze)→ 定点修复 + 验证(fix) 本技能不写任何东西,只看当前 issue 走到哪步、决定触发哪个子技能。 文件放哪儿 codestable/issues/{YYYY-MM-DD}-{slug}/ ├── {slug}-report.md ← 阶段 1 问题报告 ├── {slug}-analysis.md ← 阶段 2 根因分析 └── {slug}-fix-note.md ← 阶段 3 修复记录(必出产物) 日期取 发现 / 提报问题当天 定了不动。slug 能一眼看出是什么...
1.2K
6248 ai-agents-architect sickn33/antigravity-awesome-skills
AI Agents Architect Role : AI Agent Systems Architect I build AI systems that can act autonomously while remaining controllable. I understand that agents fail in unexpected ways - I design for graceful degradation and clear failure modes. I balance autonomy with oversight, knowing when an agent should ask for help vs proceed independently. Capabilities Agent architecture design Tool and function calling Agent memory systems Planning and reasoning strategies Multi-agent orchestration Agent evalua...
1.2K
6249 rust-call-graph actionbook/rust-skills
Rust Call Graph Visualize function call relationships using LSP call hierarchy. Usage /rust-call-graph <function_name> [--depth N] [--direction in|out|both] Options: --depth N : How many levels to traverse (default: 3) --direction : in (callers), out (callees), both Examples: /rust-call-graph process_request - Show both callers and callees /rust-call-graph handle_error --direction in - Show only callers /rust-call-graph main --direction out --depth 5 - Deep callee analysis Show more
1.2K
6250 debug-zoom-integration anthropics/knowledge-work-plugins
Debug Zoom Integration Use this skill when the user already built something and it is failing. Triage Order Auth and app configuration Request construction or event verification SDK initialization or platform mismatch Media/session behavior MCP transport and capability assumptions Evidence To Request Exact error text Platform and SDK/runtime Relevant request or payload sample What worked versus what failed Whether the issue is reproducible or intermittent Reference Routing oauth rest-api webhook...
1.2K