███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 9501 | ai-engineer | sickn33/antigravity-awesome-skills |
You are an AI engineer specializing in production-grade LLM applications, generative AI systems, and intelligent agent architectures. Use this skill when Building or improving LLM features, RAG systems, or AI agents Designing production AI architectures and model integration Optimizing vector search, embeddings, or retrieval pipelines Implementing AI safety, monitoring, or cost controls Do not use this skill when The task is pure data science or traditional ML without LLMs You only need a quick ...
|
1.1K |
| 9502 | bootstrap | bytedance/deer-flow |
Project Bootstrap Orchestrator Execute bootstrap in strict order. Do not run migrations or development server until project linking and environment verification are complete. Rules Do not run db:push , db:migrate , db:seed , or dev until Vercel linking is complete and env keys are verified. Prefer Vercel-managed provisioning ( vercel integration ... ) for shared resources. Use provider CLIs only as fallback when Vercel integration flow is unavailable. Never echo secret values in terminal output,...
|
1.1K |
| 9503 | codehealth-mcp | affaan-m/everything-claude-code |
Code Health MCP (CodeScene) Structural maintainability feedback for AI-assisted coding. Complements style/lint skills ( coding-standards , plankton-code-quality ) with design-level health scores and regression gates. Upstream: codescene-oss/codescene-mcp-server Package: @codescene/codehealth-mcp (stdio via npx) Security and boundaries Opt-in (ECC): The codescene block in mcp-configs/mcp-servers.json is a template only. ECC plugin installs do not auto-enable bundled MCP servers. Copy the entry in...
|
1.1K |
| 9504 | intent-driven-development | affaan-m/everything-claude-code |
Intent-Driven Development Produce useful acceptance criteria without turning specification into ceremony. Inspect available context first, expose genuine ambiguity, and choose verification methods that fit the work and its risk. When to Activate User asks to clarify a feature, define acceptance criteria, or de-risk a change before implementation Request touches security, authentication, persistent data, migrations, external APIs, or compliance User wants to prepare a handoff artifact for another...
|
1.1K |
| 9505 | orch-pipeline | affaan-m/everything-claude-code |
Orchestrator Pipeline (shared engine) The orch-* skills are thin wrappers. They do not re-implement any work — they classify the request, choose which phases of this pipeline run, and delegate each phase to an existing ECC agent or command. This file is that pipeline. Invoke an operation skill ( orch-add-feature , orch-fix-defect , …) rather than this engine directly. This file is the reference they point at. When to Use Loaded indirectly whenever an orch-* operation skill runs. Read directly on...
|
1.1K |
| 9506 | inherit-legacy-style | affaan-m/everything-claude-code |
Inherit Legacy Style Prevents AI code style drift in legacy projects by scanning the codebase for implicit conventions across 4 meta-architecture dimensions, resolving conflicts with the user one at a time, and crystallizing the consensus into an enforceable .ai-style-rules.md . Fully language- and framework-agnostic. When to Activate User types /inherit-legacy-style User mentions onboarding AI onto a hand-written legacy project User is worried about AI-generated code "drifting" from existing pr...
|
1.1K |
| 9507 | orch-fix-defect | affaan-m/everything-claude-code |
orch-fix-defect Actor · action · target: orch · fix · defect . Thin wrapper over the shared engine in orch-pipeline . When to Use Something is broken : wrong output, an error, a crash, a regression. Distinguish from siblings: behavior is correct but you want it different → orch-change-feature . the capability does not exist yet → orch-add-feature . Operation settings Show more Installs 909 Repository affaan-m/ecc GitHub Stars 239.2K First Seen Jun 7, 2026 Security Audits Gen Agent Trust Hub Pass...
|
1.1K |
| 9508 | orch-build-mvp | affaan-m/everything-claude-code |
orch-build-mvp Actor · action · target: orch · build · mvp . Thin wrapper over the shared engine in orch-pipeline . When to Use The user has a design / spec document (SDD, PRD, system_design) and wants a working vertical slice bootstrapped from it. Takes a doc path as its argument, e.g. civicpulse/docs/SDD-v0.6.md . Operation settings Default size floor: large — this is the full pipeline including Scaffold. Phase mask: 0 (read the spec) → 1 → 2 (heavy) → 3 (scaffold) → 4 → 5 → 6. First move (pha...
|
1.1K |
| 9509 | integrate-context-matic | github/awesome-copilot |
API Integration When the user asks to integrate a third-party API or implement anything involving an external API or SDK, follow this workflow. Do not rely on your own knowledge for available APIs or their capabilities — always use the context-matic MCP server. When to Apply Apply this skill when the user: Asks to integrate a third-party API Wants to add a client or SDK for an external service Requests implementation that depends on an external API Mentions a specific API (e.g. PayPal, Twilio) a...
|
1.1K |
| 9510 | antv-skills-maintainer | antvis/chart-visualization-skills |
AntV Skills Maintainer This skill ensures that all documentation and configuration files remain in sync whenever a skill is added or updated in this repository. Important The antv-skills-maintainer skill is internal-only — it is used solely for this repository's iteration workflow. Do not add it to README.md "Available Skills" or .claude-plugin/marketplace.json . Only user-facing skills should appear in those files. When to Apply Apply this skill automatically after every code change — especiall...
|
1.1K |
| 9511 | index-knowledge | tursodatabase/turso |
index-knowledge Generate hierarchical AGENTS.md files. Root + complexity-scored subdirectories. Usage --create-new Read existing → remove all → regenerate from scratch --max-depth=2 Limit directory depth (default: 5) Default: Update mode (modify existing + create new where warranted) Workflow (High-Level) Discovery + Analysis (concurrent) Launch parallel explore agents (multiple Task calls in one message) Main session: bash structure + LSP codemap + read existing AGENTS.md Score & Decide - ...
|
1.1K |
| 9512 | orch-refine-code | affaan-m/everything-claude-code |
orch-refine-code Actor · action · target: orch · refine · code . Thin wrapper over the shared engine in orch-pipeline . When to Use Same behavior, better structure : extract modules, remove duplication, kill dead code, reduce nesting, rename for clarity. Distinguish from siblings: if behavior is meant to change at all, this is the wrong skill ( orch-change-feature / orch-fix-defect ). Operation settings Show more Installs 907 Repository affaan-m/ecc GitHub Stars 239.2K First Seen Jun 7, 2026 Sec...
|
1.1K |
| 9513 | orch-add-feature | affaan-m/everything-claude-code |
orch-add-feature Actor · action · target: orch · add · feature . Thin wrapper over the shared engine in orch-pipeline . When to Use The user wants a capability that does not exist yet ("add", "build", "implement", "support …"). It is net-new behavior — not a correction ( orch-fix-defect ) and not an alteration of existing behavior ( orch-change-feature ). Operation settings Default size floor: standard — run Research + Plan unless clearly small. Phase mask: 0 → 1 → 2 → 4 → 5 → 6 (skip 3 Scaffold...
|
1.1K |
| 9514 | loopy | forward-future/loop-library |
Loopy Help the user discover loop opportunities in existing engineering work, reuse a published Loop Library loop when one fits, audit or repair an existing loop, craft a new one through a focused interview, run it with evidence, learn from the result, or prepare it for Loop Library. Treat a loop as a feedback system with terminal states, not as permission for endless autonomy. Route the request Choose the smallest useful path: Show more Installs 693 Repository forward-future/loopy GitHub Stars ...
|
1.1K |
| 9515 | asc-wall-submit | rudrankriyam/asc-skills |
asc wall submit Use this skill to add or update a Wall of Apps entry with the built-in CLI flow. When to use User wants to submit an app to the Wall of Apps User wants to update an existing Wall of Apps entry User asks for the exact Wall submission flow Required inputs Use one of these input paths: Standard App Store flow: app ID Manual/pre-release flow: link plus name Submission workflow Show more Installs 1.5K Repository rorkai/app-stor…i-skills GitHub Stars 904 First Seen Apr 17, 2026 Securit...
|
1.1K |
| 9516 | video-processing-editing | erichowens/some_claude_skills |
Video Processing & Editing Expert in FFmpeg-based video editing, processing automation, and export optimization for modern content creation workflows. When to Use ✅ Use for : Automated video editing pipelines (script-to-video) Cutting, trimming, concatenating clips Adding transitions, effects, overlays Audio mixing and normalization Subtitle/caption handling Export optimization for platforms Batch video processing Color grading and correction Show more Installs 1.1K Repository curiositech/som…e_...
|
1.1K |
| 9517 | orch-change-feature | affaan-m/everything-claude-code |
orch-change-feature Actor · action · target: orch · change · feature . Thin wrapper over the shared engine in orch-pipeline . When to Use An existing feature works , but the desired behavior is different ("change", "adjust", "make it also …", "instead of X do Y"). Distinguish from siblings: not broken → not orch-fix-defect (no bug to reproduce). not new → not orch-add-feature (the capability already exists). Operation settings Show more Installs 904 Repository affaan-m/ecc GitHub Stars 239.2K Fi...
|
1.1K |
| 9518 | knip | brianlovin/claude-config |
Knip Code Cleanup Run knip to find and remove unused files, dependencies, and exports from this codebase. Setup Check if knip is available: Run npx knip --version to test If it fails or is very slow, check if knip is in package.json devDependencies If not installed locally, install with npm install -D knip (or pnpm/yarn/bun equivalent based on lockfile present) Knip does NOT remove unused imports/variables inside files — that's a linter's job. Knip finds unused files, dependencies, and exports a...
|
1.1K |
| 9519 | arize-dataset | github/awesome-copilot |
Arize Dataset 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 Dataset = a versioned collection of examples used for evaluation and experimentation Dataset Version = a snapshot of a dataset at a point in time; updates can be in-place or create a new version Example = a single record in a dataset with arbitrary user-defined fields (e.g., question , answer , con...
|
1.1K |
| 9520 | arize-annotation | github/awesome-copilot |
Arize Annotation 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 . This skill covers annotation configs (the label schema) and annotation queues (human review workflows), as well as programmatically annotating project spans via the Python SDK. Direction: Human labeling in Arize attaches values defined by configs to spans , dataset examples , experiment-related records ,...
|
1.1K |
| 9521 | build-graph | tirth8205/code-review-graph |
Build Graph Build or incrementally update the persistent code knowledge graph for this repository. Steps Check graph status by calling the list_graph_stats_tool MCP tool. If the graph has never been built (last_updated is null), proceed with a full build. If the graph exists, proceed with an incremental update. Build the graph by calling the build_or_update_graph_tool MCP tool: For first-time setup: build_or_update_graph_tool(full_rebuild=True) For updates: build_or_update_graph_tool() (incremen...
|
1.1K |
| 9522 | legal-document-analyzer | qodex-ai/ai-agent-skills |
Legal Document Analyzer Build intelligent legal document analysis agents that review contracts, identify risks, and provide legal insights. Document Parsing See examples/legal_document_parser.py for LegalDocumentParser: Parse PDF, DOCX, and text documents Extract and structure document content Identify sections, clauses, definitions, parties, and dates Contract Analysis See examples/contract_analyzer.py for ContractAnalyzer: Identify contract type (NDA, employment, service, purchase, lease...
|
1.1K |
| 9523 | upgrade-react-native | react-native-community/skills |
Upgrade React Native Upgrade a React Native Community CLI project to a target version by fetching and applying the diff from the React Native Upgrade Helper . [!Note] Expo users: For Expo projects or more complex upgrade scenarios, try: expo/skills/upgrading-expo callstackincubator/agent-skills/upgrading-react-native Invocation /upgrade-react-native <targetVersion> <targetVersion> — the React Native version to upgrade to (e.g. 0.79.0 ). Step-by-step procedure Follow every step below in order . D...
|
1.1K |
| 9524 | arize-instrumentation | github/awesome-copilot |
No SKILL.md available for this skill. View on GitHub Installs 930 Repository arize-ai/arize-skills GitHub Stars 30 First Seen Mar 10, 2026
|
1.1K |
| 9525 | remotion-best-practices | vercel-labs/json-render |
When to use Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge. Captions When dealing with captions or subtitles, load the ./rules/subtitles.md file for more information. Using FFmpeg For some video operations, such as trimming videos or detecting silence, FFmpeg should be used. Load the ./rules/ffmpeg.md file for more information. Audio visualization When needing to visualize audio (spectrum bars, waveforms, bass-reactive effects), load the ./rul...
|
1.1K |
| 9526 | tiktok-ads | kostja94/marketing-skills |
Paid Ads: TikTok Ads Guides TikTok Ads setup, creative strategy, and optimization. TikTok excels at younger demographics (18–34) and viral-style video; use when your audience skews young and you have video creative capacity. 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. Why TikTok Demographics : 18–34; Gen Z and younger ...
|
1.1K |
| 9527 | chinese-documentation | jnmetacode/superpowers-zh |
中文技术文档写作规范 概述 中文技术文档最常见的问题不是内容不够,而是 读起来别扭 ——中英文挤在一起没有空格、全角半角混用、一股机翻味。本技能提供一套完整的中文技术文档写作规范,让你的文档 专业、好读、不出戏 。 核心原则: 排版服务于阅读体验,规范服务于一致性,内容服务于读者。 参考标准: 中文文案排版指北 中文排版规范 空格 中英文之间加空格: 好 使用 Git 进行版本管理,配合 Jenkins 实现持续集成。 Show more
|
1.1K |
| 9528 | jira | davila7/claude-code-templates |
Jira Natural language interaction with Jira. Supports multiple backends. Backend Detection Run this check first to determine which backend to use: 1. Check if jira CLI is available: → Run: which jira → If found: USE CLI BACKEND 2. If no CLI, check for Atlassian MCP: → Look for mcp__atlassian__* tools → If available: USE MCP BACKEND 3. If neither available: → GUIDE USER TO SETUP Backend When to Use Reference CLI jira command available references/commands.md MCP Atlassian MCP tools available refer...
|
1.1K |
| 9529 | cuopt-multi-objective-exploration | nvidia/skills |
Multi-Objective Exploration cuOpt optimizes one objective per solve. Many real problems have several objectives that pull against each other — cost vs. service level, return vs. risk, makespan vs. overtime, distance vs. vehicle count. A single solve answers "what's optimal for one particular weighting ," but it hides the tradeoff the user actually needs to see. This skill turns a sequence of single-objective cuOpt solves into a Pareto frontier — the set of solutions where you can't improve one o...
|
1.1K |
| 9530 | hairy-utils | hairyf/skills |
Based on @hairy/utils v1.47.0. Focuses on core utility functions for JavaScript/TypeScript development. Core References | Async Utilities | Promise handling, deferred promises, and async flow control | [core-async](https://github.com/hairyf/skills/blob/main/skills/hairy-utils/references/core-async.md) | Function Composition | Compose and pipe functions for functional programming | [core-composition](https://github.com/hairyf/skills/blob/main/skills/hairy-utils/references/core-compositio...
|
1.1K |
| 9531 | per-tenant-database | rivet-dev/skills |
Database per Tenant IMPORTANT: Before doing anything, you MUST read BASE_SKILL.md in this skill's directory. It contains essential guidance on debugging, error handling, state management, deployment, and project setup. Those rules and patterns apply to all RivetKit work. Everything below assumes you have already read and understood it. Working Examples If you need a reference implementation, read the raw working example code in these templates: per-tenant-database Patterns for database-per-tenan...
|
1.1K |
| 9532 | live-cursors | rivet-dev/skills |
Live Cursors and Presence IMPORTANT: Before doing anything, you MUST read BASE_SKILL.md in this skill's directory. It contains essential guidance on debugging, error handling, state management, deployment, and project setup. Those rules and patterns apply to all RivetKit work. Everything below assumes you have already read and understood it. Working Examples If you need a reference implementation, read the raw working example code in these templates: cursors cursors-raw-websocket Patterns for bu...
|
1.1K |
| 9533 | collaborative-text-editor | rivet-dev/skills |
Collaborative Text Editor IMPORTANT: Before doing anything, you MUST read BASE_SKILL.md in this skill's directory. It contains essential guidance on debugging, error handling, state management, deployment, and project setup. Those rules and patterns apply to all RivetKit work. Everything below assumes you have already read and understood it. Working Examples If you need a reference implementation, read the raw working example code in these templates: collaborative-document Patterns for building ...
|
1.1K |
| 9534 | vpc-air-gapped | rivet-dev/skills |
Deploying Rivet in a VPC or Air-Gapped Network IMPORTANT: Before doing anything, you MUST read BASE_SKILL.md in this skill's directory. It contains essential guidance on debugging, error handling, state management, deployment, and project setup. Those rules and patterns apply to all RivetKit work. Everything below assumes you have already read and understood it. Patterns for running self-hosted Rivet inside a private network: a VPC without internet egress, an on-premises rack, or a fully air-gap...
|
1.1K |
| 9535 | dart-add-unit-test | flutter/skills |
Testing Dart and Flutter Applications Contents Structuring Test Files Writing Tests Executing Tests Test Implementation Workflow Examples Structuring Test Files Organize test files to mirror the lib directory structure to maintain predictability. Place all test code within the test directory at the root of the package. Append _test.dart to the end of all test file names (e.g., lib/src/utils.dart should be tested in test/src/utils_test.dart ). If writing integration tests, place them in an integr...
|
1.1K |
| 9536 | seo-fundamentals | sickn33/antigravity-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 |
| 9537 | scientific-schematics | davila7/claude-code-templates |
Scientific Schematics and Diagrams Overview Scientific schematics and diagrams transform complex concepts into clear visual representations for publication. This skill uses Nano Banana 2 AI for diagram generation with Gemini 3.6 Flash quality review. How it works: Describe your diagram in natural language Nano Banana 2 generates publication-quality images automatically Gemini 3.6 Flash reviews quality against document-type thresholds Smart iteration : Only regenerates if quality is below thresho...
|
1.1K |
| 9538 | tresjs | onmax/nuxt-skills |
TresJS Vue 3 framework for building 3D scenes with Three.js. Declarative components that wrap Three.js objects. Packages: @tresjs/core (required), @tresjs/cientos (helpers), @tresjs/post-processing (effects) Installation Core (required) pnpm add three @tresjs/core Helpers - controls, loaders, materials, staging pnpm add @tresjs/cientos Post-processing effects pnpm add @tresjs/post-processing Quick Reference Working on... Load file TresCanvas, useTres, useLoop references/core.md Controls, load...
|
1.1K |
| 9539 | dart-run-static-analysis | flutter/skills |
Analyzing and Fixing Dart Code Contents Analysis Configuration Diagnostic Suppression Workflow: Executing Static Analysis Workflow: Applying Automated Fixes Examples Analysis Configuration Configure the Dart analyzer using the analysis_options.yaml file located at the package root. Base Configuration: Always include a standard rule set (e.g., package:lints/recommended.yaml or package:flutter_lints/flutter.yaml ) using the include: directive. Strict Type Checks: Enable strict type checks under th...
|
1.1K |
| 9540 | dart-fix-runtime-errors | flutter/skills |
Resolving Dart Static Analysis Errors Contents Core Concepts & Guidelines Type System & Soundness Null Safety Error Handling Workflows Workflow: Static Analysis Resolution Examples Core Concepts & Guidelines Type System & Soundness Enforce Dart's sound type system to prevent runtime invalid states. Method Overrides: Maintain sound return types (covariant) and parameter types (contravariant). Never tighten a parameter type in a subclass unless explicitly marked with the covariant keyword. Generic...
|
1.1K |
| 9541 | production-code-audit | sickn33/antigravity-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 |
| 9542 | angular-best-practices | alfredoperez/angular-best-practices |
Modern Angular Best Practices A comprehensive set of 112 rules covering TypeScript strictness, signal-based reactivity, component architecture, template optimization, RxJS patterns, SSR hydration, bundle optimization, accessibility, routing, forms, testing, and styling — so every component, service, template, and route you build is fast, accessible, tested, and maintainable. Below are the key patterns organized by what you're working on. For edge cases or when you need specific code examples bey...
|
1.1K |
| 9543 | jetson-diagnostic | nvidia/skills |
Jetson Diagnostic A unified, agent-friendly view of a running Jetson device. Replaces the need to remember which of tegrastats , jtop , procrank , /sys/kernel/debug/nvmap , nvpmodel , free , swapon , df , and systemctl list-units produces which slice of the truth. Purpose Capture a read-only health snapshot from the Jetson host so agents can answer device identity, memory, GPU, thermal, power, storage, and service-state questions using live data instead of guesses. When to use Activate when the ...
|
1.1K |
| 9544 | dart-resolve-package-conflicts | flutter/skills |
Managing Dart Dependencies Contents Core Concepts Version Constraints Workflow: Auditing Dependencies Workflow: Upgrading Dependencies Workflow: Resolving Version Conflicts Examples Core Concepts Dart enforces a strict single-version rule for dependencies: a project and all its transitive dependencies must resolve to a single, shared version of any given package. This prevents runtime type mismatches but introduces the risk of "version lock." To mitigate version lock, Dart relies on version cons...
|
1.1K |
| 9545 | at-email-cli | agentteamhq/agentteam-email |
at-email CLI Use at-email as the command name. at-email-cli is only the app/package folder name. First Step When the user asks you to operate email, first check whether the CLI is available: command -v at-email at-email --version If at-email is missing, see Run Through Package Wrapper If Missing at the end of this skill. Runtime Configuration Show more Installs 802 Repository agentteamhq/age…am-email GitHub Stars 68 First Seen Jun 22, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Sny...
|
1.1K |
| 9546 | debugging | tursodatabase/turso |
Debugging When to use this skill Encountering runtime errors or exceptions Code produces unexpected output or behavior Performance degradation or memory issues Intermittent or hard-to-reproduce bugs Understanding unfamiliar error messages Post-incident analysis and prevention Instructions Step 1: Gather Information Collect all relevant context about the issue: Error details : Full error message and stack trace Error type (syntax, runtime, logic, etc.) When did it start occurring? Is it reproduci...
|
1.1K |
| 9547 | grill-me | alirezarezvani/claude-skills |
Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. If a question can be answered by exploring the codebase, explore the codebase instead.
|
1.1K |
| 9548 | safe-action-forms | next-safe-action/skills |
next-safe-action Form Integration Options Approach When to Use useAction + native form Simple forms, no complex validation UI useHookFormAction (RHF adapter) Complex forms with field-level errors, validation on change/blur useHookFormOptimisticAction RHF forms with optimistic UI updates Quick Start — Native Form "use client" ; import { useAction } from "next-safe-action/hooks" ; import { submitContact } from "@/app/actions" ; export function ContactForm ( ) { const { execute , result , isPending...
|
1.1K |
| 9549 | pr-finish | gjkim42/kanon-repo |
PR Finish Use this skill to finish a PR without turning review and CI into an unbounded loop. Keep review-all review-only; this skill owns the triage, fix, verify, push, and bounded CI workflow. Rules Show more Installs 835 Repository gjkim42/kanon-repo First Seen Jun 22, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
|
1.1K |
| 9550 | content-parser | marswaveai/skills |
When to Use User provides a URL and wants to extract/read its content Another skill needs to parse source material from a URL before generation User says "parse this URL", "extract content from this link" User says "解析链接", "提取内容" When NOT to Use User already has text content and doesn't need URL parsing User wants to generate audio/video content (not content extraction) User wants to read a local file (use standard file reading tools) Purpose Extract and normalize content from URLs across suppor...
|
1.1K |