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

Edgion

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

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

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

common-conventions
مطوّرو البرمجيات

Conventions shared by the in-repo binaries (edgion-controller, edgion-gateway, edgion-cli) — project overview, command line / directory / config-path conventions, Core layering conventions, resource system.

2026-06-23
kubernetes-config-center
مطوّرو البرمجيات

KubernetesCenter implementation — K8s Reflector watching, leader election, HA mode, ResourceController lifecycle, status writeback.

2026-06-23
config-center
مطوّرو البرمجيات

ConfigCenter subsystem — ConfCenter trait abstraction, FileSystemCenter and KubernetesCenter implementations, unified Workqueue + ResourceProcessor pipeline.

2026-06-23
controller-architecture
مطوّرو البرمجيات

edgion-controller control plane architecture — overall design, startup/shutdown, Admin API, ConfigCenter, Workqueue, ResourceProcessor, Requeue, CacheServer, ACME service.

2026-06-23
gateway-route-matching
مطوّرو البرمجيات

Route matching overview — multi-stage pipeline (Listener→Domain→Path→DeepMatch), per-listener isolation, registration flow, atomic swap.

2026-06-23
gateway-tls-overview
مطوّرو البرمجيات

TLS subsystem overview — TLS Store, SNI matching, certificate management, BoringSSL/OpenSSL backend selection.

2026-06-23
02-gateway
مطوّرو البرمجيات

edgion-gateway data plane architecture — Pingora integration, route matching, TLS management, plugin system, load balancing, backend discovery, observability, LinkSys.

2026-06-23
uri-normalization
مطوّرو البرمجيات

Authoritative document for URI normalization architecture — full-stack naming table, dual-view concept, iron rules, security guarantee scope, set_upstream_uri integration point.

2026-06-23
controller-gateway-link
مطوّرو البرمجيات

Bidirectional gRPC sync architecture between Controller and Gateway — ConfigSync protocol, Watch/List mechanism, implementation on both sides.

2026-06-23
ctl-architecture
مطوّرو البرمجيات

edgion-cli CLI tool architecture — three target modes, subcommands, output formats, HTTP client.

2026-06-23
05-resources
مطوّرو البرمجيات

Resource taxonomy and processing — common processing flow, per-resource feature points / special handling / cross-resource relationships.

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

Use when understanding how Edgion works internally — Controller/Gateway/Center/Ctl architecture, gRPC sync, resource processing flow, or adding a new plugin/resource/connector.

2026-06-23
binary-and-deployment
مطوّرو البرمجيات

Startup, CLI arguments, deployment patterns, and Feature Flags for the in-repo binaries (edgion-controller/gateway/cli).

2026-06-23
config-reference
مطوّرو البرمجيات

Configuration schema reference: complete field definitions for Controller (YAML) and Gateway (YAML) configuration and the EdgionGatewayConfig CRD.

2026-06-23
03-resources
مطوّرو البرمجيات

Feature and configuration schema reference for all Kubernetes resources. Numbering aligns with 01-architecture/05-resources, organized uniformly by resource type.

2026-06-23
observability-features
مديرو الشبكات وأنظمة الحاسوب

Use when looking up how to configure Access Logs, Metrics endpoints, or protocol log output for Edgion Gateway.

2026-06-23
annotations-features
مطوّرو البرمجيات

Full reference for Edgion annotations and Options keys: metadata.annotations, tls.options, spec.options, and system reserved keys.

2026-06-23
features
مطوّرو البرمجيات

Use when looking up configuration schemas, resource field definitions, binary deployment options, observability settings, or edgion.io/* annotation references.

2026-06-23
dsl-coding
مطوّرو البرمجيات

DSL plugin implementation skills for Edgion — builtin development, path/uri variable reference, redis/http builtin guides. Use when adding or modifying a `req.*`, `http.*`, or `redis.*` builtin, or wiring DslRuntime fields for a new namespace.

2026-06-23
coding-standards
مطوّرو البرمجيات

Coding standards skill for Edgion. Use when reviewing or writing code that touches logging, tracing IDs, log safety, access logs, metrics, structured tracing, or shared project-wide implementation rules.

2026-06-23
cpu-memory-review
مطوّرو البرمجيات

Use when reviewing CPU or memory performance findings; index of per-scenario decision rules for accepted patterns (lazy cleanup, mandatory .to_string() API, single-shot allocations, etc.).

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

Use when reviewing JSON/YAML/protobuf/binary deserialization paths for panic-on-unknown, recursion depth, size limits, untrusted-input boundaries, and serde flatten footguns.

2026-06-23
gateway-admin-auth-review
مطوّرو البرمجيات

Review lock for the Gateway admin API bearer-token auth — the locked invariants (always-on, 503 fail-close, 401, constant-time compare, merged-router coverage, redacted token, probe stays open) and a note not to re-report the historical unauthenticated finding.

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

Review-specific knowledge for Edgion. Use when auditing code review findings, especially to check whether a reported issue is a real bug, a project-accepted tradeoff, or a known false positive. Includes observability review rules (data-plane zero tracing, metrics explosion prevention, access log quality).

2026-06-23
supply-chain-review
مطوّرو البرمجيات

Use when reviewing dependency upgrades, new crate additions, MSRV bumps, license/maintenance-mode crate risks, or lockfile audit findings; documents the `cargo audit`/`cargo deny` cadence and triage rules.

2026-06-23
uri-normalization-review
مطوّرو البرمجيات

Review decision rules for URI normalization — which scenarios are closed, which still need to be reported, the two lint rules and the allowlist.

2026-06-23
05-testing
محللو ضمان جودة البرمجيات والمختبرون

Testing skill for Edgion. Use when writing, running, or extending unit tests, integration tests, K8s tests, LinkSys tests, or configuration sync validation workflows.

2026-06-23
06-tracing
مطوّرو البرمجيات

Debugging and troubleshooting skill for Edgion. Use when local code changes break routing, plugins, sync, readiness, or runtime behavior.

2026-06-23
07-tasks
متخصصو إدارة المشاريع

Use this skill when creating, updating, or continuing tasks under the repository's tasks/ directory. Covers task structure, document set, lifecycle phases, status tracking, and task templates.

2026-06-23
gateway-api
مطوّرو البرمجيات

Compatibility notes for Edgion's Gateway API handling, including intentional deviations and not-implemented features.

2026-06-23
kubernetes
مديرو الشبكات وأنظمة الحاسوب

Use when working with Gateway API compatibility, planning a Kubernetes API version upgrade, or verifying K8s resource behavior specific to Edgion.

2026-06-23
cicd
مطوّرو البرمجيات

CI/CD skills for Edgion: local build, Docker build, GitHub Actions workflows, and GitHub Release publishing.

2026-06-23
09-misc
مطوّرو البرمجيات

Use for pre-commit/local checks, CI/CD workflows, Docker builds, release automation, dev hot-replace deployment, or TLS troubleshooting.

2026-06-23
fully-review
مطوّرو البرمجيات

Use when running or preparing a global codebase review pass that produces tasks/review-N-<slug>/ findings; defines the 6-subagent batch workflow and the per-finding output format.

2026-06-23
doc-standards
مطوّرو البرمجيات

User-documentation writing standards. Use this skill when writing or reviewing docs under docs/. Covers directory structure, writing style, page templates, internationalization, version management, and review checklist.

2026-06-23
edgion-skills
مطوّرو البرمجيات

Root navigation for the Edgion knowledge base. Read this first, then drill into the relevant subtree.

2026-06-23