·aptx-hooks-usage
</>

aptx-hooks-usage

指导 LLM 正确使用 aptx 代码生成器生成的 React Query 和 Vue Query hooks。当 LLM 在项目中使用生成的 useXxxQuery 或 useXxxMutation hooks,需要修改传参(如添加 enabled、staleTime 等配置)时触发。

11Installs·0Trend·@haibaraaiaptx

Installation

$npx skills add https://github.com/haibaraaiaptx/aptx-skill --skill aptx-hooks-usage

How to Install aptx-hooks-usage

Quickly install aptx-hooks-usage AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/haibaraaiaptx/aptx-skill --skill aptx-hooks-usage
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: haibaraaiaptx/aptx-skill.

SKILL.md

View raw

| 直接传配置 | { enabled: false } | { query: { enabled: false } } | | 缺少命名空间 | { staleTime: 3000 } | { query: { staleTime: 3000 } } | | Mutation 配置 | { onSuccess: fn } | { mutation: { onSuccess: fn } } |

指导 LLM 正确使用 aptx 代码生成器生成的 React Query 和 Vue Query hooks。当 LLM 在项目中使用生成的 useXxxQuery 或 useXxxMutation hooks,需要修改传参(如添加 enabled、staleTime 等配置)时触发。 Source: haibaraaiaptx/aptx-skill.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/haibaraaiaptx/aptx-skill --skill aptx-hooks-usage Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Security certified for safe and reliable code One-click installation with simplified configuration Compatible with Claude Code, Cursor, OpenClaw, and more

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/haibaraaiaptx/aptx-skill --skill aptx-hooks-usage
Category
</>Dev Tools
Verified
First Seen
2026-03-01
Updated
2026-03-10

Browse more skills from haibaraaiaptx/aptx-skill

Quick answers

What is aptx-hooks-usage?

指导 LLM 正确使用 aptx 代码生成器生成的 React Query 和 Vue Query hooks。当 LLM 在项目中使用生成的 useXxxQuery 或 useXxxMutation hooks,需要修改传参(如添加 enabled、staleTime 等配置)时触发。 Source: haibaraaiaptx/aptx-skill.

How do I install aptx-hooks-usage?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/haibaraaiaptx/aptx-skill --skill aptx-hooks-usage Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/haibaraaiaptx/aptx-skill