modelguide
Build, test, and deploy production voice agents
All Skills in This Repository (8)
Pure Emerald Level Indicatorsmg-local-db-restore
Restore local PostgreSQL databases from .dump backups with health checks.
mg-connector
Manage connector module lifecycles within the ModelGuide platform.
mg-railway-db-backup
Automates secure PostgreSQL backups from Railway via py-dump to compressed local files.
build-agent
Automate custom voice agent creation, configuration, and evaluation for ModelGuide.
mg-railway-db-restore
Restore PostgreSQL database backups to a Railway environment using the railway CLI.
mg-integrity-check
Verify code integrity against style guidelines and project structure before commits.
mg-railway-deploy-all
Deploy ModelGuide API, UI, and LB services to a Railway environment.
mg-cli
Automate organization onboarding into ModelGuide using the mg CLI tool.
Frequently Asked Questions
FAQPage SchemaHow to install ModelGuide?โผ
Run `npx skills add modelguide/modelguide --all -g -y` in your terminal to install all skills in this suite globally.
How to build a voice agent for my business?โผ
Use the build-agent skill, which interviews you about your business, generates the configuration, provisions connectors, and runs evals until the agent is validated.
Can ModelGuide connect to my existing APIs?โผ
Yes. The mg-connector skill builds new connectors for any REST API, and built-in connectors for Medusa e-commerce and Zendesk support ship ready to use.
How do I backup or restore a Railway database?โผ
The mg-railway-db-backup and mg-railway-db-restore skills handle PostgreSQL dumps and restores securely, piping credentials at runtime so secrets never appear in commands.
Does ModelGuide work with Claude Code?โผ
Yes. All skills follow the universal SKILL.md standard and run directly in Claude Code and other compatible coding environments.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core