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

BlackBeltTechnology

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

skills مجمعة
99
مستودعات
7
محدث
2026-07-14
خريطة المستودعات

أين توجد skills

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

مستكشف المستودعات

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

ship-change
مطوّرو البرمجيات

Ship an OpenSpec change after openspec-apply completes. When only QA/manual tasks remain, marks them done (tested later), archives + syncs specs, commits, pushes, opens a PR against develop, watches CI, waits for CodeRabbit, auto-applies safe fixes and re-pushes, loops until CI green + no actionable review threads, then squash-merges with branch delete and removes the worktree. Use after implementation is done and the change is ready to land. Triggers: "ship this change", "ship it", "land the change", "merge and clean up", "post-apply ship".

2026-07-14
ship-it
مطوّرو البرمجيات

Worktree-side implementation orchestrator for an OpenSpec change. Idempotent: gates automated scenarios on filesystem reality (test file exists + passes in the docker harness), not the tasks.md checkbox. Owns the red-test fix loop (never re-invokes apply on a checked task), runs the docker harness on its auto-derived port with always-teardown, then drives ship-change INLINE with a manifest-aware defer. Boundary-reverse escape hatch writes SHIP_IT_BLOCKED.md. Runnable headless. Triggers: "ship it", "build and ship this change", "run ship-it", "implement + test + land in the worktree".

2026-07-14
switch-extension-source
مطوّرو البرمجيات

Switch a monorepo extension/skill package between its published npm source and its local working-tree source, guaranteeing exactly one source per package. Use when "my edits don't take effect", "load local extension", "test the published npm build", or reconciling dev vs distribution package sources.

2026-07-14
nano-banana-imagegen
مطوّرو البرمجيات

Generate and edit images using Google Gemini image models via the nano-banana CLI. Use when the user asks to create, generate, make, or edit images with AI. Supports text-to-image, image editing, style transfer, and multi-image composition. Trigger on requests like "create an image", "generate a picture", "make me a logo", "edit this photo", "add X to this image".

2026-07-14
veo-generator
مطوّرو البرمجيات

Render a scripted video project into mp4 clips with the Google Veo 3.1 API. Reads a project's shot package (the shots/*.md format produced by the veo-showreel-production-kit) and generates one clip per camera cut — reusing the Full Veo prompt, negative prompt, seed, aspect/resolution, world-anchor reference and first-frame storyboard sketch already written in each shot file. Backed by the `pi-veo` CLI (a TypeScript port — no Python). API key is configurable per project via a .env. Use when: "render the Veo video for <project>", "generate the videos from the shot scripts", "make the clips with Veo", "re-render shot 03B".

2026-07-14
veo-showreel-production-kit
فنانو المؤثرات الخاصة والمحركون

Turn a video timeline + voiceover into a reproducible, sliceable Veo 3.1 prompt package with a consistency anchor and AI storyboard sketches.

2026-07-14
distill-session-knowledge
المهن الحاسوبية الأخرى

Offline-mine this project's pi session JSONL logs into reusable, verified knowledge. Walks sessions newer than a watermark, extracts five signal classes (faults, ask_user decisions, corrections, procedures, docs) anchored on objective outcomes, promotes only patterns recurring across >= N sessions, and routes distilled artifacts into existing sinks (skill_manage, memory, docs + ctx_index). Use when the user says "mine my sessions", "distill session knowledge", "what have I learned across sessions", "extract lessons from logs", or "turn my pi history into skills/memory".

2026-07-14
release-cut
مطوّرو البرمجيات

Cut a new pi-agent-dashboard release. Promotes `## [Unreleased]` in CHANGELOG.md to a versioned section, bumps all workspace package.json versions per SemVer, commits, tags `v<version>`, and pushes — which triggers the Release workflow that publishes **10 npm packages** (root + shared/extension/server/web/image-fit/kb/kb-extension + session-distiller/distill-session-knowledge via `npm publish -ws --include-workspace-root`) and the Electron artifacts and creates a GitHub Release (published automatically for production tags `vX.Y.Z`; draft for pre-release tags `vX.Y.Z-rc.N`). Use when the user says "cut a release", "release vX.Y.Z", "publish a new version", "tag a release".

