npx claudepluginhub jdonohoo/vern-bot --plugin vernWant just this skill?
Then install: npx claudepluginhub u/[userId]/[slug]
Create a new discovery idea folder with standardized input/output structure. Use when the user wants to prepare an idea for discovery.
This skill uses the workspace's default tool permissions.
Vern New Idea
Set up a standardized discovery folder so the user can prepare input materials before running the pipeline.
Step 1: Get the Idea Name
The idea name comes from $ARGUMENTS. If not provided, ask the user for one.
Slugify the name for the directory: lowercase, replace non-alphanumeric with hyphens, collapse multiple hyphens, truncate to 50 chars.
Step 2: Choose Location
Ask the user using AskUserQuestion:
"Where should I create the discovery folder?"
Options:
- Current directory (Recommended) - creates
./discovery/{name}/ - Choose a path - let them type a custom path
Step 3: Create the Folder Structure
{location}/discovery/{name}/
├── input/
│ └── prompt.md # Created with placeholder
└── output/ # Empty, pipeline writes here
Create input/prompt.md with:
# Discovery: {name}
## Prompt
<!-- Describe your idea here. This will be fed to the discovery pipeline. -->
## Additional Context
<!-- Add any extra context, constraints, or goals. -->
Step 4: Tell the User What to Do Next
Report:
- Folder created at
{location}/discovery/{name}/ - They can now:
- Edit
input/prompt.mdwith their idea description - Drop any reference files into
input/(specs, diagrams, existing code, etc.) - Run
/vern:discovery {name}to execute the pipeline
- Edit
- Or skip prep and just run
/vern:discovery {prompt}directly
Begin setup for: $ARGUMENTS
Similar Skills
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.