Repository inventory

ntaksh42/agents

Skills indexed from this repository, with install-style signals scoped to the repo.
23 skills23 GitHub stars0 weekly installsHTMLGitHubOwner profile

Overview

This skill generates database migration scripts with built-in rollback support for a range of relational databases and common ORMs. It produces up/down SQL files and can scaffold migration classes for TypeORM-style projects. The output focuses on schema changes: create/drop tables, add/remove columns, indexes, and foreign keys, with clear rollback steps.

How this skill works

Provide the desired schema change or current/target models and the skill outputs paired migration artifacts: an "up" migration to apply changes and a "down" migration to revert them. It can emit raw SQL compatible with common dialects and scaffold migration code for TypeORM (TypeScript). Each migration includes explicit operations for schema, indexes, constraints, and timestamps to ensure safe rollbacks.

When to use it

  • When adding, removing, or renaming tables and columns in a production schema
  • When creating repeatable, auditable migration files for deployment pipelines
  • When you need both SQL migrations and ORM-compatible migration classes (e.g., TypeORM)
  • When introducing indexes or foreign-key constraints with reversible changes
  • When preparing rollback plans for schema changes before applying to production

Best practices

  • Review generated down migrations to ensure destructive rollbacks handle data carefully
  • Run migrations in a staging environment matching production to verify behavior
  • Keep migrations small and focused: one logical change per migration file
  • Include explicit index and constraint creation/removal to avoid implicit behavior
  • Version and name migration files clearly (timestamp or incremental) for ordering

Example use cases

  • Generate an initial users table with email uniqueness, timestamps, and an index
  • Add a nullable profile_id column and corresponding foreign key with rollback
  • Create and later drop a performance index during optimization work
  • Scaffold TypeORM MigrationInterface classes for a TypeScript service
  • Produce paired up/down SQL files to include in CI/CD deployment artifacts

FAQ

The skill targets common relational dialects (PostgreSQL, MySQL, SQLite) and produces standard SQL and ORM scaffolding; dialect-specific adjustments may be needed for proprietary features.

Does the skill handle data migrations (transformations) as well as schema?

It primarily focuses on schema operations and reversible structural changes. Simple data transformations can be included, but complex ETL-like operations should be reviewed and tested carefully.

23 skills

database-migration-generator
Analytics

This skill generates database migration scripts with up and down migrations, covering table creation, alterations, indexes, and foreign keys across databases.

BackendDataDatabaseDevops+4
azure-devops-cli
Automation

This skill helps you manage Azure DevOps tasks, pipelines, repos, and artifacts efficiently using the az devops CLI across projects.

Ci CdCliDevopsGit+3
data-converter
Api

This skill converts data between JSON, YAML, XML, CSV, TOML and more, with validation, formatting, and simple transformations to ease data migration.

AutomationBackendDataFormatting+2
presentation-creator
Content

This skill creates structured Marp proposal and comparison slides, clarifying issues, evaluating multiple options, and organizing merits and risks for informed

DesignDocsPlanningProduct+2
azure-wiki-generator
Content

This skill helps you generate and manage Azure DevOps Wiki pages with markdown content, including automatic TOCs and embedded diagrams for clear project

DevopsDocsWritingHtml
mcp-server-builder
Api

This skill generates production-ready MCP servers in Python or TypeScript with Tools, Resources, and Prompts following best practices.

BackendCode ReviewDevopsSecurity+1
test-generator
Api

This skill generates comprehensive unit, integration, and end-to-end tests from code, including edge cases and mocks to support TDD.

BackendCode ReviewDebuggingIntegration Tests+3
graphql-schema-generator
Api

This skill generates GraphQL schemas, resolvers, and type definitions from data models, enabling rapid API design and automatic documentation.

AutomationBackendDataDatabase+4
docx-processor
Automation

This skill generates and edits Word documents (.docx) with headers, footers, styles, tables, images, and Markdown conversion.

ContentDocsScriptingWriting+1
meeting-notes
Ai

This skill generates structured meeting notes with decisions, action items, and summaries from transcripts, improving clarity and follow-up.

AnalyticsAutomationContentProductivity+2
azure-variable-groups
Automation

This skill helps you manage Azure Pipelines variable groups and Key Vault secrets for environment-specific configurations and seamless pipeline integration.

BackendCi CdCloudDevops+3
ai-feedback-loop-optimizer
Ai

This skill automates iterative AI output improvement through feedback loops, scoring, prompt optimization, and convergence to the best result.

AnalyticsAutomationPerformanceResearch+1
html-presentation
Accessibility

This skill generates professional HTML presentations using reveal.js from markdown content, with responsive design, code highlighting, and speaker notes.

DesignFrontendProductUx+1
performance-analyzer
Analytics

This skill analyzes code performance to identify bottlenecks and suggest practical optimizations for algorithms, queries, and resource usage.

BackendCode ReviewDatabaseDebugging+3
ai-content-quality-checker
Accessibility

This skill evaluates AI generated content across readability, accuracy, relevance, originality, SEO, accessibility, engagement, and style to deliver actionable

ContentMarketingSeoWriting+1
azure-artifacts-manager
Automation

This skill helps you manage Azure Artifacts feeds, publish packages, and control access across npm, NuGet, and universal packages.

Ci CdCloudDevopsSecurity+1
azure-release-pipeline
Automation

This skill helps you design Azure release pipelines with blue-green and rolling strategies, including approvals and rollback across environments.

Ci CdCloudDevopsRelease+2
terraform-azure-devops
Automation

This skill helps you manage Azure DevOps infrastructure as code by generating Terraform configurations for projects, repos, pipelines, and variable groups.

Ci CdCloudDevopsGit+2
architecture-reviewer
Code Review

This skill evaluates software architecture for SOLID principles, design patterns, and scalability, proposing actionable improvements for maintainability.

DesignPerformancePlanningRefactor+1
api-docs-generator
Api

This skill generates OpenAPI/Swagger, Markdown, HTML, and Postman documentation from code for REST and GraphQL APIs, with code examples and authentication

AutomationBackendCode ReviewDocs+1
dotnet-cpp-localizer
Automation

This skill enables end-to-end internationalization for .NET and C++ apps, generating resources, managing translations, and enforcing localization best

BackendCi CdDocsGit+4
translator
Ai

This skill translates technical documents, code comments, and UI strings across languages while preserving code blocks and terminology to accelerate

ContentDocsFrontendUx+2
refactoring-suggester
Backend

This skill suggests refactoring opportunities to improve code structure, readability, and maintainability across methods, conditionals, and design patterns.

Code ReviewDesignFrontendProductivity+2
More from this maintainer
Other repositories and skills published under the same GitHub owner.
Skills library
Jump back to the full directory or explore grouped topics.
Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational