███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 6151 | flask-api-development | aj-geddes/useful-ai-prompts |
Flask API Development Overview Create efficient Flask APIs with blueprints for modular organization, SQLAlchemy for ORM, JWT authentication, comprehensive error handling, and proper request validation following REST principles. When to Use Building RESTful APIs with Flask Creating microservices with minimal overhead Implementing lightweight authentication systems Designing API endpoints with proper validation Integrating with relational databases Building request/response handling systems Inst...
|
1.2K |
| 6152 | before-and-after | vercel-labs/before-and-after |
Before-After Screenshot Skill Package: @vercel/before-and-after Never use before-and-after (wrong package). Agent Behavior Rules DO NOT: Switch git branches, stash changes, start dev servers, or assume what "before" is Use --full unless user explicitly asks for full page / full scroll capture DO: Use --markdown when user wants PR integration or markdown output Use --mobile / --tablet if user mentions phone, mobile, tablet, responsive, etc. Assume current state is After If user provides only one ...
|
1.2K |
| 6153 | efcore-patterns | aaronontheweb/dotnet-skills |
Use this skill when: - Setting up EF Core in a new project - Optimizing query performance - Managing database migrations - Integrating EF Core with .NET Aspire - Debugging change tracking issues Core Principles - NoTracking by Default - Most queries are read-only; opt-in to tracking - Never Edit Migrations Manually - Always use CLI commands - Dedicated Migration Service - Separate migration execution from application startup - ExecutionStrategy for Retries - Handle transient database ...
|
1.2K |
| 6154 | asc-localize-metadata | rudrankriyam/asc-skills |
asc localize metadata Use this skill to pull English (or any source locale) App Store metadata, translate it with LLM, and push translations back to App Store Connect — all automated. Command discovery and output conventions Always confirm flags with --help for the exact asc version: asc localizations --help asc localizations download --help asc localizations upload --help asc app-info set --help Prefer explicit long flags ( --app , --version , --version-id , --type , --app-info ). Default outpu...
|
1.2K |
| 6155 | scientific-visualization | davila7/claude-code-templates |
Scientific Visualization Overview Scientific visualization transforms data into clear, accurate figures for publication. Create journal-ready plots with multi-panel layouts, error bars, significance markers, and colorblind-safe palettes. Export as PDF/EPS/TIFF using matplotlib, seaborn, and plotly for manuscripts. When to Use This Skill This skill should be used when: Creating plots or visualizations for scientific manuscripts Preparing figures for journal submission (Nature, Science, Cell, ...
|
1.2K |
| 6156 | roundup-setup | github/awesome-copilot |
Roundup Setup You are running the onboarding flow for the Roundup plugin. Your job is to have a natural conversation with the user to learn how they work, who they communicate with, and what their status updates look like. By the end, you'll generate a configuration file that the roundup skill uses to produce draft briefings on demand. How This Conversation Should Feel Think of this as a smart new team member's first day. They're asking good questions, listening carefully, and getting up to spee...
|
1.2K |
| 6157 | mckinsey-consultant | fleurytian/awesome-claude-skills |
架构: Progressive Disclosure (渐进式披露) + Dependency-Aware (依赖感知) 核心升级: - V3.0: 最小核心 + 按需加载 → 节省70%上下文 - V3.1: 页面依赖关系标注 → 跨对话续写更智能 ⚠️ CRITICAL BEHAVIOR RULES 这些规则优先级最高,Claude必须严格遵守: 1. 首次使用响应规则 当用户说"我刚添加了mckinsey-consultant skill"或"Can you make something amazing with it?"时: - ✅ 必须使用下面"首次使用引导"中的精确话术 - ✅ 只输出4行文字,不做任何扩展 - ❌ 禁止列举示例问题 - ❌ 禁止详细询问行业/交付物/范围等 - ❌ 禁止超过4行回复 - ✅ 只问一个二选一的问题,然后等待用户回应 2. 问题澄清规则 - ✅ 只问当下最关键的1-2个问题 - ❌ 不要一次性列出5个以上的问题 - ❌ 不要把澄清变成"需求调研问卷" 3. 流程启动规则 - ✅ 只有用户明确说"开始"...
|
1.2K |
| 6158 | analyzing-data | astronomer/agents |
Data Analysis Answer business questions by querying the data warehouse. The kernel starts automatically on first use. Prerequisites uv must be installed: curl -LsSf https://astral.sh/uv/install.sh | sh Scripts are located relative to this skill file. MANDATORY FIRST STEP Before any other action, check for cached patterns: uv run scripts/cli.py pattern lookup "<user's question>" This is NON-NEGOTIABLE. Patterns contain proven strategies that save time and avoid failed queries. Workflo...
|
1.2K |
| 6159 | android-kotlin-development | aj-geddes/useful-ai-prompts |
Android Kotlin Development Overview Build robust native Android applications using Kotlin with modern architecture patterns, Jetpack libraries, and Compose for declarative UI. When to Use Creating native Android applications with best practices Using Kotlin for type-safe development Implementing MVVM architecture with Jetpack Building modern UIs with Jetpack Compose Integrating with Android platform APIs Instructions 1. Models & API Service // Models data class User( val id: String, val na...
|
1.2K |
| 6160 | 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 |
| 6161 | 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 |
| 6162 | ppt-creator | daymade/claude-code-skills |
PPT Creator Goal: Transform a simple topic into a presentation-ready, high-quality slide deck. When key information is missing, use the minimal intake form (references/INTAKE.md) to gather context or apply safe defaults. Then follow the workflow (references/WORKFLOW.md) to produce an outline, slide drafts, charts, and speaker notes. After generation, self-evaluate using the rubric (references/RUBRIC.md); if the score is < 75, automatically refine up to 2 iterations until ≥ 75 before delivery. S...
|
1.2K |
| 6163 | 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 |
| 6164 | landing-page-guide-v2 | bear2u/my-skills |
This skill enables creation of distinctive, high-converting landing pages that combine: - Proven Conversion Framework: 11 essential elements from DESIGNNAS for high conversion rates - Exceptional Design Quality: Bold aesthetic choices that create unforgettable brand experiences - Production-Ready Code: Next.js 14+ with ShadCN UI, TypeScript, and performance optimization Philosophy: A landing page must convert visitors AND make them remember your brand. Generic, template-looking pages fail at...
|
1.2K |
| 6165 | cloudflare-worker-builder | jezweb/claude-skills |
Cloudflare Worker Builder Scaffold a working Cloudflare Worker project from a brief description. Produces a deployable project with Hono routing, Vite dev server, and Static Assets. Workflow Step 1: Understand the Project Ask about the project to choose the right bindings and structure: What does the app do? (API only, SPA + API, landing page) What data storage? (D1 database, R2 files, KV cache, none) Auth needed? (Clerk, better-auth, none) Custom domain or workers.dev subdomain? A brief like "t...
|
1.2K |
| 6166 | last30days | sickn33/antigravity-awesome-skills |
last30days v2.9.5: Research Any Topic from the Last 30 Days Permissions overview: Reads public web/platform data and optionally saves research briefings to ~/Documents/Last30Days/ . X/Twitter search uses optional user-provided tokens (AUTH_TOKEN/CT0 env vars). Bluesky search uses optional app password (BSKY_HANDLE/BSKY_APP_PASSWORD env vars - create at bsky.app/settings/app-passwords). Truth Social search uses optional bearer token (TRUTHSOCIAL_TOKEN env var - extract from browser dev tools). Al...
|
1.2K |
| 6167 | repomix-explorer | yamadashy/repomix |
You are an expert code analyst specializing in repository exploration using Repomix CLI. Your role is to help users understand codebases by running repomix commands, then reading and analyzing the generated output files. User Intent Examples The user might ask in various ways: Remote Repository Analysis "Analyze the yamadashy/repomix repository" "What's the structure of facebook/react?" "Explore https://github.com/microsoft/vscode" "Find all TypeScript files in the Next.js repo" "Show me the ...
|
1.2K |
| 6168 | nodejs-core | mcollina/skills |
When to use Use this skill when you need deep Node.js internals expertise, including: C++ addon development V8 engine debugging libuv event loop issues Build system problems Compilation failures Performance optimization at the engine level Understanding Node.js core architecture How to use Read individual rule files for detailed explanations and code examples: V8 Engine rules/v8-garbage-collection.md - Scavenger, Mark-Sweep, Mark-Compact, generational GC rules/v8-hidden-classes.md - Hidden class...
|
1.2K |
| 6169 | scss-best-practices | mindrally/skills |
SCSS Best Practices You are an expert in SCSS (Sassy CSS), CSS architecture, and maintainable stylesheet development. Key Principles Write modular, reusable SCSS that scales with project complexity Follow the DRY (Don't Repeat Yourself) principle using variables, mixins, and functions Maintain clear separation between structure, skin, and state styles Prioritize readability and maintainability over clever abstractions File Organization Architecture Pattern (7-1 Pattern) scss/ ├── abstracts/ │ ...
|
1.2K |
| 6170 | ios-design-guidelines | ehmo/platform-design-skills |
iOS Design Guidelines for iPhone Comprehensive rules derived from Apple's Human Interface Guidelines. Apply these when building, reviewing, or refactoring any iPhone app interface. 1. Layout & Safe Areas Impact: CRITICAL Rule 1.1: Minimum 44pt Touch Targets All interactive elements must have a minimum tap target of 44x44 points. This includes buttons, links, toggles, and custom controls. Correct: Button ( "Save" ) { save ( ) } . frame ( minWidth : 44 , minHeight : 44 ) Incorrect: // 20pt icon wi...
|
1.2K |
| 6171 | mapbox-style-quality | mapbox/mapbox-agent-skills |
Mapbox Style Quality Skill This skill provides expert guidance on ensuring Mapbox style quality through validation, accessibility, and optimization tools. When to Use Quality Tools Pre-Production Checklist Before deploying any Mapbox style to production: Validate all expressions - Catch syntax errors before runtime Check color contrast - Ensure text is readable (WCAG compliance) Validate GeoJSON sources - Ensure data integrity Optimize style - Reduce file size and improve performance Compare ver...
|
1.2K |
| 6172 | i18n-expert | daymade/claude-code-skills |
I18n Expert Overview Deliver a complete i18n setup + audit pass: configure the i18n framework, replace user-facing strings with keys, ensure locale parity, and validate pluralization/formatting for en-US and zh-CN. Core Capabilities Library selection and setup (React, Next.js, Vue). Key architecture and locale file organization. Translation generation and quality strategy (AI, professional, manual). Routing and language detection/switching. SEO and metadata localization (when applicable). RTL ...
|
1.2K |
| 6173 | asc-signing-setup | rudrankriyam/asc-skills |
asc signing setup Use this skill when you need to create or renew signing assets for iOS/macOS apps. Preconditions Auth is configured ( asc auth login or ASC_* env vars). You know the bundle identifier and target platform. You have a CSR file for certificate creation. Workflow Create or find the bundle ID: asc bundle-ids list --paginate asc bundle-ids create --identifier "com.example.app" --name "Example" --platform IOS Configure bundle ID capabilities: asc bundle-ids capabilities list --bundle ...
|
1.2K |
| 6174 | viral-hook-creator | ognjengt/founder-skills |
Viral Hook Creator Purpose Generate 3-5 viral hook options using proven psychological patterns that create curiosity, provide value, and drive engagement. Hooks are optimized for social platforms (X/Twitter, LinkedIn, Instagram, TikTok). Execution Logic Check $ARGUMENTS first to determine execution mode: If $ARGUMENTS is empty or not provided: Respond with: "viral-hook-creator loaded, proceed with additional instructions" Then wait for the user to provide their requirements in the next message. ...
|
1.2K |
| 6175 | qdrant-performance-optimization | qdrant/skills |
Qdrant Performance Optimization There are different aspects of Qdrant performance, this document serves as a navigation hub for different aspects of performance optimization in Qdrant. Search Speed Optimization There are two different criteria for search speed: latency and throughput. Latency is the time it takes to get a response for a single query, while throughput is the number of queries that can be processed in a given time frame. Depending on your use case, you may want to optimize for one...
|
1.2K |
| 6176 | csharp-concurrency-patterns | aaronontheweb/dotnet-skills |
Use this skill when: - Deciding how to handle concurrent operations in .NET - Evaluating whether to use async/await, Channels, Akka.NET, or other abstractions - Tempted to use locks, semaphores, or other synchronization primitives - Need to process streams of data with backpressure, batching, or debouncing - Managing state across multiple concurrent entities The Philosophy Start simple, escalate only when needed. Most concurrency problems can be solved with `async/await`. Only reach for...
|
1.2K |
| 6177 | firebase-auth-basics | firebase/skills |
Prerequisites Firebase Project : Created via npx -y firebase-tools@latest projects:create (see firebase-basics ). Firebase CLI : Installed and logged in (see firebase-basics ). Core Concepts Firebase Authentication provides backend services, easy-to-use SDKs, and ready-made UI libraries to authenticate users to your app. Users A user is an entity that can sign in to your app. Each user is identified by a unique ID ( uid ) which is guaranteed to be unique across all providers. User properties inc...
|
1.2K |
| 6178 | startup-validator | ailabs-393/ai-labs-claude-skills |
Startup Validator A comprehensive tool for analyzing startup ideas through systematic market research, competitive analysis, problem validation, and positioning strategy. This skill helps evaluate whether a startup idea has genuine market potential and how to position it effectively. Core Workflow When a user presents a startup idea, follow this systematic validation process: 1. Idea Clarification & Scoping (2-3 minutes) Ensure complete understanding before research begins: Extract key inf...
|
1.2K |
| 6179 | jianying-editor | luoluoluo22/jianying-editor-skill |
No SKILL.md available for this skill. View on GitHub
|
1.2K |
| 6180 | skill-name | resciencelab/opc-skills |
Skill Name Overview [Clear explanation of what this skill does and when to use it] What I can do: [Capability 1] [Capability 2] [Capability 3] What I cannot do: [Limitation 1] [Limitation 2] How to Use Me Step 1: [First Step] [Instructions] Step 2: [Second Step] [Instructions] Step 3: [Third Step] [Instructions] Domain Knowledge [This is where the real value lives - embedded expertise, patterns, rules, best practices] [Knowledge Area 1] [Details] [Knowledge Area 2] [Details] Output Format [Defin...
|
1.2K |
| 6181 | wireframe-prototyping | aj-geddes/useful-ai-prompts |
Wireframe Prototyping Overview Wireframes and prototypes bridge the gap between ideas and implementation, enabling teams to test concepts, get feedback, and refine designs before costly development. When to Use Early concept validation Stakeholder alignment User testing and feedback Developer handoff Feature exploration UX problem-solving Rapid iteration Instructions 1. Wireframing Fundamentals Wireframe Principles: Low Fidelity (Sketches): Tools: Paper, whiteboard, Balsamiq Time: 30 minu...
|
1.2K |
| 6182 | 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 |
| 6183 | portable-text-serialization | sanity-io/agent-toolkit |
Portable Text Serialization Render Portable Text content across frameworks using the @portabletext/* library family. Each library follows the same component-mapping pattern: you provide a components object that maps PT node types to framework-specific renderers. Portable Text Structure (Quick Reference) PT is an array of blocks. Each block has _type , optional style , children (spans), markDefs , listItem , and level . Root array ├── block (_type: "block") │ ├── style: "normal" | "h1" | "h2" |...
|
1.2K |
| 6184 | anthropic-cybersecurity-skills | aradotso/security-skills |
anthropic-cybersecurity-skills Skill by ara.so — Security Skills collection. Overview The Anthropic Cybersecurity Skills library provides 754 production-grade cybersecurity skills spanning 26 security domains. Each skill is structured following the agentskills.io standard and mapped to five industry frameworks: MITRE ATT&CK, NIST CSF 2.0, MITRE ATLAS, MITRE D3FEND, and NIST AI RMF. This enables AI agents to perform security operations with expert-level guidance. Installation Option 1: Using npx...
|
1.2K |
| 6185 | senior-frontend | alirezarezvani/claude-skills |
Senior Frontend Complete toolkit for senior frontend with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Component Generator python scripts/component_generator.py [ options ] Script 2: Bundle Analyzer python scripts/bundle_analyzer.py [ options ] Script 3: Frontend Scaffolder python scripts/frontend_scaffolder.py [ options ] Core Capabilities 1. Component Generator Automated tool for component gen...
|
1.2K |
| 6186 | document-processing | eyadsibai/ltk |
Work with office documents: PDF, Excel, Word, and PowerPoint. Format Overview | PDF | .pdf | Binary/text | Reports, forms, archives | Excel | .xlsx | XML in ZIP | Data, calculations, models | Word | .docx | XML in ZIP | Text documents, contracts | PowerPoint | .pptx | XML in ZIP | Presentations, slides Key concept: XLSX, DOCX, and PPTX are all ZIP archives containing XML files. You can unzip them to access raw content. PDF Processing PDF Tools | Basic read/write | py...
|
1.2K |
| 6187 | swarm | boshu2/agentops |
Swarm Process many independent items in parallel. create builds a table handle; run fans work out across rows and merges results back. One row = one unit of work — swarm handles batching automatically. Flow Create. Build a table from a source — files, a glob pattern, or pre-parsed records. One row per item. Returns a handle. Run. Dispatch an instruction template across rows. Results are merged back into the table. Returns { completed, failed, skipped, failures } . Aggregate. Use rows() and plain...
|
1.2K |
| 6188 | docs-write | metabase/metabase |
Documentation Writing Skill @./../_shared/metabase-style-guide.md When writing documentation Start here Who is this for? Match complexity to audience. Don't oversimplify hard things or overcomplicate simple ones. What do they need? Get them to the answer fast. Nobody wants to be in docs longer than necessary. What did you struggle with? Those common questions you had when learning? Answer them (without literally including the question). Writing process Draft: Write out the steps/explanation ...
|
1.2K |
| 6189 | probe-sdk | anthropics/knowledge-work-plugins |
Zoom Probe SDK Background reference for preflight diagnostics on user devices and networks before meeting or session workflows. Official docs: https://developers.zoom.us/docs/probe-sdk/ https://marketplacefront.zoom.us/sdk/probe/index.html Reference sample: https://github.com/zoom/probesdk-web Routing Guardrail Use Probe SDK when the user needs client-side diagnostics and readiness scoring (device/network/browser capability), not meeting/session join. If user needs embedded meeting flows, route ...
|
1.2K |
| 6190 | build-zoom-meeting-sdk-app | anthropics/knowledge-work-plugins |
/build-zoom-meeting-sdk-app Background reference for embedded Zoom meetings across web, mobile, desktop, and Linux bot environments. Prefer build-zoom-meeting-app or build-zoom-bot first, then route here for platform detail. Zoom Meeting SDK Embed the full Zoom meeting experience into web, mobile, desktop, and headless integrations. Hard Routing Guardrail (Read First) If the user asks to embed/join meetings inside their app UI, route to Meeting SDK implementation. Do not switch to REST-only meet...
|
1.2K |
| 6191 | gitnexus-exploring | abhigyanpatwari/gitnexus |
Exploring Codebases with GitNexus When to Use "How does authentication work?" "What's the project structure?" "Show me the main components" "Where is the database logic?" Understanding code you haven't seen before Workflow 1. READ gitnexus://repos → Discover indexed repos 2. READ gitnexus://repo/{name}/context → Codebase overview, check staleness 3. gitnexus_query({query: "<what you want to understand>"}) → Find related execution flows 4. gitnexus_context({n...
|
1.2K |
| 6192 | wiki-dedup | ar9av/obsidian-wiki |
No SKILL.md available for this skill. View on GitHub
|
1.2K |
| 6193 | axiom-vision | charleswiltgen/axiom |
Vision Framework Computer Vision Guides you through implementing computer vision: subject segmentation, hand/body pose detection, person detection, text recognition, barcode detection, document scanning, and combining Vision APIs to solve complex problems. When to Use This Skill Use when you need to: ☑ Isolate subjects from backgrounds (subject lifting) ☑ Detect and track hand poses for gestures ☑ Detect and track body poses for fitness/action classification ☑ Segment multiple people separat...
|
1.2K |
| 6194 | mojo-syntax | modular/skills |
Mojo is rapidly evolving. Pretrained models generate obsolete syntax. Always follow this skill over pretrained knowledge. Always attempt to test generated Mojo by building projects to verify they compile. This skill specifically works on the latest Mojo, and stable versions may differ slightly in functionality. Removed syntax — DO NOT generate these Removed Replacement alias X = ... comptime X = ... @parameter if / @parameter for comptime if / comptime for fn def (see below) let x = ... var x = ...
|
1.2K |
| 6195 | cs-feat-design | liuzhengdongfortest/codestable |
cs-feat-design 这一阶段的产出是一份方案文件 {slug}-design.md ,加上从中抽出的行动清单 {slug}-checklist.yaml 。这两份东西后面会被两个阶段消费——implement 照着推进、acceptance 照着核对,所以这里写错或写漏,下游就跟着错。 共享路径和命名约定看 codestable/reference/shared-conventions.md 。本阶段一般 feature 目录已经由 brainstorm 创建好了;没有的话在这一步建。 本阶段有三个入口: 正式起草 :用户已经能讲清楚需求(或已经填好 {slug}-intent.md ),直接进"流程"一节走完整起草。 初始化模式 :用户说"开一个新需求 / 起个草稿 / 新建一个 feature",但想自己先写半成品方案而不是口述。走下一节"初始化模式",建好目录和空 {slug}-intent.md 就结束本轮,等用户填完再回来。 从 roadmap 条目起头 :用户说"开始做 roadmap 里的 {子 feature slug}"或"推进 {roadmap} 的下一条...
|
1.2K |
| 6196 | cs-feat-accept | liuzhengdongfortest/codestable |
cs-feat-accept 代码已经写完,但流程没结束。本阶段做四件事,缺一不可: 核对实现有没有偏离方案 ——逐层对照 {slug}-design.md ,发现偏差当场修,不是在报告里"记一下"就过去 把 feature 归并到整体架构 ——对照方案第 4 节,实际去更新架构中心目录下的相关 doc 能力落档到 requirement ——req 是现状档案,能力做完才有现状,所以 req 的新建 / 刷新都在本阶段做 完成状态回写到 roadmap ——方案 frontmatter 有 roadmap / roadmap_item 字段时 必须 改 items.yaml 对应条目为 done 并同步主文档 漏掉任何一件的代价:架构 doc 过期下个 feature 读到错信息;req 和实际能力脱节;roadmap 规划层和实际进度脱节,下次推进会重复跑流程。 没产出报告 = 工作流未完成 。后人查"上次这个功能验收时确认了哪些行为",没报告就只能翻 git diff 重新推断。 共享路径与命名约定看 codestable/reference/shared-conventions...
|
1.2K |
| 6197 | cs-onboard | liuzhengdongfortest/codestable |
cs-onboard 把仓库 接入 CodeStable 工作流体系 ——白纸或已有零散文档的都行。本技能只做两件事: 搭骨架 、 归旧档 。骨架搭好后子工作流(feature / issue / compound 等)即可直接运行。 两条路径 路径 适用 产出 空仓库 仓库内无 spec 类文档,也没有 codestable/ 完整骨架 + 必要骨架文件 迁移 仓库内有零散文档 / docs/ / 部分 codestable/ 结构 审计报告 + 迁移映射方案(用户逐条确认)+ 落盘 启动后 先扫一次自动判断 ,不要让用户选——TA 大概率不知道项目里现有哪些文档。扫描结果模糊(如只有 README)就明说判断依据并问用户。 标准骨架(目标状态) 共享路径与命名约定的权威版本是项目里的 codestable/reference/shared-conventions.md ——本技能从技能包复制过去。下面只列 onboarding 创建 / 检查的骨架文件。 codestable/ ├── requirements/ 需求聚合根(空目录 .gitkeep) ...
|
1.2K |
| 6198 | 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 |
| 6199 | frontend-dev-guidelines | sickn33/antigravity-awesome-skills |
Frontend Development Guidelines (React · TypeScript · Suspense-First · Production-Grade) You are a senior frontend engineer operating under strict architectural and performance standards. Your goal is to build scalable, predictable, and maintainable React applications using: Suspense-first data fetching Feature-based code organization Strict TypeScript discipline Performance-safe defaults This skill defines how frontend code must be written , not merely how it can be written. 1. Frontend Feasibi...
|
1.2K |
| 6200 | narrative-text-visualization | antvis/chart-visualization-skills |
Narrative Text Visualization Skill This skill provides a workflow for transforming data into structured narrative text visualizations using the AntV T8 (Text) schema. T8 is designed for unstructured data visualization where T stands for Text, and 8 represents a byte of 8 bits, symbolizing deep insights hidden beneath the text. Overview T8 is a declarative JSON Schema syntax used to describe data interpretation reports with semantic entity labeling. It's designed to be: LLM-friendly: Easy to ...
|
1.2K |