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

ianshank

عرض على مستوى المستودعات لـ 45 skills مجمعة عبر 8 مستودعات GitHub.

skills مجمعة
45
مستودعات
8
محدث
2026-07-16
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

#01
GCP-Drone-Comms-Unit
11 skills · 2026-07-16
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونمديرو الشبكات وأنظمة الحاسوب
3 فئات مهنية · 100% مصنفة
24%الحصة
#02
AlphaGalerkin
8 skills · 2026-07-10
محللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجيات
2 فئات مهنية · 100% مصنفة
18%الحصة
#03
Agents
8 skills · 2026-07-07
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونعلماء البيانات
3 فئات مهنية · 100% مصنفة
18%الحصة
#04
Platinum-Palladium-AI-Printing-Tool
5 skills · 2026-02-08
محللو ضمان جودة البرمجيات والمختبرونمتخصصو إدارة المشاريعمطوّرو البرمجيات
3 فئات مهنية · 100% مصنفة
11%الحصة
#05
Wildlife_Watcher
5 skills · 2026-05-02
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرون
2 فئات مهنية · 100% مصنفة
11%الحصة
#06
Raspberry-Pi-Tricorder-
4 skills · 2026-04-07
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرون
2 فئات مهنية · 100% مصنفة
8.9%الحصة
#07
Strategos-MCTS
3 skills · 2026-07-03
محللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجيات
2 فئات مهنية · 100% مصنفة
6.7%الحصة
#08
Mouse-Droid-AGI
1 skills · 2026-04-27
مديرو الشبكات وأنظمة الحاسوب
1 فئات مهنية · 100% مصنفة
2.2%الحصة
مستكشف المستودعات

المستودعات و skills الممثلة

jetson-perception
مطوّرو البرمجيات

Use when: working in packages/jetson_yolo_gcs — adding a detector backend (YOLO/Hailo/ONNX/TensorRT), a tracker backend (Norfair/SORT), GStreamer camera/egress pipeline, the MAVLink LANDING_TARGET bridge, precision-landing safety, or the perception pipeline failure policy.

2026-07-16
pre-pr-validator
محللو ضمان جودة البرمجيات والمختبرون

Use when: running pre-PR checks, performing regression testing, validating ruff linting/formatting, verifying mypy type safety, and checking test coverage before pushing.

2026-07-16
meshsa-inference
مطوّرو البرمجيات

Use when: working on the optional NVIDIA Nemotron inference bridge — meshsa.inference, NemotronClient/InferenceService/NemotronConfig, MESHSA_INFERENCE_* env vars, aiohttp session reuse, [AI Insight] feedback-loop filter, or the aioresponses test mocks.

2026-07-08
meshsa-observability
مديرو الشبكات وأنظمة الحاسوب

Use when: adding or changing metrics/health export — RouterMetrics, render_prometheus, per-transport counters, the /metrics or /healthz route, HealthConfig fields, or a Grafana golden-signal dashboard.

2026-07-08
meshsa-commanding-safety
مطوّرو البرمجيات

Use when: touching the supervised two-way command path (Initiative C) — meshsa.command.*, flightctl/run_commander.py, arm/disarm/RTL/set_mode, COMMAND_INT/ACK, force-disarm, operator confirmation, command audit log, or arm preconditions.

2026-06-30
spec-driven-change
مطوّرو البرمجيات

Use when: starting a roadmap/initiative feature, new milestone work, a transport/codec/backend that adds behavior, or any change big enough to need a design. Author or update a spec under docs/specs first; code cites the spec by section.

2026-06-30
meshsa-add-codec
مطوّرو البرمجيات

Use when: adding a meshsa codec, changing JSON/Compact/CoT encoding, wire format, codec registry, Envelope serialization, per-transport codec bridge, or decode compatibility.

2026-06-20
meshsa-add-transport
مطوّرو البرمجيات

Use when: adding a meshsa transport, radio driver, Meshtastic path, TAK transport, HaLow/IP link, reconnect logic, transport registry entry, or Transport Protocol implementation.

2026-06-20
عرض أهم 8 من أصل 11 skills مجمعة في هذا المستودع.
abstract-method-audit
محللو ضمان جودة البرمجيات والمختبرون

Audit a package's @abstractmethod and Protocol members for missing call sites — dead abstractions that every subclass implements but nothing invokes. Use before adding a new ABC/Protocol or reviewing a diff that touches one, to catch the F1-class defect (an abstract method spec'd in a docstring that never actually runs).

2026-07-10
coverage-gate
محللو ضمان جودة البرمجيات والمختبرون

Run the per-module coverage gate for an AlphaGalerkin package the way CI enforces it. Use before opening a PR to confirm a changed package still meets its --cov-fail-under threshold (branch coverage), matching the gates in .github/workflows/ci.yml and the CLAUDE.md Regression Surface.

2026-07-10
c4-architecture
مطوّرو البرمجيات

