Skip to main content
Run any Skill in Manus
with one click
milodule3-debug
GitHub creator profile

milodule3-debug

Repository-level view of 11 collected skills across 1 GitHub repositories.

skills collected
11
repositories
1
updated
2026-07-09
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

repository explorer

Repositories and representative skills

accesslint-audit
software-developers

Find and fix WCAG 2.2 accessibility issues. Two modes โ€” report (sweep a codebase or page, produce a prioritized written report, no edits) and fix (auditโ†’editโ†’verify loop on a target). Prefers direct-CDP live-DOM auditing; falls back to HTML-string audits.

2026-07-09
accesslint-diff
software-quality-assurance-analysts-and-testers

Diff a live page's accessibility violations against a baseline โ€” by default compares uncommitted changes (stash-based), or pass --branch [<name>] to diff against a branch. Reports only new violations introduced, violations fixed, and pre-existing count. Use `scan` for a full audit with no diffing.

2026-07-09
accesslint-scan
software-quality-assurance-analysts-and-testers

Audit a live page for accessibility issues and locate each violation precisely โ€” pass a URL, a config target name (e.g. `accesslint:scan dev`), or nothing to use the default target from accesslint.config.json. Ensures a debuggable Chrome, runs the @accesslint/core engine via CDP, and returns a worklist of live-DOM WCAG violations grounded to each violation's DOM selector and source file:line. Locates; doesn't edit โ€” output drives fixes by Claude. Use it for "is this page accessible", or to verify a UI change. For diffing against uncommitted changes or a branch, use the `diff` skill.

2026-07-09
electron-ai-key-silent-fail
software-developers

Diagnose when AI features silently return 'Offline' or 'no API key' despite valid settings

2026-06-30
frameless-electron-window-with-drag-region
software-developers

Remove native title bar double-rendering in Electron by setting `frame: false` and using CSS `-webkit-app-region` for window dragging

2026-06-30
isnative-boolean-called-as-function
software-developers

When a utility exports a boolean constant but a component imports and calls it as a function โ€” `isNative()` instead of `isNative` โ€” causes "is not a function" at render time

2026-06-30
remove-auth-from-electron-react-app
software-developers

Systematically remove Firebase auth & cloud sync from an Electron + React app โ€” trace dependencies across renderer, main process, and preload bridge

2026-06-30
silent-require-failure-in-electron-ai
software-developers

When Electron main-process AI features fail with "Offline" despite valid API keys, check whether the `openai` npm package is installed โ€” a silent `require('openai')` inside try/catch returns null and masks the real cause

2026-06-30
Showing top 8 of 11 collected skills in this repository.
Showing 1 of 1 repositories
All repositories loaded