Skip to content

Skills

Skills worth installing

A curated catalog of and — the ones we keep reaching for. Each entry tells you what the skill does, who it's for, the you type in Claude, and how to install it.

Show
Topic

Built at NBG

Skills authored by the NBG AI team — tuned for our codebase, conventions, and compliance constraints.

  • Skill · Built at NBG

    build a TypeScript API sandbox from C# or Postman, end-to-end

    Type this in Claude /create-sandbox

    End-to-end pipeline for building a TypeScript implementation of an existing . Translate C# types and controllers to TypeScript (or infer types from a Postman collection), design the sandbox architecture, scaffold the multi-sandbox infrastructure, then implement service methods one at a time with integration + contract tests generated and run automatically.

    ~1-2 days of manual scaffolding per API advanced
    Use this when... you need a working TypeScript of an existing — for front-end work against a stable stub, integration testing, or contract validation. Starts from C# source or a Postman collection.
  • Skill · Built at NBG

    multi-agent build orchestrator

    Type this in Claude /team

    Orchestrates a multi- team — refiner, scanner, investigator, planner, designer, parallel coders, reviewer, dependency validator, test builder, integration verifier — to take a request from idea to merged code in one sitting.

    ~half a day per feature-sized request both
    Use this when... you have a feature-sized request — bigger than a one-line fix, smaller than a multi-week project. It runs the full ten-phase pipeline (plan, design, code, review, test, verify) in one sitting.
  • Skill · Built at NBG

    deploy to NBG Azure

    Type this in Claude /deploy

    Automates end-to-end deployment of NBG Azure-hosted web applications via the Azure Management Portal REST — first-deploy (provision), auth-setup (identity team credentials + proxy + Kafka), and redeploy (rebuild + push).

    ~45 min per deploy; ~half a day for a first-deploy advanced
    Use this when... shipping to NBG Azure — provisioning a brand-new app, wiring identity-team auth and Kafka audit, or pushing changes to an existing one. Skips the click-through portal grind.
  • Skill · Built at NBG

    User Acceptance Testing system

    Type this in Claude /uat-panel

    Conversational UAT — Claude walks a non-developer through validating a built feature, asks scripted questions, and records pass/fail evidence the team can sign off on.

    both
    Use this when... the app is ready for business UAT — Claude walks the reviewer through each acceptance criterion live and produces a clean pass/fail sign-off record.

From the community

Skills published by the wider Claude Code community — vetted by us and worth installing.

  • Skill · From the community

    distinctive UI generation

    Type this in Claude /frontend-design

    's official frontend-design — generates production-grade components and pages with distinctive visual choices, avoiding the generic "AI-slop" aesthetic that gives away machine-generated UIs.

    ~1-2 hours per page both
    Use this when... you want a frontend that looks intentional, not algorithmic — when Claude's default Tailwind-card-and-shadow output would give away that a human didn't sit at the keyboard.
  • Skill · From the community

    Get Shit Done framework family

    Type this in Claude /gsd-*

    A light-weight meta-, context-engineering and spec-driven development system for . A family of commands (`:new-project`, `gsd:plan-phase`, `gsd:execute-phase`, `gsd:progress`, etc.) for managing multi-week projects with persistent `.planning/` state and per-phase artefacts.

    ~half a day per phase on multi-week projects advanced
    Use this when... Use this for multi-week projects where you'll pause, resume, and need an audit trail. Persistent `.planning/` folder with roadmap and per-phase artefacts. Overkill for one-sitting work — try `/team` instead.