scitex-applisted
Install: claude install-skill scitex-ai/claude-code-telegrammer
# scitex-app — App Developer SDK
Toolkit for building SciTeX workspace apps with scaffold, validation, standalone mode, and cloud integration.
## Sub-skills
* [files-sdk](files-sdk.md) — `get_files()`, `FilesBackend` protocol, `FileSystemBackend`, `build_tree()`
* [app-lifecycle](app-lifecycle.md) — `init_app()`, `validate()`, `AppValidator`, `ValidationResult`
* [paths](paths.md) — Path resolution: `get_base_dir()`, `resolve_*`, `parse_dev_module_name()`
* [standalone](standalone.md) — `run_standalone()` for local Django workspace shell
* [cli](cli.md) — `scitex-app` CLI: file commands, app commands, MCP, introspection
* [environment-vars](environment-vars.md) — All environment variable configuration
## References
* [app-lifecycle](app-lifecycle.md) — End-to-end guide: scaffold → develop → validate → dev-install → test → submit. CLI commands with expected outputs, complete manifest schema, file structure.
* [app-develop](app-develop.md) — Development patterns: views.py, urls.py, templates (AJAX partial), CSS scoping, React bridge setup.
* [app-validate-install](app-validate-install.md) — Validate, dev-install, browser testing, environment variables, troubleshooting.
* [app-registration](app-registration.md) — How apps register with the workspace sidebar: manifest.json → ModuleConfig → sidebar tab. Dev-install vs published paths, frontend integration points, troubleshooting.
## Quick Start
```bash
scitex-app app init . --name my_app
scitex-app app validate .
scitex-app