Skip to main content
block
ملف منشئ GitHub

block

عرض على مستوى المستودعات لـ ٥٩ skills مجمعة عبر ١٧ مستودعات GitHub.

skills مجمعة
٥٩
مستودعات
١٧
محدث
٢٩ أغسطس ٢٠٢٦
خريطة المستودعات

أين توجد skills

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

#01
proto-fleet
١٥ skills · ٨ يونيو ٢٠٢٦
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونمديرو الشبكات وأنظمة الحاسوبمصممو قواعد البياناتمتخصصو إدارة المشاريع
٥ فئات مهنية · ١٠٠٪؜ مصنفة
٢٥٪؜الحصة
#02
berd
١١ skills · ٢٩ أغسطس ٢٠٢٦
مطوّرو البرمجياتالمهن الحاسوبية الأخرىمحللو ضمان جودة البرمجيات والمختبرون
٣ فئات مهنية · ٦٤٪؜ مصنفة
١٩٪؜الحصة
#03
agent-skills
٧ skills · ٢٥ يونيو ٢٠٢٦
مطوّرو البرمجياتالكتّاب والمؤلفونالمهن الحاسوبية الأخرىمبرمجو الحاسوبمحللو ضمان جودة البرمجيات والمختبرونمطوّرو الويب
٦ فئات مهنية · ١٠٠٪؜ مصنفة
١٢٪؜الحصة
#04
trailblaze
٤ skills · ٢٦ أغسطس ٢٠٢٦
محللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجيات
٢ فئات مهنية · ١٠٠٪؜ مصنفة
٦٫٨٪؜الحصة
#05
goose2
٤ skills · ١٣ أبريل ٢٠٢٦
محللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجيات
٢ فئات مهنية · ١٠٠٪؜ مصنفة
٦٫٨٪؜الحصة
#06
builderbot
٣ skills · ٢٩ مارس ٢٠٢٦
مطوّرو البرمجياتالمهن الحاسوبية الأخرى
٢ فئات مهنية · ١٠٠٪؜ مصنفة
٥٫١٪؜الحصة
#07
ai-rules
٢ skills · ٨ يناير ٢٠٢٦
مطوّرو البرمجياتموظفو المكاتب العامون
٢ فئات مهنية · ١٠٠٪؜ مصنفة
٣٫٤٪؜الحصة
#08
ghost
٢ skills · ٢٠ أغسطس ٢٠٢٦
مطوّرو البرمجيات
١ فئات مهنية · ٥٠٪؜ مصنفة
٣٫٤٪؜الحصة
نعرض هنا أهم 8 مستودعات؛ تستمر القائمة الكاملة أدناه.
مستكشف المستودعات

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

proto-fleet-playwright-e2e
محللو ضمان جودة البرمجيات والمختبرون

Use when adding, fixing, or reviewing Playwright E2E coverage in the block/proto-fleet monorepo, especially after a feature is already implemented. Covers scenario design, spec and page-object changes, local env-aware verification, simulator-safe cleanup, and…

٨ يونيو ٢٠٢٦
asicrs-build
مطوّرو البرمجيات

