Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

aura-code

aura-code contém 11 skills coletadas de milodule3-debug, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
11
Stars
2
atualizado
2026-07-09
Forks
0
Cobertura ocupacional
2 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

accesslint-audit
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

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

2026-06-30
frameless-electron-window-with-drag-region
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
tailwind-css-variable-theme-removal-causes-white-inputs
Desenvolvedores de software

When removing CSS custom property theme tokens (RGB channels) from a Tailwind project, input fields become white-on-white — text and background both render as white because the CSS variables resolve to empty

2026-06-30
three-globe-v2-breaking-api-change
Desenvolvedores de software

'three-globe' v2.x changed atmosphere/globe configuration from method chaining to property setters — `.atmosphereDayIncrement is not a function` at runtime

2026-06-30
prism-glass-pro-redesign
Desenvolvedores de software

Complete procedure for applying Prism Glass Pro glassmorphism theme to a Tailwind/React/Electron app

2026-06-30