Claude Skills · DevOps & Infrastructure

Migration Ready Schema

avelikiy/great_cto

Data-model rules that make a schema importable from day one, so the migration-import-engineer is never blocked on missing columns. Every SMB Product-Builder product must let a customer bring their data from an incumbent (ServiceTitan/Toast/Mindbody/Shopify) — that requires provenance (source_ref) and rollback (import_batch_id) on importable entities, and modelling real-world actors as entities rather than inline fields. Applied by architect when writing the data model in ARCH-{slug}.md, and checked by migration-import-engineer. One cheap rule set prevents the migration↔architecture seam gap fr...

★ 89 Synced 2 hours ago View SKILL.md

At a glance

DevOps & Infrastructure Manual install Node.js Actively maintained

This skill is for DevOps & Infrastructure and helps you design a data schema for migration, plan a data model for multi-source imports, and prevent migration-engineering blockers.

Install git clone --depth 1 https://github.com/avelikiy/great_cto cp -r great_cto/skills/migration-ready-schema ~/.claude/skills/migration-ready-schema
Can use ReadWriteSearch

Setup, runtime and requirements describe avelikiy/great_cto, the repo this skill ships in.

Data MigrationSchema Designdata-modelingImport EngineeringMulti SourceEnterprise Data

Also in avelikiy/great_cto

View the repo

great_cto's own committed aesthetic — the instrument panel. Dark five-step surface ladder, exactly one accent, two faces divided by MEANING...

Anti Patterns Code Review & Testing

Catalogue of known SDLC anti-patterns that great_cto agents must actively reject when reviewing architecture, plans, code, or post-mortems....

Anydesign Data & Analytics

Analyze images, websites, and Figma files to extract their design and generate a `design.md` with token system, component inventory, and rec...

Shared review framework that every domain reviewer (pci, oracle, gov, edtech, healthcare, mlops, etc.) MUST follow. Defines the output artif...

Structured idea generation + multi-LLM debate for the product-owner stage. Diverge (generate genuinely different bets), debate (a 4-persona...

How to write — and how to use — a skill that IS one aesthetic rather than a catalogue of them. A catalogue lets an agent pick, and it picks...

Cost Model Legal

Standardized cost-estimation framework for great_cto plans. Forces explicit LLM cost, infra cost, human-supervision time, and the (defensibl...

Crystallize Productivity

Distils repeating patterns from session logs and lessons.md into draft skill files. Run after ≥10 sessions to extract durable knowledge. Out...

Decision Eval DevOps & Infrastructure

Spawns the decision-scorer agent after architect proposes 2+ variants in an ADR. Produces a weighted scoring table and recommended choice sa...

Discovery Code Review & Testing

Structured pre-design questioning to surface hidden constraints before any architecture decision is locked in. Forces the architect/auditor/...

Done Blocked Legal

Reusable reporting contract for any agent that hands work back to the pipeline. Forces ONE of two terminal statuses (DONE or BLOCKED) with a...

Great Cto DevOps & Infrastructure

Use when the CTO describes a feature, task, or project goal. Orchestrates the full SDLC pipeline automatically based on project type.

Other DevOps & Infrastructure skills

Wizard mattpocock/skills

Generate an interactive bash wizard that walks a human through a manual procedure — third-party setup, a one-off migration, an A→B state tra...

Git Guardrails Claude Code mattpocock/skills

Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wan...

Setup Matt Pocock Skills mattpocock/skills

Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before f...

Setup TS Deep Modules mattpocock/skills

Wire dependency-cruiser into a TypeScript repo so each package is a deep module — implementation hidden in subfolders, reachable only throug...

Setup Pre Commit mattpocock/skills

Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-comm...

Create a formal specification for an existing GitHub Actions CI/CD workflow, optimized for AI consumption and workflow maintenance.