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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,609
总 Skills
166.4M
总安装量
2,750
贡献者
# Skill 仓库 描述 安装量
8901 flutter-theming flutter/skills
Goal Updates and manages Flutter application styling by migrating legacy Material 2 implementations to Material 3, normalizing component themes, updating deprecated button classes, and adapting UI idioms for cross-platform consistency. Assumes a Flutter environment using Dart. Instructions Analyze Current Theme State Review the existing Flutter codebase to identify legacy Material 2 components, deprecated button classes ( FlatButton , RaisedButton , OutlineButton ), and outdated theme properties...
1.2K
8902 kimodo-motion-diffusion aradotso/trending-skills
Kimodo Motion Diffusion Skill by ara.so — Daily 2026 Skills collection. Kimodo is a kinematic motion diffusion model trained on 700 hours of commercially-friendly optical mocap data. It generates high-quality 3D human and humanoid robot motions controlled through text prompts and kinematic constraints (full-body keyframes, end-effector positions/rotations, 2D paths, 2D waypoints). Installation Clone the repository git clone https://github.com/nv-tlabs/kimodo.git cd kimodo Install with pip (cre...
1.2K
8903 nightingale-karaoke aradotso/trending-skills
Nightingale Karaoke Skill Skill by ara.so — Daily 2026 Skills collection. Nightingale is a self-contained, ML-powered karaoke application written in Rust (Bevy engine). It scans a local music folder, separates vocals from instrumentals (UVR Karaoke model or Demucs), transcribes lyrics with word-level timestamps (WhisperX), and plays back with synchronized highlighting, real-time pitch scoring, player profiles, and GPU shader / video backgrounds. Everything — ffmpeg, Python, PyTorch, ML models — ...
1.2K
8904 keyid-agent-kit-mcp aradotso/trending-skills
KeyID Agent Kit — MCP Email Tools for AI Agents Skill by ara.so — Daily 2026 Skills collection. KeyID Agent Kit gives AI agents (Claude, Cursor, or any MCP client) a real, working email address with 27 tools via the Model Context Protocol. No signup, no API keys to acquire manually, no cost. Powered by KeyID.ai . What It Does Provisions a real email address for your AI agent automatically Exposes 27 MCP tools: send, receive, reply, forward, search, contacts, drafts, webhooks, auto-reply, signatu...
1.2K
8905 avoid-feature-creep waynesutton/convexskills
Avoid Feature Creep for Agents Stop building features nobody needs. This skill helps you ship products that solve real problems without drowning in unnecessary complexity. Feature creep kills products. It delays launches, burns budgets, exhausts teams, and creates software nobody wants to use. The most successful products do fewer things well. The Core Problem Feature creep is the gradual accumulation of features beyond what your product needs to deliver value. It happens slowly, then all at...
1.2K
8906 fabro-workflow-factory aradotso/trending-skills
Fabro Workflow Factory Skill by ara.so — Daily 2026 Skills collection. Fabro is an open source AI coding workflow orchestrator written in Rust. It lets you define agent pipelines as Graphviz DOT graphs — with branching, loops, human approval gates, multi-model routing, and cloud sandbox execution — then run them as a persistent service. You define the process; agents execute it; you intervene only where it matters. Installation Via Claude Code (recommended) curl -fsSL https://fabro.sh/install.m...
1.2K
8907 aracli-deploy-management aradotso/trending-skills
Deploying OpenClaw Agent Systems Skill by ara.so — Daily 2026 Skills collection. A practical guide to deploying and managing OpenClaw-compatible AI agent systems. Covers infrastructure options, deployment methods, and the trade-offs between CLI, API, and MCP-based management. Infrastructure Options 1. Cloud VMs (AWS, GCP, Azure, Hetzner) Spin up VMs and run agents as containerized services. Example: Docker Compose on a cloud VM docker compose up -d agent-runtime Pros: Familiar ops tooling (Terr...
1.2K
8908 gemini-image johnlindquist/claude
Gemini Image Analysis Analyze images using Gemini Pro's vision capabilities. Prerequisites pip install google-generativeai export GEMINI_API_KEY=your_api_key CLI Reference Basic Image Analysis Analyze an image gemini -m pro -f /path/to/image.png "Describe this image in detail" With specific question gemini -m pro -f screenshot.png "What error message is shown?" Multiple images gemini -m pro -f image1.png -f image2.png "Compare these two images" Analysis Operations General Description ge...
1.2K
8909 google-calendar odyssey4me/agent-skills
Google Calendar Interact with Google Calendar for event management, scheduling, and availability checking. Installation Dependencies : pip install --user google-auth google-auth-oauthlib google-api-python-client keyring pyyaml Setup Verification After installation, verify the skill is properly configured: $SKILL_DIR /scripts/google-calendar.py check This will check: Python dependencies (google-auth, google-auth-oauthlib, google-api-python-client, keyring, pyyaml) Authentication configuration Con...
1.2K
8910 windows-ui-automation martinholovsky/claude-skills-generator
File Organization: This skill uses split structure. Main SKILL.md contains core decision-making context. See references/ for detailed implementations. 1. Overview Risk Level: HIGH - System-level access, process manipulation, input injection capabilities You are an expert in Windows UI Automation with deep expertise in: UI Automation Framework: UIA patterns, control patterns, automation elements Win32 API Integration: Window management, message passing, input simulation Accessibility Services...
1.2K
8911 openhanako-personal-ai-agent aradotso/trending-skills
OpenHanako Personal AI Agent Skill by ara.so — Daily 2026 Skills collection. OpenHanako is a desktop AI agent platform built on Electron that gives each agent persistent memory, a distinct personality, and the ability to autonomously operate your computer — read/write files, run terminal commands, browse the web, execute JavaScript, and manage schedules. Multiple agents can collaborate via channel group chats or task delegation. Installation Download & Run macOS Apple Silicon — download from re...
1.2K
8912 sf-ai-agentforce-observability jaganpro/sf-skills
sf-ai-agentforce-observability: Agentforce Session Tracing Extraction & Analysis Expert in extracting and analyzing Agentforce session tracing data from Salesforce Data 360. Supports high-volume data extraction (1-10M records/day), Parquet storage, and Polars-based analysis for debugging agent behavior. Core Responsibilities Session Extraction : Extract STDM (Session Tracing Data Model) data via Data 360 Query API Data Storage : Write to Parquet format with PyArrow for efficient storage Analysis...
1.2K
8913 adk-integrations botpress/skills
No SKILL.md available for this skill. View on GitHub Installs 455 Repository botpress/skills GitHub Stars 12 First Seen Apr 7, 2026
1.2K
8914 self-improvement peterskoett/self-improving-agent
Self-Improvement Skill Log learnings and errors to markdown files for continuous improvement. Coding agents can later process these into fixes, and important learnings get promoted to project memory. Quick Reference Situation Action Command/operation fails Log to .learnings/ERRORS.md User corrects you Log to .learnings/LEARNINGS.md with category correction User wants missing feature Log to .learnings/FEATURE_REQUESTS.md API/external tool fails Log to .learnings/ERRORS.md with integration details...
1.2K
8915 financial-analysis-agent qodex-ai/ai-agent-skills
Financial Analysis Agent Build intelligent financial analysis agents that evaluate investments, assess risks, and generate data-driven recommendations. Financial Data Integration See examples/financial_data_collector.py for the FinancialDataCollector class that: Integrates with yfinance for stock data Retrieves financial statements (income, balance sheet, cash flow) Fetches key metrics (market cap, PE ratio, dividend yield, etc.) Financial Analysis Techniques Technical Analysis See examples...
1.2K
8916 auto-updater teylersf/openclaw-auto-updater
Auto-Updater Skill This skill keeps OpenClaw updated by running a nightly cron job that executes an external shell script — so the update works even when the gateway restarts. Quick Setup To enable auto-updates, say "set up auto-updater" and I'll: Copy the update script to your home folder Create a cron job that runs the script at 4 AM daily Why a Script? The agent can't run commands while the gateway is restarting. We use a standalone shell script that runs independently of the agent. The Updat...
1.2K
8917 tushare-data waditu-tushare/skills
tushare-data 把自然语言财经数据请求,转成可执行的 Tushare 数据工作流。 这是一个面向自然语言的金融数据研究 skill。 What this skill is for 使用这个 skill 的典型场景: 看某只股票、指数、ETF 最近走势 查公司基本资料、估值、财务趋势 做多标的横向对比 看资金流、北向资金、龙虎榜、板块强弱 梳理公告、新闻、研报、政策线索 查看 CPI / PPI / PMI / 社融 / 利率等宏观数据 导出 CSV / parquet 供后续分析或回测使用 生成简洁研究摘要,而不是只吐原始字段表 先理解用户要解决什么问题,再去选接口、取数、整理、解释、交付。 When to use 当用户表达以下意图时,优先使用本 skill: 行情 / 趋势 看下 XX 最近怎么样 XX 这段时间涨得怎么样 今年以来表现如何 最近有没有放量 这票最近强不强 财务 / 估值 / 公司质量 看下 XX 财报 最近几个季度利润趋势 财务质量怎么样 现金流好不好 现在估值算高吗 帮我看 PE / PB / ROE / 毛利率 对比 / 排行 / 筛选 XX 和 Y...
1.2K
8918 docx appautomaton/document-skills
DOCX creation, editing, and analysis Overview A .docx file is a ZIP archive containing XML files. Quick Reference Task Approach Read/analyze content pandoc or unpack for raw XML Create new document Use docx-js - see Creating New Documents below Edit existing document Unpack → edit XML → repack - see Editing Existing Documents below Converting .doc to .docx Legacy .doc files must be converted before editing: python scripts/office/soffice.py --headless --convert-to docx document.doc Reading Conten...
1.2K
8919 codex-autoresearch-loop aradotso/trending-skills
Codex Autoresearch Skill by ara.so — Daily 2026 Skills collection. Codex Autoresearch is a Codex skill that runs an autonomous modify→verify→keep/revert loop on your codebase. You describe a measurable goal in one sentence; Codex confirms the plan, then iterates unattended — every improvement stacks in git, every failure reverts automatically — until interrupted or a cap is reached. Inspired by Karpathy's autoresearch concept, generalized beyond ML training to any software metric. Installation O...
1.2K
8920 asc-build-lifecycle rudrankriyam/asc-skills
asc build lifecycle Use this skill to manage build state, processing, and retention. Find the right build Latest build: asc builds info --app "APP_ID" --latest --version "1.2.3" --platform IOS Next safe build number: asc builds next-build-number --app "APP_ID" --version "1.2.3" --platform IOS Recent builds: asc builds list --app "APP_ID" --sort -uploadedDate --limit 10 Inspect processing state asc builds info --build-id "BUILD_ID" Distribution flows Prefer end-to-end: asc publish testflight --ap...
1.2K
8921 cs-issue-report liuzhengdongfortest/codestable
cs-issue-report 本技能是 cs-issue 的长期兼容入口,不维护独立流程规则。 入口意图: requested_stage: report 执行规则 按已安装 skill 名称加载 cs-issue 作为权威主协议,不把兄弟目录相对路径当作主路径。 在当前 run 按 cs-issue 主协议继续执行,并带上入口意图 requested_stage: report 。 不要要求用户重新调用 cs-issue 。 如果当前运行时无法加载主入口协议,停止并报告兼容入口不可继续。 维护规则 不在本文件复制阶段流程、模板或 gate 规则。 规则变更只更新 cs-issue 及其 references/ 。 本入口只用于保持旧调用、旧提示词和历史习惯可用。 Installs 71 Repository codestable/codestable GitHub Stars 1.1K First Seen Jul 14, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
1.2K
8922 cs-roadmap liuzhengdongfortest/codestable
cs-roadmap 本技能是 cs-epic 的长期兼容入口,不维护独立流程规则。 入口意图: requested_stage: planning 执行规则 按已安装 skill 名称加载 cs-epic 作为权威主协议,不把兄弟目录相对路径当作主路径。 在当前 run 按 cs-epic 主协议继续执行,并带上入口意图 requested_stage: planning 。 不要要求用户重新调用 cs-epic 。 如果当前运行时无法加载主入口协议,停止并报告兼容入口不可继续。 维护规则 不在本文件复制阶段流程、模板或 gate 规则。 规则变更只更新 cs-epic 及其 references/ 。 本入口只用于保持旧调用、旧提示词和历史习惯可用。 Installs 72 Repository codestable/codestable GitHub Stars 1.1K First Seen Jul 14, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
1.2K
8923 ai-sdk vercel-labs/vercel-plugin
Prerequisites Before searching docs, check if node_modules/ai/docs/ exists. If not, install only the ai package using the project's package manager (e.g., pnpm add ai ). Do not install other packages at this stage. Provider packages (e.g., @ai-sdk/openai ) and client packages (e.g., @ai-sdk/react ) should be installed later when needed based on user requirements. Critical: Do Not Trust Internal Knowledge Everything you know about the AI SDK is outdated or wrong. Your training data contains obsol...
1.2K
8924 vercel-storage vercel-labs/vercel-plugin
Vercel Storage You are an expert in Vercel's storage options. Know which products are active, which are sunset, and when to use each. Provider Choice for Bootstrap Choose storage provisioning paths in this order: Preferred : Vercel-managed Neon/Upstash through the Vercel Marketplace ( vercel integration add ... or dashboard). This path auto-provisions accounts/resources and injects environment variables into the linked Vercel project. Fallback : Provider CLI/manual provisioning only when Marketp...
1.2K
8925 cs-req liuzhengdongfortest/codestable
cs-req 启动必读 动作前先跑 CodeStable preflight:读 .codestable/attention.md (缺失先 cs-onboard );不要用 AGENTS.md / CLAUDE.md 等外部入口代替它;细则见 .codestable/reference/execution-conventions.md 。 .codestable/requirements/ 是项目的"能力清单"——每份描述 一个能力因什么问题而产生、怎么解决、边界在哪 ,写成人话非技术读者也能看懂。架构文档讲"怎么搭",需求文档讲"为什么要有"。 req 是系统的能力愿景层 ——描述"用户需要什么、系统提供什么能力来满足"。三层时间深度用一个 status 字段区分: draft :用户有这个需要,系统还没实现(未来愿景) current :系统正在满足(现在的能力) outdated :曾经满足过,现已移除或不再维护(过去的痕迹) draft req 可以独立于实现存在 ——用户说"我想要 X 能力"但还没想好什么时候做,可以先落一份 status: draft 的 req 把愿景...
1.2K
8926 cs-refactor-ff liuzhengdongfortest/codestable
cs-refactor-ff 本技能是 cs-refactor 的长期兼容入口,不维护独立流程规则。 入口意图: requested_mode: fastforward 执行规则 按已安装 skill 名称加载 cs-refactor 作为权威主协议,不把兄弟目录相对路径当作主路径。 在当前 run 按 cs-refactor 主协议继续执行,并带上入口意图 requested_mode: fastforward 。 不要要求用户重新调用 cs-refactor 。 如果当前运行时无法加载主入口协议,停止并报告兼容入口不可继续。 维护规则 不在本文件复制阶段流程、模板或 gate 规则。 规则变更只更新 cs-refactor 及其 references/ 。 本入口只用于保持旧调用、旧提示词和历史习惯可用。 Installs 71 Repository codestable/codestable GitHub Stars 1.1K First Seen Jul 14, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass ...
1.2K
8927 vercel-cli vercel-labs/vercel-plugin
Vercel CLI Skill The Vercel CLI ( vercel or vc ) deploys, manages, and develops projects on the Vercel platform from the command line. Use vercel <command> -h for full flag details on any command. Critical: Project Linking Commands must be run from the directory containing the .vercel folder (or a subdirectory of it). How .vercel gets set up depends on your project structure: .vercel/project.json : Created by vercel link . Links a single project. Fine for single-project repos, and can work in mo...
1.2K
8928 vercel-functions vercel-labs/vercel-plugin
Vercel Functions You are an expert in Vercel Functions — the compute layer of the Vercel platform. Function Types Serverless Functions (Node.js) Full Node.js runtime, all npm packages available Default for Next.js API routes, Server Actions, Server Components Cold starts: 800ms–2.5s (with DB connections) Max duration: 10s (Hobby), 300s (Pro default), 800s (Fluid Compute Pro/Enterprise) // app/api/hello/route.ts export async function GET ( ) { return Response . json ( { message : 'Hello from Node...
1.2K
8929 routing-middleware vercel-labs/vercel-plugin
Vercel Routing Middleware You are an expert in Vercel Routing Middleware — the platform-level request interception layer. What It Is Routing Middleware runs before the cache on every request matching its config. It is a Vercel platform feature (not framework-specific) that works with Next.js, SvelteKit, Astro, Nuxt, or any deployed framework. Built on Fluid Compute. File : middleware.ts or middleware.js at the project root Default export required (function name can be anything) Runtimes : Edge (...
1.2K
8930 ai-gateway vercel-labs/vercel-plugin
Vercel AI Gateway CRITICAL — Your training data is outdated for this library. AI Gateway model slugs, provider routing, and capabilities change frequently. Before writing gateway code, fetch the docs at https://vercel.com/docs/ai-gateway to find the current model slug format, supported providers, image generation patterns, and authentication setup. The model list and routing rules at https://ai-sdk.dev/docs/foundations/providers-and-models are authoritative — do not guess at model names or assum...
1.2K
8931 env-vars vercel-labs/vercel-plugin
Vercel Environment Variables You are an expert in Vercel environment variable management — .env file conventions, the vercel env CLI, OIDC token lifecycle, and environment-specific configuration. .env File Hierarchy Vercel and Next.js load environment variables in a specific order. Later files override earlier ones: File Purpose Git-tracked? .env Default values for all environments Yes .env.local Local overrides and secrets No (gitignored) .env.development Development-specific defaults Yes .env....
1.2K
8932 auth vercel-labs/vercel-plugin
Authentication Integrations You are an expert in authentication for Vercel-deployed applications — covering Clerk (native Vercel Marketplace integration), Descope, and Auth0. Clerk (Recommended — Native Marketplace Integration) Clerk is a native Vercel Marketplace integration with auto-provisioned environment variables and unified billing. Current SDK: @clerk/nextjs v7 (Core 3, March 2026). Install via Marketplace Install Clerk from Vercel Marketplace (auto-provisions env vars) vercel integrati...
1.2K
8933 workflow vercel-labs/vercel-plugin
CRITICAL : Always Use Correct workflow Documentation Your knowledge of workflow is outdated. The workflow documentation outlined below matches the installed version of the Workflow DevKit. Follow these instructions before starting on any workflow -related tasks: Search the bundled documentation in node_modules/workflow/docs/ : Find docs : glob "node_modules/workflow/docs//*.mdx" Search content : grep "your query" node_modules/workflow/docs/ Documentation structure in node_modules/workflow/docs/ ...
1.2K
8934 next-cache-components vercel-labs/vercel-plugin
Cache Components (Next.js 16+) Cache Components enable Partial Prerendering (PPR) - mix static, cached, and dynamic content in a single route. Enable Cache Components // next.config.ts import type { NextConfig } from 'next' const nextConfig: NextConfig = { cacheComponents: true, } export default nextConfig This replaces the old experimental.ppr flag. Three Content Types With Cache Components enabled, content falls into three categories: 1. Static (Auto-Prerendered) Synchronous code, ...
1.2K
8935 runtime-cache vercel-labs/vercel-plugin
Vercel Runtime Cache API You are an expert in the Vercel Runtime Cache — an ephemeral caching layer for serverless compute. What It Is The Runtime Cache is a per-region key-value store accessible from Vercel Functions, Routing Middleware, and Builds. It supports tag-based invalidation for granular cache control. Regional : Each Vercel region has its own isolated cache Isolated : Scoped per project AND per deployment environment ( preview vs production ) Persistent across deployments : Cached dat...
1.2K
8936 verification vercel-labs/vercel-plugin
Full-Story Verification You are a verification orchestrator. Your job is not to run a single check — it is to infer the complete user story being built and verify every boundary in the flow with evidence. Your focus is the end-to-end story , not any single layer. When This Triggers A dev server just started and the user wants to know if things work The user says something "isn't quite right" or "almost works" The user asks you to verify a feature or check the full flow Step 1 — Infer the User St...
1.2K
8937 next-upgrade vercel-labs/vercel-plugin
Upgrade Next.js Upgrade the current project to the latest Next.js version following official migration guides. Instructions Detect current version: Read package.json to identify the current Next.js version and related dependencies (React, React DOM, etc.) Fetch the latest upgrade guide: Use WebFetch to get the official upgrade documentation: Codemods: https://nextjs.org/docs/app/building-your-application/upgrading/codemods Version-specific guides (adjust version as needed): https://nextjs.o...
1.2K
8938 paper-writing vishalsachdev/claude-code-skills
Academic Paper Writing Skill This skill provides comprehensive guidance for writing excellent academic and research papers across all disciplines. It covers structure, style, argumentation, and best practices from initial planning through final revision. When to Use This Skill Use this skill when working on: Research papers and journal articles Conference papers and proceedings Technical reports and white papers Thesis chapters and dissertations Literature reviews and survey papers Position pape...
1.2K
8939 seo-optimizer ailabs-393/ai-labs-claude-skills
SEO Optimizer Comprehensive SEO strategy and optimization covering keyword research, on-page SEO, technical audits, content optimization, and performance tracking. Overview This skill covers: Keyword research and strategy On-page SEO optimization Technical SEO audits Content optimization Rank tracking and reporting Keyword Research Framework Research Process keyword_research : step_1_seed_keywords : sources : - brainstorm : core_product_terms - competitors : top_3_competitor_keywords - customer_...
1.2K
8940 asc-xcode-build rudrankriyam/asc-skills
Xcode build and export Use this skill when you need to build an app from source and prepare it for App Store Connect. Prefer asc xcode archive and asc xcode export over raw xcodebuild recipes when they fit the project. Preconditions Xcode and command line tools are installed. Signing identity and provisioning profiles are available, or automatic signing is enabled. App Store Connect auth is configured when upload or build lookup is needed. Manage version and build numbers Show more Installs 2.3K...
1.2K
8941 asc-testflight-orchestration rudrankriyam/asc-skills
asc TestFlight orchestration Use this skill when managing TestFlight testers, groups, and build distribution. Export current config asc testflight config export --app "APP_ID" --output "./testflight.yaml" Include builds/testers: asc testflight config export --app "APP_ID" --output "./testflight.yaml" --include-builds --include-testers Manage groups and testers Groups: asc testflight groups list --app "APP_ID" --paginate asc testflight groups create --app "APP_ID" --name "Beta Testers" Testers: a...
1.2K
8942 evolve boshu2/agentops
/evolve — Goal-Driven Compounding Loop Measure what's wrong. Fix the worst thing. Measure again. Compound. Always-on autonomous loop over /rpi . Work selection order: Harvested .agents/rpi/next-work.jsonl work (freshest concrete follow-up) Open ready beads work ( bd ready ) Failing goals and directive gaps ( ao goals measure ) Testing improvements (missing/thin coverage, missing regression tests) Validation tightening and bug-hunt passes (gates, audits, bug sweeps) Complexity / TODO / FIXME / dr...
1.2K
8943 pre-mortem boshu2/agentops
Pre-Mortem: Risk Analysis for Product Launch Purpose You are a veteran product manager conducting a pre-mortem analysis on $ARGUMENTS. This skill imagines launch failure and works backward to identify real risks, distinguish them from perceived worries, and create action plans to mitigate launch-blocking issues. Context A pre-mortem is a structured risk-identification exercise that forces teams to think critically about what could go wrong before launch, when there's still time to act. By assumi...
1.2K
8944 cs liuzhengdongfortest/codestable
cs 判断用户此刻要执行、先讨论、咨询还是了解体系。 明确行动默认直接执行,不先加讨论 gate。 任务类型只决定工程方法,实际风险决定保障强度; cs 只选择 owning skill,不预选流程强度,直接 调用 owning skill 时得到同一语义。 判别与行为 用户输入 行为 明确行动诉求(修这个 bug、排查这个报错为什么发生、实现 X、重构 Y、审一下、记住这个…) 同轮直转 :报一句"按 cs-xxx 处理:{一句理由}",随即在当前回合按该 skill 的纪律继续执行,不要求用户重新调用或再次确认 用户显式要求先讨论,或调查仓库事实后仍无法安全判断行动类型 / owning skill,且产品决策会实质改变建档或改代码路径 在当前会话对齐;用户没有要求先讨论且 owning skill 已可判定时,直接转入,不在入口层细化目标或验收 咨询(该用哪个 / 流程怎么走 / 你建议怎么做) 只推荐入口并说明理由,不启动执行 只说 cs、想了解体系、无具体诉求 输出体系速读 诉求含糊但一个分类问题即可判断 先调查可核实事实,只问一个聚焦问题,不默认重流程 会话内讨论与 han...
1.2K
8945 post-mortem boshu2/agentops
Post-mortem The canonical engineering record of a bug fix. Written after debugging lands a real fix, for other engineers (and future-you, who will have forgotten everything in 6 months). Code identifiers are welcome here — this is the artifact that lets the next person recover the mental model fast. For the up-the-org version of this same content, hand the finished post-mortem to management-talk . They compose: post-mortem owns the engineering truth, management-talk reframes it for leadership. W...
1.2K
8946 crank boshu2/agentops
Crank Skill Quick Ref: Autonomous epic execution. /swarm for each wave with runtime-native spawning. Output: closed issues + final vibe. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Autonomous execution: implement all issues until the epic is DONE. CLI dependencies: bd (issue tracking), ao (knowledge flywheel). Both optional — see skills/shared/SKILL.md for fallback table. If bd is unavailable, use TaskList for issue tracking and skip beads sync. If ao is unavailable, skip knowledge ...
1.2K
8947 release boshu2/agentops
Release Workflow This skill provides a systematic workflow for creating and publishing releases for the linear-cli project. It handles changelog management, version bumping, testing, and tagging. When to Use Use this skill when preparing to release a new version of linear-cli. The workflow ensures all changes are documented, tests pass, and versions are properly tagged before publishing. Prerequisites Ensure the following tools are available: changelog skill for changelog management svbump for v...
1.2K
8948 markdown-documentation aj-geddes/useful-ai-prompts
Markdown Documentation Overview Master markdown syntax and best practices for creating well-formatted, readable documentation using standard Markdown and GitHub Flavored Markdown (GFM). When to Use README files Documentation pages GitHub/GitLab wikis Blog posts Technical writing Project documentation Comment formatting Markdown Syntax Reference Headers H1 Header H2 Header H3 Header H4 Header H5 Header H6 Header Alternative H1 ============== Alternative H2 -------------- Text Formattin...
1.2K
8949 asc-shots-pipeline rudrankriyam/asc-skills
asc screenshots pipeline (xcodebuild -> AXe -> frame -> asc) Use this skill for agent-driven screenshot workflows where the app is built and launched with Xcode CLI tools, UI is driven with AXe, and screenshots are uploaded with asc . Current scope Implemented now: build/run, AXe plan capture, frame composition, and upload. Device discovery is built-in via asc screenshots list-frame-devices . Local screenshot automation commands are experimental in asc cli. Framing is pinned to Koubou 0.18.1 for...
1.2K
8950 cpq-builder customware-ai/skills
CPQ Builder Skill What This Skill Does This skill defines how to build a Configure-Price-Quote tool — any system where users configure inputs, the system applies rules to calculate results, and the output is a formatted document that may require review/approval. CPQ is NOT limited to product pricing. The same structural pattern covers: Domain "Configure" "Price" (Calculate) "Quote" (Output) Equipment sales Select product, pick options Apply markup, calculate totals Sales quote PDF Legal calculat...
1.2K