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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
8051 docx-official sickn33/antigravity-awesome-skills
DOCX creation, editing, and analysis Overview A user may ask you to create, edit, or analyze the contents of a .docx file. A .docx file is essentially a ZIP archive containing XML files and other resources that you can read or edit. You have different tools and workflows available for different tasks. Workflow Decision Tree Reading/Analyzing Content Use "Text extraction" or "Raw XML access" sections below Creating New Document Use "Creating a new Word document" workflow Editing Existing Document...
105
8052 whisper-transcription guia-matthieu/clawfu-skills
Whisper Transcription Transcribe any audio or video to text using OpenAI's Whisper model - the same technology powering ChatGPT voice features. When to Use This Skill Podcast repurposing - Convert episodes to blog posts, show notes, social snippets Video subtitles - Generate SRT/VTT files for YouTube, social media Interview extraction - Pull quotes and insights from recorded calls Content audit - Make audio/video libraries searchable Translation - Transcribe and translate foreign language conten...
105
8053 daily-report i9wa4/dotfiles
Daily Report Skill Summarize @i9wa4's GitHub and Jira activities and post as a GitHub Issue. 1. Prerequisites gh CLI installed jq installed acli installed (for Jira) 2. Workflow 2.1. Get GitHub Activities Use dedicated script to fetch activities. Defaults to fetching 24 hours of activities from current time (calculated in UTC). 2.1.1. Script Location ${CLAUDE_CONFIG_DIR}/skills/daily-report/scripts/get-activities.sh 2.1.2. Command Examples Default: 24 hours ago to now ${CLAUDE_CONFIG_DIR}/...
105
8054 ln-643-api-contract-auditor levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. API Contract Auditor (L3 Worker) Specialized worker auditing API contracts, method signatures at service boundaries, and DTO usage patterns. Purpose & Scope Worker in ln-640 coordinator pipeline - invoked by ln-640-pattern-evolution-auditor Audit API contracts at architecture level (service boundaries, layer separation) Che...
104
8055 team-collaboration-standup-notes sickn33/antigravity-awesome-skills
Standup Notes Generator You are an expert team communication specialist focused on async-first standup practices, AI-assisted note generation from commit history, and effective remote team coordination patterns. Use this skill when Working on standup notes generator tasks or workflows Needing guidance, best practices, or checklists for standup notes generator Do not use this skill when The task is unrelated to standup notes generator You need a different domain or tool outside this scope Context...
104
8056 commit odysseus0/symphony
Sentry Commit Messages Follow these conventions when creating commits for Sentry projects. Prerequisites Before committing, always check the current branch: git branch --show-current If you're on main or master , you MUST create a feature branch first — unless the user explicitly asked to commit to main. Do not ask the user whether to create a branch; just proceed with branch creation. The create-branch skill will still propose a branch name for the user to confirm. Use the create-branch skill t...
104
8057 gcp-expert personamanagmentlayer/pcl
Expert guidance for Google Cloud Platform services and cloud-native architecture. Core Concepts - Compute Engine, App Engine, Cloud Run - Cloud Functions (serverless) - Cloud Storage - BigQuery (data warehouse) - Firestore (NoSQL database) - Pub/Sub (messaging) - Google Kubernetes Engine (GKE) gcloud CLI ``` Initialize gcloud init Create Compute Engine instance gcloud compute instances create my-instance \ --zone=us-central1-a \ --machine-type=e2-medium \ --image-family=ubun...
104
8058 backend-engineer siviter-xyz/dot-agent
Backend Engineer Production-ready backend development with modern technologies, best practices, and proven patterns. When to Use Designing RESTful, GraphQL, or gRPC APIs Building authentication/authorization systems Optimizing database queries and schemas Implementing caching and performance optimization OWASP Top 10 security mitigation Designing scalable microservices Testing strategies (unit, integration, E2E) CI/CD pipelines and deployment Monitoring and debugging production systems Technol...
104
8059 tooluniverse-polygenic-risk-score mims-harvard/tooluniverse
Polygenic Risk Score (PRS) Builder Build and interpret polygenic risk scores for complex diseases using genome-wide association study (GWAS) data. Overview Use Cases: "Calculate my genetic risk for type 2 diabetes" "Build a polygenic risk score for coronary artery disease" "What's my genetic predisposition to Alzheimer's disease?" "Interpret my PRS percentile for breast cancer risk" What This Skill Does: Extracts genome-wide significant variants (p < 5e-8) from GWAS Catalog Builds weighted PRS m...
104
8060 wrangler cloudflare/cloudflare-docs
Wrangler CLI Deploy, develop, and manage Cloudflare Workers and associated resources. FIRST: Verify Wrangler Installation wrangler --version Requires v4.x+ If not installed: npm install -D wrangler@latest Key Guidelines Use wrangler.jsonc : Prefer JSON config over TOML. Newer features are JSON-only. Set compatibility_date : Use a recent date (within 30 days). Check https://developers.cloudflare.com/workers/configuration/compatibility-dates/ Generate types after config changes : Run wrangler typ...
104
8061 nimble-agents nimbleway/agent-skills
Nimble Agents Structured web data extraction via Nimble agents. Always finish with executed results or runnable code. User request: $ARGUMENTS Prerequisites Ensure the Nimble MCP server is connected: Claude Code: export NIMBLE_API_KEY = "your_api_key" claude mcp add --transport http nimble-mcp-server https://mcp.nimbleway.com/mcp \ --header "Authorization: Bearer ${NIMBLE_API_KEY} " VS Code (Copilot / Continue): { "nimble-mcp-server" : { "command" : "npx" , "args" : [ "-y" , "mcp-remote@latest" ...
104
8062 gitops-workflow sickn33/antigravity-awesome-skills
GitOps Workflow Complete guide to implementing GitOps workflows with ArgoCD and Flux for automated Kubernetes deployments. Purpose Implement declarative, Git-based continuous delivery for Kubernetes using ArgoCD or Flux CD, following OpenGitOps principles. When to Use This Skill Set up GitOps for Kubernetes clusters Automate application deployments from Git Implement progressive delivery strategies Manage multi-cluster deployments Configure automated sync policies Set up secret management in Git...
104
8063 clojure-write metabase/metabase
Clojure Development Skill Tool Preference When clojure-mcp tools are available (e.g., clojure_eval, clojure_edit), always use them instead of shell commands like ./bin/mage -repl. The MCP tools provide: Direct REPL integration without shell escaping issues Better error messages and feedback Structural Clojure editing that prevents syntax errors Only fall back to ./bin/mage commands when clojure-mcp is not available. @./../_shared/development-workflow.md @./../_shared/clojure-style-guide.md @...
104
8064 commit-helper charon-fan/agent-playbook
Commit Message Helper A skill for creating properly formatted Git commit messages following the Conventional Commits specification. When This Skill Activates This skill activates when you: Ask to commit changes Mention commit messages Request git commit formatting Say "commit" or "git commit" Commit Message Format <type>(<scope>): <subject> <body> <footer> Types Type Description feat A new feature fix A bug fix docs Documentation only changes style Changes that do not affect the meaning of the c...
104
8065 building-with-base-account base/skills
Building with Base Account Base Account is an ERC-4337 smart wallet providing universal sign-on, one-tap USDC payments, and multi-chain support (Base, Arbitrum, Optimism, Zora, Polygon, BNB, Avalanche, Lordchain, Ethereum Mainnet). Quick Start npm install @base-org/account @base-org/account-ui import { createBaseAccountSDK } from '@base-org/account' ; const sdk = createBaseAccountSDK ( { appName : 'My App' , appLogoUrl : 'https://example.com/logo.png' , appChainIds : [ 8453 ] , // Base Mainnet }...
104
8066 brand-writer zed-industries/zed
Zed Brand Writer Write in Zed's brand voice: thoughtful, technically grounded, and quietly confident. Sound like a developer who builds and explains tools for other developers. Write like the content on zed.dev — clear, reflective, and built around principles rather than persuasion. Invocation /brand-writer Start a writing session /brand-writer "homepage hero copy" Specify what you're writing /brand-writer --review "paste copy" Review existing copy for brand fit Core Voice You articulate Zed'...
104
8067 generate-component-documentation longbridge/gpui-component
Instructions When generating documentation for a new component: Follow existing patterns: Use the documentation styles found in the docs folder (examples: button.md, accordion.md, etc.) Reference implementations: Base the documentation on the same-named story implementation in crates/story/src/stories API references: Use markdown code blocks with links to docs.rs for component API references when applicable Examples The generated documentation should include: Component description and purpos...
104
8068 d2-diagram-creator jeremylongshore/claude-code-plugins-plus-skills
D2 Diagram Creator Purpose This skill provides automated assistance for d2 diagram creator tasks within the Visual Content domain. When to Use This skill activates automatically when you: Mention "d2 diagram creator" in your request Ask about d2 diagram creator patterns or best practices Need help with visual content skills covering diagrams, charts, presentations, and visual documentation tools. Capabilities Provides step-by-step guidance for d2 diagram creator Follows industry best practices a...
104
8069 api-documenter charon-fan/agent-playbook
You are an expert API documentation specialist mastering modern developer experience through comprehensive, interactive, and AI-enhanced documentation. Use this skill when Creating or updating OpenAPI/AsyncAPI specifications Building developer portals, SDK docs, or onboarding flows Improving API documentation quality and discoverability Generating code examples or SDKs from API specs Do not use this skill when You only need a quick internal note or informal summary The task is pure backend imple...
104
8070 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...
104
8071 auth0-express auth0/agent-skills
Auth0 Express Integration Add authentication to Express.js web applications using express-openid-connect. Prerequisites Express.js application Auth0 account and application configured If you don't have Auth0 set up yet, use the auth0-quickstart skill first When NOT to Use Single Page Applications - Use auth0-react , auth0-vue , or auth0-angular for client-side auth Next.js applications - Use auth0-nextjs skill which handles both client and server Mobile applications - Use auth0-react-native for ...
104
8072 feature-arch pproenca/dot-skills
Comprehensive architecture guide for organizing React applications by features, enabling scalable development with independent teams. Contains 42 rules across 8 categories, prioritized by impact from critical (directory structure, imports) to incremental (naming conventions). When to Apply Reference these guidelines when: - Creating new features or modules - Organizing project directory structure - Setting up import rules and boundaries - Implementing data fetching patterns - Composing c...
104
8073 deno-typescript mindrally/skills
Deno TypeScript Development You are an expert in Deno and TypeScript development with deep knowledge of building secure, modern applications using Deno's native TypeScript support and built-in tooling. TypeScript General Guidelines Basic Principles Use English for all code and documentation Always declare types for variables and functions (parameters and return values) Avoid using any type - create necessary types instead Use JSDoc to document public classes and methods Write concise, maintain...
104
8074 api-expert martinholovsky/claude-skills-generator
API Design & Architecture Expert 0. Anti-Hallucination Protocol 🚨 MANDATORY: Read before implementing any code using this skill Verification Requirements When using this skill to implement API features, you MUST: Verify Before Implementing ✅ Check official OpenAPI 3.1 specification ✅ Confirm OAuth2.1/JWT patterns are current ✅ Validate OWASP API Security Top 10 2023 guidance ❌ Never guess HTTP status code meanings ❌ Never invent OpenAPI schema options ❌ Never assume RFC compliance without c...
104
8075 react-code-review giuseppe-trisciuoglio/developer-kit
React Code Review Overview This skill provides structured, comprehensive code review for React applications. It evaluates code against React 19 best practices, component architecture patterns, hook usage, accessibility standards, and production-readiness criteria. The review produces actionable findings categorized by severity (Critical, Warning, Suggestion) with concrete code examples for improvements. This skill delegates to the react-software-architect-review agent for deep architectural anal...
104
8076 claude-code-guide 2025emma/vibe-coding-cn
Claude Code 高级开发指南 全面的 Claude Code 中文学习指南,涵盖从基础到高级的所有核心概念、工具使用、开发工作流和最佳实践。 何时使用此技能 当需要以下帮助时使用此技能: 学习 Claude Code 的核心功能和工具 掌握 REPL 环境的高级用法 理解开发工作流和任务管理 使用 MCP 集成外部系统 实现高级开发模式 应用 Claude Code 最佳实践 解决常见问题和错误 进行大文件分析和处理 快速参考 Claude Code 核心工具(7个) REPL - JavaScript 运行时环境 完整的 ES6+ 支持 预加载库:D3.js, MathJS, Lodash, Papaparse, SheetJS 支持 async/await, BigInt, WebAssembly 文件读取:window.fs.readFile() Artifacts - 可视化输出 React, Three.js, 图表库 HTML/SVG 渲染 交互式组件 Web Search - 网络搜索 仅美国可用 域名过滤支持 Web Fetch - 获取网...
104
8077 zustand-patterns yonatangross/orchestkit
Zustand Patterns Modern state management with Zustand 5.x - lightweight, TypeScript-first, no boilerplate. Overview Global state without Redux complexity Shared state across components without prop drilling Persisted state with localStorage/sessionStorage Computed/derived state with selectors State that needs middleware (logging, devtools, persistence) Core Patterns Covers basic stores, slices, Immer, persist, selectors, async actions, and devtools. Load Read("${CLAUDE_SKILL_DIR}/references/core...
104
8078 redis-patterns patricio0312rev/skills
Redis Patterns Implement common Redis patterns for high-performance applications. Core Workflow Setup connection: Configure Redis client Choose pattern: Caching, sessions, queues, etc. Implement operations: CRUD with proper TTL Handle errors: Reconnection, fallbacks Monitor performance: Memory, latency Optimize: Pipelining, clustering Connection Setup // redis/client.ts import { Redis } from 'ioredis'; // Single instance export const redis = new Redis({ host: process.env.REDIS_HOST || 'loca...
104
8079 financial-market-analysis sundial-org/awesome-openclaw-skills
Financial Market Analysis Agent "In the world of finance, data isn't just information; it's the substrate of precision execution." Stop relying on fragmented reports and manual research. This agent delivers deterministic, data-bound market intelligence, synthesizing stock performance, news sentiment, and investment ratings in seconds. Get institutional-grade insights at physics-defying speed. Usage /market "Company Name or Ticker" What You Get 1. Authoritative Data Retrieval The agent strictly o...
104
8080 tooluniverse-variant-interpretation mims-harvard/tooluniverse
Clinical Variant Interpreter Systematic variant interpretation using ToolUniverse - from raw variant calls to ACMG-classified clinical recommendations with structural impact analysis. Triggers Use this skill when users: Ask about variant interpretation, classification, or pathogenicity Have VCF data needing clinical annotation Need ACMG classification for variants Want structural impact analysis for missense variants Key Principles ACMG-Guided - Follow ACMG/AMP 2015 guidelines with explicit evid...
104
8081 proxychains 2025emma/vibe-coding-cn
Proxychains Network Proxy Skill 自动使用代理解决网络问题 - 当遇到网络连接失败、超时或访问受限时,自动使用 proxychains4 强制走代理。 When to Use This Skill 触发条件(自动应用): ❌ Connection timeout errors ❌ DNS resolution failures ❌ "Connection refused" errors ❌ HTTP 403/451 blocked access ❌ GitHub/PyPI/npm 等国外资源访问失败 ❌ curl/wget/git/pip 等命令失败 Claude 应该: 检测到网络错误后,自动在命令前添加 proxychains4 使用默认代理配置:http://127.0.0.1:9910 如果代理失败,提示用户检查代理服务状态 Quick Reference 基本用法模式 ❌ 原命令失败 curl https://github.com/user/repo ✅ 使用代理重试 proxychains4 curl https://gith...
104
8082 python fundamentals pluginagentmarketplace/custom-plugin-python
Python Fundamentals Overview This skill covers the foundational elements of Python programming including syntax, data types, control structures, functions, object-oriented programming, and the standard library. Learning Objectives Write clean, Pythonic code following PEP 8 guidelines Master all Python data structures (lists, tuples, dicts, sets) Understand and implement object-oriented programming concepts Navigate and utilize the Python standard library effectively Manage virtual environments a...
104
8083 design-lab 0xdesign/design-plugin
This skill implements a complete design exploration workflow: interview, generate variations, collect feedback, refine, preview, and finalize. CRITICAL: Cleanup Behavior All temporary files MUST be deleted when the process ends, whether by: - User confirms final design → cleanup, then generate plan - User aborts/cancels → cleanup immediately, no plan generated Never leave `.claude-design/` or `__design_lab` routes behind. If the user says "cancel", "abort", "stop", or "nevermind" at any po...
104
8084 zhihu-converter z0gsh1u/oh-my-writing-skill
你是一个内容编辑,专门将通用文章转换为适合知乎平台的格式和风格。 知乎平台特征 用户画像 - 主力用户:25-40岁,高学历,一二线城市为主 - 阅读偏好:深度内容、专业分析、干货分享 - 互动习惯:喜欢点赞有见地的回答,关注专业领域大V 内容调性 - 专业感:体现专业知识储备 - 逻辑性:论点清晰,论据充分 - 真诚感:分享真实经验,避免过度营销 - 互动性:适当设置讨论点,引导评论 转换规则 0. 内容保留原则 在开始任何转换之前,必须完整保留原内容中的: - 所有图片:保留原图片的 Markdown 语法和路径 - 图片说明文字:保留图片下方或上方的说明文字 1. 标题优化 知乎标题特点: - 直接点题,不玩悬念 - 可以用问句形式 - 体现专业性或独特视角 - 长度适中(15-30字) 转换示例: | AI 写作工具大全 | 2026年了,AI 写作工具到底发展到什么程度了?(深度测评) | 程序员如何提升效率 | 写了十年代码,这些提升效率的方法是我反复验证过的 | Python 入门指南 | 零基础学 ...
104
8085 technews kesslerio/technews-openclaw-skill
TechNews Skill Fetches top stories from TechMeme, summarizes linked articles, and highlights social media buzz. Usage Command: /technews Fetches the top 10 stories from TechMeme, provides summaries from the linked articles, and highlights notable social media reactions. Setup This skill requires: Python 3.9+ requests and beautifulsoup4 packages Optional: tiktoken for token-aware truncation Install dependencies: pip install requests beautifulsoup4 Architecture The skill works in three stages: Scr...
104
8086 tooluniverse-clinical-guidelines mims-harvard/tooluniverse
Clinical Guidelines Search & Retrieval Search and retrieve evidence-based clinical practice guidelines from 12+ authoritative sources spanning 41 tools. Covers disease management guidelines, society recommendations, pharmacogenomics guidance, and patient resources. KEY PRINCIPLES : Multi-source search — Search ≥3 databases in parallel for comprehensive coverage Source-appropriate queries — Match query style to each database's strengths Condition + society specific — When user names a disease or ...
104
8087 push odysseus0/symphony
Push Prerequisites gh CLI is installed and available in PATH . gh auth status succeeds for GitHub operations in this repo. Goals Push current branch changes to origin safely. Create a PR if none exists for the branch, otherwise update the existing PR. Keep branch history clean when remote has moved.
104
8088 github-pr-creation fvadicamo/dev-agent-skills
Creates Pull Requests with task validation, test execution, and Conventional Commits formatting. Quick Start ``` 1. Verify GitHub CLI gh --version && gh auth status 2. Gather information (Claude does this directly) git log develop..HEAD --oneline Commits to include git diff develop --stat Files changed git rev-parse --abbrev-ref HEAD Current branch 3. Run project tests make test or: pytest, npm test 4. Create PR (after generating content) gh pr create...
104
8089 implementing-drag-drop ancoleman/ai-design-components
Drag-and-Drop & Sortable Interfaces Purpose This skill helps implement drag-and-drop interactions and sortable interfaces using modern React/TypeScript libraries. It covers accessibility-first approaches, touch support, and performance optimization for creating intuitive direct manipulation UIs. When to Use Invoke this skill when: Building Trello-style kanban boards with draggable cards between columns Creating sortable lists with drag handles for priority ordering Implementing file upload z...
104
8090 convex file storage waynesutton/convexskills
Convex File Storage Handle file uploads, storage, serving, and management in Convex applications with proper patterns for images, documents, and generated files. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/file-storage Upload Files: https://docs.convex.dev/file-storage/upload-files Serve Files: https://docs.convex.dev/file-storage/serve-files For broader context: https://docs.convex.dev/llms.txt Instructions File Stor...
104
8091 config-hardener useai-pro/openclaw-skills-security
Config Hardener You are an OpenClaw configuration security auditor. Analyze the user's OpenClaw setup and generate a hardened configuration that follows security best practices. What to Audit 1. AGENTS.md The AGENTS.md file defines what your agent can and cannot do. Check for: Missing AGENTS.md (CRITICAL) Without AGENTS.md, OpenClaw runs with default permissions — this is the most common cause of security incidents. Overly permissive rules: <!-- BAD: allows everything --> Allowed - All tools en...
104
8092 gameplay-mechanics pluginagentmarketplace/custom-plugin-game-developer
Gameplay Mechanics Implementation Core Mechanics Framework ┌─────────────────────────────────────────────────────────────┐ │ ACTION → EFFECT LOOP │ ├─────────────────────────────────────────────────────────────┤ │ INPUT PROCESS OUTPUT FEEDBACK │ │ ┌─────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐ │ │ │Press│──────→│Validate │─────→│Update │───→│Visual │ │ │ │Button│ │& Execute│ │State │ │Audio ...
104
8093 cloudflare-troubleshooting daymade/claude-code-skills
Cloudflare Troubleshooting Core Principle Investigate with evidence, not assumptions. Always query Cloudflare API to examine actual configuration before diagnosing issues. The skill's value is the systematic investigation methodology, not predetermined solutions. Investigation Methodology 1. Gather Credentials Request from user: Domain name Cloudflare account email Cloudflare Global API Key (or API Token) Global API Key location: Cloudflare Dashboard → My Profile → API Tokens → View Global ...
104
8094 ln-640-pattern-evolution-auditor levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Pattern Evolution Auditor L2 Coordinator that analyzes implemented architectural patterns against current best practices and tracks evolution over time. Purpose & Scope Maintain docs/project/patterns_catalog.md with implemented patterns Research best practices via MCP Ref, Context7, WebSearch Audit layer boundaries via ln-6...
104
8095 ml-engineer 404kidwiz/claude-supercode-skills
Use this skill when Working on ml engineer tasks or workflows Needing guidance, best practices, or checklists for ml engineer Do not use this skill when The task is unrelated to ml engineer 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 an ML engi...
104
8096 encore-go-api encoredev/skills
Encore Go API Endpoints Instructions When creating API endpoints with Encore Go, follow these patterns: 1. Basic API Endpoint Use the //encore:api annotation above your function: package user import "context" type GetUserParams struct { ID string } type User struct { ID string `json:"id"` Email string `json:"email"` Name string `json:"name"` } //encore:api public method=GET path=/users/:id func GetUser(ctx context.Context, params *GetUserParams) (*User, error) { /...
104
8097 erc-8004 bankrbot/openclaw-skills
ERC-8004: Trustless Agents Register your AI agent on Ethereum mainnet with a verifiable on-chain identity, making it discoverable and enabling trust signals. What is ERC-8004? ERC-8004 is an Ethereum standard for trustless agent identity and reputation: Identity Registry - ERC-721 based agent IDs (your agent gets an NFT!) Reputation Registry - Feedback and trust signals from other agents/users Validation Registry - Third-party verification of agent work Website: https://www.8004.org Spec: https:...
104
8098 encore-go-service encoredev/skills
Encore Go Service Structure Instructions In Encore Go, each package with an API endpoint is automatically a service. No special configuration needed. Creating a Service Simply create a package with at least one //encore:api endpoint: // user/user.go package user import "context" type User struct { ID string `json:"id"` Email string `json:"email"` Name string `json:"name"` } //encore:api public method=GET path=/users/:id func GetUser(ctx context.Context, params *GetUserPara...
104
8099 google-workspace letta-ai/skills
Google Workspace APIs Status: Production Ready Last Updated: 2026-01-09 Dependencies: Cloudflare Workers (recommended), Google Cloud Project Skill Version: 1.0.0 Quick Reference API Common Use Cases Reference Gmail Email automation, inbox management gmail-api.md Calendar Event management, scheduling calendar-api.md Drive File storage, sharing drive-api.md Sheets Spreadsheet data, reporting sheets-api.md Docs Document generation docs-api.md Chat Bots, webhooks, spaces chat-api.md Meet Video con...
104
8100 openspec-proposal-creation-cn forztf/open-skilled-sdd
遵循规范驱动开发方法,生成完整的变更提案。 快速开始 创建规范提案包含三类输出: - proposal.md - 为什么、做什么、影响摘要 - tasks.json - 编号的实施清单 - spec-delta.md - 正式的需求变更(ADDED/MODIFIED/REMOVED) 基本流程:生成变更 ID → 脚手架目录 → 起草提案 → 编写规范差异 → 验证结构 工作流 复制此清单并跟踪进度: ``` 规划进度: - [ ] 第 1 步:审阅现有规范 - [ ] 第 2 步:生成唯一的变更 ID - [ ] 第 3 步:生成目录结构 - [ ] 第 4 步:起草 proposal.md(为什么、做什么、影响摘要) - [ ] 第 5 步:创建 tasks.json 实施清单 - [ ] 第 6 步:编写 spec-delta.md 规范差异(ADDED/MODIFIED/REMOVED) - [ ] 第 7 步:验证提案结构 - [ ] 第 8 步:向用户展示并请求审批 ``` 第 1 步:审阅现有规范 在创建提案前,了解当前状态: ``` 列...
104