Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

lux

يحتوي lux على 46 من skills المجمعة من islee23520، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
46
Stars
3
محدث
2026-06-05
Forks
0
التغطية المهنية
5 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

lux-unity
مطوّرو البرمجيات

Lazy-load for LUX Unity bridge and MCP game-development operations: status, compile, tests, logs, launch, screenshots, hierarchy, dynamic code, record/replay, and one-loop MCP workflows.

2026-06-05
architecture-decision
مطوّرو البرمجيات

Lazy-load only when this workflow is explicitly needed. Use for durable technical choices. Output a short ADR: Context, Decision, Alternatives, Consequences, Verification, Owner. Prefer existing LUX boundaries: gateway owns CLI/server, bridge owns Unity protocol, Skills owns passive workflows. Reject duplicate state, hidden fallback, and broad rewrites without evidence.

2026-06-03
architecture-review
مطوّرو البرمجيات

Lazy-load only when this workflow is explicitly needed. Use to review an existing design or implementation for boundary drift. Check SSoT, responsibility split, protocol consistency, atomicity, idempotency, and observable failures. Return ranked findings with file references, risk level, and the smallest corrective action.

2026-06-03
core-invariants
مطوّرو البرمجيات

Lazy-load only when this workflow is explicitly needed. Use when a change risks architectural drift. Enforce: .lux is SSoT; clear subsystem ownership; consistent schemas; atomic operations; idempotent retries; no silent fallback. Report violations and concrete repair steps.

2026-06-03
ldp-decision-protocol
متخصصو إدارة المشاريع

Lazy-load only when this workflow is explicitly needed. Use for high-risk product, automation, or ethical decisions. Run: clarify intent; quantify evidence; check user/data/IP/fairness risks; define stop and rollback conditions; record approval. Verdicts: PASS, REVIEW, or REJECT.

2026-06-03
bug-report
محللو ضمان جودة البرمجيات والمختبرون

Lazy-load only when this workflow is explicitly needed. Use to turn observed failures into actionable reports. Capture summary, environment, exact steps, expected result, actual result, logs, suspected subsystem, severity, reproducibility, and minimal next diagnostic. Do not invent fallback data.

2026-06-03
bug-triage
محللو ضمان جودة البرمجيات والمختبرون

Lazy-load only when this workflow is explicitly needed. Use to classify and route defects. Determine impact, scope, likely owner, regression window, blocking status, and verification path. Prefer quick reproduction and narrow hypotheses before implementation.

2026-06-03
changelog
متخصصو إدارة المشاريع

Lazy-load only when this workflow is explicitly needed. Use to write release notes from verified changes. Group by Added, Changed, Fixed, Removed, Security, and Internal. Mention user-visible impact first. Exclude unverified claims and noisy implementation detail.

2026-06-03
retrospective
متخصصو إدارة المشاريع

Lazy-load only when this workflow is explicitly needed. Use after incidents or milestones. Record what happened, impact, root causes, what worked, what failed, concrete follow-ups, owners, and prevention checks. Keep it blameless and evidence-based.

2026-06-03
tech-debt
مطوّرو البرمجيات

Lazy-load only when this workflow is explicitly needed. Use to document or reduce debt. Describe symptom, cost, affected files, invariant risk, simplest cleanup, tests needed, and what not to change. Prefer deletion and reuse over new abstractions.

2026-06-03
regression-suite
محللو ضمان جودة البرمجيات والمختبرون

Lazy-load only when this workflow is explicitly needed. Use to design or run regression checks for changed behavior. Prefer targeted tests first, then typecheck/lint/build/smoke. Include command, expected signal, observed result, and remaining untested risk.

2026-06-03
release-checklist
محللو ضمان جودة البرمجيات والمختبرون

Lazy-load only when this workflow is explicitly needed. Use before packaging or publishing. Verify build, tests, docs, CLI help, version metadata, migration notes, security posture, rollback plan, and known limitations. Do not release with unexplained failing checks.

2026-06-03
smoke-check
محللو ضمان جودة البرمجيات والمختبرون

Lazy-load only when this workflow is explicitly needed. Use for fast confidence after a change. Run the smallest commands that prove the edited path starts, responds, or compiles. Report exact command output summary and stop when the core claim is proven.

