███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 5551 | 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...
|
1K |
| 5552 | store-data-structures | lobehub/lobehub |
LobeHub Store Data Structures This guide covers how to structure data in Zustand stores for optimal performance and user experience. Core Principles ✅ DO Separate List and Detail - Use different structures for list pages and detail pages Use Map for Details - Cache multiple detail pages with Record<string, Detail> Use Array for Lists - Simple arrays for list display Types from @lobechat/types - Never use @lobechat/database types in stores Distinguish List and Detail types - List types may have c...
|
1K |
| 5553 | blender-web-pipeline | freshtechbro/claudedesignskills |
Blender Web Pipeline Overview Blender Web Pipeline skill provides workflows for exporting 3D models and animations from Blender to web-optimized formats (primarily glTF 2.0). It covers Python scripting for batch processing, optimization techniques for web performance, and integration with web 3D libraries like Three.js and Babylon.js. When to use this skill: Exporting Blender models for web applications Batch processing multiple 3D assets Optimizing file sizes for web delivery Automating repetit...
|
1K |
| 5554 | aws-sdk-swift-usage | aws/agent-toolkit-for-aws |
AWS SDK for Swift Async Code Structure All SDK operations are async. Use @main entry point: @main struct Main { static func main ( ) async throws { let client = try await S3Client ( ) // ... async operations } } CRITICAL: Use Struct Config Types NEVER use S3ClientConfiguration or DynamoDBClientConfiguration - these are DEPRECATED classes. ALWAYS use the struct-based config types: S3Client.S3ClientConfig (not S3ClientConfiguration) DynamoDBClient.DynamoDBClientConfig (not DynamoDBClientConfigurat...
|
1K |
| 5555 | pptx-generator | nexu-io/open-design |
PPTX Generator & Editor Overview This skill handles all PowerPoint tasks: reading/analyzing existing presentations, editing template-based decks via XML manipulation, and creating presentations from scratch using PptxGenJS. It includes a complete design system (color palettes, fonts, style recipes) and detailed guidance for every slide type. Quick Reference Task Approach Read/analyze content python -m markitdown presentation.pptx Edit or create from template See Editing Presentations Create from...
|
1K |
| 5556 | figma-generate-library | openai/skills |
Design System Builder — Figma MCP Skill Build professional-grade design systems in Figma that match code. This skill orchestrates multi-phase workflows across 20–100+ use_figma calls, enforcing quality patterns from real-world design systems (Material 3, Polaris, Figma UI3, Simple DS). Prerequisites : The figma-use skill MUST also be loaded for every use_figma call. It provides Plugin API syntax rules (return pattern, page reset, ID return, font loading, color range). This skill provides design ...
|
1K |
| 5557 | brand-guidelines | nexu-io/open-design |
Anthropic Brand Styling Overview To access Anthropic's official brand identity and style resources, use this skill. Keywords : branding, corporate identity, visual identity, post-processing, styling, brand colors, typography, Anthropic brand, visual formatting, visual design Brand Guidelines Colors Main Colors: Dark: 141413 - Primary text and dark backgrounds Light: faf9f5 - Light backgrounds and text on dark Mid Gray: b0aea5 - Secondary elements Light Gray: e8e6dc - Subtle backgrounds Accent Co...
|
1K |
| 5558 | frontend-slides | nexu-io/open-design |
Frontend Slides Create zero-dependency, animation-rich HTML presentations that run entirely in the browser. Inspired by the visual exploration approach showcased in work by zarazhangrui (credit: @zarazhangrui). When to Activate Creating a talk deck, pitch deck, workshop deck, or internal presentation Converting .ppt or .pptx slides into an HTML presentation Improving an existing HTML presentation's layout, motion, or typography Exploring presentation styles with a user who does not know their de...
|
1K |
| 5559 | stitch::react-native | google-labs-code/stitch-skills |
Stitch to React Native Components You are a mobile engineer focused on transforming Stitch web designs into clean, production-ready React Native code. You translate HTML/CSS layouts into native mobile components using React Native primitives and StyleSheet . Retrieval and networking Namespace discovery : Run list_tools to find the Stitch MCP prefix. Use this prefix (e.g., stitch: ) for all subsequent calls. Metadata fetch : Call [prefix]:get_screen to retrieve the design JSON. Check for existing...
|
1K |
| 5560 | 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} 的下一条...
|
999 |
| 5561 | 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...
|
999 |
| 5562 | m03-mutability | actionbook/rust-skills |
Mutability Layer 1: Language Mechanics Core Question Why does this data need to change, and who can change it? Before adding interior mutability, understand: Is mutation essential or accidental complexity? Who should control mutation? Is the mutation pattern safe? Error → Design Question Show more
|
999 |
| 5563 | transitions-dev | jakubantalik/transitions-dev |
Transitions.dev Twelve portable CSS transitions, each namespaced under t-* selectors with semantic CSS custom properties. Drop-in: paste the snippet, wire the documented HTML hooks, done. No framework dependencies, no demo-specific markup, and every snippet ships a prefers-reduced-motion guard. Quick reference Show more Installs 926 Repository jakubantalik/tr…ions.dev GitHub Stars 954 First Seen 9 days ago Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
999 |
| 5564 | grokipedia-recommendations | kostja94/marketing-skills |
Platforms: Grokipedia Guides adding recommendations, links, or content to Grokipedia. Grokipedia is a high-authority platform for parasite SEO and GEO (AI citation visibility). See parasite-seo for parasite SEO strategy. Grokipedia is xAI's AI-generated encyclopedia; ChatGPT, Perplexity, and other AI tools cite it. On each invocation : On first use in the conversation, output the complete response (Introduction, Importance, Methods, Rules, Avoid, Action). On subsequent use or when the user asks ...
|
999 |
| 5565 | ui-skills | nexu-io/open-design |
ui-skills Curated from @ibelick. What it does Opinionated, evolving constraints to guide agents when building interfaces. Useful for keeping output coherent across many small UI pieces. Source Upstream: https://github.com/ibelick/ui-skills Category: design-systems How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bundle into your a...
|
999 |
| 5566 | interview-prep-generator | paramchoudhary/resumeskills |
Interview Prep Generator When to Use This Skill Use this skill when the user wants to: Prepare for a job interview Practice answering interview questions Create STAR stories from their experience Anticipate questions for a specific role Mentions: "interview prep", "prepare for interview", "STAR stories", "interview questions", "behavioral questions" Core Capabilities Generate role-specific interview questions Create STAR stories from resume bullets Predict questions based on job description Prep...
|
999 |
| 5567 | tech-resume-optimizer | paramchoudhary/resumeskills |
Tech Resume Optimizer When to Use This Skill Use this skill when the user: Is applying for software engineering roles Wants to optimize a technical resume Needs help with developer/PM/technical job applications Mentions: "tech resume", "software engineer resume", "developer resume", "technical resume", "SWE resume", "PM resume" Core Capabilities Optimize resumes for technical roles (SWE, PM, Data, DevOps) Structure technical skills sections effectively Highlight projects and technical achievemen...
|
999 |
| 5568 | cs-brainstorm | liuzhengdongfortest/codestable |
cs-brainstorm brainstorm 是"讨论层"统一入口。用户开口时 AI 不知道终点应落在哪——feature design / roadmap / 还是聊两句发现已经够清楚直接 design。本技能先用一两轮对话分诊,再把讨论交给合适下游。 三件最重要的事: brainstorm 是创意空间不是审计关卡 ——探索 / 质疑 / 改主意 / 聊着聊着发现真正想做的是另一件事都正常 任何话题都可以聊 ——用户想聊库 / Schema / 接口就聊;TA 提出来说明心里有谱,趁早讨论清楚 design 阶段更省力。不设话题黑名单 AI 是思考伙伴不是记录员 ——用户来这步是想被挑战、被启发,不是被一条条问题填表。如果只是把用户的话整理一遍写下来这步就白做了 共享路径和命名约定看 codestable/reference/shared-conventions.md 。 三种讨论、三个出口 情况 特征 出口 case 1:其实已经够清楚 一句话能说出"做什么 / 为谁 / 怎么算成功 / 不做什么",不需要再 explore 直接 cs-feat-design (不落盘,告知用...
|
998 |
| 5569 | agentx | starchild-ai-agent/official-skills |
🌟 AgentX The Starchild community forum. Use this skill before the first agentx tool call to get action signatures and posting rules. The agentx tool stays built-in (no install needed); this SKILL.md is the reference doc. ⚠️ Platform disambiguation — AgentX vs. Twitter/X agentx tool posts to AgentX (Starchild community), NOT Twitter/X. "post a tweet" / "tweet this" / "post on Twitter/X" / any mention of Twitter/X → use the Composio skill TWITTER_CREATION_OF_A_POST , NOT this tool. "post on AgentX...
|
998 |
| 5570 | 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...
|
998 |
| 5571 | machine-learning | mindrally/skills |
Machine Learning You are an expert in machine learning development with JAX and functional programming patterns. Core Principles Follow functional programming patterns Use immutability and pure functions Leverage JAX transformations effectively Optimize for JIT compilation JAX Fundamentals Array Operations Use jax.numpy for NumPy-compatible operations Leverage automatic differentiation with jax.grad Apply JIT compilation with jax.jit Vectorize with jax.vmap Control Flow Use jax.lax.scan for sequ...
|
998 |
| 5572 | flutter-http-and-json | flutter/skills |
flutter-http-json-networking Goal Manages HTTP networking and JSON data handling in Flutter applications. Implements secure, asynchronous REST API calls (GET, POST, PUT, DELETE) using the http package. Handles JSON serialization, background parsing via isolates for large datasets, and structured JSON schemas for AI model integrations. Assumes the http package is added to pubspec.yaml and the environment supports Dart 3 pattern matching and null safety. Decision Logic When implementing JSON parsi...
|
997 |
| 5573 | 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) ...
|
997 |
| 5574 | senior-backend | alirezarezvani/claude-skills |
Senior Backend Complete toolkit for senior backend with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Api Scaffolder python scripts/api_scaffolder.py [ options ] Script 2: Database Migration Tool python scripts/database_migration_tool.py [ options ] Script 3: Api Load Tester python scripts/api_load_tester.py [ options ] Core Capabilities 1. Api Scaffolder Automated tool for api scaffolder tasks. ...
|
997 |
| 5575 | asc-subscription-localization | rudrankriyam/asc-skills |
asc subscription localization Use this skill to bulk-create or bulk-update display names (and descriptions) for subscriptions, subscription groups, and in-app purchases across all App Store Connect locales. This eliminates the tedious manual process of clicking through each language in App Store Connect to set the same display name. Preconditions Auth configured ( asc auth login or ASC_* env vars). Know your app ID ( ASC_APP_ID or --app ). Subscription groups and subscriptions already exist. Sup...
|
997 |
| 5576 | svg-animations | supermemoryai/skills |
This skill guides creation of handcrafted SVG animations — from simple animated icons to complex multi-stage path animations. SVGs are a markup language for images; every element is a DOM node you can style, animate, and script. SVG Fundamentals Coordinate System SVGs use a coordinate system defined by viewBox="minX minY width height" . The viewBox is your canvas — all coordinates are relative to it, making SVGs resolution-independent. < svg viewBox = " 0 0 200 200 " xmlns = " http://www.w3.org/...
|
997 |
| 5577 | flutter-accessibility | flutter/skills |
flutter-accessibility-and-adaptive-design Goal Implements, audits, and enforces accessibility (a11y) and adaptive design standards in Flutter applications. Ensures compliance with WCAG 2 and EN 301 549 by applying proper semantic roles, contrast ratios, tap target sizes, and assistive technology integrations. Constructs adaptive layouts that respond to available screen space and input modalities (touch, mouse, keyboard) without relying on hardware-specific checks or locked orientations. Decision...
|
996 |
| 5578 | pdf-downloader | serpdownloaders/skills |
PDF Downloader — Coming Soon (Browser Extension) Detect, capture, and download PDF files from any webpage directly in your browser. This extension is currently in development and has not been released yet. PDF Downloader is an upcoming browser extension that will provide a seamless way to find and save PDF files encountered while browsing. Rather than hunting through page source code or right-click menus, the extension will automatically detect PDF links, embedded PDF viewers, and inline documen...
|
996 |
| 5579 | cs-feat-impl | liuzhengdongfortest/codestable |
cs-feat-impl 到这一步用户已经在方案上签过字了,你的活是把方案变成代码。容易出问题的不是写代码本身,而是 实现路上发现方案没覆盖到的情况时怎么办 ——硬冲下去就把方案当摆设了。下面整套规则就是为了让"停下来"成为默认动作。 共享路径与命名约定看 codestable/reference/shared-conventions.md 第 0 节。 写代码时的三条姿态 具体规则是这三条姿态的落点,理解姿态比记规则重要。 1. 默认写最少的代码 只写当前步骤明确要的东西。不顺手加"以后可能要"的可配置项、抽象层、参数开关、防御性兜底。判据:写完一段觉得"是不是还得加点 X",先问 X 是不是当前用户能感知到的——不是就别加。整体写完一看 200 行其实 50 行能讲清楚 → 重写。多出来的代码不是中性的,是后人维护的负担。 2. 只动该动的,不顺手"改善"邻居 改某个函数时只改那个函数。同文件里别的函数风格丑、命名怪——除非和本次改动直接冲突,否则别碰。新代码风格匹配当前文件已有写法。混进的"顺手改"会把功能 PR 稀释成"一坨综合改动",review 成本翻几倍。值得改的按下文"...
|
996 |
| 5580 | cs-explore | liuzhengdongfortest/codestable |
cs-explore 同一个问题第一次花两小时查代码,第二次应该五分钟内找到答案——前提是第一次做完留下证据化的记录。cs-explore 把"提问 → 读代码 → 得结论"沉淀成可检索的探索文档。 适用场景 新人入仓快速理解模块边界 / 调用链 / 入口 用户提具体问题但暂时不要求直接产出方案 / 修复 feature-design / issue-analyze / issue-fix 前先补一轮证据化探索 技术方向还在讨论,需要轻量 spike(只探索不拍板) 本技能只负责"看到了什么"的证据化记录。用户意图是别的(拍板 / 处方 / 修 bug)让用户按场景选对应子技能。 共享路径与命名约定看 codestable/reference/shared-conventions.md 。产物写入 codestable/compound/ ,命名 YYYY-MM-DD-explore-{slug}.md ,frontmatter 带 doc_type: explore 。 三种探索类型 frontmatter 的 type 字段: 类型 适用情境 question 围绕一个具体问题查代...
|
996 |
| 5581 | m04-zero-cost | actionbook/rust-skills |
Zero-Cost Abstraction Layer 1: Language Mechanics Core Question Do we need compile-time or runtime polymorphism? Before choosing between generics and trait objects: Is the type known at compile time? Is a heterogeneous collection needed? What's the performance priority? Error → Design Question Show more
|
996 |
| 5582 | zod-validation-utilities | giuseppe-trisciuoglio/developer-kit |
Zod Validation Utilities Overview Production-ready Zod v4 patterns for reusable, type-safe validation with minimal boilerplate. Focuses on modern APIs, predictable error handling, and form integration. When to Use Defining request/response validation schemas in TypeScript services Parsing untrusted input from APIs, forms, env vars, or external systems Standardizing coercion, transforms, and cross-field validation Building reusable schema utilities across teams Integrating React Hook Form with Zo...
|
996 |
| 5583 | avatar-video | heygen-com/skills |
Avatar Video Create AI avatar videos with full control over avatars, voices, scripts, scenes, and backgrounds. Build single or multi-scene videos with exact configuration using HeyGen's /v2/video/generate API. Authentication All requests require the X-Api-Key header. Set the HEYGEN_API_KEY environment variable. curl -X GET "https://api.heygen.com/v2/avatars" \ -H "X-Api-Key: $HEYGEN_API_KEY " Tool Selection If HeyGen MCP tools are available ( mcp__heygen__* ), prefer them over direct HTTP API ca...
|
995 |
| 5584 | cs-refactor | liuzhengdongfortest/codestable |
cs-refactor AI 自己重构有两个稳定失败模式:一是不知道模块真实需求和约束,改出来的东西功能不等价;二是一次吞掉的范围超过上下文承载,改到后面忘了前面的约束。这流程在"想优化"和"动手改"之间塞了扫描清单 + 方法库,让 AI 只接自己能稳定做对的活。 scan(扫优化点清单)→ design(和用户定做哪几条 + 顺序)→ apply(逐条执行,每步人工放行) 核心纪律 :行为等价是底线。一旦会改外部可观察行为 → 不走 refactor,走 feature(需求变)或 issue(bug 修)。 Fastforward 模式(小重构) 单函数 / 单组件 / 1-3 处优化 / 有测试可自证 / 不需要目视——走完整三阶段太重。触发 cs-refactor-ff :直接识别、一次对齐、原地改、跑测试自证,不产 scan / design / checklist。 触发:"小重构"、"快速重构"、"简单优化下 XX 函数"、"直接改"、"别那么多步骤"。 别走 ff:改动跨 > 1 文件 / 预计动点 > 3 处 / 需要目视验证 / 改公开接口(要 Parallel C...
|
995 |
| 5585 | office-productivity | sickn33/antigravity-awesome-skills |
Office Productivity Workflow Bundle Overview Comprehensive office productivity workflow for document creation, spreadsheet automation, presentation generation, and format conversion using LibreOffice and Microsoft Office tools. When to Use This Workflow Use this workflow when: Creating office documents programmatically Automating document workflows Converting between document formats Generating reports Creating presentations from data Processing spreadsheets Workflow Phases Phase 1: Document Cre...
|
995 |
| 5586 | cs-arch | liuzhengdongfortest/codestable |
cs-arch codestable/architecture/ 是项目"地图"——design 写方案前读它定位、issue-analyze 做根因时读它理解模块边界、新人读它知道系统大致长什么样。本技能是"起草 / 刷新 / 体检"三件事的统一入口。 architecture 是累积的、自给自足的系统地图 ,不是某次 feature 的详细方案,而是所有已落地 feature 沉淀下来的"系统现在长什么样"总图。读者打开应能看懂整体结构而不需要跳回历史 design。design 是临时增量稿,acceptance 把稳定下来的名词 / 编排 / 约束提炼回这里;design 文件归档,只在追究具体决策细节时翻。 只记现状不记计划 ——默认在 acceptance 跟着代码同步,必要时本技能主动 backfill / update。 不写"未来会加什么层"、"下一步打算拆出 X 模块" ——那些归 cs-roadmap 。用户说"我想重构成 X 架构"先走 roadmap 拆 feature,每次 acceptance 把实际达到的结构提炼回 architecture。 详略判据:...
|
994 |
| 5587 | cs-learn | liuzhengdongfortest/codestable |
cs-learn 每次做 feature 或修 issue 都会留下 spec 文件。但 spec 记录的是"做了什么"和"怎么做的", 不会记录"踩了什么坑"和"发现了什么更好的做法" 。没有沉淀的团队总在重复解决同一个问题。 两条轨道: 坑点轨道 (pitfall):记录问题 / 根因 / 解法,防止下次再掉进同一个坑 知识轨道 (knowledge):记录最佳实践 / 工作流改进 / 可复用模式 两者都写入 codestable/compound/ (共享目录见 shared-conventions.md 第 1 节"归档类文档")。本技能产出 frontmatter 带 doc_type: learning ,命名 YYYY-MM-DD-learning-{slug}.md 。 什么时候触发 情境 说明 完成 feature 工作流 cs-feat-accept 主动问"要记录这次的学习点吗?" 完成 issue 工作流 cs-issue-fix 主动问"要把这个坑记录下来吗?" 用户主动 "记录一下"、"沉淀知识"、"learning"等 解决了一次性难题 不在 featur...
|
994 |
| 5588 | m09-domain | actionbook/rust-skills |
Domain Modeling Layer 2: Design Choices Core Question What is this concept's role in the domain? Before modeling in code, understand: Is it an Entity (identity matters) or Value Object (interchangeable)? What invariants must be maintained? Where are the aggregate boundaries? Domain Concept → Rust Pattern Show more
|
994 |
| 5589 | godot-master | thedivergentai/gd-agentic-skills |
Godot Master: Lead Architect Knowledge Hub Every section earns its tokens by focusing on Knowledge Delta — the gap between what Claude already knows and what a senior Godot engineer knows from shipping real products. 🧠 Part 1: Expert Thinking Frameworks "Who Owns What?" — The Architecture Sanity Check Before writing any system, answer these three questions for EVERY piece of state: Who owns the data? (The StatsComponent owns health, NOT the CombatSystem ) Who is allowed to change it? (Only the o...
|
994 |
| 5590 | html-ppt-retro-quarterly-review | nexu-io/open-design |
No SKILL.md available for this skill. View on GitHub Installs 473 Repository nexu-io/open-design GitHub Stars 54.2K First Seen May 9, 2026
|
994 |
| 5591 | cs-feat | liuzhengdongfortest/codestable |
cs-feat 新功能流程在"需求"和"代码"之间塞了一份方案文件,让两边有交接点——AI 直接拿到需求就写代码会出三个老问题:名字跟原代码对不上、改着改着改出范围、改完不留存档。 (想法模糊先去 cs-brainstorm 分诊) → 方案设计(名词层 + 编排层 + 验收契约 + 推进策略切片)→ 分步实现 → 验收闭环 brainstorm 是讨论层独立入口,会分诊:case 1(清楚 → 直接 design)/ case 2(小需求继续讨论 → 落 brainstorm note)/ case 3(大需求 → 移交 cs-roadmap )。只有 case 2 在 feature 目录产出 brainstorm note。 本技能不写代码不写文档,只做一件事:看当前 feature 走到哪步,告诉用户该触发哪个子技能。 文件放哪儿 codestable/features/{feature}/ ├── {slug}-brainstorm.md ← 阶段 0 产物(仅 case 2 落盘) ├── {slug}-intent.md ← 阶段 1 可选...
|
993 |
| 5592 | cs-issue-fix | liuzhengdongfortest/codestable |
cs-issue-fix 根因和方案已经确定(标准路径在 analysis、快速通道在 report 阶段口头确认过),你的活是按方案改代码、验证效果、写下修复记录。 fix 阶段最容易出问题的不是改代码本身,而是 改的过程中冒出的"顺手"冲动 ——顺手优化、顺手重构、顺手加抽象。每项单独看说得通,但合在一个 PR 里让别人分不清"这次到底为了修 bug 改了什么"。 共享路径与命名约定看 codestable/reference/shared-conventions.md 第 0 节和 cs-issue 的"文件放哪儿"。 两种入口 标准路径(有 analysis) 方案已确认 ——读 analysis,确认 doc_type=issue-analysis 且 status=confirmed ,第 5 节用户选定了哪个方案 上下文读全 :analysis 全文 + report 全文 + analysis 第 1 节定位的所有代码 + AGENTS.md + 沉淀目录搜索: python codestable/tools/search-yaml.py --dir codestabl...
|
993 |
| 5593 | backend-code-review | langgenius/dify |
Backend Code Review When to use this skill Use this skill whenever the user asks to review, analyze, or improve backend code (e.g., .py ) under the api/ directory. Supports the following review modes: Pending-change review : when the user asks to review current changes (inspect staged/working-tree files slated for commit to get the changes). Code snippets review : when the user pastes code snippets (e.g., a function/class/module excerpt) into the chat and asks for a review. File-focused review :...
|
993 |
| 5594 | marketing-psychology | nexu-io/open-design |
Marketing Psychology & Mental Models You are an expert in applying psychological principles and mental models to marketing. Your goal is to help users understand why people buy, how to influence behavior ethically, and how to make better marketing decisions. How to Use This Skill Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before applying mental models. Use that context to tailor reco...
|
993 |
| 5595 | odoo-18 | unclecatvn/agent-skills |
Odoo 18 Skill - Master Index Master index for all Odoo 18 development guides. Read the appropriate guide from references/ based on your task. Quick Reference Topic File When to Use Actions references/odoo-18-actions-guide.md Creating actions, menus, scheduled jobs, server actions API Decorators references/odoo-18-decorator-guide.md Using @api decorators, compute fields, validation Controllers references/odoo-18-controller-guide.md Writing HTTP endpoints, routes, web controllers Data Files refere...
|
992 |
| 5596 | arize-trace | arize-ai/arize-skills |
Arize Trace Skill SPACE — All --space flags and the ARIZE_SPACE env var accept a space name (e.g., my-workspace ) or a base64 space ID (e.g., U3BhY2U6... ). Find yours with ax spaces list . Concepts Trace = a tree of spans sharing a context.trace_id , rooted at a span with parent_id = null Span = a single operation (LLM call, tool call, retriever, chain, agent) Session = a group of traces sharing attributes.session.id (e.g., a multi-turn conversation) Use ax spans export to download individual s...
|
992 |
| 5597 | jwt-security | mindrally/skills |
JWT Security You are an expert in JSON Web Token (JWT) security implementation. Follow these guidelines when working with JWTs for authentication and authorization. Core Principles JWTs are not inherently secure - security depends on implementation Always validate tokens server-side, even for internal services Use asymmetric signing (RS256, ES256) when possible Keep tokens short-lived and implement proper refresh mechanisms Never store sensitive data in JWT payloads Token Structure A JWT cons...
|
992 |
| 5598 | drizzle | lobehub/lobe-chat |
Drizzle ORM Schema Style Guide Configuration Config: drizzle.config.ts Schemas: src/database/schemas/ Migrations: src/database/migrations/ Dialect: postgresql with strict: true Helper Functions Location: src/database/schemas/_helpers.ts timestamptz(name) : Timestamp with timezone createdAt() , updatedAt() , accessedAt() : Standard timestamp columns timestamps : Object with all three for easy spread Naming Conventions Tables : Plural snake_case ( users , session_groups ) Columns : snake_case ( us...
|
992 |
| 5599 | cs-issue-analyze | liuzhengdongfortest/codestable |
cs-issue-analyze 用户已把问题描述清楚,你的活是 通过实际读代码找根因 ——不是脑子里推断、不是在报告基础上猜。读代码是核心动作,跳过它写出来的分析没价值。 分析完不直接动手——给用户看 2-3 种修复方案让 TA 选。原因:根因往往有多种修法,影响面 / 副作用 / 改动范围各不相同,这是用户该拍板的事。 共享路径与命名约定看 codestable/reference/shared-conventions.md 第 0 节和 cs-issue 的"文件放哪儿"。 启动检查 问题报告存在且已确认 ——读 {slug}-report.md ,确认 doc_type=issue-report 且 status=confirmed ,5 节都有内容。不完整 / 状态不对 → 回 cs-issue-report 。 cs-issue-report 已判走标准路径就按标准路径走,不二次改判 断点恢复 —— {slug}-analysis.md 已存在则检查 5 节哪些已填: 全部填满但 status=draft → 跳到 checkpoint 部分填写 → 汇报"上次做到第 X ...
|
991 |
| 5600 | cs-issue | liuzhengdongfortest/codestable |
cs-issue 修 bug 直觉是"找到错的地方改了完事",但这个直觉路径反复制造同样的麻烦: 问题描述只在脑子里改完就忘——三个月后 bug 再现没复现步骤留存 根因没分析就动手——改了表面现象深层问题等下次爆发 修复范围扩散——发现一个 bug 顺手改五处引入新问题,无法追溯 没验收闭环——怎么判断改好了?改好了什么?没记录 issue 工作流在"看到问题"和"动手改代码"之间塞缓冲: 发现问题 → 清晰记录(report)→ 根因分析(analyze)→ 定点修复 + 验证(fix) 本技能不写任何东西,只看当前 issue 走到哪步、决定触发哪个子技能。 文件放哪儿 codestable/issues/{YYYY-MM-DD}-{slug}/ ├── {slug}-report.md ← 阶段 1 问题报告 ├── {slug}-analysis.md ← 阶段 2 根因分析 └── {slug}-fix-note.md ← 阶段 3 修复记录(必出产物) 日期取 发现 / 提报问题当天 定了不动。slug 能一眼看出是什么...
|
991 |