opencode-agent-kit 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +796 -0
- package/bin/commands/init.mjs +221 -0
- package/bin/init.mjs +21 -0
- package/package.json +22 -0
- package/template/.opencode/agent-docs/backend/README.md +0 -0
- package/template/.opencode/agent-docs/backend/node/BACKEND_PATTERNS.md +82 -0
- package/template/.opencode/agent-docs/backend/node/BACKEND_QUICK_START.md +49 -0
- package/template/.opencode/agent-docs/frontend/next/README.md +0 -0
- package/template/.opencode/agent-docs/frontend/nuxt/API_PATTERNS.md +807 -0
- package/template/.opencode/agent-docs/frontend/nuxt/CHEATSHEET.md +676 -0
- package/template/.opencode/agent-docs/frontend/nuxt/COMPLETION_REPORT.md +613 -0
- package/template/.opencode/agent-docs/frontend/nuxt/EXAMPLES.md +956 -0
- package/template/.opencode/agent-docs/frontend/nuxt/INDEX.md +596 -0
- package/template/.opencode/agent-docs/frontend/nuxt/MCP_GUIDE.md +881 -0
- package/template/.opencode/agent-docs/frontend/nuxt/MENTOR_CURRICULUM_30_DAYS.md +256 -0
- package/template/.opencode/agent-docs/frontend/nuxt/MENTOR_CURRICULUM_CHECKLIST.md +156 -0
- package/template/.opencode/agent-docs/frontend/nuxt/MENTOR_WEEKLY_ASSIGNMENTS.md +191 -0
- package/template/.opencode/agent-docs/frontend/nuxt/QUICK_START.md +509 -0
- package/template/.opencode/agent-docs/frontend/nuxt/README.md +506 -0
- package/template/.opencode/agent-docs/frontend/nuxt/README_AGENTS.md +140 -0
- package/template/.opencode/agent-docs/frontend/nuxt/README_DOCS.md +65 -0
- package/template/.opencode/agent-docs/frontend/nuxt/SUMMARY.md +474 -0
- package/template/.opencode/agent-docs/frontend/nuxt/TEAM_OPERATING_GUIDE.md +54 -0
- package/template/.opencode/agent-docs/frontend/nuxt/TESTING_GUIDE.md +904 -0
- package/template/.opencode/agent-docs/frontend/nuxt/WORKFLOWS.md +758 -0
- package/template/.opencode/agent-docs/frontend/react/API_PATTERNS.md +187 -0
- package/template/.opencode/agent-docs/frontend/react/CHEATSHEET.md +87 -0
- package/template/.opencode/agent-docs/frontend/react/INDEX.md +45 -0
- package/template/.opencode/agent-docs/frontend/react/QUICK_START.md +43 -0
- package/template/.opencode/agent-docs/frontend/react/README.md +159 -0
- package/template/.opencode/agent-docs/frontend/vue/README.md +0 -0
- package/template/.opencode/agent-docs/mobile/android/README.md +45 -0
- package/template/.opencode/agent-docs/mobile/flutter/README.md +44 -0
- package/template/.opencode/agents/android-developer.md +418 -0
- package/template/.opencode/agents/code-igniter-3-fullstack.md +345 -0
- package/template/.opencode/agents/code-reviewer.md +517 -0
- package/template/.opencode/agents/database-specialist.md +455 -0
- package/template/.opencode/agents/devops-specialist.md +562 -0
- package/template/.opencode/agents/flutter-developer.md +556 -0
- package/template/.opencode/agents/it-leader.md +911 -0
- package/template/.opencode/agents/laravel-advanced.md +691 -0
- package/template/.opencode/agents/node-backend-developer.md +343 -0
- package/template/.opencode/agents/nuxt-frontend-developer-mentor.md +402 -0
- package/template/.opencode/agents/nuxt-frontend-developer.md +1573 -0
- package/template/.opencode/agents/react-frontend-developer.md +1017 -0
- package/template/.opencode/agents/seo-specialist.md +681 -0
- package/template/.opencode/agents/ui-ux-designer.md +783 -0
- package/template/.opencode/commands/android-build/command.md +25 -0
- package/template/.opencode/commands/android-test/command.md +23 -0
- package/template/.opencode/commands/build-fix.md +29 -0
- package/template/.opencode/commands/checkpoint.md +74 -0
- package/template/.opencode/commands/code-review.md +40 -0
- package/template/.opencode/commands/e2e.md +363 -0
- package/template/.opencode/commands/eval.md +120 -0
- package/template/.opencode/commands/evolve.md +193 -0
- package/template/.opencode/commands/flutter-build/command.md +25 -0
- package/template/.opencode/commands/flutter-test/command.md +24 -0
- package/template/.opencode/commands/go-build.md +183 -0
- package/template/.opencode/commands/go-review.md +148 -0
- package/template/.opencode/commands/go-test.md +268 -0
- package/template/.opencode/commands/gpc-release/command.md +30 -0
- package/template/.opencode/commands/instinct-export.md +91 -0
- package/template/.opencode/commands/instinct-import.md +142 -0
- package/template/.opencode/commands/instinct-status.md +86 -0
- package/template/.opencode/commands/learn.md +70 -0
- package/template/.opencode/commands/multi-backend.md +158 -0
- package/template/.opencode/commands/multi-execute.md +310 -0
- package/template/.opencode/commands/multi-frontend.md +158 -0
- package/template/.opencode/commands/multi-plan.md +261 -0
- package/template/.opencode/commands/multi-workflow.md +183 -0
- package/template/.opencode/commands/orchestrate.md +172 -0
- package/template/.opencode/commands/plan.md +113 -0
- package/template/.opencode/commands/pm2.md +271 -0
- package/template/.opencode/commands/python-review.md +297 -0
- package/template/.opencode/commands/refactor-clean.md +28 -0
- package/template/.opencode/commands/sessions.md +305 -0
- package/template/.opencode/commands/setup-pm.md +80 -0
- package/template/.opencode/commands/skill-create.md +174 -0
- package/template/.opencode/commands/tdd.md +326 -0
- package/template/.opencode/commands/test-coverage.md +27 -0
- package/template/.opencode/commands/update-codemaps.md +17 -0
- package/template/.opencode/commands/update-docs.md +31 -0
- package/template/.opencode/commands/verify.md +59 -0
- package/template/.opencode/config.example.json +309 -0
- package/template/.opencode/config.json +341 -0
- package/template/.opencode/contexts/dev.md +20 -0
- package/template/.opencode/contexts/research.md +26 -0
- package/template/.opencode/contexts/review.md +22 -0
- package/template/.opencode/hooks/hooks.json +169 -0
- package/template/.opencode/instructions/INSTRUCTIONS.md +388 -0
- package/template/.opencode/package.json +5 -0
- package/template/.opencode/rules/README.md +82 -0
- package/template/.opencode/rules/android/gradle.md +62 -0
- package/template/.opencode/rules/android/testing.md +27 -0
- package/template/.opencode/rules/common/agents.md +49 -0
- package/template/.opencode/rules/common/coding-style.md +48 -0
- package/template/.opencode/rules/common/git-workflow.md +45 -0
- package/template/.opencode/rules/common/hooks.md +30 -0
- package/template/.opencode/rules/common/patterns.md +31 -0
- package/template/.opencode/rules/common/performance.md +55 -0
- package/template/.opencode/rules/common/security.md +29 -0
- package/template/.opencode/rules/common/testing.md +29 -0
- package/template/.opencode/rules/flutter/state-management.md +57 -0
- package/template/.opencode/rules/flutter/testing.md +42 -0
- package/template/.opencode/rules/golang/coding-style.md +26 -0
- package/template/.opencode/rules/golang/hooks.md +11 -0
- package/template/.opencode/rules/golang/patterns.md +39 -0
- package/template/.opencode/rules/golang/security.md +28 -0
- package/template/.opencode/rules/golang/testing.md +25 -0
- package/template/.opencode/rules/mobile/performance.md +36 -0
- package/template/.opencode/rules/python/coding-style.md +37 -0
- package/template/.opencode/rules/python/hooks.md +14 -0
- package/template/.opencode/rules/python/patterns.md +34 -0
- package/template/.opencode/rules/python/security.md +25 -0
- package/template/.opencode/rules/python/testing.md +33 -0
- package/template/.opencode/rules/typescript/coding-style.md +58 -0
- package/template/.opencode/rules/typescript/hooks.md +15 -0
- package/template/.opencode/rules/typescript/patterns.md +45 -0
- package/template/.opencode/rules/typescript/security.md +21 -0
- package/template/.opencode/rules/typescript/testing.md +11 -0
- package/template/.opencode/skills/api-documentation/SKILL.md +188 -0
- package/template/.opencode/skills/backend-patterns/SKILL.md +587 -0
- package/template/.opencode/skills/building-components/SKILL.md +37 -0
- package/template/.opencode/skills/building-components/references/accessibility.mdx +819 -0
- package/template/.opencode/skills/building-components/references/as-child.mdx +324 -0
- package/template/.opencode/skills/building-components/references/composition.mdx +239 -0
- package/template/.opencode/skills/building-components/references/data-attributes.mdx +413 -0
- package/template/.opencode/skills/building-components/references/definitions.mdx +258 -0
- package/template/.opencode/skills/building-components/references/design-tokens.mdx +57 -0
- package/template/.opencode/skills/building-components/references/docs.mdx +155 -0
- package/template/.opencode/skills/building-components/references/marketplaces.mdx +144 -0
- package/template/.opencode/skills/building-components/references/npm.mdx +166 -0
- package/template/.opencode/skills/building-components/references/polymorphism.mdx +583 -0
- package/template/.opencode/skills/building-components/references/principles.mdx +61 -0
- package/template/.opencode/skills/building-components/references/registry.mdx +169 -0
- package/template/.opencode/skills/building-components/references/state.mdx +99 -0
- package/template/.opencode/skills/building-components/references/styling.mdx +286 -0
- package/template/.opencode/skills/building-components/references/types.mdx +191 -0
- package/template/.opencode/skills/clickhouse-io/SKILL.md +429 -0
- package/template/.opencode/skills/coding-standards/SKILL.md +520 -0
- package/template/.opencode/skills/configure-ecc/SKILL.md +298 -0
- package/template/.opencode/skills/continuous-learning/SKILL.md +110 -0
- package/template/.opencode/skills/continuous-learning/config.json +18 -0
- package/template/.opencode/skills/continuous-learning/evaluate-session.sh +60 -0
- package/template/.opencode/skills/continuous-learning-v2/SKILL.md +284 -0
- package/template/.opencode/skills/continuous-learning-v2/agents/observer.md +137 -0
- package/template/.opencode/skills/continuous-learning-v2/agents/start-observer.sh +134 -0
- package/template/.opencode/skills/continuous-learning-v2/config.json +41 -0
- package/template/.opencode/skills/continuous-learning-v2/hooks/observe.sh +153 -0
- package/template/.opencode/skills/continuous-learning-v2/scripts/instinct-cli.py +489 -0
- package/template/.opencode/skills/continuous-learning-v2/scripts/test_parse_instinct.py +82 -0
- package/template/.opencode/skills/dart-add-unit-test/SKILL.md +122 -0
- package/template/.opencode/skills/dart-build-cli-app/SKILL.md +185 -0
- package/template/.opencode/skills/dart-collect-coverage/SKILL.md +141 -0
- package/template/.opencode/skills/dart-fix-runtime-errors/SKILL.md +166 -0
- package/template/.opencode/skills/dart-generate-test-mocks/SKILL.md +155 -0
- package/template/.opencode/skills/dart-migrate-to-checks-package/SKILL.md +126 -0
- package/template/.opencode/skills/dart-resolve-package-conflicts/SKILL.md +116 -0
- package/template/.opencode/skills/dart-run-static-analysis/SKILL.md +104 -0
- package/template/.opencode/skills/dart-use-pattern-matching/SKILL.md +146 -0
- package/template/.opencode/skills/django-patterns/SKILL.md +733 -0
- package/template/.opencode/skills/django-security/SKILL.md +592 -0
- package/template/.opencode/skills/django-tdd/SKILL.md +728 -0
- package/template/.opencode/skills/django-verification/SKILL.md +460 -0
- package/template/.opencode/skills/eval-harness/SKILL.md +227 -0
- package/template/.opencode/skills/firebase-basics/SKILL.md +103 -0
- package/template/.opencode/skills/firebase-basics/references/additional-skills.md +113 -0
- package/template/.opencode/skills/firebase-basics/references/cli-usage.md +31 -0
- package/template/.opencode/skills/firebase-basics/references/client-library-usage.md +45 -0
- package/template/.opencode/skills/firebase-basics/references/core-concepts.md +61 -0
- package/template/.opencode/skills/firebase-basics/references/iac-usage.md +40 -0
- package/template/.opencode/skills/firebase-basics/references/iam-security.md +74 -0
- package/template/.opencode/skills/firebase-basics/references/mcp-usage.md +63 -0
- package/template/.opencode/skills/flutter/SKILL.md +292 -0
- package/template/.opencode/skills/flutter-add-integration-test/SKILL.md +163 -0
- package/template/.opencode/skills/flutter-add-widget-preview/SKILL.md +145 -0
- package/template/.opencode/skills/flutter-add-widget-test/SKILL.md +154 -0
- package/template/.opencode/skills/flutter-apply-architecture-best-practices/SKILL.md +162 -0
- package/template/.opencode/skills/flutter-build-responsive-layout/SKILL.md +139 -0
- package/template/.opencode/skills/flutter-fix-layout-issues/SKILL.md +130 -0
- package/template/.opencode/skills/flutter-implement-json-serialization/SKILL.md +153 -0
- package/template/.opencode/skills/flutter-setup-declarative-routing/SKILL.md +255 -0
- package/template/.opencode/skills/flutter-setup-localization/SKILL.md +210 -0
- package/template/.opencode/skills/flutter-use-http-package/SKILL.md +174 -0
- package/template/.opencode/skills/frontend-design/SKILL.md +89 -0
- package/template/.opencode/skills/frontend-patterns/SKILL.md +631 -0
- package/template/.opencode/skills/golang-patterns/SKILL.md +673 -0
- package/template/.opencode/skills/golang-testing/SKILL.md +719 -0
- package/template/.opencode/skills/impeccable/SKILL.md +165 -0
- package/template/.opencode/skills/impeccable/agents/impeccable-asset-producer.md +101 -0
- package/template/.opencode/skills/impeccable/reference/adapt.md +190 -0
- package/template/.opencode/skills/impeccable/reference/animate.md +175 -0
- package/template/.opencode/skills/impeccable/reference/audit.md +133 -0
- package/template/.opencode/skills/impeccable/reference/bolder.md +113 -0
- package/template/.opencode/skills/impeccable/reference/brand.md +118 -0
- package/template/.opencode/skills/impeccable/reference/clarify.md +174 -0
- package/template/.opencode/skills/impeccable/reference/codex.md +105 -0
- package/template/.opencode/skills/impeccable/reference/cognitive-load.md +106 -0
- package/template/.opencode/skills/impeccable/reference/color-and-contrast.md +105 -0
- package/template/.opencode/skills/impeccable/reference/colorize.md +154 -0
- package/template/.opencode/skills/impeccable/reference/craft.md +123 -0
- package/template/.opencode/skills/impeccable/reference/critique.md +273 -0
- package/template/.opencode/skills/impeccable/reference/delight.md +302 -0
- package/template/.opencode/skills/impeccable/reference/distill.md +111 -0
- package/template/.opencode/skills/impeccable/reference/document.md +427 -0
- package/template/.opencode/skills/impeccable/reference/extract.md +69 -0
- package/template/.opencode/skills/impeccable/reference/harden.md +347 -0
- package/template/.opencode/skills/impeccable/reference/heuristics-scoring.md +234 -0
- package/template/.opencode/skills/impeccable/reference/interaction-design.md +195 -0
- package/template/.opencode/skills/impeccable/reference/layout.md +141 -0
- package/template/.opencode/skills/impeccable/reference/live.md +622 -0
- package/template/.opencode/skills/impeccable/reference/motion-design.md +109 -0
- package/template/.opencode/skills/impeccable/reference/onboard.md +234 -0
- package/template/.opencode/skills/impeccable/reference/optimize.md +258 -0
- package/template/.opencode/skills/impeccable/reference/overdrive.md +130 -0
- package/template/.opencode/skills/impeccable/reference/personas.md +179 -0
- package/template/.opencode/skills/impeccable/reference/polish.md +242 -0
- package/template/.opencode/skills/impeccable/reference/product.md +62 -0
- package/template/.opencode/skills/impeccable/reference/quieter.md +99 -0
- package/template/.opencode/skills/impeccable/reference/responsive-design.md +114 -0
- package/template/.opencode/skills/impeccable/reference/shape.md +165 -0
- package/template/.opencode/skills/impeccable/reference/spatial-design.md +100 -0
- package/template/.opencode/skills/impeccable/reference/teach.md +156 -0
- package/template/.opencode/skills/impeccable/reference/typeset.md +124 -0
- package/template/.opencode/skills/impeccable/reference/typography.md +159 -0
- package/template/.opencode/skills/impeccable/reference/ux-writing.md +107 -0
- package/template/.opencode/skills/impeccable/scripts/cleanup-deprecated.mjs +284 -0
- package/template/.opencode/skills/impeccable/scripts/command-metadata.json +94 -0
- package/template/.opencode/skills/impeccable/scripts/critique-storage.mjs +242 -0
- package/template/.opencode/skills/impeccable/scripts/design-parser.mjs +820 -0
- package/template/.opencode/skills/impeccable/scripts/detect-csp.mjs +198 -0
- package/template/.opencode/skills/impeccable/scripts/detect.mjs +21 -0
- package/template/.opencode/skills/impeccable/scripts/impeccable-paths.mjs +110 -0
- package/template/.opencode/skills/impeccable/scripts/is-generated.mjs +69 -0
- package/template/.opencode/skills/impeccable/scripts/live-accept.mjs +595 -0
- package/template/.opencode/skills/impeccable/scripts/live-browser-session.js +123 -0
- package/template/.opencode/skills/impeccable/scripts/live-browser.js +4860 -0
- package/template/.opencode/skills/impeccable/scripts/live-complete.mjs +75 -0
- package/template/.opencode/skills/impeccable/scripts/live-completion.mjs +18 -0
- package/template/.opencode/skills/impeccable/scripts/live-inject.mjs +446 -0
- package/template/.opencode/skills/impeccable/scripts/live-poll.mjs +200 -0
- package/template/.opencode/skills/impeccable/scripts/live-resume.mjs +48 -0
- package/template/.opencode/skills/impeccable/scripts/live-server.mjs +838 -0
- package/template/.opencode/skills/impeccable/scripts/live-session-store.mjs +254 -0
- package/template/.opencode/skills/impeccable/scripts/live-status.mjs +47 -0
- package/template/.opencode/skills/impeccable/scripts/live-wrap.mjs +632 -0
- package/template/.opencode/skills/impeccable/scripts/live.mjs +247 -0
- package/template/.opencode/skills/impeccable/scripts/load-context.mjs +141 -0
- package/template/.opencode/skills/impeccable/scripts/modern-screenshot.umd.js +14 -0
- package/template/.opencode/skills/impeccable/scripts/pin.mjs +214 -0
- package/template/.opencode/skills/iterative-retrieval/SKILL.md +202 -0
- package/template/.opencode/skills/java-coding-standards/SKILL.md +138 -0
- package/template/.opencode/skills/jetpack-compose/.skillfish.json +10 -0
- package/template/.opencode/skills/jetpack-compose/SKILL.md +420 -0
- package/template/.opencode/skills/jpa-patterns/SKILL.md +141 -0
- package/template/.opencode/skills/nutrient-document-processing/SKILL.md +165 -0
- package/template/.opencode/skills/nuxt-ui/SKILL.md +334 -0
- package/template/.opencode/skills/nuxt-ui/references/components.md +377 -0
- package/template/.opencode/skills/nuxt-ui/references/composables.md +127 -0
- package/template/.opencode/skills/nuxt-ui/references/layouts/chat.md +266 -0
- package/template/.opencode/skills/nuxt-ui/references/layouts/dashboard.md +220 -0
- package/template/.opencode/skills/nuxt-ui/references/layouts/docs.md +141 -0
- package/template/.opencode/skills/nuxt-ui/references/layouts/editor.md +168 -0
- package/template/.opencode/skills/nuxt-ui/references/layouts/page.md +260 -0
- package/template/.opencode/skills/nuxt-ui/references/theming.md +427 -0
- package/template/.opencode/skills/postgres-patterns/SKILL.md +146 -0
- package/template/.opencode/skills/project-guidelines-example/SKILL.md +345 -0
- package/template/.opencode/skills/python-patterns/SKILL.md +749 -0
- package/template/.opencode/skills/python-testing/SKILL.md +815 -0
- package/template/.opencode/skills/security-review/SKILL.md +494 -0
- package/template/.opencode/skills/security-review/cloud-infrastructure-security.md +361 -0
- package/template/.opencode/skills/shadcn-ui/README.md +248 -0
- package/template/.opencode/skills/shadcn-ui/SKILL.md +326 -0
- package/template/.opencode/skills/shadcn-ui/examples/auth-layout.tsx +177 -0
- package/template/.opencode/skills/shadcn-ui/examples/data-table.tsx +313 -0
- package/template/.opencode/skills/shadcn-ui/examples/form-pattern.tsx +177 -0
- package/template/.opencode/skills/shadcn-ui/resources/component-catalog.md +481 -0
- package/template/.opencode/skills/shadcn-ui/resources/customization-guide.md +516 -0
- package/template/.opencode/skills/shadcn-ui/resources/migration-guide.md +463 -0
- package/template/.opencode/skills/shadcn-ui/resources/setup-guide.md +412 -0
- package/template/.opencode/skills/shadcn-ui/scripts/verify-setup.sh +134 -0
- package/template/.opencode/skills/springboot-patterns/SKILL.md +304 -0
- package/template/.opencode/skills/springboot-security/SKILL.md +119 -0
- package/template/.opencode/skills/springboot-tdd/SKILL.md +157 -0
- package/template/.opencode/skills/springboot-verification/SKILL.md +100 -0
- package/template/.opencode/skills/strategic-compact/SKILL.md +63 -0
- package/template/.opencode/skills/strategic-compact/suggest-compact.sh +52 -0
- package/template/.opencode/skills/tdd-workflow/SKILL.md +409 -0
- package/template/.opencode/skills/vercel-composition-patterns/AGENTS.md +946 -0
- package/template/.opencode/skills/vercel-composition-patterns/SKILL.md +89 -0
- package/template/.opencode/skills/vercel-composition-patterns/rules/architecture-avoid-boolean-props.md +100 -0
- package/template/.opencode/skills/vercel-composition-patterns/rules/architecture-compound-components.md +112 -0
- package/template/.opencode/skills/vercel-composition-patterns/rules/patterns-children-over-render-props.md +87 -0
- package/template/.opencode/skills/vercel-composition-patterns/rules/patterns-explicit-variants.md +100 -0
- package/template/.opencode/skills/vercel-composition-patterns/rules/react19-no-forwardref.md +42 -0
- package/template/.opencode/skills/vercel-composition-patterns/rules/state-context-interface.md +191 -0
- package/template/.opencode/skills/vercel-composition-patterns/rules/state-decouple-implementation.md +113 -0
- package/template/.opencode/skills/vercel-composition-patterns/rules/state-lift-state.md +125 -0
- package/template/.opencode/skills/vercel-react-best-practices/AGENTS.md +2934 -0
- package/template/.opencode/skills/vercel-react-best-practices/SKILL.md +136 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/advanced-event-handler-refs.md +55 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/advanced-init-once.md +42 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/advanced-use-latest.md +39 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/async-api-routes.md +38 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/async-defer-await.md +80 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/async-dependencies.md +51 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/async-parallel.md +28 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/async-suspense-boundaries.md +99 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/bundle-barrel-imports.md +59 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/bundle-conditional.md +31 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/bundle-defer-third-party.md +49 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/bundle-dynamic-imports.md +35 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/bundle-preload.md +50 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/client-event-listeners.md +74 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/client-localstorage-schema.md +71 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/client-passive-event-listeners.md +48 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/client-swr-dedup.md +56 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/js-batch-dom-css.md +107 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/js-cache-function-results.md +80 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/js-cache-property-access.md +28 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/js-cache-storage.md +70 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/js-combine-iterations.md +32 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/js-early-exit.md +50 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/js-hoist-regexp.md +45 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/js-index-maps.md +37 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/js-length-check-first.md +49 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/js-min-max-loop.md +82 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/js-set-map-lookups.md +24 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/js-tosorted-immutable.md +57 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/rendering-activity.md +26 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/rendering-animate-svg-wrapper.md +47 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/rendering-conditional-render.md +40 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/rendering-content-visibility.md +38 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/rendering-hoist-jsx.md +46 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/rendering-hydration-no-flicker.md +82 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/rendering-hydration-suppress-warning.md +30 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/rendering-svg-precision.md +28 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/rendering-usetransition-loading.md +75 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/rerender-defer-reads.md +39 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/rerender-dependencies.md +45 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/rerender-derived-state-no-effect.md +40 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/rerender-derived-state.md +29 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/rerender-functional-setstate.md +74 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/rerender-lazy-state-init.md +58 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/rerender-memo-with-default-value.md +38 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/rerender-memo.md +44 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/rerender-move-effect-to-event.md +45 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/rerender-simple-expression-in-memo.md +35 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/rerender-transitions.md +40 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/rerender-use-ref-transient-values.md +73 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/server-after-nonblocking.md +73 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/server-auth-actions.md +96 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/server-cache-lru.md +41 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/server-cache-react.md +76 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/server-dedup-props.md +65 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/server-parallel-fetching.md +83 -0
- package/template/.opencode/skills/vercel-react-best-practices/rules/server-serialization.md +38 -0
- package/template/.opencode/skills/verification-loop/SKILL.md +120 -0
- package/template/.opencode/skills/web-design-guidelines/SKILL.md +39 -0
- package/template/AGENTS.md +32 -0
- package/template/opencode.json +354 -0
|
@@ -0,0 +1,596 @@
|
|
|
1
|
+
# Frontend Developer Agent - Documentation Index
|
|
2
|
+
|
|
3
|
+
Navigasi lengkap untuk semua dokumentasi Frontend Developer Agent.
|
|
4
|
+
|
|
5
|
+
## 🚀 Quick Links
|
|
6
|
+
|
|
7
|
+
| Kebutuhan | Dokumen |
|
|
8
|
+
| --------------------------- | ------------------------------------------------------------------ |
|
|
9
|
+
| Baru mulai? | [QUICK_START.md](./QUICK_START.md) |
|
|
10
|
+
| Butuh contoh? | [EXAMPLES.md](./EXAMPLES.md) |
|
|
11
|
+
| API patterns? | [API_PATTERNS.md](./API_PATTERNS.md) |
|
|
12
|
+
| Roadmap mentor 30 hari? | [MENTOR_CURRICULUM_30_DAYS.md](./MENTOR_CURRICULUM_30_DAYS.md) |
|
|
13
|
+
| Checklist harian mentor? | [MENTOR_CURRICULUM_CHECKLIST.md](./MENTOR_CURRICULUM_CHECKLIST.md) |
|
|
14
|
+
| Assignment mingguan mentor? | [MENTOR_WEEKLY_ASSIGNMENTS.md](./MENTOR_WEEKLY_ASSIGNMENTS.md) |
|
|
15
|
+
| Cari command cepat? | [CHEATSHEET.md](./CHEATSHEET.md) |
|
|
16
|
+
| Workflow lengkap? | [WORKFLOWS.md](./WORKFLOWS.md) |
|
|
17
|
+
| MCP integration? | [MCP_GUIDE.md](./MCP_GUIDE.md) |
|
|
18
|
+
| Testing agent? | [TESTING_GUIDE.md](./TESTING_GUIDE.md) |
|
|
19
|
+
| SOP tim? | [TEAM_OPERATING_GUIDE.md](./TEAM_OPERATING_GUIDE.md) |
|
|
20
|
+
| Overview lengkap? | [README.md](./README.md) |
|
|
21
|
+
| Installation summary? | [SUMMARY.md](./SUMMARY.md) |
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
25
|
+
## 📖 Documentation Structure
|
|
26
|
+
|
|
27
|
+
```
|
|
28
|
+
.opencode/
|
|
29
|
+
├── agents/
|
|
30
|
+
│ └── frontend-developer.md # Agent definition
|
|
31
|
+
└── agent-docs/frontend/nuxt/ # Supporting documentation (this directory)
|
|
32
|
+
├── INDEX.md # This file - navigation hub
|
|
33
|
+
├── README.md # Complete user guide
|
|
34
|
+
├── QUICK_START.md # Get started in 5 minutes
|
|
35
|
+
├── EXAMPLES.md # Practical examples
|
|
36
|
+
├── API_PATTERNS.md # useApi composable guide
|
|
37
|
+
├── MENTOR_CURRICULUM_30_DAYS.md # 30-day beginner curriculum
|
|
38
|
+
├── MENTOR_CURRICULUM_CHECKLIST.md # daily execution checklist
|
|
39
|
+
├── MENTOR_WEEKLY_ASSIGNMENTS.md # weekly tasks and rubric
|
|
40
|
+
├── WORKFLOWS.md # Detailed workflows
|
|
41
|
+
├── CHEATSHEET.md # Quick reference
|
|
42
|
+
├── MCP_GUIDE.md # MCP integration
|
|
43
|
+
├── TESTING_GUIDE.md # Testing & validation
|
|
44
|
+
├── TEAM_OPERATING_GUIDE.md# Team operating SOP
|
|
45
|
+
├── SUMMARY.md # Installation summary
|
|
46
|
+
└── COMPLETION_REPORT.md # Project completion
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
**Important:** Only `frontend-developer.md` appears in OpenCode agent list. All other files in `docs/` are supporting documentation.
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
53
|
+
## 📚 Documentation By Use Case
|
|
54
|
+
|
|
55
|
+
### For New Users
|
|
56
|
+
|
|
57
|
+
**Start Here:**
|
|
58
|
+
|
|
59
|
+
1. Read [QUICK_START.md](./QUICK_START.md) - 5 menit untuk memahami basics
|
|
60
|
+
2. Try examples dari [EXAMPLES.md](./EXAMPLES.md) - mulai dari simple
|
|
61
|
+
3. Reference [CHEATSHEET.md](./CHEATSHEET.md) - untuk quick commands
|
|
62
|
+
|
|
63
|
+
**Progression:**
|
|
64
|
+
|
|
65
|
+
- Week 1: QUICK_START → EXAMPLES (Section 1-3)
|
|
66
|
+
- Week 2: EXAMPLES (Section 4-6) → WORKFLOWS (Workflow 1-3)
|
|
67
|
+
- Week 3: Complete WORKFLOWS → MCP_GUIDE basics
|
|
68
|
+
- Week 4: Advanced MCP usage → Custom workflows
|
|
69
|
+
|
|
70
|
+
### For Experienced Users
|
|
71
|
+
|
|
72
|
+
**Quick Reference:**
|
|
73
|
+
|
|
74
|
+
- [CHEATSHEET.md](./CHEATSHEET.md) - Commands, skills, shortcuts
|
|
75
|
+
- [EXAMPLES.md](./EXAMPLES.md) - Copy-paste examples
|
|
76
|
+
- [MCP_GUIDE.md](./MCP_GUIDE.md) - Advanced MCP patterns
|
|
77
|
+
|
|
78
|
+
**Deep Dives:**
|
|
79
|
+
|
|
80
|
+
- [WORKFLOWS.md](./WORKFLOWS.md) - Complete feature workflows
|
|
81
|
+
- [README.md](./README.md) - Comprehensive capabilities
|
|
82
|
+
- [frontend-developer.md](./frontend-developer.md) - Agent internals
|
|
83
|
+
|
|
84
|
+
### For Team Leads
|
|
85
|
+
|
|
86
|
+
**Setup & Onboarding:**
|
|
87
|
+
|
|
88
|
+
1. [SUMMARY.md](./SUMMARY.md) - Quick installation overview
|
|
89
|
+
2. [QUICK_START.md](./QUICK_START.md) - Team onboarding guide
|
|
90
|
+
3. [TESTING_GUIDE.md](./TESTING_GUIDE.md) - Validation & quality
|
|
91
|
+
|
|
92
|
+
**Best Practices:**
|
|
93
|
+
|
|
94
|
+
- [WORKFLOWS.md](./WORKFLOWS.md) - Standard workflows untuk team
|
|
95
|
+
- [README.md](./README.md) - Capabilities & limitations
|
|
96
|
+
- [EXAMPLES.md](./EXAMPLES.md) - Pattern library
|
|
97
|
+
|
|
98
|
+
### For Testing & QA
|
|
99
|
+
|
|
100
|
+
**Validation:**
|
|
101
|
+
|
|
102
|
+
1. [TESTING_GUIDE.md](./TESTING_GUIDE.md) - Complete testing suite
|
|
103
|
+
2. [EXAMPLES.md](./EXAMPLES.md) - Expected outputs
|
|
104
|
+
3. [WORKFLOWS.md](./WORKFLOWS.md) - End-to-end scenarios
|
|
105
|
+
|
|
106
|
+
**Bug Reports:**
|
|
107
|
+
|
|
108
|
+
- Use templates dari TESTING_GUIDE.md
|
|
109
|
+
- Reference specific workflows
|
|
110
|
+
- Document expected vs actual
|
|
111
|
+
|
|
112
|
+
---
|
|
113
|
+
|
|
114
|
+
## 📝 Documentation Details
|
|
115
|
+
|
|
116
|
+
### [README.md](./README.md) - Complete User Guide
|
|
117
|
+
|
|
118
|
+
**Size:** 12KB | **Lines:** 505
|
|
119
|
+
**Content:**
|
|
120
|
+
|
|
121
|
+
- Agent capabilities overview
|
|
122
|
+
- Skills integration (10+ skills)
|
|
123
|
+
- Usage methods (@mention, primary agent)
|
|
124
|
+
- Practical examples
|
|
125
|
+
- Tips & best practices
|
|
126
|
+
- Troubleshooting
|
|
127
|
+
- FAQ
|
|
128
|
+
|
|
129
|
+
**Best For:**
|
|
130
|
+
|
|
131
|
+
- Understanding full capabilities
|
|
132
|
+
- Learning all features
|
|
133
|
+
- Reference guide
|
|
134
|
+
|
|
135
|
+
---
|
|
136
|
+
|
|
137
|
+
### [QUICK_START.md](./QUICK_START.md) - Getting Started
|
|
138
|
+
|
|
139
|
+
**Size:** 11KB | **Lines:** 544
|
|
140
|
+
**Content:**
|
|
141
|
+
|
|
142
|
+
- 5-minute quick start
|
|
143
|
+
- Installation verification
|
|
144
|
+
- First component creation
|
|
145
|
+
- MCP setup basics
|
|
146
|
+
- Common tasks
|
|
147
|
+
- Next steps
|
|
148
|
+
|
|
149
|
+
**Best For:**
|
|
150
|
+
|
|
151
|
+
- New users
|
|
152
|
+
- Quick onboarding
|
|
153
|
+
- Team training
|
|
154
|
+
- Demos
|
|
155
|
+
|
|
156
|
+
---
|
|
157
|
+
|
|
158
|
+
### [EXAMPLES.md](./EXAMPLES.md) - Practical Examples
|
|
159
|
+
|
|
160
|
+
**Size:** 18KB | **Lines:** 900+
|
|
161
|
+
**Content:**
|
|
162
|
+
|
|
163
|
+
- 8 major categories
|
|
164
|
+
- 50+ code examples
|
|
165
|
+
- Real-world scenarios
|
|
166
|
+
- Expected outputs
|
|
167
|
+
- Prompt templates
|
|
168
|
+
- Best practices
|
|
169
|
+
|
|
170
|
+
**Categories:**
|
|
171
|
+
|
|
172
|
+
1. Component Development
|
|
173
|
+
2. Nuxt UI Integration
|
|
174
|
+
3. API Integration
|
|
175
|
+
4. Form Handling
|
|
176
|
+
5. State Management
|
|
177
|
+
6. Performance Optimization
|
|
178
|
+
7. Accessibility Review
|
|
179
|
+
8. Bug Fixing
|
|
180
|
+
|
|
181
|
+
**Best For:**
|
|
182
|
+
|
|
183
|
+
- Copy-paste solutions
|
|
184
|
+
- Learning by example
|
|
185
|
+
- Pattern reference
|
|
186
|
+
- Prompt templates
|
|
187
|
+
|
|
188
|
+
---
|
|
189
|
+
|
|
190
|
+
### [WORKFLOWS.md](./WORKFLOWS.md) - Detailed Workflows
|
|
191
|
+
|
|
192
|
+
**Size:** 15KB | **Lines:** 758
|
|
193
|
+
**Content:**
|
|
194
|
+
|
|
195
|
+
- 8 complete workflows
|
|
196
|
+
- Step-by-step guides
|
|
197
|
+
- Success criteria
|
|
198
|
+
- Validation checklists
|
|
199
|
+
|
|
200
|
+
**Workflows:**
|
|
201
|
+
|
|
202
|
+
1. New Component Development
|
|
203
|
+
2. Bug Investigation & Fix
|
|
204
|
+
3. Performance Optimization
|
|
205
|
+
4. Accessibility Compliance
|
|
206
|
+
5. Feature Implementation
|
|
207
|
+
6. Code Review
|
|
208
|
+
7. Testing Strategy
|
|
209
|
+
8. Documentation
|
|
210
|
+
|
|
211
|
+
**Best For:**
|
|
212
|
+
|
|
213
|
+
- Complex tasks
|
|
214
|
+
- Standard procedures
|
|
215
|
+
- Quality assurance
|
|
216
|
+
- Team alignment
|
|
217
|
+
|
|
218
|
+
---
|
|
219
|
+
|
|
220
|
+
### [CHEATSHEET.md](./CHEATSHEET.md) - Quick Reference
|
|
221
|
+
|
|
222
|
+
**Size:** 11KB | **Lines:** 621
|
|
223
|
+
**Content:**
|
|
224
|
+
|
|
225
|
+
- Quick commands
|
|
226
|
+
- Skills reference
|
|
227
|
+
- MCP servers
|
|
228
|
+
- Code patterns
|
|
229
|
+
- Keyboard shortcuts
|
|
230
|
+
- Common tasks
|
|
231
|
+
|
|
232
|
+
**Sections:**
|
|
233
|
+
|
|
234
|
+
- Agent activation
|
|
235
|
+
- Component patterns
|
|
236
|
+
- Data fetching
|
|
237
|
+
- Form handling
|
|
238
|
+
- Testing
|
|
239
|
+
- Optimization
|
|
240
|
+
- Accessibility
|
|
241
|
+
|
|
242
|
+
**Best For:**
|
|
243
|
+
|
|
244
|
+
- Quick lookup
|
|
245
|
+
- Daily reference
|
|
246
|
+
- Command reminder
|
|
247
|
+
- Pattern templates
|
|
248
|
+
|
|
249
|
+
---
|
|
250
|
+
|
|
251
|
+
### [MCP_GUIDE.md](./MCP_GUIDE.md) - MCP Integration
|
|
252
|
+
|
|
253
|
+
**Size:** 22KB | **Lines:** 1000+
|
|
254
|
+
**Content:**
|
|
255
|
+
|
|
256
|
+
- MCP fundamentals
|
|
257
|
+
- Server setup (4 servers)
|
|
258
|
+
- Tool usage
|
|
259
|
+
- Advanced patterns
|
|
260
|
+
- Troubleshooting
|
|
261
|
+
- Best practices
|
|
262
|
+
|
|
263
|
+
**MCP Servers:**
|
|
264
|
+
|
|
265
|
+
1. Nuxt MCP
|
|
266
|
+
2. Nuxt UI MCP
|
|
267
|
+
3. Playwright MCP
|
|
268
|
+
4. Figma MCP
|
|
269
|
+
|
|
270
|
+
**Best For:**
|
|
271
|
+
|
|
272
|
+
- MCP setup
|
|
273
|
+
- Advanced usage
|
|
274
|
+
- Integration patterns
|
|
275
|
+
- Troubleshooting MCP
|
|
276
|
+
|
|
277
|
+
---
|
|
278
|
+
|
|
279
|
+
### [TESTING_GUIDE.md](./TESTING_GUIDE.md) - Testing & Validation
|
|
280
|
+
|
|
281
|
+
**Size:** 16KB | **Lines:** 800+
|
|
282
|
+
**Content:**
|
|
283
|
+
|
|
284
|
+
- 17 test scenarios
|
|
285
|
+
- Validation checklists
|
|
286
|
+
- Performance benchmarks
|
|
287
|
+
- Troubleshooting
|
|
288
|
+
- Report templates
|
|
289
|
+
|
|
290
|
+
**Test Categories:**
|
|
291
|
+
|
|
292
|
+
- Basic functionality (3 tests)
|
|
293
|
+
- MCP integration (3 tests)
|
|
294
|
+
- Skills integration (4 tests)
|
|
295
|
+
- Advanced scenarios (4 tests)
|
|
296
|
+
- Edge cases (3 tests)
|
|
297
|
+
|
|
298
|
+
**Best For:**
|
|
299
|
+
|
|
300
|
+
- Agent validation
|
|
301
|
+
- Quality assurance
|
|
302
|
+
- Bug reporting
|
|
303
|
+
- Performance monitoring
|
|
304
|
+
|
|
305
|
+
---
|
|
306
|
+
|
|
307
|
+
### [SUMMARY.md](./SUMMARY.md) - Installation Summary
|
|
308
|
+
|
|
309
|
+
**Size:** 10KB
|
|
310
|
+
**Content:**
|
|
311
|
+
|
|
312
|
+
- Installation recap
|
|
313
|
+
- Configuration overview
|
|
314
|
+
- Quick reference
|
|
315
|
+
- Next steps
|
|
316
|
+
- Team sharing
|
|
317
|
+
|
|
318
|
+
**Best For:**
|
|
319
|
+
|
|
320
|
+
- Post-installation
|
|
321
|
+
- Setup verification
|
|
322
|
+
- Quick overview
|
|
323
|
+
- Sharing with team
|
|
324
|
+
|
|
325
|
+
---
|
|
326
|
+
|
|
327
|
+
### [frontend-developer.md](./frontend-developer.md) - Agent Definition
|
|
328
|
+
|
|
329
|
+
**Size:** 30KB | **Lines:** 989
|
|
330
|
+
**Content:**
|
|
331
|
+
|
|
332
|
+
- Agent identity & role
|
|
333
|
+
- Core responsibilities
|
|
334
|
+
- MCP integration logic
|
|
335
|
+
- Skills integration strategy
|
|
336
|
+
- Memory management
|
|
337
|
+
- Quality standards
|
|
338
|
+
- Workflows & protocols
|
|
339
|
+
|
|
340
|
+
**Best For:**
|
|
341
|
+
|
|
342
|
+
- Understanding agent behavior
|
|
343
|
+
- Customizing agent
|
|
344
|
+
- Advanced configuration
|
|
345
|
+
- Contributing improvements
|
|
346
|
+
|
|
347
|
+
---
|
|
348
|
+
|
|
349
|
+
## 🎯 Learning Paths
|
|
350
|
+
|
|
351
|
+
### Path 1: Beginner Frontend Developer
|
|
352
|
+
|
|
353
|
+
**Goal:** Learn agent basics dalam 1 minggu
|
|
354
|
+
|
|
355
|
+
**Week 1:**
|
|
356
|
+
|
|
357
|
+
- Day 1: QUICK_START.md → Complete first example
|
|
358
|
+
- Day 2: EXAMPLES.md Section 1-2 → Create 3 components
|
|
359
|
+
- Day 3: EXAMPLES.md Section 3 → Practice API integration
|
|
360
|
+
- Day 4: WORKFLOWS.md Workflow 1 → Component development
|
|
361
|
+
- Day 5: CHEATSHEET.md → Memorize common commands
|
|
362
|
+
- Weekend: Practice 5+ examples
|
|
363
|
+
|
|
364
|
+
**Success Criteria:**
|
|
365
|
+
|
|
366
|
+
- Can create basic components independently
|
|
367
|
+
- Understands agent capabilities
|
|
368
|
+
- Comfortable with @mention syntax
|
|
369
|
+
|
|
370
|
+
---
|
|
371
|
+
|
|
372
|
+
### Path 2: Advanced Frontend Developer
|
|
373
|
+
|
|
374
|
+
**Goal:** Master advanced features dalam 2 minggu
|
|
375
|
+
|
|
376
|
+
**Week 1:**
|
|
377
|
+
|
|
378
|
+
- Day 1-2: MCP_GUIDE.md → Setup all MCP servers
|
|
379
|
+
- Day 3-4: EXAMPLES.md Section 4-8 → Advanced patterns
|
|
380
|
+
- Day 5: WORKFLOWS.md Workflow 4-5 → Accessibility & performance
|
|
381
|
+
|
|
382
|
+
**Week 2:**
|
|
383
|
+
|
|
384
|
+
- Day 1-2: Complete 3 advanced workflows
|
|
385
|
+
- Day 3: Custom workflow creation
|
|
386
|
+
- Day 4: TESTING_GUIDE.md → Run full test suite
|
|
387
|
+
- Day 5: Team knowledge sharing
|
|
388
|
+
|
|
389
|
+
**Success Criteria:**
|
|
390
|
+
|
|
391
|
+
- Can use all MCP servers effectively
|
|
392
|
+
- Understands all skills integration
|
|
393
|
+
- Can optimize performance
|
|
394
|
+
- Can review accessibility
|
|
395
|
+
|
|
396
|
+
---
|
|
397
|
+
|
|
398
|
+
### Path 3: Team Lead / Architect
|
|
399
|
+
|
|
400
|
+
**Goal:** Setup team & establish standards
|
|
401
|
+
|
|
402
|
+
**Week 1:**
|
|
403
|
+
|
|
404
|
+
- Day 1: Review all documentation
|
|
405
|
+
- Day 2: TESTING_GUIDE.md → Validate agent
|
|
406
|
+
- Day 3: WORKFLOWS.md → Customize for team
|
|
407
|
+
- Day 4: Create team standards
|
|
408
|
+
- Day 5: Team training session
|
|
409
|
+
|
|
410
|
+
**Week 2+:**
|
|
411
|
+
|
|
412
|
+
- Establish code review workflows
|
|
413
|
+
- Create custom examples for team
|
|
414
|
+
- Monitor agent usage
|
|
415
|
+
- Gather feedback
|
|
416
|
+
- Iterate on standards
|
|
417
|
+
|
|
418
|
+
**Success Criteria:**
|
|
419
|
+
|
|
420
|
+
- Team onboarded successfully
|
|
421
|
+
- Standard workflows established
|
|
422
|
+
- Quality metrics defined
|
|
423
|
+
- Continuous improvement process
|
|
424
|
+
|
|
425
|
+
---
|
|
426
|
+
|
|
427
|
+
## 🔍 Search Guide
|
|
428
|
+
|
|
429
|
+
**Finding Specific Information:**
|
|
430
|
+
|
|
431
|
+
| Looking For | Search In | Keyword |
|
|
432
|
+
| ------------------ | ------------------------- | ---------------------------- |
|
|
433
|
+
| Component creation | EXAMPLES.md | "ProductCard", "Button" |
|
|
434
|
+
| Form validation | EXAMPLES.md | "Zod", "validation" |
|
|
435
|
+
| API integration | EXAMPLES.md | "useFetch", "error handling" |
|
|
436
|
+
| State management | EXAMPLES.md | "Pinia", "cart" |
|
|
437
|
+
| Performance | EXAMPLES.md, WORKFLOWS.md | "optimize", "lighthouse" |
|
|
438
|
+
| Accessibility | EXAMPLES.md, WORKFLOWS.md | "WCAG", "aria" |
|
|
439
|
+
| MCP usage | MCP_GUIDE.md | Server name |
|
|
440
|
+
| Skills | CHEATSHEET.md | Skill name |
|
|
441
|
+
| Testing | TESTING_GUIDE.md | Test number |
|
|
442
|
+
| Commands | CHEATSHEET.md | "@frontend" |
|
|
443
|
+
|
|
444
|
+
---
|
|
445
|
+
|
|
446
|
+
## 📊 Documentation Stats
|
|
447
|
+
|
|
448
|
+
**Total Documentation:**
|
|
449
|
+
|
|
450
|
+
- Files: 12
|
|
451
|
+
- Total Size: ~115 KB
|
|
452
|
+
- Total Lines: ~5,500+
|
|
453
|
+
- Code Examples: 100+
|
|
454
|
+
- Workflows: 8
|
|
455
|
+
- Test Scenarios: 17
|
|
456
|
+
- Skills Documented: 10+
|
|
457
|
+
- MCP Servers: 4
|
|
458
|
+
|
|
459
|
+
**Coverage:**
|
|
460
|
+
|
|
461
|
+
- Component Development ✅
|
|
462
|
+
- API Integration ✅
|
|
463
|
+
- Form Handling ✅
|
|
464
|
+
- State Management ✅
|
|
465
|
+
- Performance Optimization ✅
|
|
466
|
+
- Accessibility ✅
|
|
467
|
+
- Testing ✅
|
|
468
|
+
- MCP Integration ✅
|
|
469
|
+
- Skills Integration ✅
|
|
470
|
+
- Troubleshooting ✅
|
|
471
|
+
|
|
472
|
+
---
|
|
473
|
+
|
|
474
|
+
## 🔄 Documentation Updates
|
|
475
|
+
|
|
476
|
+
**Version:** 1.0.0
|
|
477
|
+
**Last Updated:** 2024-04-08
|
|
478
|
+
|
|
479
|
+
**Recent Additions:**
|
|
480
|
+
|
|
481
|
+
- ✨ EXAMPLES.md - 50+ practical examples
|
|
482
|
+
- ✨ TESTING_GUIDE.md - Complete testing suite
|
|
483
|
+
- ✨ MCP_GUIDE.md - Comprehensive MCP integration
|
|
484
|
+
- ✨ INDEX.md - This navigation file
|
|
485
|
+
|
|
486
|
+
**Upcoming:**
|
|
487
|
+
|
|
488
|
+
- Video tutorials
|
|
489
|
+
- Interactive examples
|
|
490
|
+
- Team templates
|
|
491
|
+
- Custom workflow generator
|
|
492
|
+
|
|
493
|
+
---
|
|
494
|
+
|
|
495
|
+
## 💡 Tips for Using Documentation
|
|
496
|
+
|
|
497
|
+
### 1. Start Small
|
|
498
|
+
|
|
499
|
+
Jangan overwhelm - mulai dari QUICK_START.md
|
|
500
|
+
|
|
501
|
+
### 2. Learn By Doing
|
|
502
|
+
|
|
503
|
+
Copy examples dari EXAMPLES.md dan modifikasi
|
|
504
|
+
|
|
505
|
+
### 3. Reference Often
|
|
506
|
+
|
|
507
|
+
Keep CHEATSHEET.md open saat coding
|
|
508
|
+
|
|
509
|
+
### 4. Follow Workflows
|
|
510
|
+
|
|
511
|
+
Use WORKFLOWS.md untuk complex tasks
|
|
512
|
+
|
|
513
|
+
### 5. Test Regularly
|
|
514
|
+
|
|
515
|
+
Validate dengan TESTING_GUIDE.md
|
|
516
|
+
|
|
517
|
+
### 6. Share Knowledge
|
|
518
|
+
|
|
519
|
+
Document custom patterns untuk team
|
|
520
|
+
|
|
521
|
+
---
|
|
522
|
+
|
|
523
|
+
## 🤝 Contributing
|
|
524
|
+
|
|
525
|
+
Found improvement opportunities?
|
|
526
|
+
|
|
527
|
+
1. **Documentation Gaps:**
|
|
528
|
+
- Missing examples?
|
|
529
|
+
- Unclear explanations?
|
|
530
|
+
- Need more workflows?
|
|
531
|
+
|
|
532
|
+
2. **Report Format:**
|
|
533
|
+
|
|
534
|
+
```markdown
|
|
535
|
+
**Document:** EXAMPLES.md
|
|
536
|
+
**Section:** Form Handling
|
|
537
|
+
**Issue:** Missing multi-step form example
|
|
538
|
+
**Suggestion:** Add wizard form with 3 steps
|
|
539
|
+
```
|
|
540
|
+
|
|
541
|
+
3. **Share Your Examples:**
|
|
542
|
+
- Custom workflows that work well
|
|
543
|
+
- Team-specific patterns
|
|
544
|
+
- Performance optimizations
|
|
545
|
+
- Accessibility improvements
|
|
546
|
+
|
|
547
|
+
---
|
|
548
|
+
|
|
549
|
+
## 📞 Support
|
|
550
|
+
|
|
551
|
+
**Questions?**
|
|
552
|
+
|
|
553
|
+
- Check FAQ in README.md
|
|
554
|
+
- Review TROUBLESHOOTING sections
|
|
555
|
+
- Reference EXAMPLES.md untuk similar cases
|
|
556
|
+
|
|
557
|
+
**Issues?**
|
|
558
|
+
|
|
559
|
+
- Use TESTING_GUIDE.md templates
|
|
560
|
+
- Document exact steps
|
|
561
|
+
- Share error messages
|
|
562
|
+
|
|
563
|
+
**Feedback?**
|
|
564
|
+
|
|
565
|
+
- What's working well?
|
|
566
|
+
- What needs improvement?
|
|
567
|
+
- What's missing?
|
|
568
|
+
|
|
569
|
+
---
|
|
570
|
+
|
|
571
|
+
## ✅ Quick Checklist
|
|
572
|
+
|
|
573
|
+
**Before Starting Development:**
|
|
574
|
+
|
|
575
|
+
- [ ] Read QUICK_START.md (5 minutes)
|
|
576
|
+
- [ ] Setup MCP servers (MCP_GUIDE.md)
|
|
577
|
+
- [ ] Try 3 basic examples (EXAMPLES.md)
|
|
578
|
+
- [ ] Bookmark CHEATSHEET.md
|
|
579
|
+
|
|
580
|
+
**For Each Feature:**
|
|
581
|
+
|
|
582
|
+
- [ ] Check relevant workflow (WORKFLOWS.md)
|
|
583
|
+
- [ ] Reference similar example (EXAMPLES.md)
|
|
584
|
+
- [ ] Use appropriate skills
|
|
585
|
+
- [ ] Test with TESTING_GUIDE.md
|
|
586
|
+
|
|
587
|
+
**After Development:**
|
|
588
|
+
|
|
589
|
+
- [ ] Run quality checks
|
|
590
|
+
- [ ] Validate accessibility
|
|
591
|
+
- [ ] Document learnings
|
|
592
|
+
- [ ] Share with team
|
|
593
|
+
|
|
594
|
+
---
|
|
595
|
+
|
|
596
|
+
**Ready to start? Go to [QUICK_START.md](./QUICK_START.md)!** 🚀
|