General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
5
You are building and deploying the AgentStatic site.
Sign in to like and favorite skills
You are building and deploying the AgentStatic site.
Arguments:
$ARGUMENTS (currently unused)
Run the build command:
npm run build
Check the output for errors. If build fails:
Check that
dist/ contains the expected files:
index.html and other pagesstyles.cssassets/ directory (if applicable)Report what was generated.
Stage all changes including the dist folder:
git add .
Create a commit with a descriptive message:
git commit -m "Build and deploy site - Updated dist/ with latest build - [list any notable changes] 🤖 Generated with Claude Code"
Push to the remote:
git push
Confirm deployment:
https://{username}.github.io/{repo}/Start by running the build command.