Skip to main content
Run any Skill in Manus
with one click
GitHub repository

skills

skills contains 19 collected skills from JoviDeCroock, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
19
Stars
5
updated
2026-05-21
Forks
0
Occupation coverage
4 occupation categories · 100% classified
repository explorer

Skills in this repository

npm-trusted-publishing
information-security-analysts

Use when hardening npm package release workflows with trusted publishing, OIDC, GitHub environments, pinned GitHub Actions, disabled publish-path caching, Changesets release PRs, direct tag-based npm publish flows, staged publishing, or npm release-supply-chain reviews.

2026-05-21
preact-compat-aliasing
web-developers

Use when migrating React code or libraries to Preact, configuring preact/compat, bundler aliases, react/jsx-runtime, react-dom, Jest, Node SSR aliases, or diagnosing duplicate React/Preact copies and compat behavior differences.

2026-04-23
preact-debug-warnings
software-developers

Use when enabling preact/debug, interpreting Preact debug warnings, invalid HTML nesting or table parser problems, hydration mismatch diagnostics, duplicate keys, invalid refs/events, or component stack traces.

2026-04-23
preact-forms-events
software-developers

Use when building or debugging Preact forms, controlled or uncontrolled inputs, onInput versus onChange, checkbox, radio, select, textarea behavior, hydration of form state, cursor preservation, or compat event normalization.

2026-04-23
preact-hooks-debugging
software-developers

Use when Preact hooks fail with invalid hook calls, __H undefined or null errors, mixed CJS/ESM imports, no-build import maps, duplicate Preact copies, useId SSR mismatches, or effect scheduling problems.

2026-04-23
preact-hydration-mismatches
software-developers

Use when Preact SSR, prerendering, hydrate(), Suspense, lazy, streaming SSR, renderToStringAsync(), or browser-parsed HTML produces hydration warnings, duplicate nodes, mismatched DOM, lost focus, stale fallback markup, or client-only conditional render bugs.

2026-04-23
preact-no-build-vite-setup
web-developers

Use when starting a Preact app, choosing Vite versus no-build HTM or import maps, setting JSX pragmas, CDN ESM imports, create-preact, or integrating Preact into an existing build pipeline.

2026-04-23
preact-signals-core
software-developers

Use when implementing or debugging @preact/signals-core, signal, computed, effect, batch, untracked, action, createModel, signal.value tracking, object or array updates, and reactivity that appears stale or over-eager.

2026-04-23
preact-signals-debugging
software-developers

Use when diagnosing Preact Signals bugs, stale renders, missing updates, memory leaks, duplicate Preact copies, React transform misses, devtools/debug output, SSR differences, or issues that need a minimal reproduction.

2026-04-23
preact-signals-eslint-plugin
software-developers

Use when configuring, extending, or debugging @preact/eslint-plugin-signals rules for Preact Signals misuse, including conditional value reads, signal truthiness, signal writes in computed, values after await, and signal creation in component bodies.

2026-04-23
preact-signals-models-utils
software-developers

Use when designing or debugging Preact Signals models and utilities, including createModel, useModel, action methods, Show, For, useLiveSignal, useSignalRef, nested model state, and model lifecycle disposal.

2026-04-23
preact-signals-no-build
web-developers

Use when Preact or @preact/signals is used directly in the browser with import maps, CDNs, HTM, esm.sh, unpkg, no bundler, or symptoms that signals update internally but components do not rerender.

2026-04-23
preact-signals-preact-integration
software-developers

Use when working with @preact/signals in Preact components, including useSignal, useComputed, useSignalEffect, direct JSX signal rendering, DOM attribute optimization, Show, For, useLiveSignal, and rerender behavior.

2026-04-23
preact-signals-react-integration
software-developers

Use when working with @preact/signals-react in React applications, including the Babel transform, useSignals, React 18 or 19 behavior, JSX children versus attributes, SSR, render props, and signal tracking failures.

2026-04-23
preact-signals-testing
software-quality-assurance-analysts-and-testers

Use when testing Preact Signals behavior in applications or the preactjs/signals repository, including Vitest, Testing Library, browser tests, module-level signal isolation, async updates, and signal-driven UI assertions.

2026-04-23
preact-ssr-prerendering
web-developers

Use when implementing Preact SSR, preact-render-to-string, renderToStringAsync, streams, preact-iso prerendering, route hydration, or Suspense/lazy with server-rendered markup.

2026-04-23
preact-typescript-jsx
software-developers

Use when configuring Preact TypeScript, JSX transforms, jsxImportSource, preact/compat TS paths, JSX namespace augmentation, component children types, DOM event or ref types, or React type conflicts.

2026-04-23
preact-options-hooks
software-developers

Preact guidelines to use the global options hooks for extending preact.

2026-03-01
review
software-quality-assurance-analysts-and-testers

Guidelines for reviewing code changes, features, and pull requests.

2026-03-01