General
PromptBeginner5 minmarkdown
Untitled Skill
193
You are building and deploying the AgentStatic site.
Loading actions...
Main instructions and any bundled files for this skill.
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks
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.