ask-vue-architect

<critical_constraints> ❌ NO <a href=""> → causes full reload, use <Link>

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ask-vue-architect" with this command: npx skills add navanithans/agent-skill-kit/navanithans-agent-skill-kit-ask-vue-architect

<critical_constraints> ❌ NO <a href=""> → causes full reload, use <Link>

❌ NO axios.post for forms → use useForm from Inertia ❌ NO hardcoded URLs → use route() helper (Ziggy) ✅ MUST use <script setup lang="ts">

✅ MUST detect stack flavor before scaffolding </critical_constraints>

<inertia_rules> Props: from Laravel Controller, not fetched in onMounted

defineProps<{ user: App.Models.User; errors: Record<string, string> }>();

Links: <Link href="/dashboard"> (not <a> )

Forms:

const form = useForm({ email: '', password: '' }); form.post(route('login'), { onFinish: () => form.reset('password') });

Errors: :error="form.errors.email"

Global state: usePage().props.auth.user

</inertia_rules>

<persistent_layouts>

import AppLayout from '@/Layouts/AppLayout.vue'; defineOptions({ layout: AppLayout });

</persistent_layouts>

<state_management>

  • Local: ref() for UI state

  • Global (Inertia): usePage() for auth, flash messages

  • Complex client-side: Pinia (Setup Store syntax) </state_management>

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

ask-shadcn-architect

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

ask-commit-assistance

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

ask-nextjs-architect

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

ask-skill-creator

No summary provided by upstream source.

Repository SourceNeeds Review