Standards for authoring C4 architecture documentation in Mermaid — Context, Container, and Component levels, dynamic views for key flows, and diagram hygiene rules. Use when creating or updating architecture docs — trigger phrases include "C4 diagram", "architecture doc", "document the architecture", "add a component diagram", "system context", or "sequence diagram for this flow".

2026-07-03
python-standards
مطوّرو البرمجيات

Prescriptive Python house standards covering Protocol-based dependency injection, Pydantic v2 configuration schemas, asyncio discipline, structlog structured logging, and strict typing/lint gates. Use when writing or reviewing any Python module, class, config, or async code — trigger phrases include "new module", "add a config", "wire a dependency", "add logging", "make this async", "fix mypy errors", or "does this meet standards".

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

House testing standards covering the test pyramid, per-module coverage gates, Hypothesis property-based testing, subprocess contract tests for CLIs, fixtures, deterministic tests, and marker-gated GPU/external tests. Use when writing tests, adding a module, reviewing test coverage, or deciding what kind of test a change needs — trigger phrases include "add tests", "write a test for", "coverage gate", "is this tested", "test this CLI", or "flaky test".

2026-07-03
new-pde-operator
مطوّرو البرمجيات

Add a new PDE operator to AlphaGalerkin end-to-end. Use when introducing a PDE family (e.g. a new elliptic/parabolic/vector operator) so it registers in the operator registry, the PDEType enum, the canonical PDE_TYPE_MAP, and every dependent Literal enum — following the documented checklist so scenarios auto-pick it up.

2026-07-01
regression-surface
محللو ضمان جودة البرمجيات والمختبرون

Run the correct AlphaGalerkin regression-surface test command block for a changed code path. Use after editing solver/evaluator/PDE/scenario/agent/codec code to run exactly the guarding test suites the CLAUDE.md Regression Surface table prescribes, instead of guessing which tests to run.

2026-07-01
spec-new
مطوّرو البرمجيات

Scaffold a new spec-driven feature in AlphaGalerkin — creates a specs/<feature>.spec.md from specs/TEMPLATE.spec.md and the mirrored src/ module + tests/ stubs. Use when starting any new PoC scenario, PDE operator, agent type, or module so the spec (data contract + acceptance criteria + MetricThreshold thresholds) is written before the code.

2026-07-01
architecture-drift-guard
مطوّرو البرمجيات

Detect and block architecture drift in CI by comparing a codebase's actual Python import graph against a declared C4 component model. Use this whenever the user wants to enforce architecture in CI/CD, fail builds on undocumented dependencies, keep C4/Mermaid diagrams in sync with code, set up architecture tests or fitness functions, prevent layering violations, or guard/lint/gate their architecture — even if they don't name C4 or Mermaid explicitly. Also use it to bootstrap an architecture manifest from an existing repo or to remediate a failing drift check.

2026-07-07
eval-corpus-forge
علماء البيانات

Build, validate, and package reusable evaluation datasets for agent and LLM systems from prompts, traces, tool-call logs, metadata, and expected outcomes. Use this when the user asks to gather eval data, create benchmark datasets, normalize traces, define reusable ground truth, bootstrap eval suites, or produce retrieval, tool-invocation, response, or end-to-end evaluation artifacts.

2026-07-07
model-bench
مطوّرو البرمجيات

Benchmark and A/B-test multiple LLMs or systems-under-test on one evaluation dataset. Use this whenever the user wants to compare models side by side, rank candidates by a score, run a multi-model comparison, set up a persistent A/B eval campaign, decide whether a new model is significantly better than a baseline, or produce a comparative HTML/JSON benchmark report.

2026-07-07
openai-judge
مطوّرو البرمجيات

LLM-as-a-judge evaluations over OpenAI-compatible APIs (including NVIDIA Nemotron & LM Studio). Use whenever evaluating output quality, correctness, or scoring responses using standard rubrics.

2026-07-07
c4-docs
مطوّرو البرمجيات

Generates or updates C4 architecture documentation as Mermaid diagrams in the host repo (docs/architecture/ by default, or the repo's existing docs location). Produces Level 1 context and Level 2 container diagrams, plus Level 3 components only for the subsystem being changed. Updates existing diagrams in place and flags drift between diagrams and code instead of silently rewriting them.

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

Runs a security and quality review checklist over a diff or named files in an isolated forked subagent. Covers injection, secrets, authz/authn, error handling, resource leaks, concurrency, compatibility, test coverage, and hardcoded config. Returns severity-ranked findings with file:line and a blocking/non-blocking/clean verdict. Read-only - never edits code or proposes inline fixes.

2026-07-03
plan
مطوّرو البرمجيات

Instantiates a constraint-programming planning template for a new task, producing a single markdown plan with five sections - objective function, feasible region, permission architecture, feedback loop, and context persistence. All success criteria must be mechanically verifiable (commands, not vibes).

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

Enforces test-driven development - derive observable behaviors from the requirement, write failing tests first (including edge and negative cases), confirm they fail for the right reason, implement the minimum to pass, refactor green, and report red-to-green evidence. Never weakens assertions to make tests pass.

2026-07-03
عرض 8 من أصل 8 مستودعات
تم تحميل كل المستودعات