Skip to main content
Run any Skill in Manus
with one click
ConductionNL
GitHub creator profile

ConductionNL

Repository-level view of 147 collected skills across 7 GitHub repositories.

skills collected
147
repositories
7
updated
2026-07-10
repository explorer

Repositories and representative skills

clean-env
network-and-computer-systems-administrators

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

2026-05-21
create-pr
software-developers

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
project-management-specialists

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

2026-05-21
hydra-gate-admin-router
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
Showing top 8 of 69 collected skills in this repository.
Showing top 8 of 44 collected skills in this repository.
Showing top 8 of 22 collected skills in this repository.
Showing 7 of 7 repositories
All repositories loaded