Claude-skill-registry context-infrastructure
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/context-infrastructure" ~/.claude/skills/majiayu000-claude-skill-registry-context-infrastructure && rm -rf "$T"
manifest:
skills/data/context-infrastructure/SKILL.mdsource content
Infrastructure
Navigate Railway deployment, GitHub Actions workflows, and infrastructure config.
Overview
Railway for deployment, GitHub Actions for CI/CD. See
docs/deployment/RAILWAY.md.
Railway Configuration
(root) - Project-level configrailway.toml
- Backend servicebackend/railway.toml
- Frontend servicefrontend/railway.toml
CI/CD Workflows
- All GitHub Actions.github/workflows/*.yml
- Deployment workflow (if exists).github/workflows/deploy.yml
- Test workflow (if exists).github/workflows/test.yml
Docker
(root) - Docker configuration (if exists)Dockerfile
- Docker Compose (if exists)docker-compose*.yml
Smoke Tests
- Backend health checksbackend/smoke_endpoints.py
- Frontend smoke testsfrontend/e2e-smoke/*.spec.ts
Scripts
- Railway testingscripts/test-railway-setup.sh
- Database verificationscripts/db-commands/db-verify.sh
Documentation
- Internal:
docs/deployment/RAILWAY.md
Related Areas
- See
for smoke test patternscontext-testing-infrastructure - See
for migration deploymentcontext-database-schema