levori119
Community@levori119
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.
Agent Skills by levori119
Showing 21 vetted skills indexed across 1 GitHub repositories.
requirements-tracker
Classifies user requests and appends versioned requirement rows to an Excel file.
pm
Converts operational requirements into user stories, acceptance criteria, and technical task plans.
seed
Manages database seed data separately from schema initialization in PostgreSQL.
atc-ux
Reviews ATC controller and tower HMI screens against FAA, EUROCONTROL, and ICAO human factors standards.
ground-view
Loads tower position context for Ground View development in the SKY-KING air traffic control system.
worktree
Creates isolated git worktrees with dedicated branches and ports for parallel agent sessions.
qa
Validates features against SKY-KING project standards through static and runtime verification gates.
status
Generates a project status report from MVP checklist, git log, and technical debt analysis.
sync-docs
Synchronizes project documentation files with the current codebase state after code changes.
realtime
Migrates Express and React synchronization from polling to Socket.io WebSocket events.
migrate
Generates PostgreSQL schema migrations and updates data-model.md and initDb() accordingly.
arch
Plans technical architecture for features before code changes in a monolithic React and Express codebase.
ui-adapt
Adapts React UI components to three display themes and four screen-size zoom scales.
ctrl-view
Loads controller workstation context for the SKY-KING flight control desk application.
before
Enforces a mandatory pre-coding checklist gate before writing any implementation code.
security-audit
Audits application code against OWASP, NIST, and ISO standards and generates a Hebrew HTML security report.
feature
Orchestrates new feature development in isolated git worktrees with TDD and verification gates.
hardware-spec
Generates a measured hardware and performance specification HTML document for Air Force infrastructure procurement.
transfer-logic
Loads full context of the SKY-KING strip transfer mechanism before any code modification.
ship
Automates version bump, commit, and push to git after every completed task.
pricing
Estimates software feature costs in hours, work days, and ILS using PERT and Function Points.
Frequently Asked Questions About levori119
FAQPage SchemaWhat 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.