byteratio/password-generator

Generates secure, memorable passwords using 3 random dictionary words with leet-speak substitutions. Use when the user asks to generate a password, create a new password, or needs a secure passphrase.

O que é password-generator?

password-generator is a Claude Code agent skill that generates secure, memorable passwords using 3 random dictionary words with leet-speak substitutions. Use when the user asks to generate a password, create a new password, or needs a secure passphrase.

Funciona com~Claude Code~Codex CLI~Cursor
npx skills add https://github.com/byteratio/skills/tree/main/plugins/byteratio-utils/skills/password-generator

Installed? Explore more Programação e Desenvolvimento skills: steipete/bluebubbles, steipete/eightctl, steipete/blucli · View all 6 →

Perguntar na sua IA favorita

Abre um novo chat com esta habilidade de agente já pré-carregada.

Documentação

Password Generator

Generate 5 memorable yet secure passwords using 3 random dictionary words with character substitutions.

Rules

  1. Pick 3 random common English words (nouns, verbs, adjectives — vary the parts of speech)
  2. Apply random leet-speak substitutions to some (not all) characters:
    • a4 or @
    • s$
    • h#
    • l!
    • e3
    • o0
    • i1
  3. Randomly capitalize one word (or the first letter of each word)
  4. Join words without spaces (or with a separator like - or .)
  5. Each password must be at least 12 characters and contain:
    • Lowercase letters
    • Uppercase letters
    • At least one special character (@, $, #, !, 4, 0, 3, 1, ., -, etc.)

Output Format

Present exactly 5 passwords as a numbered list with no extra commentary:

1. Gr@pe$toneBrick
2. fl0werC!oudmatch
3. T0ast#ammer-wind
4. kn1fe$hadowBlaze
5. Purp!3-rock-sn4ke

Generation Strategy

  • Vary word length: mix short (3-5 chars) and longer (6-9 chars) words so total hits 12+
  • Don't substitute every eligible character — keep passwords readable/memorable
  • Vary separators: some passwords use no separator, some use - or .
  • Apply capitalization differently across the 5 passwords (first word, last word, random word, title case, all-lower-except-subs)
  • Never repeat the same word across all 5 passwords
  • Avoid offensive or sensitive words

Individual skills in this repo

This repo contains 5 individual skills — each has its own dedicated page.

byteratio/example-skill

Template skill for this marketplace. Use as a starting point when adding a new skill — copy this plugin directory, rename it, and replace this description with the specific trigger conditions for your skill (what the user says or does that should invoke it).

byteratio/iphone-dev

Conventions for native iPhone app development — SwiftUI + SwiftData local-first apps, XcodeGen project generation, CLI-only build/test/deploy loops (simulator by default, signed device deploys via devicectl), XCTest with visible coverage, and the free-personal-team signing gotchas. Use when creating an iOS/iPhone app, adding iOS targets or Makefile loops to a project, debugging Xcode signing/provisioning/deploy problems, or porting an existing app's logic into a native Swift client.

byteratio/kanban-plans

Track multi-session plans on a locally-running kanban board (github.com/hechtch/kanban) via its agent REST API. Claim a plan, move it through todo/doing/blocked/awaiting_merge/done, leave notes, and set the git branch. Use at the start of any non-trivial multi-session plan, when resuming such a plan, or when the user asks what's on the board or where a plan stands.

byteratio/security-sweep

Investigate whether a project (or every repo on the machine) is exposed to known and actively-exploited dependency vulnerabilities. Combines a deterministic per-ecosystem audit (npm audit, govulncheck, pip-audit, osv-scanner) with live web research into recent/active supply-chain incidents, then checks each project's lockfiles directly — the leading-indicator check that `npm audit` misses. Use when the user asks to "investigate security", "check for vulnerable dependencies", "are we affected by <a named CVE / package compromise>", "scan the projects for supply-chain issues", or wants a recurring security sweep.

byteratio/ux-agents

Scaffold persona-based UX testing agents for a web app — project-scoped .claude/agents/<persona>-ux.md files that drive a real browser via Playwright, walk user journeys as a specific persona, and report tagged friction findings. Use when setting up UX review automation, when the user asks what a specific user segment would think of the app, or after the user accepts an offer to add persona testing.

Habilidades Relacionadas