Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

skills

skills には vuluu2k から収集した 23 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 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