2026-06-03
test-helpers
محللو ضمان جودة البرمجيات والمختبرون

Lazy-load only when this workflow is explicitly needed. Use when adding or refactoring helper utilities for tests. Keep helpers small, deterministic, local to the test domain, and named by behavior. Avoid hiding assertions or creating broad fixtures that mask failures.

2026-06-03
test-setup
محللو ضمان جودة البرمجيات والمختبرون

Lazy-load only when this workflow is explicitly needed. Use to configure test environments. Make setup explicit, deterministic, isolated, and reversible. Avoid global state leaks, hidden network dependency, and shared temp paths.

2026-06-03
code-review
محللو ضمان جودة البرمجيات والمختبرون

Lazy-load only when this workflow is explicitly needed. Use to review LUX diffs for correctness, maintainability, security, and tests. Check Rust Axum/CLI conventions, React strict hooks, no UI mock fallback data, Unity 6000+ bridge compatibility, protocol consistency, and fresh verification evidence.

2026-06-03
perf-profile
مطوّرو البرمجيات

Lazy-load only when this workflow is explicitly needed. Use to investigate latency, memory, CPU, file IO, startup, or UI responsiveness. Define the measured claim, collect baseline data, identify the hot path, change one variable, and verify improvement without weakening correctness.

2026-06-03
security-audit
محللو أمن المعلومات

Lazy-load only when this workflow is explicitly needed. Use for credentials, command execution, network exposure, logs, generated code, or Unity automation guardrails. Check auth, input validation, path traversal, secret redaction, destructive actions, auditability, and least privilege.

2026-06-03
studio-code-review
محللو ضمان جودة البرمجيات والمختبرون

Review a file or small set of files for standards, architecture, SOLID, performance, testability, and implementation risks, with optional specialist subreviews.

2026-06-03
studio-brainstorm
مديرو الفن

Guided game concept ideation from vague ideas to a structured concept brief, using collaborative questioning, concept generation, loop design, and scope validation.

2026-06-03
studio-gate-check
متخصصو إدارة المشاريع

Check whether a project is ready to advance to the next development phase by verifying artifacts, quality evidence, manual unknowns, and advisory reviewer feedback.

2026-06-03
studio-help
متخصصو إدارة المشاريع

Quickly orient the user in the project workflow, identify the most likely current phase, and recommend the single best next action with concise supporting context.

2026-06-03
studio-sprint-plan
متخصصو إدارة المشاريع

Create, update, or summarize a sprint plan from current milestones, prior velocity, ready work, risks, and available capacity, with an optional feasibility review.

2026-06-03
unity-pattern-adapter
مطوّرو البرمجيات

Adapter

2026-06-03
unity-pattern-builder
مطوّرو البرمجيات

Builder

2026-06-03
unity-pattern-command
مطوّرو البرمجيات

Command

2026-06-03
unity-pattern-composite
مطوّرو البرمجيات

Composite

2026-06-03
unity-pattern-decorator
مطوّرو البرمجيات

Decorator

2026-06-03
unity-pattern-dependency-injection
مطوّرو البرمجيات

Dependency Injection

2026-06-03
unity-pattern-dirty-flag
مطوّرو البرمجيات

Dirty Flag

2026-06-03
unity-pattern-facade
مطوّرو البرمجيات

Facade

2026-06-03
unity-pattern-factory-method
مطوّرو البرمجيات

Factory Method

2026-06-03
unity-pattern-mediator
مطوّرو البرمجيات

Mediator

2026-06-03
unity-pattern-memento
مطوّرو البرمجيات

Memento

2026-06-03
unity-pattern-mvp
مطوّرو البرمجيات

MVP

2026-06-03
unity-pattern-object-pooling
مطوّرو البرمجيات

Object Pooling

2026-06-03
unity-pattern-observer
مطوّرو البرمجيات

Observer

2026-06-03
unity-pattern-prototype
مطوّرو البرمجيات

Prototype

2026-06-03
unity-pattern-proxy
مطوّرو البرمجيات

Proxy

2026-06-03
unity-pattern-service-locator
مطوّرو البرمجيات

Service Locator

2026-06-03
عرض أهم 40 من أصل 46 skills مجمعة في هذا المستودع.