medispis avatar

medispis

Community

@medispis

1Followers
|
7Public Repos
|
12Published Skills

medispis provides full-stack development skills covering database migrations, frontend frameworks, authentication, CI/CD pipelines, Docker containerization, and GPBikes-to-MX-Bikes mod conversion.

Skills Distribution
DomainDeveloper To...Full-Stack Applica.. (35%)DevOps & CI/CD Pip.. (25%)Testing & Dependen.. (20%)Performance Optimi.. (10%)

Agent Skills by medispis

Showing 12 vetted skills indexed across 1 GitHub repositories.

medispismedispis

database

Generates database migrations, seed data, factories, and fixtures for schema changes.

Community
Intermediate
medispismedispis

frontend

Builds UI components, pages, and frontend architecture for React, Vue, Svelte, and Angular.

Community
Intermediate
medispismedispis

api-scaffold

Generates API endpoints, routes, and handlers following existing project framework patterns.

Community
Intermediate
medispismedispis

auth

Designs and implements authentication and authorization systems using JWT, OAuth, sessions, and RBAC.

Community
Intermediate
medispismedispis

git-workflow

Configures git branching strategies, PR templates, and changelog automation for team repositories.

Community
Intermediate
medispismedispis

dev-env

Generates linting, formatting, git hook, and monorepo configurations for development environments.

Community
Intermediate
medispismedispis

dep-audit

Audits project dependencies for vulnerabilities, outdated versions, and safe upgrade paths.

Community
Intermediate
medispismedispis

testing

Generates test strategies, test plans, and test suites for existing codebases.

Community
Intermediate
medispismedispis

ci-pipeline

Generates CI/CD pipeline configurations for GitHub Actions, GitLab CI, and CircleCI.

Community
Intermediate
medispismedispis

dockerize

Generates Dockerfiles, docker-compose configs, and .dockerignore files for containerizing applications.

Community
Intermediate
medispismedispis

gpb-to-mxb

Converts PiBoSo GPBikes mods including bikes, tracks, tyres, and gear to MX Bikes format.

Community
Advanced
medispismedispis

performance

Profiles and optimizes application performance across backend, frontend, database, and build layers.

Community
Intermediate

Frequently Asked Questions About medispis

FAQPage Schema
What 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.