Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevOpsMédio

Service Management

porrailwayapp·railwayapp· v1.0.0 · atualizado em 2026-04-10
80
Score

This skill should be used when the user asks about service status, wants to rename a service, change service icons, link services, or create services with Docker images. For creating services with local code, prefer the `new` skill. For GitHub repo sources, use `new` skill to create empty service then `environment` skill to configure source.

service-managementdockerdeploymentrailwaycontainer-orchestrationservice-status
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdservice/workflow
1
Get Context: — Use `railway status --json` to retrieve project and environment IDs.
2
Identify Action: — Determine if the user wants to create, update, or link a service.
3
Create Service (if needed): — Use the `serviceCreate` GraphQL mutation with appropriate input fields.
4
Update Service (if needed): — Use the `serviceUpdate` GraphQL mutation to change name or icon.
5
Link Service (if needed): — Use `railway service link` to link the service to the current directory.
6
Configure Instance (if needed): — Use the `environment` skill to configure service instances with variables and other settings.
7
Apply Changes: — Use the `environment` skill to apply changes and trigger deployment.
8
Report Status: — Provide the user with the service status and deployment history.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aDocker Patterns
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar a ←Devcontainer Setup Skill
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79

Árvore do Skill

Service Management
service
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.ACT
5.REFLECT
Triggers8
check service statusrename a servicechange service iconlink servicescreate service with docker imageis my service deployed?deploy a docker image as a new serviceupdate service properties

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download service
$ synaptic skills detail service
$ synaptic skills live service

Dependências

railway-cligraphql

Links

GitHub Repository