Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

skills

skills에는 vuluu2k에서 수집한 skills 23개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
23
Stars
1
업데이트
2026-03-30
Forks
0
직업 범위
직업 카테고리 4개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

landing-page-channels
소프트웨어 개발자

Phoenix Channel patterns in landing_page_backend — real-time collaboration, WebSocket topics, broadcasting, and channel structure.

2026-03-30
landing-page-contexts
데이터베이스 아키텍트

Guide to Context module patterns in landing_page_backend — Ecto queries, dynamic query building, Ecto.Multi, and Outbox messaging.

2026-03-30
landing-page-controllers
소프트웨어 개발자

Guide to Phoenix Controller structure in landing_page_backend using FallbackController, tuple responses, and permission plugs.

2026-03-30
landing-page-oban
소프트웨어 개발자

Patterns for creating Oban background workers in landing_page_backend — queue configuration, job arguments, retry strategies, and dynamic query processing.

2026-03-30
landing-page-plugs
소프트웨어 개발자

Custom Plug middleware patterns in landing_page_backend — authentication (JWT/Passport), authorization, permission checking, and rate limiting.

2026-03-30
landing-page-schemas
데이터베이스 아키텍트

Guidelines for creating Ecto Schemas in landing_page_backend, including binary UUID primary keys, virtual fields, custom json/1 function, and multiple changeset patterns.

2026-03-30
landing-page-vue2-editor
웹 개발자

Vue 2 Options API patterns for the Landing Page editor — Vuex namespaced stores, Ant Design Vue components, mixins, computed getters/setters, and axios API calls.

2026-03-30
builderx-api-controllers
소프트웨어 개발자

Guide to Phoenix Controller structure in builderx_api using FallbackController and standard tuple responses.

2026-03-25
builderx-api-contexts
소프트웨어 개발자

Guide to Context logic structure in builderx_api.

2026-03-25
builderx-api-kafka
소프트웨어 개발자

Patterns for using Kafka (:brod), creating producers, consumers, and offset management in BuilderX API

2026-03-25
builderx-api-mongodb
소프트웨어 개발자

Patterns for using MongoDB driver and dynamic collections in BuilderX API

2026-03-25
builderx-api-rabbitmq
소프트웨어 개발자

Patterns for using RabbitMQ (AMQP), creating consumers/workers, and publishing messages in BuilderX API

2026-03-25
builderx-api-redis
소프트웨어 개발자

Patterns for using Redis caching, PubSub, and Poolboy in BuilderX API

2026-03-25
builderx-api-schemas
데이터베이스 아키텍트

Guidelines for creating Ecto Schemas in builderx_api, including composite primary keys, custom json function and Ecto.Changeset.

2026-03-25
deepinfra
소프트웨어 개발자

Guide to setting up and using DeepInfra API for LLM and image generation models.

2026-03-25
builderx-spa-design
웹·디지털 인터페이스 디자이너

Standardized design system for BuilderX SPA. Covers Typography (text_design.scss), Forms (Input, Select, Checkbox), Layout (Table, Drawer, Modal), and Feedback (Button, Alert). Use this skill to build UI consistently using pre-built components instead of raw HTML/Tailwind.

2026-03-24
builderx-spa-api
소프트웨어 개발자

Standardized API fetching for BuilderX SPA using useApiget, useApipost, useApiDelete, and useApiProgress from @/composable/fetch. Covers GET/POST requests, file uploads, and progress tracking. Use this skill when making network requests in the builderx_spa project.

2026-03-23
builderx-spa-permission
웹 개발자

Rule-based permission checking in BuilderX SPA using bitwise operations from @/composable/employeePermission. Use this skill when hiding/showing UI or checking user access.

2026-03-23
vue-antdv-tailwind
웹 개발자

Best practices for mixing Ant Design Vue components with Tailwind CSS utility classes. Use this skill to keep styling consistent without custom CSS files.

2026-03-23
vue
웹 개발자

Vue 3 Composition API — <script setup>, reactivity (shallowRef/ref), props without destructure, computed, watch, provide/inject, and composables. Use when the project uses modern Vue 3 Composition API style.

2026-03-23
pinia
소프트웨어 개발자

Pinia state management for Vue 3 using Composition API (Setup Stores) — TypeScript-first, storeToRefs for reactivity, focused stores, and API calls in composables. Use when the project uses Vue 3 Composition API / <script setup>.

2026-03-23
pinia-options
소프트웨어 개발자

Pinia state management for Vue using Options API style — define stores with state, getters, actions, and use them in Options API components via mapState/mapWritableState/mapActions.

2026-03-23
vue-options
웹 개발자

Vue 3 Options API — data, props, computed, methods, watch, emits, provide/inject, lifecycle hooks, and mixins. Use when the project uses Options API style (Vue 2 legacy or explicit Vue 3 Options API preference).

2026-03-23