원클릭으로
transmissions-app
Guide for creating new Transmissions applications with decision support for core vs remote development
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Guide for creating new Transmissions applications with decision support for core vs remote development
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | transmissions-app |
| description | Guide for creating new Transmissions applications with decision support for core vs remote development |
This skill guides you through creating a new Transmissions application, helping you choose between core and remote development based on your needs.
Choose your development path:
Use when: Learning, prototyping, or contributing to core
Use when: Building production apps, maintaining separate repos
Ask the user:
my-data-processor)src/apps/) or Remote (~/hyperdata/trans-apps/apps/)?Execute based on chosen path:
# Copy example app
cp -r src/apps/example-app src/apps/{APP_NAME}
# List created files
ls -la src/apps/{APP_NAME}/
# Ensure remote apps directory exists
mkdir -p ~/hyperdata/trans-apps/apps
# Copy example app
cp -r src/apps/example-app ~/hyperdata/trans-apps/apps/{APP_NAME}
# List created files
ls -la ~/hyperdata/trans-apps/apps/{APP_NAME}/
Edit the following files in the new app directory:
about.md - Update runner path and description:
# {APP_NAME}
## Runner
```sh
./trans {APP_NAME}
{USER_PROVIDED_DESCRIPTION}
**transmissions.ttl** - Update transmission definition:
```turtle
:{APP_NAME} a :EntryTransmission ;
:pipe (:p10 :p20 :p30) .
config.ttl - Customize configuration as needed
./trans {APP_NAME} -v
./trans ~/hyperdata/trans-apps/apps/{APP_NAME} -v
After basic app creation:
Reference templates/app-structure.md for:
App not found:
src/apps/{APP_NAME}/ existsProcessor not found:
transmissions-processor skillRemote app loading issues:
src/apps/example-app/docs/manual/user/apps.mddocs/manual/user/concepts.md