2026-07-14
عرض أهم 8 من أصل 54 skills مجمعة في هذا المستودع.
judo-runtimeauthentication-flow
مطوّرو البرمجيات

Comprehensive guide to the JUDO authentication pipeline. Use when you need to understand how authentication works, debug auth issues, configure OAuth2/OpenID Connect, or integrate with identity providers like Keycloak.

2026-03-10
judo-runtimetestkit
محللو ضمان جودة البرمجيات والمختبرون

Help write tests for JUDO applications using judo-runtime-core-guice-testkit. Use when writing interceptor tests, setting up JudoRuntimeFixture, or troubleshooting testkit issues.

2026-01-28
judo-runtimeadd-module-skills
مطوّرو البرمجيات

Add Claude skill packages and agent-docs to a JUDO Runtime Core module. Use when making a module self-contained with embedded documentation, creating skills for interceptors/extensions, or packaging agent docs in JARs.

2026-01-28
judo-runtimeaccess-api-overview
مطوّرو البرمجيات

Comprehensive guide to JUDO Access Manager API interfaces. Use when you need to understand operation authorization, implement custom authentication interceptors, work with signed identifiers, or integrate access control into your application.

2026-01-28
judo-runtimeaccess-control
مطوّرو البرمجيات

Comprehensive guide to configuring access control rules in JUDO Runtime. Use when you need to understand actor-based authorization, configure public vs authenticated access, set up exposedBy annotations, or implement custom authentication interceptors.

2026-01-28
judo-runtimepermission-checking
مطوّرو البرمجيات

Detailed guide to the JUDO permission checking flow for CRUD operations. Use when you need to understand how CREATE, UPDATE, DELETE permissions work, debug authorization failures, or implement custom authorizers.

2026-01-28
judo-runtimedao-patterns
مصممو قواعد البيانات

Understand JUDO DAO Core interface patterns including payload processors, statement types, instance collectors, and validation. Use when working with data access operations, implementing custom processors, or understanding the DAO architecture.

2026-01-28
judo-runtimeentity-mapping
مطوّرو البرمجيات

Entity to transfer object mapping in JUDO DAO Core. Use when working with value objects, understanding attribute/reference mapping, measure unit conversion, or implementing custom value handling.

2026-01-28
عرض أهم 8 من أصل 28 skills مجمعة في هذا المستودع.
judo-frontend-esm-to-ui-docs
الكتّاب التقنيون

ESM-to-UI mapping reference for JUDO React frontends. Covers widget mappings, table and navigation element mappings, and the ESM→UI transformation model.

2026-04-26
judo-frontend-docs
مطوّرو البرمجيات

Frontend development guide for JUDO React applications. Covers hooks, theming, i18n, and Pandino DI customization patterns.

2026-04-26
judo-model-esm-metamodel-docs
الكتّاب التقنيون

ESM metamodel reference for JUDO. Covers namespace, type, structure, operation, accesspoint, UI, UI-behaviour, and UI-visual-styleguide packages with element-level attribute and constraint definitions.

2026-04-26
judo-model-docs
مصممو قواعد البيانات

Model documentation for JUDO applications. Covers ESM metamodel, cardinality, CRUD flags, and advanced modeling patterns.

2026-04-26
judo-backend-docs
مطوّرو البرمجيات

Backend development guide for JUDO applications. Covers custom operations, interceptors, validators, data access, and error handling.

2026-04-26
judo-deployment-docs
مطوّرو البرمجيات

Deployment and build documentation for JUDO applications. Covers judo.sh commands, Docker setup, Karaf configuration, and production deployment.

2026-04-26
judo-e2e-testing-docs
محللو ضمان جودة البرمجيات والمختبرون

E2E testing guide for JUDO React frontends using Playwright. Covers test patterns, helpers, and browser automation.

2026-04-26
judo-frontend-hooks-docs
مطوّرو البرمجيات

Frontend hook system documentation. Covers data, UI, table, action, navigation, and validation hooks.

2026-04-26
عرض أهم 8 من أصل 12 skills مجمعة في هذا المستودع.
عرض 7 من أصل 7 مستودعات
تم تحميل كل المستودعات