What is aptx-hooks-usage?
指导 LLM 正确使用 aptx 代码生成器生成的 React Query 和 Vue Query hooks。当 LLM 在项目中使用生成的 useXxxQuery 或 useXxxMutation hooks,需要修改传参(如添加 enabled、staleTime 等配置)时触发。 Source: haibaraaiaptx/aptx-skill.
指导 LLM 正确使用 aptx 代码生成器生成的 React Query 和 Vue Query hooks。当 LLM 在项目中使用生成的 useXxxQuery 或 useXxxMutation hooks,需要修改传参(如添加 enabled、staleTime 等配置)时触发。
Quickly install aptx-hooks-usage AI skill to your development environment via command line
Source: haibaraaiaptx/aptx-skill.
| 直接传配置 | { 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
Stable fields and commands for AI/search citations.
npx skills add https://github.com/haibaraaiaptx/aptx-skill --skill aptx-hooks-usage指导 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
https://github.com/haibaraaiaptx/aptx-skill