Skip to main content
Run any Skill in Manus
with one click
lablup
GitHub creator profile

lablup

Repository-level view of 35 collected skills across 2 GitHub repositories.

skills collected
35
repositories
2
updated
2026-07-09
repository explorer

Repositories and representative skills

bump-alpha-version
software-developers

Bump version to next alpha and update dependencies after release.

2026-07-09
create-release
software-developers

Create a release branch, tag, and GitHub release for Backend.AI WebUI.

2026-07-09
enhance-component-docs
software-developers

Enhance React component documentation with JSDoc, improved Storybook stories, and autodoc configuration.

2026-07-09
manage-bui-component-story
software-developers

Create or Update BUI Component Story (project)

2026-07-09
update-storybook-autodoc
software-developers

Update React components with JSDoc and enhanced Storybook stories with autodoc functionality.

2026-07-09
create-relay-nodes-component
software-developers

Generate Relay-based Nodes components with BAITable integration following established patterns (BAIUserNodes, SessionNodes, BAISchedulingHistoryNodes, BAIRouteNodes). Automatically creates component file with GraphQL fragment, type definitions, column configurations, and customization patterns. Minimal user input required - just provide GraphQL type name and the skill generates a complete starting template.

2026-05-29
react-component-basics
software-developers

Use when creating a new React component under `react/src/` or `packages/backend.ai-ui/src/`, or refactoring one's file layout, import order, `'use memo'` placement, hook call order, or prop interface. Covers naming conventions (`BAI*`, `*Nodes`, `*Page`) and React 19 rules.

2026-05-29
react-hooks-extraction
software-developers

Use when refactoring logic out of a fat component into a custom hook, deciding hook vs helper, applying `useEffectEvent` to avoid stale closures, or designing a hook's return shape. Covers hook placement, naming, and parameterization conventions.

2026-05-29
Showing top 8 of 21 collected skills in this repository.
bep-guide
software-developers

Guide for writing and managing BEPs (Backend.AI Enhancement Proposals) - creation workflow, document segmentation, context-for-ai blocks, Decision Log

2026-07-06
bai-cli
software-developers

./bai v2 CLI usage for testing/verifying API endpoints and managing resources โ€” entity-command reference, login/config, search patterns, testing workflow (REST API client, NOT the v1 backend.ai CLI)

2026-07-06
api-guide
software-developers

Guide for implementing REST and GraphQL APIs (create, get, search, update, delete, purge, scope prefix patterns, admin_ prefix, SearchScope, BaseFilterAdapter, @api_function, Click CLI)

2026-06-23
cli-sdk-guide
software-developers

Guide for implementing Backend.AI client SDK and CLI (Session, BaseFunction, @api_function, Click commands, Pydantic models, FieldSpec, output handlers, APIConfig, testing)

2026-06-23
code-trace
software-developers

Trace a feature across the layered architecture (REST v2, GraphQL, Service, Repository, DB, Errors) and explore the entity source tree โ€” includes how to read the 21k-line supergraph.graphql without loading it whole

2026-06-23
db-migrate
database-architects

Inspect and apply database schema migrations (alembic current/heads, upgrade, downgrade, diverged heads) for Backend.AI components (manager, accountmgr, appproxy)

2026-06-23
local-dev
software-developers

Local server management โ€” ./dev start/stop/restart via tmux, startup-crash debugging, pre-flight infra checks, raw component start-server commands, post-change restart workflow

2026-06-23
observability
network-and-computer-systems-administrators

Observe Backend.AI logs, metrics, and traces during local development via the Grafana MCP (Loki logs, Prometheus metrics, Tempo traces, Pyroscope profiles). Use after restarting a service to verify behavior instead of tailing console output.

2026-06-23
Showing top 8 of 14 collected skills in this repository.
Showing 2 of 2 repositories
All repositories loaded