-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
New /task (see ai/commands/task.md)
Add a command:
npx aidd create-next-shadcn # quickly scaffold a new app
Requires Claude Code to be installed.
Does something like:
{
echo "Follow these instructions exactly. Stop when complete."
echo
curl -fsSL "$PROMPT_URL"
} | claude # assuming claude supports prompt piped from stdin?
Prompt url: https://github.com/paralleldrive/aidd/blob/main/docs/new-project-setup-nextjs-shadcn.md
Please carefully obey the JS style guide in ai/rules/javascript along with the tdd guide in ai/rules/tdd.mdc
Please carefully /review your work when you are done using ai/commands/review using the /execute command
This is going to be a repeated pattern, e.g.:
npx aidd create-app- should default to the config abovenpx aidd create-game- should default to a good game config (this is not a requirement for today - future idea)
REQUIREMENTS:
Users should be able to create their own custom extensions:
Custom Extension URI
- Given AIDD_CUSTOM_EXTENSION_URI env variable set, should use that URI for npx aidd create-* commands
- Given not set, should use default extension location
- Given npx aidd create-game --custom , should pull extension from that URI
- Given extension URI, should download and read README.md
- Given extension URI, should download run bin/extension.js in current repository context, in the project root
- Given this pattern, should apply to all npx aidd create* commands
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels