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

vm_builds

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

skills مجمعة
72
Stars
0
محدث
2026-04-29
Forks
0
التغطية المهنية
9 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

project-structure-rules
مطوّرو البرمجيات

Project architecture and design principles for vm_builds Ansible project. Includes bake vs configure patterns, two-role service model, and deployment lifecycle.

2026-04-29
python-code-style
مطوّرو البرمجيات

Python code conventions. Functions return errors, .env parsing strips quotes, type hints required.

2026-04-29
early-validation-patterns
مطوّرو البرمجيات

Proactive validation patterns to catch issues early, prevent debugging blind, and establish testing habits before problems escalate.

2026-04-28
learn-from-mistakes
مطوّرو البرمجيات

Update skills and rules when encountering new issues to prevent recurrence. Includes hard-fail patterns, code custodianship, and mandatory testing requirements.

2026-04-28
lxc-container-patterns
مديرو الشبكات وأنظمة الحاسوب

LXC container provisioning and configuration patterns. Use when creating LXC services, managing container networking, or handling LXC template operations.

2026-04-28
molecule-performance
محللو ضمان جودة البرمجيات والمختبرون

Molecule test performance optimization patterns. Template caching, NTP sync, pct_remote overhead, apt cache, selective rebuilds.

2026-04-28
molecule-testing-patterns
محللو ضمان جودة البرمجيات والمختبرون

Molecule testing patterns, TDD workflow, baseline management, and scenario architecture. Use when running tests, managing test workflows, or setting up molecule scenarios.

2026-04-28
molecule-testing
محللو ضمان جودة البرمجيات والمختبرون

Run and validate Ansible tests. Molecule commands, TDD workflow, layered scenarios, performance optimization.

2026-04-28
testing-workflow
محللو ضمان جودة البرمجيات والمختبرون

Test-first development, TDD workflow, molecule testing patterns, and diagnostic approaches for Ansible playbooks and infrastructure automation.

2026-04-28
ansible-testing
محللو ضمان جودة البرمجيات والمختبرون

Run and validate Ansible project tests using Molecule, ansible-lint, and yamllint. Use when running tests, adding test scenarios, debugging test failures, extending verify.yml for new VMs, or working with Molecule configuration in the vm_builds project.

2026-04-28
molecule-cleanup
محللو ضمان جودة البرمجيات والمختبرون

Molecule cleanup requirements for repeatable Ansible test runs. Cleanup playbooks, credential safety, explicit VMIDs.

2026-04-27
openwrt-mesh-lxc-wifi
مديرو الشبكات وأنظمة الحاسوب

OpenWrt Mesh LXC container WiFi PHY management and namespace handling. Use when setting up mesh nodes, managing WiFi radios, or troubleshooting LXC container networking.

2026-04-27
proxmox-cleanup-safety
مديرو الشبكات وأنظمة الحاسوب

Proxmox cleanup completeness and maintenance safety patterns. Use when planning cleanup operations, file removal, or maintenance tasks on Proxmox hosts.

2026-04-27
proxmox-host-safety
مديرو الشبكات وأنظمة الحاسوب

Validates Ansible tasks and shell commands for safety before executing them against remote Proxmox hosts. Use when writing or reviewing Ansible playbooks, roles, or shell commands that target Proxmox hosts, when running cleanup/restore operations, when modifying network interfaces or bridges, when working with PCI passthrough, or when SSH connectivity to a remote host might be affected.

2026-04-27
code-review-checklist
محللو ضمان جودة البرمجيات والمختبرون

Code review checklist for vm_builds web UI and Ansible code. Use when reviewing git diffs, auditing code quality, or doing final passes before committing.

2026-04-20
manual-testing-playbook-writing
محللو ضمان جودة البرمجيات والمختبرون

How to write comprehensive manual testing playbooks. Use when creating manual test procedures for new features, writing playbook sections in docs/manual-testing-playbooks.md, or when a project plan includes Step 6 manual testing.

2026-04-20
molecule-verify
علماء الأحياء، جميع الآخرون

Molecule verify assertion patterns. completeness requirements, batch operations, multi-node patterns.

2026-04-20
openwrt-feature-integration
مديرو الشبكات وأنظمة الحاسوب

OpenWrt feature integration via task files and play patterns. Use when adding new features, creating modular configuration, or organizing OpenWrt configuration tasks.

2026-04-20
proxmox-system-safety
مديرو الشبكات وأنظمة الحاسوب

Proxmox system safety operations and hardware detection patterns. Use when managing system operations, hardware detection, or safety-critical tasks on Proxmox hosts.

2026-04-20
rollback-architecture
مطوّرو البرمجيات

Rollback architecture and layered rollback model patterns. Use when designing rollback strategies, understanding rollback layers, planning reversible feature deployments, adding per-feature rollback, designing deploy_stamp tracking, implementing UCI config revert, planning version-aware convergence, extending cleanup.yml with rollback tags, or designing incremental playbook runs.