Use when editing files under `plugin/asicrs/`, `sdk/rust/`, or `server/sdk/v1/pb/` (which the asicrs build also consumes). The ASIC-rs plugin is a Rust binary built via Docker and cached against an `.asicrs-platform` marker; source changes that bypass `just…

٣٠ أبريل ٢٠٢٦
buf-version-pinning
مطوّرو البرمجيات

Use when editing `buf.yaml`, `buf.lock`, or any `buf.gen.yaml` (root, server, or SDK). Generator plugin versions in `buf.gen.yaml` are tightly coupled to the generated code consumers (Connect-RPC client, sqlc, SDK shapes); a version bump can produce a large…

٣٠ أبريل ٢٠٢٦
client-boundaries
مطوّرو البرمجيات

Use when editing files under `client/src/shared/`, `client/src/protoOS/`, or `client/src/protoFleet/`. Enforces app-import boundaries (`shared/` cannot import apps; `protoOS` and `protoFleet` cannot import each other) and the no-new-`console.log` rule…

٣٠ أبريل ٢٠٢٦
db-generation-hygiene
مصممو قواعد البيانات

Use when editing `server/sqlc/queries/**/*.sql`, `server/sqlc.yaml`, or creating a new `server/migrations/*.sql` file. sqlc query and schema source changes require running `just gen` so `server/generated/sqlc/` stays in sync. Edits to *existing* migration…

٣٠ أبريل ٢٠٢٦
docker-compose-dev
مديرو الشبكات وأنظمة الحاسوب

Use when editing `server/docker-compose.yaml` or `server/docker-compose.base.yaml`, or when troubleshooting a `just dev` startup. Proto Fleet requires Docker host networking on macOS/Windows; service definitions split between `base` (shared) and the runtime…

٣٠ أبريل ٢٠٢٦
fake-rig-fixtures
محللو ضمان جودة البرمجيات والمختبرون

Use when editing `server/fake-antminer/` or `server/fake-proto-rig/`. These are test doubles consumed by `tests/plugin-contract/`, the E2E suites, and the local `just dev` stack — behavior changes here ripple silently into all three surfaces.

٣٠ أبريل ٢٠٢٦
go-work-sync
مطوّرو البرمجيات

Use when editing any `go.mod` or `go.sum` under `server/`, `plugin/`, or `tests/`, or when modifying root `go.work` / `go.work.sum`. Module dependency changes require running `go work sync` from the repo root so workspace lock data stays consistent.

٣٠ أبريل ٢٠٢٦
عرض 8 من أصل ١٥ skills مجمعة.
berd-monitor
غير مصنف

Run a long-lived command outside the current Berd turn and wake the owning session with actionable stdout. Use for builds, tests, reviews, deployments, polling, watchers, and other external waits.

٢٩ أغسطس ٢٠٢٦
berd-orchestrator
غير مصنف

Coordinate work across Berd sessions while keeping one conversation available to the user. Use for a long-lived orchestration session.

٢٩ أغسطس ٢٠٢٦
buzz-handoff
غير مصنف

Read and hand off Buzz channels or threads in a private agent conversation using the installed Buzz CLI. Use when a user shares a buzz://message URL or Buzz channel UUID, asks to continue Buzz work privately, or explicitly approves a reply back to Buzz.

٢٠ أغسطس ٢٠٢٦
agent-builder
غير مصنف

Create, edit, or inspect Berd agents/personas stored as Agent Markdown files with YAML frontmatter under ~/.agents/agents. Use when user needs to manage Berd agents or personas.

٢٠ أغسطس ٢٠٢٦
assistive-ux
مطوّرو البرمجيات

Use when adding, reviewing, designing, testing, or managing Assistive UX moments in Berd, including discover, suggest, and autoApply guidance, adaptive settings, behavior signals, retirement rules, or changes under src/shared/assistive-ux.

١٢ أغسطس ٢٠٢٦
berdctl-new-command
مطوّرو البرمجيات

Use when adding, extending, modifying, or removing berdctl commands, verbs, nouns, schemas, help text, or any of the berdctl surface.

١٢ أغسطس ٢٠٢٦
code-review
محللو ضمان جودة البرمجيات والمختبرون

Senior engineer code review focused on catching issues before they become PR comments. Reviews only changed lines, categorizes issues by priority, and fixes them one by one. Use when the user says "code review", "review my code", "review this branch", or…

١٢ أغسطس ٢٠٢٦
create-pr
مطوّرو البرمجيات

Create a GitHub PR from the current branch: handle uncommitted changes, generate a summary, submit via gh CLI, then watch the PR to a ready state — fixing failing checks and addressing review comments. Use when the user says "create PR", "open PR", "submit…

١٢ أغسطس ٢٠٢٦
عرض 8 من أصل ١١ skills مجمعة.
عرض ١٢ من أصل ١٧ مستودعات