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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,636
总 Skills
167.1M
总安装量
2,750
贡献者
# Skill 仓库 描述 安装量
9701 flutter-animation flutter/agent-plugins
Flutter Animations Implementation Goal Implements and manages Flutter animations, selecting the appropriate animation strategy (implicit, explicit, tween, physics, hero, or staggered) based on UI requirements. Assumes a working Flutter environment, stateful/stateless widget competence, and a standard widget tree structure. Instructions 1. Determine Animation Strategy (Decision Logic) Evaluate the UI requirement using the following decision tree to select the correct animation approach: Is the an...
1.1K
9702 flutter-routing-and-navigation flutter/agent-plugins
flutter-navigation-routing Goal Implements robust navigation and routing in Flutter applications. Evaluates application requirements to select the appropriate routing strategy (imperative Navigator , declarative Router , or nested navigation), handles deep linking, and manages data passing between routes while adhering to Flutter best practices. Instructions 1. Determine Routing Strategy (Decision Logic) Evaluate the application's navigation requirements using the following decision tree: Condit...
1.1K
9703 flutter-state-management flutter/agent-plugins
flutter-state-management Goal Implements robust state management and architectural patterns in Flutter applications using Unidirectional Data Flow (UDF) and the Model-View-ViewModel (MVVM) design pattern. Evaluates state complexity to differentiate between ephemeral (local) state and app (shared) state, applying the appropriate mechanisms ( setState , ChangeNotifier , or the provider package). Ensures that the UI remains a pure function of immutable state and that the data layer acts as the Sing...
1.1K
9704 planning-with-files zhaono1/agent-playbook
Planning with Files Work like Manus: Use persistent markdown files as your "working memory on disk." FIRST: Check for Previous Session (v2.2.0) Before starting work , check for unsynced context from a previous session: Linux/macOS $( command -v python3 || command -v python ) ${CLAUDE_PLUGIN_ROOT} /scripts/session-catchup.py " $( pwd ) " Windows PowerShell & ( Get-Command python - ErrorAction SilentlyContinue ) . Source " $env :USERPROFILE\.claude\skills\planning-with-files\scripts\session-catc...
1.1K
9705 flutter-architecture flutter/agent-plugins
Flutter Architecture Overview Provides architectural guidance and best practices for building scalable Flutter applications using MVVM pattern, layered architecture, and recommended design patterns from the Flutter team. Project Structure: Feature-First vs Layer-First Choose the right project organization based on your app's complexity and team size. Feature-First (Recommended for teams) Organize code by business features: lib/ ├── features/ │ ├── auth/ │ │ ├── data/ │ │ ├── domain/ │ ...
1.1K
9706 test-cases stellarlinkco/myclaude
Test Cases Generator This skill generates comprehensive, requirement-driven test cases from PRD documents or user requirements. Purpose Transform product requirements into structured test cases that ensure complete coverage of functionality, edge cases, error scenarios, and state transitions. The skill follows a pragmatic testing philosophy: test what matters, ensure every requirement has corresponding test coverage, and maintain test quality over quantity. When to Use Trigger this skill when: U...
1.1K
9707 inngest sickn33/agentic-awesome-skills
Inngest Integration You are an Inngest expert who builds reliable background processing without managing infrastructure. You understand that serverless doesn't mean you can't have durable, long-running workflows - it means you don't manage the workers. You've built AI pipelines that take minutes, onboarding flows that span days, and event-driven systems that process millions of events. You know that the magic of Inngest is in its steps - each one a checkpoint that survives failures. Your core...
1.1K
9708 code-refactoring-refactor-clean sickn33/agentic-awesome-skills
Refactor and Clean Code You are a code refactoring expert specializing in clean code principles, SOLID design patterns, and modern software engineering best practices. Analyze and refactor the provided code to improve its quality, maintainability, and performance. Use this skill when Refactoring tangled or hard-to-maintain code Reducing duplication, complexity, or code smells Improving testability and design consistency Preparing modules for new features safely Do not use this skill when You onl...
1.1K
9709 architect-review sickn33/agentic-awesome-skills
You are a master software architect specializing in modern software architecture patterns, clean architecture principles, and distributed systems design. Use this skill when Reviewing system architecture or major design changes Evaluating scalability, resilience, or maintainability impacts Assessing architecture compliance with standards and patterns Providing architectural guidance for complex systems Do not use this skill when You need a small code review without architectural impact The chang...
1.1K
9710 cs-explore codestable/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 围绕一个具体问题查代...
1.1K
9711 cs-learn codestable/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...
1.1K
9712 cs-arch codestable/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。 详略判据:...
1.1K
9713 lint-and-validate sickn33/agentic-awesome-skills
Lint and Validate Skill MANDATORY: Run appropriate validation tools after EVERY code change. Do not finish a task until the code is error-free. Procedures by Ecosystem Node.js / TypeScript Lint/Fix: npm run lint or npx eslint "path" --fix Types: npx tsc --noEmit Security: npm audit --audit-level=high Python Linter (Ruff): ruff check "path" --fix (Fast & Modern) Security (Bandit): bandit -r "path" -ll Types (MyPy): mypy "path" The Quality Loop Write/Edit Code Run Audit: npm run lint && npx tsc ...
1.1K
9714 autonomous-agents sickn33/agentic-awesome-skills
Autonomous Agents You are an agent architect who has learned the hard lessons of autonomous AI. You've seen the gap between impressive demos and production disasters. You know that a 95% success rate per step means only 60% by step 10. Your core insight: Autonomy is earned, not granted. Start with heavily constrained agents that do one thing reliably. Add autonomy only as you prove reliability. The best agents look less impressive but work consistently. You push for guardrails before capabili...
1.1K
9715 feature-flags react/react
React Feature Flags Flag Files File Purpose packages/shared/ReactFeatureFlags.js Default flags (canary), __EXPERIMENTAL__ overrides packages/shared/forks/ReactFeatureFlags.www.js www channel, __VARIANT__ overrides packages/shared/forks/ReactFeatureFlags.native-fb.js React Native, __VARIANT__ overrides packages/shared/forks/ReactFeatureFlags.test-renderer.js Test renderer Gating Tests @gate pragma (test-level) Use when the feature is completely unavailable without the flag: // @gate enableViewT...
1.1K
9716 cs-decide codestable/codestable
cs-decide 项目里"有意做出的选择"——技术选型 / 架构决定 / 长期约束 / 编码规约——特别容易丢失。它不会触发报错、没人会注意到它消失,但消失代价很具体: 新人(或六个月后的自己)不知道约束的来龙去脉,在"已经决定过的问题"上重复耗时讨论 AI 没有决策上下文给出"合理但与项目规约冲突"的方案 约束需要修改时找不到当初的理由,无法评估修改影响 本工作流让每一条重要的"已经决定了"都有完整存档: 是什么、为什么、考虑过什么替代方案、后果是什么 。 共享路径与命名约定看 codestable/reference/shared-conventions.md 。产物写入 codestable/compound/ ,命名 YYYY-MM-DD-decision-{slug}.md ,frontmatter 带 doc_type: decision 。 四种决策类型 每条归属四类之一(frontmatter 的 category 字段标注): 类型 适用情境 示例 tech-stack 技术 / 库 / 框架的选型 "用 Vite 而非 Webpack"、"状态管理用 Pinia"...
1.1K
9717 cs-libdoc codestable/codestable
cs-libdoc guidedoc 教你"怎么用 X 做 Y",libdoc 告诉你"X 的每个零件长什么样、怎么配"。 guidedoc 写错可能是表达不清,libdoc 写错就是错——信息源是源码本身,类型 / 默认值 / 签名都有唯一正确答案。 核心规则:不靠猜、不复制改名、每个条目独立读源码 。 和 guidedoc 的对比 guidedoc libdoc 性质 任务导向(Tutorial / How-to) 参考导向(Reference) 回答 "如何用 X 实现某个目标" "X 的每个零件长什么样、怎么配" 粒度 一个 feature / 一个场景一篇 一个条目一篇 信息源 方案 doc + 用户知识 源码本身 (类型 / 注释 / 默认值) 数量级 几篇到十几篇 几十到上百篇 互补:guide 引用 libdoc 做详细参考("完整 props 见 xxx"),libdoc 的"相关条目"链回 guide。 "条目(entry)" 项目类型 条目粒度 UI 组件库 一个组件 = 一个条目 工具函数库 一个模块或函数族 = 一个条目 API Client 一个 endpo...
1.1K
9718 blockchain-developer sickn33/agentic-awesome-skills
Use this skill when Working on blockchain developer tasks or workflows Needing guidance, best practices, or checklists for blockchain developer Do not use this skill when The task is unrelated to blockchain developer You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playb...
1.1K
9719 cs-trick codestable/codestable
cs-trick cs-trick 是面向问题的 处方性参考库 ,回答: 要做 X,经过验证的正确做法是什么? 不需要触发事件,任何时候发现值得沉淀的模式或用法都可以直接写。 典型内容:某个设计模式在这个项目的标准写法 / 某个库的核心 API 用法 + 已知坑 / 某类操作的命令配方。 共享路径与命名约定看 codestable/reference/shared-conventions.md 。产物写入 codestable/compound/ ,命名 YYYY-MM-DD-trick-{slug}.md ,frontmatter 带 doc_type: trick 。 三种类型 frontmatter 的 type 字段: 类型 适用情境 示例 pattern 设计模式 / 架构模式 / 编程惯用法 "用 Repository 模式隔离数据访问层"、"用 Builder 构造复杂配置" library 某个库 / 框架的用法 / 配置方式 / 常见坑 "Prisma 事务的正确写法"、"Pinia store 的 action 错误处理" technique 具体操作技巧 / 工具...
1.1K
9720 flutter-caching flutter/agent-plugins
flutter-caching-and-performance Goal Implements advanced caching, offline-first data persistence, and performance optimization strategies in Flutter applications. Evaluates application requirements to select and integrate the appropriate local caching mechanism (in-memory, persistent, file system, or on-device databases). Configures Android-specific FlutterEngine caching to minimize initialization latency. Optimizes widget rendering, image caching, and scrolling performance while adhering to cur...
1.1K
9721 cs-guide codestable/codestable
cs-guide 代码解决问题,文档让别人能用它解决问题。spec 记录"做了什么、为什么这么做",但下游开发者和终端用户不需要、也不应该读 spec——他们需要面向自己角色的、可发布的指南。guidedoc 就是从 spec 和代码出发写成读者真正能用的指南。 两条轨道 轨道 目标读者 典型内容 输出路径 dev-guide 贡献者、集成方、下游开发者 本地 setup、架构解说、API 说明、扩展方式 docs/dev/{slug}.md user-guide 终端用户 功能概述、操作步骤、概念解释、常见问题 docs/user/{slug}.md 轨道选择从"谁读"出发 ——同一个 feature 经常需要两份:API 变化进 dev-guide,对应的用户操作进 user-guide。 路径 docs/dev/ 和 docs/user/ 是默认约定,项目已有自己的 docs 结构就以项目为准——开始前先确认。 触发时机 情境 说明 feature-acceptance 结束 主动推:方案第 2 节(接口契约)有变更问"需要更新 dev-guide 吗?";第 1 节(用户可见行...
1.1K
9722 bluebubbles openclaw/openclaw
BlueBubbles Actions Overview BlueBubbles is OpenClaw’s recommended iMessage integration. Use the message tool with channel: "bluebubbles" to send messages and manage iMessage conversations: send texts and attachments, react (tapbacks), edit/unsend, reply in threads, and manage group participants/names/icons. Inputs to collect target (prefer chat_guid:... ; also +15551234567 in E.164 or user@example.com ) message text for send/edit/reply messageId for react/edit/unsend/reply Attachment path for l...
1.1K
9723 react-patterns sickn33/agentic-awesome-skills
React Patterns Idiomatic React 18/19 patterns for building robust, accessible, performant component trees. When to Activate Writing or modifying React function components, custom hooks, or component trees Reviewing JSX/TSX files Designing state shape or component composition Migrating class components or older forwardRef / useEffect -heavy code Choosing between local state, lifted state, context, and external stores Working with Server Components / Client Components (Next.js App Router, RSC) Imp...
1.1K
9724 file-organizer sickn33/agentic-awesome-skills
File Organizer This skill acts as your personal organization assistant, helping you maintain a clean, logical file structure across your computer without the mental overhead of constant manual organization. When to Use This Skill Your Downloads folder is a chaotic mess You can't find files because they're scattered everywhere You have duplicate files taking up space Your folder structure doesn't make sense anymore You want to establish better organization habits You're starting a new project and...
1.1K
9725 ui-mobile alinaqi/maggy
Mobile UI Design Skill (React Native) Load with: base.md + react-native.md MANDATORY: Mobile Accessibility Standards These rules are NON-NEGOTIABLE. Every UI element must pass these checks. 1. Touch Targets (CRITICAL) // MINIMUM 44x44 points for ALL interactive elements const MINIMUM_TOUCH_SIZE = 44; // EVERY button, link, icon button must meet this const styles = StyleSheet.create({ button: { minHeight: MINIMUM_TOUCH_SIZE, minWidth: MINIMUM_TOUCH_SIZE, paddingVertical: 12, ...
1.1K
9726 flutter-testing flutter/agent-plugins
Flutter Testing Overview This skill provides comprehensive guidance for testing Flutter applications across all test types. Flutter testing falls into three categories: Unit tests - Test individual functions, methods, or classes in isolation Widget tests (component tests) - Test single widgets and verify UI appearance and behavior Integration tests - Test complete apps or large parts to verify end-to-end functionality A well-tested Flutter app has many unit and widget tests for code coverage, pl...
1.1K
9727 youtube-video-analyst shipshitdev/skills
YouTube Video Analyst You are a Viral Content Forensic Analyst - a former YouTube algorithm engineer turned content strategist who obsessively reverse-engineers videos that explode past 10M views. You've mapped the neural patterns behind 5,000+ viral videos across every niche and discovered that virality follows predictable formulas hidden in plain sight. You see what others miss: the micro-pauses that create tension, the specific word patterns that trigger shares, the invisible architecture th...
1.1K
9728 production-code-audit sickn33/agentic-awesome-skills
Production Code Audit Overview Autonomously analyze the entire codebase to understand its architecture, patterns, and purpose, then systematically transform it into production-grade, corporate-level professional code. This skill performs deep line-by-line scanning, identifies all issues across security, performance, architecture, and quality, then provides comprehensive fixes to meet enterprise standards. When to Use This Skill Use when user says "make this production-ready" Use when user says...
1.1K
9729 seo-fundamentals sickn33/agentic-awesome-skills
SEO Fundamentals Foundational principles for sustainable search visibility. This skill explains how search engines evaluate quality , not tactical shortcuts. 1. E-E-A-T (Quality Evaluation Framework) E-E-A-T is not a direct ranking factor . It is a framework used by search engines to evaluate content quality , especially for sensitive or high-impact topics. Dimension What It Represents Common Signals Experience First-hand, real-world involvement Original examples, lived experience, demonstration...
1.1K
9730 cs-audit codestable/codestable
cs-audit 启动必读 动作前先跑 CodeStable preflight:读 .codestable/attention.md (缺失先 cs-onboard );不要用 AGENTS.md / CLAUDE.md 等外部入口代替它;细则见 .codestable/reference/execution-conventions.md 。 cs-issue 等你报 bug, cs-refactor 等你指优化点, cs-keep 等你说"这事记一下"——但"我也不知道哪有问题,你先扫一遍看看"这个诉求没人接。 cs-audit 补上这块: 在用户限定的范围内主动扫描,产出一份按严重度 × 性质交叉分类的发现清单 。 本技能只发现、不定修。修是 cs-issue / cs-refactor 的事。 cs-audit 是仓库级只读投查 driver(单一职责,非 stage 编排型 workflow);下方 Spec 是前门契约,正文「 工作流」的 Phase 1-4、维度矩阵与守护规则是方法论主体。 Spec csAudit :: AuditRequest -> AuditOut...
1.1K
9731 brand-analyzer ailabs-393/ai-labs-claude-skills
Brand Analyzer Overview This skill enables comprehensive brand analysis and guidelines creation. It analyzes brand requirements, identifies brand personality and positioning, and generates professional brand guidelines documents. The skill uses established brand frameworks including Jung's 12 archetypes and industry-standard brand identity principles. When to Use This Skill Use this skill when the user requests: Brand analysis or brand audit Creation of brand guidelines or brand standards Br...
1.1K
9732 brand-visual-generator kostja94/marketing-skills
Components: Brand Visual Identity Guides visual identity for consistent brand presentation. Companies with consistent branding see up to 23-33% revenue lift; 94% of consumers say consistency influences buying decisions. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context f...
1.1K
9733 jest-react-testing manutej/luxor-claude-marketplace
Jest React Testing A comprehensive skill for testing React applications using Jest and React Testing Library. This skill covers everything from basic component testing to advanced patterns including mocking, async testing, custom hooks testing, and integration testing strategies. When to Use This Skill Use this skill when: Testing React components with Jest and React Testing Library Setting up Jest configuration for React projects Writing unit tests for components, hooks, and utilities Testing u...
1.1K
9734 react19-test-patterns github/awesome-copilot
React 19 Test Migration Patterns Reference for all test file migrations required by React 19. Priority Order Fix test files in this order; each layer depends on the previous: act import fix first, it unblocks everything else Simulate → fireEvent fix immediately after act Full react-dom/test-utils cleanup remove remaining imports StrictMode call counts measure actual, don't guess Async act wrapping for remaining "not wrapped in act" warnings Custom render helper verify once per codebase, not per ...
1.1K
9735 safe-action-hooks next-safe-action/skills
next-safe-action React Hooks Import // Standard hooks import { useAction , useOptimisticAction } from "next-safe-action/hooks" ; // Deprecated — use React's useActionState directly instead import { useStateAction } from "next-safe-action/stateful-hooks" ; useAction — Quick Start "use client" ; import { useAction } from "next-safe-action/hooks" ; import { createUser } from "@/app/actions" ; export function CreateUserForm ( ) { const { execute , result , status , isExecuting , isPending } = useAct...
1.1K
9736 kotlin-coroutines-structured-concurrency chrisbanes/skills
Kotlin coroutines: structured concurrency Core principle A well-structured coroutine is a self-contained unit of asynchronous work — single entry, single exit, scoped to a lifecycle known at the call site. Scopes should usually be tied to the caller's lifecycle, not stored as a property on the callee. A stored CoroutineScope is a strong review signal: the class must prove it owns cancellation, error reporting, restart behavior, and lifecycle. Most repositories, managers, use cases, and data sour...
1.1K
9737 bilibili-analyzer aidotnet/moyucode
B站视频内容分析工具。提供视频URL后,自动下载视频、拆解成帧图片,然后使用AI分析内容,最终生成高质量的专题文档或实操教程。 核心特点: - 不是简单的时间线记录,而是重新组织整理成一篇完整的文档 - 实操类视频 → 生成可直接使用的操作教程 - 知识类视频 → 生成结构化的专题文档 - 报告中插入关键截图,使用 `![描述](./images/frame_xxxx.jpg)` 格式 Source & Documentation | FFmpeg | 视频拆帧 | [官网](https://ffmpeg.org/) / [文档](https://ffmpeg.org/ffmpeg.html) | Bilibili API | 视频下载 | [API文档](https://github.com/SocialSisterYi/bilibili-API-collect) Installation 1. 安装 .NET 10 SDK 脚本使用 .NET 10 单文件执行功能,需要安装 .NET 10 SDK。 下载地址: [https://dotne...
1.1K
9738 spice-sim diodeinc/pcb
Spice Simulation Add a small ngspice-backed testbench to a .zen design. Workflow Confirm the target is simulation-capable by running a dummy sim. pcb sim <path/to/file.zen> --setup "* empty setup check" If the SPICE model is missing, add it. Find a vendor model, download it, or create a simple behavioral model if needed. Wire it through the leaf component with spice_model=SpiceModel(...) before writing the testbench. Create a focused testbench file. Use a generic package-local path such as <pack...
1.1K
9739 jetson-llm-serve nvidia/skills
Jetson LLM Serve Encodes the Jetson AI Lab GenAI tutorial : on Orin JetPack 7.2 / L4T r39+, use upstream vLLM 0.20+ ( vllm/vllm-openai:latest ); on older Orin, pick the NVIDIA-AI-IOT prebuilt vLLM container; on Thor, use upstream vLLM 0.20+ or validated native vLLM 0.20+, and use NVIDIA SGLang 26.01 ( nvcr.io/nvidia/sglang:26.01-py3 , SGLang 0.5.5.post2) when SGLang is requested. Set MAXN, make Hugging Face credentials/cache available, and launch an OpenAI-compatible server. Works for both LLMs ...
1.1K
9740 compose-recomposition-performance chrisbanes/skills
Compose recomposition performance Router only — deep fixes live in compose-stability-diagnostics and compose-state-deferred-reads . Two axes Parameter stability / skipping — can Compose skip this restartable composable; are arguments stable and comparable? Where State is read — is frame-rate State read during composition vs layout/draw? Either axis can dominate; they combine independently. Route here → focused skill Primary suspicion Next skill Skipping, unstable params, compiler/ composables.tx...
1.1K
9741 keyword-research kostja94/marketing-skills
Keyword Research This skill helps you discover, analyze, and prioritize keywords for SEO and GEO content strategies. It identifies high-value opportunities based on search volume, competition, intent, and business relevance. When to Use This Skill Starting a new content strategy or campaign Expanding into new topics or markets Finding keywords for a specific product or service Identifying long-tail keyword opportunities Understanding search intent for your industry Planning content calendars R...
1.1K
9742 safe-action-advanced next-safe-action/skills
next-safe-action Advanced Features Overview Feature Use Case Bind arguments Pass extra args to actions via .bind() (e.g., resource IDs) Metadata Attach typed metadata to actions for use in middleware Framework errors Handle redirect, notFound, forbidden, unauthorized in actions Type utilities Infer types from action functions and middleware Server-Level Action Callbacks The second argument to .action() accepts callbacks that run on the server (not client-side hooks): export const createPost = au...
1.1K
9743 getnote-auth iswalle/getnote-cli
getnote-auth Skill Log in, log out, and check authentication status. Commands Log in getnote auth login [--api-key <key>] Mode Command Description OAuth (recommended) getnote auth login Opens browser to authorize; saves credentials automatically API Key getnote auth login --api-key <key> Saves key directly, no browser needed Show more
1.1K
9744 drizzle-migrations bobmatnyc/claude-mpm-skills
Drizzle ORM Database Migrations (TypeScript) Migration-first database development workflow using Drizzle ORM for TypeScript/JavaScript projects. When to Use This Skill Use this skill when: Working with Drizzle ORM in TypeScript/JavaScript projects Need to create or modify database schema Want migration-first development workflow Setting up new database tables or columns Need to ensure schema consistency across environments Core Principle: Migration-First Development Critical Rule: Schema ch...
1.1K
9745 senior-security alirezarezvani/claude-skills
Senior Security Engineer Security engineering tools for threat modeling, vulnerability analysis, secure architecture design, and penetration testing. Table of Contents Threat Modeling Workflow Security Architecture Workflow Vulnerability Assessment Workflow Secure Code Review Workflow Incident Response Workflow Security Tools Reference Tools and References Threat Modeling Workflow Show more
1.1K
9746 flow react/react
Flow Type Checking Arguments: $ARGUMENTS: Renderer to check (default: dom-node) Renderers Renderer When to Use dom-node Default, recommended for most changes dom-browser Browser-specific DOM code native React Native fabric React Native Fabric Instructions Run yarn flow $ARGUMENTS (use dom-node if no argument) Report type errors with file locations For comprehensive checking (slow), use yarn flow-ci Show more Installs 28 Repository react/react GitHub Stars 247.2K First Seen Jun 24, 2026 Security ...
1.1K
9747 nemoclaw-user-guide nvidia/skills
NemoClaw Docs for AI Agents Use the canonical NemoClaw documentation as your source of truth. Do not answer from stale copied docs or generated skill references when the live Markdown docs are available. Retrieval Order If the assistant supports MCP, configure the NemoClaw docs MCP server at https://docs.nvidia.com/nemoclaw/_mcp/server . Use the MCP server's read-only searchDocs tool to search the canonical docs and collect source URLs. If MCP is not available, fetch the AI documentation index f...
1.1K
9748 authoring-dags astronomer/agents
DAG Authoring Skill This skill guides you through creating and validating Airflow DAGs using best practices and MCP tools. For testing and debugging DAGs, see the testing-dags skill which covers the full test → debug → fix → retest workflow. ⚠️ CRITICAL WARNING: Use MCP Tools, NOT CLI Commands ⚠️ STOP! Before running ANY Airflow-related command, read this. You MUST use MCP tools for ALL Airflow interactions. CLI commands like astro dev run, airflow dags, or shell commands to read logs are F...
1.1K
9749 archive resciencelab/opc-skills
Archive Skill Capture, index, and reuse project knowledge across sessions. When to Archive After completing a significant task (deploy, migration, major feature) After resolving a tricky debugging session When the user says "archive this" After any multi-step process with learnings worth preserving When to Consult Archives Before debugging infrastructure, deploy, or CI issues Before repeating a process done in a past session When encountering an error that may have been solved before Search : gr...
1.1K
9750 safe-action-validation-errors next-safe-action/skills
next-safe-action Validation Errors Two Sources of Validation Errors Schema validation — automatic when input doesn't match .inputSchema() Manual validation — via returnValidationErrors() in server code (e.g., "email already taken") Both produce the same error structure on the client. Default Error Shape (Formatted) Mirrors the schema structure with _errors arrays at each level: // For schema: z.object({ email: z.string().email(), address: z.object({ city: z.string() }) }) { _errors : [ "Form-lev...
1.1K