2026-04-20
rollback-group-reconstruction
مطوّرو البرمجيات

Dynamic group reconstruction for rollback play patterns. Use when setting up rollback plays that target dynamic groups, managing ephemeral groups, or reconstructing host connections.

2026-04-20
rollback-per-feature
مطوّرو البرمجيات

Per-feature rollback implementation patterns and tag conventions. Use when implementing rollback for specific features, managing UCI changes, or designing rollback procedures.

2026-04-20
secret-generation
محللو أمن المعلومات

Auto-generation and persistence patterns for secrets, keys, and dynamic configuration. Includes env file patterns, blockinfile usage, and variable scoping.

2026-04-20
vm-lifecycle-architecture
مطوّرو البرمجيات

VM lifecycle architecture patterns and the two-role service model. Use when creating new VM types, structuring service roles, understanding playbook execution order, extending site.yml, modifying shared infrastructure, or designing inventory groups. For OpenWrt-specific patterns, see openwrt-build skill instead.

2026-04-20
vm-provisioning-patterns
مديرو الشبكات وأنظمة الحاسوب

VM provisioning patterns and step-by-step service creation. Use when creating new VM roles, implementing VM lifecycle management, or handling VM existence checks.

2026-04-20
webui-manual-testing
محللو ضمان جودة البرمجيات والمختبرون

Manual testing procedures for the NiceGUI web UIs (SuperManager, Manager, Kiosk). Use when performing manual test walkthroughs, verifying UI behavior after changes, or when the user asks to "manually test" the web apps.

2026-04-20
project-planning
متخصصو إدارة المشاريع

Template and conventions for vm_builds project plans. Use when creating, reviewing, or updating project plans in docs/projects/, when adding a new VM or service type, or when structuring milestones with verify/rollback sections.

2026-04-20
image-management-patterns
مطوّرو البرمجيات

Image management and local storage patterns for VM and LXC images. Use when managing VM images, handling custom image builds, or planning image storage strategies.

2026-04-14
project-planning-structure
متخصصو إدارة المشاريع

Project planning structure and milestone template patterns. Use when creating project plans, structuring milestones, or organizing project documentation.

2026-04-14
project-planning-verification
متخصصو إدارة المشاريع

Project milestone verification and rollback patterns. Use when designing verify sections, rollback procedures, or testing strategies for project milestones.

2026-04-14
multi-node-ssh
مديرو الشبكات وأنظمة الحاسوب

SSH ProxyCommand patterns for managing Proxmox nodes behind the OpenWrt router. Use when adding LAN hosts, debugging satellite connectivity, writing Molecule scenarios for LAN nodes, or working with tasks/bootstrap_lan_host.yml.

2026-04-12
rollback-patterns
مطوّرو البرمجيات

Consolidated — see .agents/skills/rollback-architecture/SKILL.md for layered rollback, cleanup tags, deploy_stamp, UCI/opkg rollback, and dynamic group reconstruction.

2026-04-12
vm-lifecycle
مديرو الشبكات وأنظمة الحاسوب

Consolidated — see .agents/skills/vm-lifecycle-architecture/SKILL.md for two-role VM/LXC patterns, site.yml ordering, image management, inventory flavors, and cleanup/verify conventions.

2026-04-12
build-testing
محللو ضمان جودة البرمجيات والمختبرون

Test coverage for build.py functions. Real infrastructure probes, justified mocks only.

2026-04-10
openwrt-dns-mesh-setup
مديرو الشبكات وأنظمة الحاسوب

OpenWrt encrypted DNS and mesh configuration patterns. Use when setting up https-dns-proxy, configuring WDS WiFi backhaul, or implementing DNS encryption on OpenWrt.

2026-04-10
project-plan-review
متخصصو إدارة المشاريع

Review checklist for project plans before execution. Includes structural validation, container/VM requirements, cross-reference checks, and performance considerations.

2026-04-10
project-planning-container-vm
متخصصو إدارة المشاريع

Container and VM planning constraints and capability requirements. Use when planning LXC containers, VM resources, or container/VM specific configurations.

2026-04-10
openwrt-network-topology
مديرو الشبكات وأنظمة الحاسوب

OpenWrt bridge ordering and WAN detection patterns. Use when managing Proxmox bridges, configuring WAN/LAN interfaces, or debugging OpenWrt network topology issues.

2026-04-08
webui-design-system
مصممو واجهات الويب والرقمية

NiceGUI web UI design system, color semantics, CSS patterns, and testing conventions. Use when modifying scripts/webui/ pages, theme.py, or writing test_webui_* tests.

2026-04-08
webui-ux-principles
المصممون الجرافيكيون

UX design and maintenance principles for building human-intuitive web UIs. Use when designing new pages, reviewing UI changes, fixing layout issues, choosing icons/colors, or when the user asks about UX quality.

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