Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
21
My opinionated project bootstrapper, tuned to my personal development ecosystem.
Sign in to like and favorite skills
My opinionated project bootstrapper, tuned to my personal development ecosystem.
pjangler [OPTIONS] COMMAND [ARGS]... pjangler recipe list # Lists available recipes pj recipe describe [RECIPE_NAME] # Lists commands in recipe pj recipe run [RECIPE_NAME] [--dry-run] # Runs specified recipe pj command list [--group] # Lists available commands pj command describe [COMMAND_NAME] # Describes specified command pj command create [COMMAND_NAME] [PROMPT] [--template TEMPLATE_NAME] [--model=OPENROUTER_MODEL]# Creates new command from template pj describe # Runs a prompt to describe current project with output matching a template for consistency
Default to using Bun instead of Node.js.
bun <file> instead of node <file> or ts-node <file>bun test instead of jest or vitestbun build <file.html|file.ts|file.css> instead of webpack or esbuildbun install instead of npm install or yarn install or pnpm installbun run <script> instead of npm run <script> or yarn run <script> or pnpm run <script>