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

ham

يحتوي ham على 19 من skills المجمعة من Code-Munkiz، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
19
Stars
2
محدث
2026-05-17
Forks
1
التغطية المهنية
6 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

ham-qa-prompt-gate
محللو ضمان جودة البرمجيات والمختبرون

Review executor prompts for red flags, alignment issues, blockers, scope drift, and evidence gaps before any non-trivial execution.

2026-05-17
diagnose
مطوّرو البرمجيات

Structured diagnosis loop: reproduce, minimize, hypothesize, instrument, fix, and regression-test.

2026-05-17
grill-with-docs
مطوّرو البرمجيات

Grilling session for plan alignment against domain language and ADRs, with inline doc updates when decisions are finalized.

2026-05-17
handoff
ممثلو خدمة العملاء

Summarize the current thread into a compact handoff artifact for a fresh agent session.

2026-05-17
improve-codebase-architecture
مطوّرو البرمجيات

PARKED/MANUAL ONLY: Identify architecture deepening opportunities and refactor candidates.

2026-05-17
setup-matt-pocock-skills
متخصصو إدارة المشاريع

Repo-local setup for Matt Pocock engineering skills in HAM. Configures issue tracker, triage labels, and domain doc locations without touching runtime or deploy settings.

2026-05-17
tdd
محللو ضمان جودة البرمجيات والمختبرون

Red-green-refactor loop using vertical slices and behavior-focused tests through public interfaces.

2026-05-17
to-issues
متخصصو إدارة المشاريع

Convert accepted plans/specs into independent vertical-slice GitHub issues with explicit dependencies.

2026-05-17
to-prd
متخصصو إدارة المشاريع

Turn current conversation context into a PRD-style implementation issue with explicit module and testing decisions.

2026-05-17
triage
متخصصو إدارة المشاريع

PARKED/MANUAL ONLY: Triage issue workflow through category/state labels when explicitly requested.

2026-05-17
zoom-out
مطوّرو البرمجيات

Explain a subsystem at a higher abstraction level and map related modules/callers before editing.

2026-05-17
cloud-agent-starter
مديرو الشبكات وأنظمة الحاسوب

Minimal starter runbook for Cloud agents to install, run, and test Ham quickly. Covers backend/frontend startup, chat gateway modes, Cursor key setup, browser runtime checks, and how to keep this skill current as new runbook knowledge is found.

2026-04-30
factory-droid-workflows
مديرو أنظمة الحاسوب والمعلومات

How Ham previews and launches allowlisted Factory droid exec workflows from chat (readonly audit vs low-risk edit), runner assumptions, and hard security limits. Instructional only — policy lives in code.

2026-04-22
agent-context-wiring
مطوّرو البرمجيات

Wire memory_heist ContextBuilder into Hermes-supervised role prompts in swarm_agency.py using a single shared ProjectContext and per-role render budgets. Use when connecting Hermes-led flows to repo context, adjusting budgets, or integrating SessionMemory. (No CrewAI.)

2026-04-19
goham
مطوّرو البرمجيات

Guides conversational navigation of the Ham dashboard: settings sections, projects, Droids/registry, runs and activity, and how to scaffold sub-agent workflows or new assets using existing APIs and configs. Use when the user wants natural-language help finding settings, understanding Hermes vs Droid roles, creating workflows or agents, or pairing chat with the workspace UI without reading raw logs.

2026-04-19
hermes-review-loop-validation
محللو ضمان جودة البرمجيات والمختبرون

Validate the Hermes supervisory critic review loop: verify Hermes receives correct context, invokes HermesReviewer.evaluate(), and preserves learning signals for later persistence. Use when modifying hermes_feedback.py, the supervisory review path, or the review pipeline.

2026-04-19
prompt-budget-audit
مطوّرو البرمجيات

Audit token budgets across the Ham swarm to prevent context window overflows. Use when checking prompt sizes, reviewing MAX_* constants, or diagnosing truncation issues in agent outputs.

2026-04-19
context-engine-hardening
مطوّرو البرمجيات

Harden memory_heist.py against token blowouts, unbounded growth, cross-platform path bugs, stale Claude references, and continuation/parser marker drift. Use when modifying memory_heist.py, fixing compaction logic, capping diffs, or adding safety limits to the Context Engine.

2026-04-03
repo-context-regression-testing
محللو ضمان جودة البرمجيات والمختبرون

Test that memory_heist.py correctly scans the repo, discovers configs and instructions, captures git state, and compacts sessions without data loss. Use when adding tests for Context Engine changes or verifying cross-platform behavior.

2026-04-03