Apply this skill at the start of EVERY review task, including post-implementation self-review. Covers reviewer-mode reset, diff scoping with `git status`/`git diff`, severity labels, file-line evidence, fix snippets, Conventional Commit and PR-title checks,…
axross/human-keygen
SkillsMP has collected 15 skills from axross/human-keygen. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 15
- GitHub stars
- 0
- GitHub forks
- 0
Skills in this repository
Showing 15 of 15 collected skills.
Apply this skill at the start of EVERY task in this project. Covers workflow classification, scoped change management, Biome format/lint expectations, npm scripts, Conventional Commits, pull request titles for squash merge, TanStack…
Use this skill when reviewing security or privacy implications in the password generator. Covers local-only generation, Web Crypto, clipboard use, generated password exposure, storage and URL prohibitions, telemetry limits, environment variables,…
Use this skill whenever writing, reviewing, refactoring, or running Playwright end-to-end tests for the password generator. Covers `e2e/` placement, primary generator flow, desktop/mobile projects, layout and option changes, generated output assertions,…
Use this skill when adding, editing, testing, or reviewing keyboard layout data and layout-derived character sets. Covers QWERTY reference ownership, physical key positions, direct and shifted outputs, AltGr ambiguity, metadata, source notes, deterministic…
Use this skill when reviewing readability, naming, abstraction boundaries, complexity, dead code, or scope discipline. Covers pure password and layout modules, small React components, dependency restraint, clear naming, Biome complexity signals, avoiding…
Use this skill whenever writing, reviewing, or modifying code that throws, catches, reports, logs, or displays runtime failures in the password generator. Covers console output, error boundaries, browser API failure messages, generated-password secrecy,…
Use this skill when implementing, testing, reviewing, or changing password generation behavior. Covers QWERTY-selected-layout same-position character pools, Web Crypto randomness, unbiased index selection, entropy estimates, complete-word output, category…
Use this skill when reviewing performance or reliability for the password generator. Covers local responsiveness, bundle weight, dependency restraint, avoiding server round trips, graceful Web Crypto and Clipboard failures, deterministic tests,…
Use this skill when locating files, placing modules, checking repository structure, or needing stack/deployment context in this TanStack Start password generator. Covers `src/routes`, feature modules, password logic, keyboard-layout data, styles, tests,…
Use this skill when reviewing whether a change has adequate verification evidence. Covers format/lint/build/test proof, unit coverage for password and layout logic, e2e coverage for generator flows, clipboard and responsive manual checks, flaky-test handling,…
Use this skill when writing, reviewing, or refactoring React components in the TanStack Start app. Covers route and feature component boundaries, TypeScript prop shapes, local state ownership, generated-password handling, pure logic extraction, Tailwind class…
Use this skill when creating, moving, renaming, or reviewing TanStack Start routes, route metadata, root document shell, stylesheet links, router configuration, generated route tree behavior, static/prerender output, or URL contracts. Covers `src/routes`,…
Use this skill when designing, implementing, or reviewing user-facing UI/UX for the password generator. Covers app-first layout, utility-focused visual tone, generator hierarchy, responsive behavior, accessible controls, focus states, copy, empty/error/copy…
Apply this skill whenever creating, refining, restructuring, renaming, or auditing an agent skill under the host project's skill root (e.g., `.agents/skills/`) - drafting a `SKILL.md`, splitting a skill into reference files, tightening a `description`, or…