medispis
Community@medispis
medispis provides full-stack development skills covering database migrations, frontend frameworks, authentication, CI/CD pipelines, Docker containerization, and GPBikes-to-MX-Bikes mod conversion.
Agent Skills by medispis
Showing 12 vetted skills indexed across 1 GitHub repositories.
database
Generates database migrations, seed data, factories, and fixtures for schema changes.
frontend
Builds UI components, pages, and frontend architecture for React, Vue, Svelte, and Angular.
api-scaffold
Generates API endpoints, routes, and handlers following existing project framework patterns.
auth
Designs and implements authentication and authorization systems using JWT, OAuth, sessions, and RBAC.
git-workflow
Configures git branching strategies, PR templates, and changelog automation for team repositories.
dev-env
Generates linting, formatting, git hook, and monorepo configurations for development environments.
dep-audit
Audits project dependencies for vulnerabilities, outdated versions, and safe upgrade paths.
testing
Generates test strategies, test plans, and test suites for existing codebases.
ci-pipeline
Generates CI/CD pipeline configurations for GitHub Actions, GitLab CI, and CircleCI.
dockerize
Generates Dockerfiles, docker-compose configs, and .dockerignore files for containerizing applications.
gpb-to-mxb
Converts PiBoSo GPBikes mods including bikes, tracks, tyres, and gear to MX Bikes format.
performance
Profiles and optimizes application performance across backend, frontend, database, and build layers.
Frequently Asked Questions About medispis
FAQPage SchemaWhat tasks can I accomplish using medispis's skills?▼
You can run database migrations and seeding, build React/Vue/Svelte/Angular components, scaffold API endpoints from OpenAPI specs, implement JWT/OAuth/RBAC authentication, generate CI/CD pipelines, create Dockerfiles, audit vulnerable dependencies, design test suites, optimize performance, and convert GPBikes mods to MX Bikes.
Who are medispis's skills designed for?▼
Full-stack developers, DevOps engineers, and QA engineers building web applications benefit most, covering frontend, backend, database, authentication, testing, and containerization work. A niche audience of racing-game modders uses the gpb-to-mxb skill for PiBoSo asset conversion.
How do I set up a project environment with these skills?▼
Use the dev-env skill to initialize projects, configure linting/formatting, git hooks, and monorepo structures. Then apply git-workflow for branch protection and PR practices, dockerize for container configs, and ci-pipeline for GitHub Actions, GitLab CI, or CircleCI setup.
How do medispis's skills handle application security?▼
The auth skill designs login systems with JWT, OAuth, sessions, API keys, and RBAC permission policies. The dep-audit skill complements this by scanning for outdated or vulnerable dependencies and suggesting upgrade paths to remediate security risks.
Can medispis's skills improve slow application performance?▼
Yes. The performance skill profiles and optimizes backend, frontend, database, and build times — covering slow query optimization, bundle size reduction, and response time improvements. It pairs with the database skill for schema-level tuning and the testing skill for regression coverage.