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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,417
总 Skills
159.9M
总安装量
2,739
贡献者
# Skill 仓库 描述 安装量
1051 video-ad-specs infsh-skills/skills
Install the belt CLI skill: npx skills add belt-sh/cli Video Ad Specs Create platform-specific video ads via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs 15.9K Repository skills-101/superpowers GitHub Stars 7 First Seen 12 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Pass
15.9K
1052 product-hunt-launch infsh-skills/skills
Install the belt CLI skill: npx skills add belt-sh/cli Product Hunt Launch Optimize your Product Hunt launch with research and visuals via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate gallery hero image belt app run falai/flux-dev-lora --input '{ "prompt": "clean product showcase, modern SaaS dashboard interface on laptop screen, floating UI elements around it, soft gradient background from blue to purple, professional marketing hero...
15.9K
1053 recipe-bulk-download-folder googleworkspace/cli
Bulk Download Drive Folder PREREQUISITE: Load the following skills to execute this recipe: gws-drive List and download all files from a Google Drive folder. Steps List files in folder: gws drive files list --params '{"q": "'\''FOLDER_ID'\'' in parents"}' --format json Download each file: gws drive files get --params '{"fileId": "FILE_ID", "alt": "media"}' -o filename.ext Export Google Docs as PDF: gws drive files export --params '{"fileId": "FILE_ID", "mimeType": "application/pdf"}' -o document....
15.9K
1054 recipe-compare-sheet-tabs googleworkspace/cli
Compare Two Google Sheets Tabs PREREQUISITE: Load the following skills to execute this recipe: gws-sheets Read data from two tabs in a Google Sheet to compare and identify differences. Steps Read the first tab: gws sheets +read --spreadsheet SHEET_ID --range "January!A1:D" Read the second tab: gws sheets +read --spreadsheet SHEET_ID --range "February!A1:D" Compare the data and identify changes
15.9K
1055 recipe-plan-weekly-schedule googleworkspace/cli
Plan Your Weekly Google Calendar Schedule PREREQUISITE: Load the following skills to execute this recipe: gws-calendar Review your Google Calendar week, identify gaps, and add events to fill them. Steps Check this week's agenda: gws calendar +agenda Check free/busy for the week: gws calendar freebusy query --json '{"timeMin": "2025-01-20T00:00:00Z", "timeMax": "2025-01-25T00:00:00Z", "items": [{"id": "primary"}]}' Add a new event: gws calendar +insert --summary 'Deep Work Block' --start '2026-01...
15.9K
1056 gws-workflow-file-announce googleworkspace/cli
workflow +file-announce PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Announce a Drive file in a Chat space Usage gws workflow +file-announce --file-id < ID > --space < SPACE > Flags Flag Required Default Description --file-id ✓ — Drive file ID to announce --space ✓ — Chat space name (e.g. spaces/SPACE_ID) --message — — Custom announcement message --format — — Output format: json (default), table, yaml, csv...
15.9K
1057 ponytail-review dietrichgebert/ponytail
Review diffs for unnecessary complexity. One line per finding: location, what to cut, what replaces it. The diff's best outcome is getting shorter. Format L<line>: <tag> <what>. <replacement>. , or <file>:L<line>: ... for multi-file diffs. Tags: delete: dead code, unused flexibility, speculative feature. Replacement: nothing. stdlib: hand-rolled thing the standard library ships. Name the function. native: dependency or code doing what the platform already does. Name the feature. yagni: abstracti...
15.9K
1058 gws-events-renew googleworkspace/cli
events +renew PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Renew/reactivate Workspace Events subscriptions Usage gws events +renew Flags Flag Required Default Description --name — — Subscription name to reactivate (e.g., subscriptions/SUB_ID) --all — — Renew all subscriptions expiring within --within window --within — 1h Time window for --all (e.g., 1h, 30m, 2d) Examples gws events +renew --name subscripti...
15.8K
1059 recipe-draft-email-from-doc googleworkspace/cli
Draft a Gmail Message from a Google Doc PREREQUISITE: Load the following skills to execute this recipe: gws-docs , gws-gmail Read content from a Google Doc and use it as the body of a Gmail message. Steps Get the document content: gws docs documents get --params '{"documentId": "DOC_ID"}' Copy the text from the body content Send the email: gws gmail +send --to recipient@example.com --subject 'Newsletter Update' --body 'CONTENT_FROM_DOC'
15.8K
1060 gws-events-subscribe googleworkspace/cli
events +subscribe PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Subscribe to Workspace events and stream them as NDJSON Usage gws events +subscribe Flags Flag Required Default Description --target — — Workspace resource URI (e.g., //chat.googleapis.com/spaces/SPACE_ID) --event-types — — Comma-separated CloudEvents types to subscribe to --project — — GCP project ID for Pub/Sub resources --subscription — — Ex...
15.8K
1061 persona-content-creator googleworkspace/cli
Content Creator PREREQUISITE: Load the following utility skills to operate as this persona: gws-docs , gws-drive , gws-gmail , gws-chat , gws-slides Create, organize, and distribute content across Workspace. Relevant Workflows gws workflow +file-announce Instructions Draft content in Google Docs with gws docs +write . Organize content assets in Drive folders — use gws drive files list to browse. Share finished content by announcing in Chat with gws workflow +file-announce . Send content review r...
15.8K
1062 recipe-email-drive-link googleworkspace/cli
Email a Google Drive File Link PREREQUISITE: Load the following skills to execute this recipe: gws-drive , gws-gmail Share a Google Drive file and email the link with a message to recipients. Steps Find the file: gws drive files list --params '{"q": "name = '\''Quarterly Report'\''"}' Share the file: gws drive permissions create --params '{"fileId": "FILE_ID"}' --json '{"role": "reader", "type": "user", "emailAddress": "client@example.com"}' Email the link: gws gmail +send --to client@example.co...
15.8K
1063 web-access eze-is/web-access
web-access Skill 前置检查 在开始联网操作前,先检查 CDP 模式可用性: node " ${CLAUDE_SKILL_DIR} /scripts/check-deps.mjs" 未通过时引导用户完成设置: Node.js 22+ :必需(使用原生 WebSocket)。版本低于 22 可用但需安装 ws 模块。 Chrome remote-debugging :在 Chrome 地址栏打开 chrome://inspect/remote-debugging ,勾选 "Allow remote debugging for this browser instance" 即可,可能需要重启浏览器。 检查通过后并必须在回复中向用户直接展示以下须知,再启动 CDP Proxy 执行操作: 温馨提示:部分站点对浏览器自动化操作检测严格,存在账号封禁风险。已内置防护措施但无法完全避免,Agent 继续操作即视为接受。 浏览哲学 像人一样思考,兼顾高效与适应性的完成任务。 执行任务时不会过度依赖固有印象所规划的步骤,而是带着目标进入,边看边判断,遇到阻碍就解决,发现内容不够就深入——...
15.8K
1064 opencli-autofix jackwener/opencli
OpenCLI AutoFix — Automatic Adapter Self-Repair When an opencli command fails because a website changed its DOM, API, or response schema, automatically diagnose, fix the adapter, and retry — don't just report the error. Safety Boundaries Before starting any repair, check these hard stops: AUTH_REQUIRED (exit code 77) — STOP. Do not modify code. Tell the user to log into the site in Chrome. BROWSER_CONNECT (exit code 69) — STOP. Do not modify code. Tell the user to run opencli doctor . CAPTCHA / ...
15.8K
1065 recipe-generate-report-from-sheet googleworkspace/cli
Generate a Google Docs Report from Sheet Data PREREQUISITE: Load the following skills to execute this recipe: gws-sheets , gws-docs , gws-drive Read data from a Google Sheet and create a formatted Google Docs report. Steps Read the data: gws sheets +read --spreadsheet SHEET_ID --range "Sales!A1:D" Create the report doc: gws docs documents create --json '{"title": "Sales Report - January 2025"}' Write the report: `gws docs +write --document-id DOC_ID --text ' Sales Report - January 2025 Summary T...
15.7K
1066 recipe-reschedule-meeting googleworkspace/cli
Reschedule a Google Calendar Meeting PREREQUISITE: Load the following skills to execute this recipe: gws-calendar Move a Google Calendar event to a new time and automatically notify all attendees. Steps Find the event: gws calendar +agenda Get event details: gws calendar events get --params '{"calendarId": "primary", "eventId": "EVENT_ID"}' Update the time: gws calendar events patch --params '{"calendarId": "primary", "eventId": "EVENT_ID", "sendUpdates": "all"}' --json '{"start": {"dateTime": "...
15.7K
1067 gws-admin-reports googleworkspace/cli
admin-reports (reports_v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws admin-reports < resource > < method > [ flags ] API Resources activities list — Retrieves a list of activities for a specific customer's account and application such as the Admin console application or the Google Drive application. For more information, see the guides for administrator and Google Drive activity reports. For more in...
15.6K
1068 recipe-save-email-to-doc googleworkspace/cli
Save a Gmail Message to Google Docs PREREQUISITE: Load the following skills to execute this recipe: gws-gmail , gws-docs Save a Gmail message body into a Google Doc for archival or reference. Steps Find the message: gws gmail users messages list --params '{"userId": "me", "q": "subject:important from:boss@company.com"}' --format table Get message content: gws gmail users messages get --params '{"userId": "me", "id": "MSG_ID"}' Create a doc with the content: gws docs documents create --json '{"ti...
15.6K
1069 recipe-watch-drive-changes googleworkspace/cli
Watch for Drive Changes PREREQUISITE: Load the following skills to execute this recipe: gws-events Subscribe to change notifications on a Google Drive file or folder. Steps Create subscription: gws events subscriptions create --json '{"targetResource": "//drive.googleapis.com/drives/DRIVE_ID", "eventTypes": ["google.workspace.drive.file.v1.updated"], "notificationEndpoint": {"pubsubTopic": "projects/PROJECT/topics/TOPIC"}, "payloadOptions": {"includeResource": true}}' List active subscriptions: ...
15.5K
1070 persona-team-lead googleworkspace/cli
Team Lead PREREQUISITE: Load the following utility skills to operate as this persona: gws-calendar , gws-gmail , gws-chat , gws-drive , gws-sheets Lead a team — run standups, coordinate tasks, and communicate. Relevant Workflows gws workflow +standup-report gws workflow +meeting-prep gws workflow +weekly-digest gws workflow +email-to-task Instructions Run daily standups with gws workflow +standup-report — share output in team Chat. Prepare for 1:1s with gws workflow +meeting-prep . Get weekly sn...
15.5K
1071 recipe-label-and-archive-emails googleworkspace/cli
Label and Archive Gmail Threads PREREQUISITE: Load the following skills to execute this recipe: gws-gmail Apply Gmail labels to matching messages and archive them to keep your inbox clean. Steps Search for matching emails: gws gmail users messages list --params '{"userId": "me", "q": "from:notifications@service.com"}' --format table Apply a label: gws gmail users messages modify --params '{"userId": "me", "id": "MESSAGE_ID"}' --json '{"addLabelIds": ["LABEL_ID"]}' Archive (remove from inbox): gw...
15.5K
1072 recipe-create-shared-drive googleworkspace/cli
Create and Configure a Shared Drive PREREQUISITE: Load the following skills to execute this recipe: gws-drive Create a Google Shared Drive and add members with appropriate roles. Steps Create shared drive: gws drive drives create --params '{"requestId": "unique-id-123"}' --json '{"name": "Project X"}' Add a member: gws drive permissions create --params '{"fileId": "DRIVE_ID", "supportsAllDrives": true}' --json '{"role": "writer", "type": "user", "emailAddress": "member@company.com"}' List member...
15.5K
1073 recipe-schedule-recurring-event googleworkspace/cli
Schedule a Recurring Meeting PREREQUISITE: Load the following skills to execute this recipe: gws-calendar Create a recurring Google Calendar event with attendees. Steps Create recurring event: gws calendar events insert --params '{"calendarId": "primary"}' --json '{"summary": "Weekly Standup", "start": {"dateTime": "2024-03-18T09:00:00", "timeZone": "America/New_York"}, "end": {"dateTime": "2024-03-18T09:30:00", "timeZone": "America/New_York"}, "recurrence": ["RRULE:FREQ=WEEKLY;BYDAY=MO"], "atte...
15.4K
1074 recipe-create-task-list googleworkspace/cli
Create a Task List and Add Tasks PREREQUISITE: Load the following skills to execute this recipe: gws-tasks Set up a new Google Tasks list with initial tasks. Steps Create task list: gws tasks tasklists insert --json '{"title": "Q2 Goals"}' Add a task: gws tasks tasks insert --params '{"tasklist": "TASKLIST_ID"}' --json '{"title": "Review Q1 metrics", "notes": "Pull data from analytics dashboard", "due": "2024-04-01T00:00:00Z"}' Add another task: gws tasks tasks insert --params '{"tasklist": "TAS...
15.4K
1075 antfu antfu/skills
This skill covers Anthony Fu's preferred tooling, configurations, and best practices for web development. This skill is opinionated. Quick Summary | Package Manager | pnpm | Language | TypeScript (strict mode) | Module System | ESM (`"type": "module"`) | Linting & Formatting | @antfu/eslint-config (no Prettier) | Testing | Vitest | Git Hooks | simple-git-hooks + lint-staged | Documentation | VitePress (in `docs/`) Core Stack Package Manager (pnpm) Use pnpm as the pack...
15.4K
1076 resend resend/resend-skills
Resend Quick Send — Node.js import { Resend } from 'resend' ; const resend = new Resend ( process . env . RESEND_API_KEY ) ; const { data , error } = await resend . emails . send ( { from : 'Acme <onboarding@resend.dev>' , to : [ 'delivered@resend.dev' ] , subject : 'Hello World' , html : '<p>Email body here</p>' , } , { idempotencyKey : ` welcome-email/ ${ userId } ` } ) ; if ( error ) { console . error ( 'Failed:' , error . message ) ; return ; } console . log ( 'Sent:' , data . id ) ; Key got...
15.4K
1077 database-migration wshobson/agents
Database Migration Master database schema and data migrations across ORMs (Sequelize, TypeORM, Prisma), including rollback strategies and zero-downtime deployments. When to Use This Skill Migrating between different ORMs Performing schema transformations Moving data between databases Implementing rollback procedures Zero-downtime deployments Database version upgrades Data model refactoring ORM Migrations Sequelize Migrations // migrations/20231201-create-users.js module . exports = { up : async ...
15.4K
1078 research warpdotdev/common-skills
Spin up a background agent to do the research, so you keep working while it reads. Its job: Investigate the question against primary sources — official docs, source code, specs, first-party APIs — not a secondary write-up of them. Follow every claim back to the source that owns it. Write the findings to a single Markdown file, citing each claim's source. Save it where the repo already keeps such notes; match the existing convention, and if there is none, put it somewhere sensible and say where. ...
15.4K
1079 cross-critique warpdotdev/common-skills
Cross-Critique Use this skill to run a second round after several subagents have independently produced proposals or opinions on the same contested question. Instead of synthesizing their reports yourself, you circulate each proposal to the other authors and ask them to critique it — pros and cons — and then you synthesize the richer set of analyses that results. Why this matters When you generate independent proposals (different models, different angles), each author ends up with deep context o...
15.4K
1080 momentic-mobile-test momentic-ai/skills
No SKILL.md available for this skill. View on GitHub
15.3K
1081 conventional-commit github/awesome-copilot
Instructions < description > This file contains a prompt template for generating conventional commit messages. It provides instructions, examples, and formatting guidelines to help users write standardized, descriptive commit messages in accordance with the Conventional Commits specification. </ description > Workflow Follow these steps: Run git status to review changed files. Run git diff or git diff --cached to inspect changes. Stage your changes with git add <file> . Construct your commit mes...
15.3K
1082 expo-brownfield expo/skills
Expo Brownfield A brownfield app is an existing native iOS or Android app that adopts React Native incrementally, as opposed to a greenfield app that is React Native from day one. Expo supports two distinct ways to add React Native to a brownfield project: Approach What ships to the native app When to choose Isolated Prebuilt AAR / XCFramework Native team doesn't need Node or RN tooling; RN code can live in a separate repo Integrated React Native sources added to the existing Gradle / CocoaPods ...
15.3K
1083 recipe-block-focus-time googleworkspace/cli
Block Focus Time on Google Calendar PREREQUISITE: Load the following skills to execute this recipe: gws-calendar Create recurring focus time blocks on Google Calendar to protect deep work hours. Steps Create recurring focus block: gws calendar events insert --params '{"calendarId": "primary"}' --json '{"summary": "Focus Time", "description": "Protected deep work block", "start": {"dateTime": "2025-01-20T09:00:00", "timeZone": "America/New_York"}, "end": {"dateTime": "2025-01-20T11:00:00", "timeZ...
15.2K
1084 nx-workspace nrwl/nx-ai-agents-config
Nx Workspace Exploration This skill provides read-only exploration of Nx workspaces. Use it to understand workspace structure, project configuration, available targets, and dependencies. Keep in mind that you might have to prefix commands with npx / pnpx / yarn if nx isn't installed globally. Check the lockfile to determine the package manager in use. Listing Projects Use nx show projects to list projects in the workspace. The project filtering syntax ( -p / --projects ) works across many Nx com...
15.2K
1085 tailwind-css-patterns giuseppe-trisciuoglio/developer-kit
Tailwind CSS Development Patterns Expert guide for building modern, responsive user interfaces with Tailwind CSS utility-first framework. Covers v4.1+ features including CSS-first configuration, custom utilities, and enhanced developer experience. When to Use Styling React/HTML components with utility classes Building responsive layouts with breakpoints Implementing flexbox and grid layouts Managing spacing, colors, and typography Creating custom design systems Optimizing for mobile-first desi...
15.2K
1086 security-review affaan-m/ecc
Security Review Skill This skill ensures all code follows security best practices and identifies potential vulnerabilities. When to Activate Implementing authentication or authorization Handling user input or file uploads Creating new API endpoints Working with secrets or credentials Implementing payment features Storing or transmitting sensitive data Integrating third-party APIs Security Checklist 1. Secrets Management Show more Installs 1.9K Repository affaan-m/ecc GitHub Stars 239.2K First Se...
15.2K
1087 dbs-learning dontbesilent2025/dbskill
dbs-learning:交互式学习 你是 dontbesilent 的交互式学习 AI。你的任务是把一个课题拆成连续学习文章,并根据用户在上一篇文章里的真实反馈,调整下一篇的深度、角度和节奏。 你维护的是一个自适应学习梯度。 每一篇文章都要接住用户上一轮的理解状态和兴趣方向,再推进下一步。 核心边界 你负责连续学习,不负责商业诊断。 你负责教学序列,不负责单篇内容代写。 你可以引用 dbskill 其他 skill 的方法论,但不要代替它们完成诊断。 当用户提出具体商业问题、内容问题、执行问题时,可以建议转到对应 skill。 触发信号 Show more
15.2K
1088 tavily-best-practices tavily-ai/skills
Tavily Tavily is a search API designed for LLMs, enabling AI applications to access real-time web data. Installation Python: pip install tavily-python JavaScript: npm install @tavily/core See references/sdk.md for complete SDK reference. Client Initialization from tavily import TavilyClient Uses TAVILY_API_KEY env var (recommended) client = TavilyClient ( ) With project tracking (for usage organization) client = TavilyClient ( project_id = "your-project-id" ) Async client for parallel queries ...
15.2K
1089 recipe-share-doc-and-notify googleworkspace/cli
Share a Google Doc and Notify Collaborators PREREQUISITE: Load the following skills to execute this recipe: gws-drive , gws-docs , gws-gmail Share a Google Docs document with edit access and email collaborators the link. Steps Find the doc: gws drive files list --params '{"q": "name contains '\''Project Brief'\'' and mimeType = '\''application/vnd.google-apps.document'\''"}' Share with editor access: gws drive permissions create --params '{"fileId": "DOC_ID"}' --json '{"role": "writer", "type": ...
15.1K
1090 smart-search jackwener/opencli
智能搜索路由器 根据话题和场景,将查询路由到最佳的 opencli 搜索源。此 skill 的核心目标不是记忆命令,而是先定位数据源,再让 Agent 通过 opencli 自己读取实时帮助,避免文档漂移。 强制预检 每次使用前,必须先做下面两步: 运行 opencli list -f yaml 用 live registry 确认候选站点是否存在,并检查 strategy 、 browser 、 domain 选定站点后,必须再做下面两步: 运行 opencli <site> -h 查看该站点有哪些子命令 若已锁定某个子命令,再运行 opencli <site> <command> -h 查看参数、输出列、策略 不要在 skill 文档里硬编码参数或假设命令签名;以 opencli ... -h 的实时输出为准。 主路由规则 只使用这一条规则,不再维护多套优先级: 当用户明确指定网站、平台或数据源时,直接使用对应网站。 当用户没有指定网站时,优先只选择一个 AI 源: grok 、 doubao 、 gemini 三选一。 当 AI 返回内容不足、缺少原始数据、需要权威佐证或需要垂直...
15.1K
1091 swift-concurrency avdlee/swift-concurrency-agent-skill
Swift Concurrency Fast Path Before proposing a fix: Analyze Package.swift or .pbxproj to determine Swift language mode, strict concurrency level, default isolation, and upcoming features. Do this always, not only for migration work. Capture the exact diagnostic and offending symbol. Determine the isolation boundary: @MainActor , custom actor, actor instance isolation, or nonisolated . Confirm whether the code is UI-bound or intended to run off the main actor. Project settings that change concurr...
15K
1092 expo-ui expo/skills
Expo UI ( @expo/ui ) @expo/ui renders real native UI from React: SwiftUI on iOS, Jetpack Compose on Android. Start with its universal components (one tree for iOS, Android, and web) and drop to platform-specific SwiftUI/Jetpack Compose only when the universal layer falls short. It also ships drop-in replacements for migrating off RN community UI libraries. These instructions track the latest Expo SDK. The universal layer requires SDK 56+ . Drop-in replacements and the platform-specific layers al...
15K
1093 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...
14.9K
1094 sleek-design-mobile-apps ai-design-layers/agent-skills
Designing with Sleek Overview sleek.design is an AI-powered mobile app design tool. You interact with it via a REST API at /api/v1/* to create projects, describe what you want built in plain language, and get back rendered screens. All communication is standard HTTP with bearer token auth. Base URL : https://sleek.design Auth : Authorization: Bearer $SLEEK_API_KEY on every /api/v1/* request Content-Type : application/json (requests and responses) CORS : Enabled on all /api/v1/* endpoints Parsing...
14.9K
1095 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...
14.9K
1096 async-python-patterns wshobson/agents
Async Python Patterns Comprehensive guidance for implementing asynchronous Python applications using asyncio, concurrent programming patterns, and async/await for building high-performance, non-blocking systems. When to Use This Skill Building async web APIs (FastAPI, aiohttp, Sanic) Implementing concurrent I/O operations (database, file, network) Creating web scrapers with concurrent requests Developing real-time applications (WebSocket servers, chat systems) Processing multiple independent t...
14.9K
1097 deep-agents-memory langchain-ai/langchain-skills
Short-term (StateBackend) : Persists within a single thread, lost when thread ends Long-term (StoreBackend) : Persists across threads and sessions Hybrid (CompositeBackend) : Route different paths to different backends FilesystemMiddleware provides tools: ls , read_file , write_file , edit_file , glob , grep Use Case Backend Why Temporary working files StateBackend Default, no setup Local development CLI FilesystemBackend Direct disk access Cross-session memory StoreBackend Persists across threa...
14.9K
1098 dbs-good-question dontbesilent2025/dbskill
dbs-good-question:好问题生成器 你是 dontbesilent 的好问题生成器。你的任务是把用户丢来的模糊问题、现象或困惑,改写成 Agent 可以推理、批评、验证、行动的问题说明书,并判断这个问题可以被自动化解决到什么程度。 核心使命:让问题承担推理约束。 一个好问题要压缩搜索空间、暴露关键冲突、指向可检验解释。问题越清楚,Agent 越能生成 hard to vary 的候选解释;问题越含混,Agent 越依赖默认假设。 核心哲学 原则 1:好问题先钉现象 不要直接回答「为什么我做不好」「为什么没人买」「这个能不能做」这类大问题。先把它钉成一个可以观察的现象。 坏问题: 为什么我的内容没人买? 为什么我做不好个人 IP? 这个项目能不能自动化? Show more
14.9K
1099 extension-email-calendar-events caffeinelabs/skills
Email — Calendar Events Calendar events email extension for Caffeine AI . Overview This skill adds support for organising events/meetings and sending iCalendar invitations by email. It provides CRUD operations for calendar events and email-based invitation delivery. Backend This component is for organising events/meetings and sending invitations by email Internally it builds and attaches an iCalendar file to each attendees's email This component does not yet support receiving RSVPs from attendee...
14.9K
1100 github-issues github/awesome-copilot
GitHub Issues Manage GitHub issues using the @modelcontextprotocol/server-github MCP server. Available Tools MCP Tools (read operations) Tool Purpose mcp__github__issue_read Read issue details, sub-issues, comments, labels (methods: get, get_comments, get_sub_issues, get_labels) mcp__github__list_issues List and filter repository issues by state, labels, date mcp__github__search_issues Search issues across repos using GitHub search syntax mcp__github__projects_list List projects, project fields,...
14.9K