Skip to main content
在 Manus 中运行任何 Skill
一键导入
seanrobmerriam
GitHub 创作者资料

seanrobmerriam

按仓库查看 3 个 GitHub 仓库中的 27 个已收集 skills,并展示近似职业覆盖。

已收集 skills
27
仓库
3
职业领域
3
更新
2026-04-14
仓库浏览

仓库与代表性 skills

#001
kinetic-code-skills
21 个 skills00更新于 2026-04-14
占该创作者 78%
isolate-tests-from-external-dependencies
软件质量保证分析师与测试员

Tests must not depend on external systems, databases, or network calls. Mock external dependencies. Use test data, not production data. Tests must be independent and repeatable. Running tests multiple times must produce same results.

2026-04-14
explicit-return-values-and-exit-conditions
软件开发工程师

Every code path must have an explicit return value or exit condition. Functions must not reach the end without returning. If a function should return nothing, explicitly return undefined, null, or void.

2026-04-14
handle-all-error-cases-explicitly
软件开发工程师

Every error that could occur must be handled explicitly. Don't assume operations succeed. Wrap risky operations in try-catch blocks or use error checking. Propagate errors upward with context.

2026-04-14
input-validation-at-all-entry-points
软件开发工程师

All functions, endpoints, and external interfaces MUST validate inputs before processing. Invalid inputs must be rejected with clear error messages describing what was wrong and what format is expected.

2026-04-14
maintain-consistent-state-throughout-operations
软件开发工程师

Code must maintain consistent state before, during, and after operations. Partial updates that leave system in inconsistent state are forbidden. Use transactions or atomic operations. If operation fails, restore previous state.

2026-04-14
provide-clear-feedback-on-operation-results
软件开发工程师

Every operation must provide clear feedback on success, failure, or partial completion. Users must know what happened, why it happened, and what to do next. Log operations for debugging. Return structured results with status and details.

2026-04-14
test-expected-vs-actual-behavior
软件质量保证分析师与测试员

Don't assume code works as intended. Test actual behavior against expected behavior. Write tests for normal cases, edge cases, and error cases. Test boundaries, limits, and constraints. Verify output matches specification.

2026-04-14
use-clear-exit-conditions-for-loops
软件开发工程师

Every loop must have a clear, explicit exit condition. Infinite loops are forbidden unless absolutely necessary and documented. Loop variables must be initialized, modified, and checked correctly. Don't modify loop variables within the loop body.

2026-04-14
当前展示该仓库 Top 8 / 21 个已收集 skills。
#002
mockflight
5 个 skills00更新于 2026-04-09
占该创作者 19%
aircraft-instruments
软件开发工程师

Simulate, render, and model aircraft flight instruments and sensors in software — including real-time display widgets, physics-accurate instrument behavior, sensor error modeling, and failure simulation. Use this skill whenever the user asks to build, design, or model any aircraft instrument or avionics display, including: attitude indicator, airspeed indicator, altimeter, VSI, turn coordinator, heading indicator, HSI, CDI, NAV/COM radios, transponder, EGT/CHT gauges, fuel quantity, oil pressure, ammeter, vacuum gauge, glass cockpit displays (PFD/MFD/EFIS), autopilot annunciators, engine instruments, or any cockpit sensor. Also trigger for: "simulate instrument lag", "model pitot-static errors", "build a six-pack widget", "render a gyro horizon", "instrument failure injection", "simulate icing on pitot tube", "gyroscopic precession model", "VOR needle simulation", "ILS CDI/glideslope", "build an EFIS", "model gyro tumble", "ADC (air data computer) simulation", or any request to render instruments as canvas/SV

2026-04-09
flight-simulator
网页开发工程师

Design and build flight simulators — from browser-based canvas/WebGL implementations to architecture documents for full sim systems. Use this skill whenever the user asks to build, design, or reason about a flight simulator, aircraft simulation, flight dynamics model, avionics system, ATC simulator, autopilot system, or any software that models aircraft behavior in 3D space. Also trigger for: "make a flying game", "simulate aircraft physics", "build a cockpit UI", "design a flight model", "how does X work in a flight sim", "build an autopilot", "ATC radar display", or any request involving aerodynamics, flight instruments, navigation systems, or aircraft performance modeling. Covers both educational browser-based sims and serious simulation architecture.

2026-04-09
ifr-flight
航空公司飞行员、副驾驶及飞行工程师商业飞行员

Expert reference and instructional resource for Instrument Flight Rules (IFR) operations, procedures, training, and systems. Use this skill whenever the user asks about IFR flying, instrument flying, instrument rating training, IFR procedures, approach plates, departure procedures, en route navigation, hold entries, airspace, ATC communication scripts, weather minimums, filing flight plans, partial panel flying, unusual attitudes, instrument currency, CFII instruction, or any topic related to flying in IMC (Instrument Meteorological Conditions). Also trigger for: "how do I fly an ILS", "explain a hold", "what is a missed approach", "VOR/DME approach", "RNAV/GPS approach", "IFR en route", "approach briefing", "instrument scan", "pitot-static system", "gyroscopic instruments", "IFR weather minimums", "alternate airport requirements", "IFR currency", "6 month IFR proficiency", "partial panel", "unusual attitude recovery", or any request to generate IFR training materials, lesson plans, or scenario briefs.

2026-04-09
inflight-checklist
航空公司飞行员、副驾驶及飞行工程师商业飞行员

Create accurate, well-formatted aviation checklists for any phase of flight and any aircraft type. Use this skill whenever the user asks to create, generate, write, format, or review a flight checklist, cockpit checklist, emergency checklist, abnormal procedure checklist, or any document that organizes aircraft operating steps by phase or condition. Trigger for: "make a checklist for [aircraft]", "create a normal procedures checklist", "write an emergency checklist", "build a preflight checklist", "design a cockpit flow", "generate POH-style checklist", "create a checklist for my sim", "format these procedures as a checklist", "IFR departure checklist", "approach and landing checklist", or any request to turn aircraft procedures into a structured, actionable list. Covers GA piston, turboprop, jet, helicopter, and simulator/game aircraft.

2026-04-09
inflight-emergency
高等院校职业/技术教育教师

Create detailed, realistic in-flight emergency scenarios for pilot training, simulator sessions, instructional design, and sim game scripting. Use this skill whenever the user asks to create, generate, write, or design any in-flight emergency, abnormal procedure scenario, or pilot training exercise involving system failures, weather encounters, medical emergencies, or aircraft malfunctions. Trigger for: "create an engine failure scenario", "write an emergency training scenario", "design a sim emergency", "build a partial panel scenario", "make an IFR emergency exercise", "generate a CFII training scenario", "write an emergency for my flight sim game", "create a progressive failure sequence", "design an inadvertent IMC scenario", "make a hypoxia scenario", "engine fire", "electrical failure scenario", "fuel exhaustion scenario", "structural damage scenario", "bird strike", "gear malfunction", "pressurization failure", or any request to describe realistic aircraft emergencies with symptoms, decision points, and

2026-04-09
#003
erlang-otp-applications
1 个 skills00更新于 2026-04-06
占该创作者 3.7%
已展示 3 / 3 个仓库
已展示全部仓库