Skip to main content
Run any Skill in Manus
with one click
GitHub repository

skills

skills contains 23 collected skills from vuluu2k, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
23
Stars
1
updated
2026-03-30
Forks
0
Occupation coverage
4 occupation categories · 100% classified
repository explorer

Skills in this repository

landing-page-channels
software-developers

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

2026-03-30
landing-page-contexts
database-architects

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
software-developers

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

2026-03-30
landing-page-oban
software-developers

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
software-developers

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

2026-03-30
landing-page-schemas
database-architects

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
web-developers

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
software-developers

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

2026-03-25
builderx-api-contexts
software-developers

Guide to Context logic structure in builderx_api.

2026-03-25
builderx-api-kafka
software-developers

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

2026-03-25
builderx-api-mongodb
software-developers

Patterns for using MongoDB driver and dynamic collections in BuilderX API

2026-03-25
builderx-api-rabbitmq
software-developers

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

2026-03-25
builderx-api-redis
software-developers

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

2026-03-25
builderx-api-schemas
database-architects

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

2026-03-25
deepinfra
software-developers

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

2026-03-25
builderx-spa-design
web-and-digital-interface-designers

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
software-developers

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
web-developers

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
web-developers

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
web-developers

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
software-developers

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
software-developers

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
web-developers

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