feat(instructions): add comprehensive Vue 3 development instructions#1941
Merged
Conversation
Contributor
|
🔴 Contributor Reputation Check: HIGH risk
Maintainers: please review this contributor before merging. |
Add instructions/vue.instructions.md covering the Vue 3 feature surface: Composition API and <script setup>, the full reactivity system, compiler macros (defineModel/defineSlots/defineOptions), built-in components (Teleport/Suspense/Transition/KeepAlive), provide/inject, composables, Pinia, Vue Router, TypeScript, styling, forms, error handling, performance, SSR, accessibility, security, and testing. Regenerate docs/README.instructions.md index entry. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
|
🔴 Contributor Reputation Check: HIGH risk
Maintainers: please review this contributor before merging. |
aaronpowell
approved these changes
Jun 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds
instructions/vue.instructions.md— a comprehensive Vue 3 instructions file, and the auto-generated index entry indocs/README.instructions.md.Why
Vue 3 is a major framework with no existing instructions file in the collection (an
agents/vuejs-expert.agent.mdand a Vue testing skill exist, but no*.instructions.md). This fills that gap with specialized, version-accurate guidance.Scope (2 files only)
instructions/vue.instructions.md(174 lines, 24 sections)docs/README.instructions.md(regenerated index entry)Coverage
Composition API &
<script setup>, the full reactivity system, compiler macros (defineModel/defineSlots/defineOptions), built-in components (Teleport/Suspense/Transition/KeepAlive), provide/inject, composables, Pinia, Vue Router, TypeScript, styling, forms, error handling, performance, SSR, accessibility, security, and testing.Notes for reviewers
stagedper the contribution guidelines.