levori119 avatar

levori119

Community

@levori119

0Followers
|
2Public Repos
|
21Published Skills

levori119 provides 21 skills for building and managing an air traffic control (ATC) HMI system, covering controller/tower positions, transfers, QA, security audits, and delivery.

Skills Distribution
DomainDeveloper To...ATC HMI Engineering (35%)Software Delivery .. (25%)Requirements & Pro.. (20%)Security & Complia.. (10%)

Agent Skills by levori119

Showing 21 vetted skills indexed across 1 GitHub repositories.

levori119levori119

requirements-tracker

Classifies user requests and appends versioned requirement rows to an Excel file.

Community
Intermediate
levori119levori119

pm

Converts operational requirements into user stories, acceptance criteria, and technical task plans.

Community
Intermediate
levori119levori119

seed

Manages database seed data separately from schema initialization in PostgreSQL.

Community
Basic
levori119levori119

atc-ux

Reviews ATC controller and tower HMI screens against FAA, EUROCONTROL, and ICAO human factors standards.

Community
Intermediate
levori119levori119

ground-view

Loads tower position context for Ground View development in the SKY-KING air traffic control system.

Community
Intermediate
levori119levori119

worktree

Creates isolated git worktrees with dedicated branches and ports for parallel agent sessions.

Community
Intermediate
levori119levori119

qa

Validates features against SKY-KING project standards through static and runtime verification gates.

Community
Intermediate
levori119levori119

status

Generates a project status report from MVP checklist, git log, and technical debt analysis.

Community
Basic
levori119levori119

sync-docs

Synchronizes project documentation files with the current codebase state after code changes.

Community
Intermediate
levori119levori119

realtime

Migrates Express and React synchronization from polling to Socket.io WebSocket events.

Community
Intermediate
levori119levori119

migrate

Generates PostgreSQL schema migrations and updates data-model.md and initDb() accordingly.

Community
Intermediate
levori119levori119

arch

Plans technical architecture for features before code changes in a monolithic React and Express codebase.

Community
Intermediate
levori119levori119

ui-adapt

Adapts React UI components to three display themes and four screen-size zoom scales.

Community
Intermediate
levori119levori119

ctrl-view

Loads controller workstation context for the SKY-KING flight control desk application.

Community
Basic
levori119levori119

before

Enforces a mandatory pre-coding checklist gate before writing any implementation code.

Community
Basic
levori119levori119

security-audit

Audits application code against OWASP, NIST, and ISO standards and generates a Hebrew HTML security report.

Community
Advanced
levori119levori119

feature

Orchestrates new feature development in isolated git worktrees with TDD and verification gates.

Community
Advanced
levori119levori119

hardware-spec

Generates a measured hardware and performance specification HTML document for Air Force infrastructure procurement.

Community
Advanced
levori119levori119

transfer-logic

Loads full context of the SKY-KING strip transfer mechanism before any code modification.

Community
Intermediate
levori119levori119

ship

Automates version bump, commit, and push to git after every completed task.

Community
Intermediate
levori119levori119

pricing

Estimates software feature costs in hours, work days, and ILS using PERT and Function Points.

Community
Intermediate

Frequently Asked Questions About levori119

FAQPage Schema
What tasks can I accomplish with levori119's skills?

You can build and review ATC controller and tower HMI screens, manage flight-strip transfer logic, migrate databases and seed data, convert operational needs into user stories, track requirements in Excel, run QA checks, audit security against OWASP/NIST/ISO, and generate hardware sizing specs for Air Force infrastructure requests.

Who are these skills designed for?

They target engineers and product roles building an air traffic control system: UX designers working on CTRL/TWR positions, developers modifying transfer logic or real-time sync, tech leads planning architecture, QA engineers validating features, and product managers writing user stories and pricing estimates.

How do the skills fit into a development session?

Start with the worktree skill to create an isolated git worktree per agent, load position context via ctrl-view or ground-view, run the before-code gate checklist, implement the feature, adapt UI to display themes and screen sizes, then use ship to auto version-bump, commit, and push.

What prerequisites or dependencies do the skills assume?

Skills assume an existing ATC project with a git repository, npm (for version:bump), a database with schema and seed data, project-requirements.xlsx for requirement tracking, and project documents like ARCHITECTURE, data-model.md, and DEV_GUIDE that sync-docs keeps aligned with the code.

Do the skills support real-time multi-position synchronization?

Yes. The realtime skill is a complete playbook for migrating from polling to WebSocket-based synchronization between ATC positions, and should be triggered before any work on cross-position data sync in the system.