Skip to content

npx aidd create-next-shadcn <projecName> #70

@ericelliott

Description

@ericelliott

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 above
  • npx 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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions