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

harmonograf

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

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

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

hgraf-tune-heartbeat
مطوّرو البرمجيات

Understand and safely change heartbeat interval, stuck threshold, and timeout constants — client cadence, server detection math, frontend signal.

2026-04-22
hgraf-add-annotation-kind
مطوّرو البرمجيات

Add a new AnnotationKind — proto, storage, ingress RPC, optional downstream delivery to agents, frontend authoring UI, tests.

2026-04-22
hgraf-add-capability
مطوّرو البرمجيات

Add a new agent Capability — proto enum, client advertisement, server ingest, frontend gating in the control UI.

2026-04-22
hgraf-add-control-kind
مطوّرو البرمجيات

Add a new ControlKind — capability advertisement, client handler, server routing, ack semantics, frontend button, and tests — all the way through.

2026-04-22
hgraf-add-drift-kind
مطوّرو البرمجيات

Add a new drift kind end-to-end. Goldfive owns the detector + enum; harmonograf reflects the kind through the intervention aggregator and the UI timeline.

2026-04-22
hgraf-add-fake-llm-scenario
محللو ضمان جودة البرمجيات والمختبرون

Script a complex multi-turn FakeLlm scenario — function calls, tool chains, drift events, side-effect hooks, partial responses — for deterministic adk test coverage.

2026-04-22
hgraf-add-proto-field
مطوّرو البرمجيات

Add a field to a proto message end-to-end — proto edit, regen, client+server converters, frontend types, tests, and sqlite migration if persisted.

2026-04-22
hgraf-add-reporting-tool
مطوّرو البرمجيات

Add a new reporting tool. Reporting tools moved to goldfive post-migration; harmonograf no longer owns `client/harmonograf_client/tools.py`. This skill redirects to goldfive and covers the harmonograf-side touchpoints.

2026-04-22
hgraf-debug-frontend-state
مطوّرو البرمجيات

Introspect harmonograf frontend state — SessionStore, TaskRegistry, uiStore, GanttRenderer subscriptions — when the UI and the server data disagree.

2026-04-22
hgraf-debug-task-stuck
مديرو الشبكات وأنظمة الحاسوب

Diagnostic playbook when a task appears stuck. Post-overlay-era: PENDING → NOT_NEEDED at invocation end is expected.

2026-04-22
hgraf-interpret-invariant-violations
مطوّرو البرمجيات

Retained for history. Plan-state invariants moved to goldfive. This skill redirects.

2026-04-22
hgraf-profile-callback-perf
محللو ضمان جودة البرمجيات والمختبرون

Profile ADK callback overhead on the current telemetry plugin + goldfive per-LLM-call metrics.

2026-04-22
hgraf-read-memory-bank
مطوّرو البرمجيات

Orient on harmonograf before making changes. Read AGENTS.md, the dev guide, design docs, and key source files in the right order.

2026-04-22
hgraf-refine-plan-lineage
مطوّرو البرمجيات

Understand revision_index and plan lineage. Plan refine logic moved to goldfive; harmonograf only stores + renders the revisions.

2026-04-22
hgraf-review-pr
محللو ضمان جودة البرمجيات والمختبرون

Harmonograf-specific PR review checklist — cross-layer coherence, state machine safety, test coverage, UI regression screens.

2026-04-22
hgraf-run-demo
مطوّرو البرمجيات

Launch the full harmonograf demo stack (server + Vite frontend + adk web presentation_agent), drive a prompt, tail logs, and capture a trace.

2026-04-22
hgraf-safely-modify-adk-py
مطوّرو البرمجيات

Retained for history. `client/harmonograf_client/adk.py` is gone — the ADK adapter logic moved to goldfive. For ADK plugin work today, see the small `telemetry_plugin.py`.

2026-04-22
hgraf-update-planner-prompt
مطوّرو البرمجيات

Planner prompts live in goldfive. This skill redirects and describes the harmonograf-side touchpoints for planner output changes.

2026-04-22
hgraf-write-e2e-scenario
محللو ضمان جودة البرمجيات والمختبرون

Pattern for writing a new end-to-end test in tests/e2e/ — real ADK + real harmonograf server, scripted FakeLlm for determinism.

2026-04-22
hgraf-add-proto-message
مطوّرو البرمجيات

Add an entirely new proto message (not just a field) end-to-end across .proto, regen, Python + TS converters, storage, server ingest, and tests.

2026-04-15
hgraf-add-storage-backend
مطوّرو البرمجيات

Add a new persistence backend behind the Store ABC — subclass, factory wiring, conformance tests, cascade deletes, and benchmarking.

2026-04-15
hgraf-add-drawer-tab
مطوّرو البرمجيات

Add a new tab to the span inspector drawer — TabId, TABS registry, body component, uiStore deep-link, tests.

2026-04-15
hgraf-add-gantt-overlay
مطوّرو البرمجيات

Pattern for adding a new per-agent Gantt overlay — client telemetry source → proto field → server storage → bus delta → frontend renderer layer → uiStore toggle.

2026-04-15
hgraf-add-keyboard-shortcut
مطوّرو البرمجيات

Add or change a global keyboard shortcut — shortcuts.ts registry, uiStore action, HelpOverlay entry, tests.

2026-04-15
hgraf-add-renderer-overlay
مطوّرو البرمجيات

Add a new canvas-layer overlay to the Gantt renderer — RAF draw order, layer composition, viewport transform, hit testing.

2026-04-15
hgraf-add-span-kind
مطوّرو البرمجيات

Add a new SpanKind enum value — proto, converters, renderer color, status semantics, kind_string fallback, and tests.

2026-04-15
hgraf-bump-proto-version
مطوّرو البرمجيات

Stage a breaking proto change across client/server/frontend without splitting the fleet — deprecate, dual-write, migrate, remove.

2026-04-15
hgraf-migrate-sqlite-schema
مصممو قواعد البيانات

Add a column or table to the sqlite store without nuking existing data — the idempotent PRAGMA + ALTER TABLE pattern used throughout sqlite.py.

2026-04-15
hgraf-safe-buffer-edit
مطوّرو البرمجيات

Safely edit the client ring buffer and transport worker — preserve drop ordering, thread safety, and reconnect-resume semantics.

2026-04-15
hgraf-spawn-agent-team
مطوّرو البرمجيات

Organize iter-style meta-work across a multi-agent Claude Code team — TeamCreate, task-claim flow, coordination via SendMessage, completion reporting.

2026-04-15
hgraf-update-frontend-component
مطوّرو الويب

Pattern for adding a new shell component — wire into TaskRegistry or sessionsStore, place in Shell/AppBar/Drawer, add vitest, keep tsc + eslint clean.

2026-04-15