ワンクリックで
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