scitex-app

star 0

[WHAT] App-developer SDK for SciTeX workspace apps — write-once for local + cloud, zero-dep stdlib. [WHEN] Use when the user asks to "scaffold a SciTeX app", "init a workspace app", "validate my app manifest", "dev-install" (→ CLI), "submit the app" (→ CLI), "read/write files with auto local/cloud backend", "register an S3 backend", "run this app standalone", "build a file tree", or mentions `manifest. [HOW] `pip install scitex-app` then `import scitex_app`; see leaf skills for details.

ywatanabe1989 By ywatanabe1989 schedule Updated 6/3/2026

name: scitex-app description: | [WHAT] App-developer SDK for SciTeX workspace apps — write-once for local + cloud, zero-dep stdlib. [WHEN] Use when the user asks to "scaffold a SciTeX app", "init a workspace app", "validate my app manifest", "dev-install" (→ CLI), "submit the app" (→ CLI), "read/write files with auto local/cloud backend", "register an S3 backend", "run this app standalone", "build a file tree", or mentions manifest. [HOW] pip install scitex-appthenimport scitex_app`; see leaf skills for details. tags: [scitex-app] allowed-tools: mcp__scitex__app_* primary_interface: cli interfaces: python: 2 cli: 3 mcp: 2 skills: 2 http: 0

scitex-app — App Developer SDK

Toolkit for building SciTeX workspace apps with scaffold, validation, standalone mode, and cloud integration.

Installation & import (two equivalent paths)

The same module is reachable via two install paths. Both forms work at runtime; which one a user has depends on their install choice.

# Standalone — pip install scitex-app
import scitex_app
scitex_app.get_files(...)

# Umbrella — pip install scitex
import scitex.app
scitex.app.get_files(...)

pip install scitex-app alone does NOT expose scitex.app — also pip install scitex for the umbrella form. See [../../general/02_interface-python-api.md] for the ecosystem-wide rule.

Leaves

Mandatory (SK105–108)

Core SDK / interfaces

Workflows / references

Detailed SDK references (legacy 01–04)

Quick Start

scitex-app app init . --name my_app
scitex-app app validate .
scitex-app app dev-install . --server http://127.0.0.1:8000

Python API examples live in 03_python-api.md and the detailed 19_files-sdk.md.

Install via CLI
npx skills add https://github.com/ywatanabe1989/scitex-app --skill scitex-app
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
ywatanabe1989
ywatanabe1989 Explore all skills →