Use when adding server state management to a module - creates Vue Query composable with caching and error handling.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add NoaiRox/specialist-agent --skill dev-create-composable --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Dev Create Composable?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/noairox-dev-create-composable-specialist-agent)More formats (shields.io, HTML) on the badges page.
---
name: dev-create-composable
description: "Use when adding server state management to a module - creates Vue Query composable with caching and error handling."
user-invocable: true
argument-hint: "[composable-name]"
allowed-tools: Read, Write, Edit, Bash, Glob, Grep
---
Create a composable following `docs/ARCHITECTURE.md` §4.4.
Composable: $ARGUMENTS
## Steps
1. Read `docs/ARCHITECTURE.md` section 4.4.
2. Determine the type:
- **Query** (data reading) → `useQuery` + service + adapter
- **Mutation** (write/delete) → `useMutation` + query invalidation
- **Pure logic** (no API) → refs + computed + lifecycle
3. Create the composable in `composables/use[Name].ts`:
- Required `use` prefix
- Parameters with `MaybeRef<T>` for reactivity
- Reactive queryKey (`computed`)
- Explicit `staleTime`
- Return type with refs/computed
4. Connect the layers: service → adapter → Vue Query
5. Validate: `npx tsc --noEmit`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.