Claude Skills · DevOps & Infrastructure

Decision Eval

avelikiy/great_cto

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

★ 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 evaluate architectural decisions, score design variants, and compare implementation options.

Install git clone --depth 1 https://github.com/avelikiy/great_cto cp -r great_cto/skills/decision-eval ~/.claude/skills/decision-eval
Can use ReadSearchBashAgent

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

adrarchitecturedecision-makingScoringdocumentationevaluation-framework

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...

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.

Email/SMS lifecycle and deliverability framework for SMB Product-Builder products that send transactional or lifecycle messages (booking rem...

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.