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

ConductionNL

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

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

أين توجد skills

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

#01
shillinq
69 skills · 2026-05-21
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونمتخصصو إدارة المشاريعالمهن الحاسوبية الأخرىمحللو أمن المعلوماتمديرو الشبكات وأنظمة الحاسوب
7 فئات مهنية · 100% مصنفة
47%الحصة
#02
pipelinq
44 skills · 2026-04-16
محللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجياتمتخصصو إدارة المشاريعمحللو أمن المعلوماتمديرو الشبكات وأنظمة الحاسوبمصممو واجهات الويب والرقمية
7 فئات مهنية · 100% مصنفة
30%الحصة
#03
decidesk
22 skills · 2026-05-30
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونمديرو الشبكات وأنظمة الحاسوبمتخصصو إدارة المشاريع
4 فئات مهنية · 100% مصنفة
15%الحصة
#04
openbuild
8 skills · 2026-05-29
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونمديرو الشبكات وأنظمة الحاسوب
3 فئات مهنية · 100% مصنفة
5.4%الحصة
#05
conduction-theme
2 skills · 2026-07-02
مطوّرو البرمجيات
1 فئات مهنية · 100% مصنفة
1.4%الحصة
#06
Nextcloud-base
1 skills · 2026-07-10
مطوّرو البرمجيات
1 فئات مهنية · 100% مصنفة
0.7%الحصة
#07
hub
1 skills · 2026-07-10
مطوّرو البرمجيات
1 فئات مهنية · 100% مصنفة
0.7%الحصة
مستكشف المستودعات

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

clean-env
مديرو الشبكات وأنظمة الحاسوب

Reset the OpenRegister development environment (stop, remove volumes, restart, install apps)

2026-05-21
create-pr
مطوّرو البرمجيات

Create a Pull Request from the current branch — runs local checks, picks target branch, and opens the PR on GitHub

2026-05-21
feature-counsel
متخصصو إدارة المشاريع

Analyze a project's OpenSpec from 8 persona perspectives and suggest additional features

2026-05-21
hydra-gate-admin-router
مطوّرو البرمجيات

Detect admin settings Vue components registered in the vue-router. Admin settings are rendered by Nextcloud's settings framework via `AdminSettings.php`; adding their Vue components to the in-app router exposes them as publicly-accessible frontend routes, bypassing all server-side access checks. ADR-004 hard rule. Observed 2026-04-30 on doriath where `/settings → AdminRoot` was a route in `src/router/index.js` (commit c7c72e9).

2026-05-21
hydra-gate-composer-audit
مطوّرو البرمجيات

Run `composer audit` to check composer.lock dependencies for known CVEs. Invoked by the builder before push and the reviewer's mandatory block. Mirrors the orchestrator's `composer-audit` quality gate.

2026-05-21
hydra-gate-forbidden-patterns
مطوّرو البرمجيات

Scan lib/ for forbidden debug helpers (var_dump / die / error_log / print_r / dd / dump) that should not ship. Invoked by the builder before push, by the reviewer as Mandatory Step 2, and by the fixer during a retry. Mirrors the orchestrator's `forbidden-patterns` quality gate.

2026-05-21
hydra-gate-initial-state
مطوّرو البرمجيات

Detect DOM data-attribute reads in `.vue`/`.js`/`.ts` files (e.g. `document.getElementById('x').dataset.version`) used to pull server-side data into the frontend. The Nextcloud-idiomatic pattern is `IInitialState::provideInitialState()` in PHP + `loadState()` from `@nextcloud/initial-state` in Vue. DOM data-attributes break on CSP-hardened instances and bypass the canonical pattern documented in ADR-004. Observed 2026-04-30 on doriath where `AdminRoot.vue` read `document.getElementById('doriath-settings').dataset.version`.

2026-05-21
hydra-gate-modal-isolation
مطوّرو البرمجيات

Detect `<NcModal>` or `<NcDialog>` markup written inline inside parent components. Every modal/dialog MUST live in its own `.vue` file under `src/modals/` (NcModal-based) or `src/dialogs/` (NcDialog-based) and be imported by the parent. Inline modals couple presentation to the parent's lifecycle, prevent reuse, and bloat the parent component. ADR-004 hard rule. Observed 2026-04-30 on doriath.

2026-05-21
عرض أهم 8 من أصل 69 skills مجمعة في هذا المستودع.
عرض أهم 8 من أصل 44 skills مجمعة في هذا المستودع.
عرض أهم 8 من أصل 22 skills مجمعة في هذا المستودع.
clean-env
مديرو الشبكات وأنظمة الحاسوب

Reset the OpenRegister development environment (stop, remove volumes, restart, install apps)

2026-05-29
journeydoc-init
مطوّرو البرمجيات

Bootstrap journeydoc — capture-driven user documentation — into a Conduction app. Drops the 8-artifact scaffold (tutorials/, capture spec, Playwright project, Docusaurus config, domain wiring, screenshot output dir) and opens a PR. See ADR-030.

2026-05-29
opsx-apply-loop
مطوّرو البرمجيات

Iteratively run apply→verify in a loop until verify passes, then auto-archive — runs per-app in Docker context

2026-05-29
opsx-coverage-scan
مطوّرو البرمجيات

Audit a legacy app for spec ↔ code coverage — produces a 6-bucket report before retrofit annotation (Experimental)

2026-05-29
opsx-pipeline
مطوّرو البرمجيات

Process multiple OpenSpec changes in parallel using subagents — full lifecycle from proposal to merged PR

2026-05-29
opsx-reverse-spec
مطوّرو البرمجيات

Reverse-engineer a spec from observed code — one Bucket 2 cluster per run, creates a ghost change with spec delta + tasks + annotations (Experimental)

2026-05-29
opsx-verify
محللو ضمان جودة البرمجيات والمختبرون

Verify implementation matches change artifacts before archiving

2026-05-29
test-app
محللو ضمان جودة البرمجيات والمختبرون

Run automated browser tests for a Nextcloud app — single agent or multi-perspective parallel testing

2026-05-29
عرض 7 من أصل 7 مستودعات
تم تحميل كل المستودعات