use-data/SKILL.md
Use this skill when editing this Vue 3 project and the user wants a page or block to load data automatically, refresh when filters, tabs, pagination, or mutations change, or let a child component trigger a reload through this project's `DataLoader`, even if they do not mention `DataLoader` by name.
npx skillsauth add lchrennew/data-loader-vue3 use-dataInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill only for this project's DataLoader workflow. Follow the behavior implemented in src/DataLoader.vue, not generic Vue fetching patterns.
DataLoader.onMounted, watch, or local refresh code that fetches the same request.inject.loaded event.Read REFERENCE.md only when you need the prop contract, slot shape, or a code example.
loadData function and pass request params as one loadDataArgs object.hash from every input that should invalidate the current result.data, filtered-data, loaded, and reload.reload() by default; use inject only when a descendant must trigger refresh.filter only for derived display data, not as a replacement for raw data.hash changes whenever the effective query changes.hash values; avoid hash=false because internal loaded also starts as false.loadDataArgs is forwarded as a single argument to loadData.filter changes filtered-data, not the raw data slot prop.loaded means internal state matches the current hash, not merely that a request once finished.reloaderName, descendants must inject that exact name.DataLoader with parallel onMounted, watch, or local refresh requests for the same data.hash covers every query input that should trigger reload.reload() or the injected reloader instead of a duplicate request path.data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.
data-ai
OpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.
data-ai
OpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.