mcpbeat Sign in

Backend AI Guide Skill for Claude

| Expert guide for Backend.AI distributed computing platform. Automatically Use when user mentions "Backend.AI", "backend.ai", "Sokovan", component names, or asks about the backend platform this WebUI connects to.

2k tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
320
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/Microck/ordinary-claude-skills --skill backend-ai-guide

What comes with it

455 bytes besides the instruction
metadata.json

What it tells the agent to use

found in the instruction text
WebFetch fetches pages from the network

The instruction itself

15 sections, as written by the author

Backend.AI Guide Skill

Purpose

This skill provides expert-level information about the Backend.AI platform by:

  • Fetching official documentation from the Backend.AI GitHub repository
  • Recursively exploring Major Components documentation links
  • Following relevant links to gather comprehensive technical details
  • Providing accurate, source-backed answers about Backend.AI architecture and features

When to Use

Activate this skill when the user asks about:

  • Backend.AI platform overview or architecture
  • Backend.AI components (Manager, Agent, Storage Proxy, Webserver, App Proxy)
  • Backend.AI setup, requirements, or infrastructure
  • Backend.AI APIs (REST, GraphQL)
  • Backend.AI features (session scheduling, resource allocation, multi-tenancy)
  • Backend.AI kernels, containers, or runtime elements
  • How the WebUI connects to or interacts with Backend.AI backend
  • Differences between Backend.AI components

Primary Documentation Sources

  • Main README: https://github.com/lablup/backend.ai/blob/main/README.md
  • Overview and architecture
  • Major Components section with component links
  • Requirements and setup information
  • Major Component READMEs: Follow links from the Major Components section
  • Manager component details
  • Agent component details
  • Storage Proxy details
  • Webserver details
  • App Proxy details
  • And other components
  • Recursive Link Following: When a component README references additional documentation, follow those links to gather comprehensive information

Instructions

Step 1: Identify the Question Scope

  • Determine what aspect of Backend.AI the user is asking about
  • Identify which components or features are relevant

Step 2: Fetch the Main README

  • Always start by fetching: https://github.com/lablup/backend.ai/blob/main/README.md
  • Extract key information relevant to the question
  • Identify links to Major Components that need to be explored

Step 3: Recursively Fetch Component Documentation

  • For questions about specific components, fetch their individual READMEs
  • Component README links are found in the "Major Components" section
  • Example component paths (adjust based on actual links):
  • Manager: src/ai/backend/manager/README.md
  • Agent: src/ai/backend/agent/README.md
  • Storage Proxy: src/ai/backend/storage/README.md
  • Webserver: src/ai/backend/web/README.md
  • App Proxy: src/ai/backend/appproxy/README.md
  • If component READMEs reference additional documentation, follow those links
  • Common additional documentation types:
  • Architecture diagrams
  • API documentation
  • Configuration guides
  • Development guides
  • Important: Only follow links that are relevant to answering the user's question

Step 5: Synthesize and Present Information

  • Combine information from all fetched sources
  • Structure the answer logically:
  • Direct answer to the user's question
  • Supporting details from official documentation
  • Related component interactions (if applicable)
  • Links to source documentation for further reading
  • Use clear headings and formatting
  • Include code examples or configuration snippets when relevant

Best Practices

  • Always Cite Sources
  • Reference the specific documentation URLs you fetched
  • Help users find more detailed information
  • Stay Current
  • Fetch documentation fresh each time (don't rely on cached knowledge)
  • Note version requirements (Python, Docker, PostgreSQL, etc.)
  • Explain Component Interactions
  • Backend.AI is a distributed system - explain how components work together
  • Clarify the relationship between WebUI (this project) and Backend.AI backend
  • Be Precise with Technical Details
  • Include version numbers, requirements, and configuration details
  • Distinguish between different API types (REST vs GraphQL)
  • Limit Recursion Depth
  • Fetch main README + relevant component READMEs
  • Only follow 1-2 additional link levels unless user needs deep details
  • Balance thoroughness with response time

Example Question Types

Architecture Questions

  • "How does Backend.AI work?"
  • "What is the architecture of Backend.AI?"
  • "What are the main components of Backend.AI?"

Component Questions

  • "What does the Backend.AI Manager do?"
  • "How does the Agent component work?"
  • "What is the Storage Proxy?"

Integration Questions

  • "How does this WebUI connect to Backend.AI?"
  • "What APIs does Backend.AI expose?"
  • "How do I authenticate with Backend.AI?"

Setup Questions

  • "What are the requirements for Backend.AI?"
  • "How do I set up Backend.AI?"
  • "What infrastructure does Backend.AI need?"

Response Format

Structure answers as follows:

## [Direct Answer to Question]

[Concise, direct answer based on official documentation]

## Details

[Supporting information from fetched documentation]

### Component Interactions (if applicable)

[How different components work together]

## Technical Specifications (if applicable)

- Requirements: [versions, dependencies]
- Configuration: [relevant settings]
- APIs: [REST/GraphQL endpoints]

## Source Documentation

- Main: [URL to main README]
- Component: [URLs to component READMEs]
- Additional: [URLs to other relevant docs]

Notes

  • Backend.AI is the backend platform that this WebUI project connects to
  • This WebUI (backend.ai-webui) is a client application that uses Backend.AI's APIs
  • When users ask about "the backend" in this project context, they likely mean Backend.AI
  • Distinguish between WebUI code (this project) and Backend.AI platform code (separate repo)

Limitations

  • This skill only fetches publicly available GitHub documentation
  • For questions requiring internal documentation or specific deployment details, direct users to Backend.AI team
  • Cannot access private repositories or non-public documentation

Other skills for the same job

different authors, same section of the catalogue
Protocolsio Integration
by christophacham
×4

Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.

16k tokens
Tailored Resume Generator
by frostant
×4

Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances

3k tokens
Excalidraw Diagram Generator
by github
vendor ×3

Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.

36k tokens scripts
Expo Dev Client
by openai
vendor ×3

Build and distribute Expo development clients locally or via TestFlight

961 tokens
Executing Plans
by ZhanlinCui
×3

Use when you have a written implementation plan to execute in a separate session with review checkpoints

542 tokens
Anndata
by christophacham
×3

Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.

16k tokens
Benchling Integration
by christophacham
×3

Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.

14k tokens
Biopython
by christophacham
×3

Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.

24k tokens

How to use it

Copy the folder

Take microck/backend-ai-guide from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.