Skip to content

feat(instructions): add comprehensive Vue 3 development instructions#1932

Closed
fhwvtqdc2q-svg wants to merge 2 commits into
github:stagedfrom
fhwvtqdc2q-svg:add-vue-instructions-staged
Closed

feat(instructions): add comprehensive Vue 3 development instructions#1932
fhwvtqdc2q-svg wants to merge 2 commits into
github:stagedfrom
fhwvtqdc2q-svg:add-vue-instructions-staged

Conversation

@fhwvtqdc2q-svg
Copy link
Copy Markdown

Description

Adds instructions/vue.instructions.md — a comprehensive Vue 3 development instructions file. Vue 3 currently has no instructions file (only a Vue agent and a Vue+Pinia testing skill exist), so this fills a real gap.

What it covers

Composition API and <script setup>, the full reactivity system, compiler macros (defineProps/defineEmits/defineModel/defineSlots/defineOptions/defineExpose), composables, lifecycle, templates, slots, built-in components (Teleport/Suspense/Transition/KeepAlive/async), provide/inject, custom directives & plugins, Pinia, Vue Router, TypeScript, styling, forms & validation, error handling, performance, SSR, accessibility, security, testing, tooling, and anti-patterns.

Notes

  • applyTo scoped to **/*.vue, **/*.ts, **/*.js, **/*.css, **/*.scss.
  • docs/README.instructions.md regenerated via node ./eng/update-readme.mjs.
  • Based on and targeting staged per the contribution workflow. Only two files changed.

@github-actions github-actions Bot added instructions PR touches instructions new-submission PR adds at least one new contribution labels Jun 7, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 7, 2026

🔴 Contributor Reputation Check: HIGH risk

Check Risk
Profile HIGH
Credential audit NONE

Maintainers: please review this contributor before merging.
See the workflow run for full details.
Automated check powered by AGT.

@github-actions github-actions Bot added the needs-review:HIGH Contributor reputation check flagged HIGH risk label Jun 7, 2026
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>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 7, 2026

🔴 Contributor Reputation Check: HIGH risk

Check Risk
Profile HIGH
Credential audit NONE

Maintainers: please review this contributor before merging.
See the workflow run for full details.
Automated check powered by AGT.

@fhwvtqdc2q-svg fhwvtqdc2q-svg deleted the add-vue-instructions-staged branch June 7, 2026 07:33
Apply non-breaking npm audit fix, resolving the moderate-severity yaml advisory (GHSA-48c2-rrv3-qjmp) and a transitive high-severity issue. Reduced from 6 to 4 advisories; the remaining 4 are all transitive through the all-contributors-cli dev tool with no non-breaking fix available (a forced fix would downgrade and break it).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

instructions PR touches instructions needs-review:HIGH Contributor reputation check flagged HIGH risk new-submission PR adds at least one new contribution

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant