SkillAgentSearch skills...

Codenamegenerator

A Name generator of the form "Adjetive Noun"

Install / Use

/learn @mariocesar/Codenamegenerator
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

namegenerator

A Name generator of the form "Adjetive Noun"

Test it by

$ python -m codenamegenerator 8
admiring ride
unruffled williams
compassionate franklin
frosty torvalds
youthful blackwell
distracted pike
nostalgic curran
stoic hopper

$ python -m codenamegenerator --help
usage: codenamegenerator [-h] [-c] [-t] [-s] [--prefix PREFIX] [--suffix SUFFIX] num

Code name generator

positional arguments:
  num

optional arguments:
  -h, --help        show this help message and exit
  -c, --capitalize
  -t, --title
  -s, --slugify
  --prefix PREFIX   Prefix dictionary
  --suffix SUFFIX   Suffix dictionary

or

from codenamegenerator import generate_codenames
print(generate_codenames())

TODO:

  • [ ] Choice which collection of nouns and adjectives to use
  • [x] Command line interface with options

Related Skills

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated7mo ago
Forks0

Languages

Python

Security Score

82/100

Audited on Sep 1, 2025

No findings