Loading...
Loading...
Use when adding a new project to the user's personal site and resume, or when the user says to make something "live". Covers updating both arjit-me and arjit-resume, compiling the PDF, and pushing.
npx skill4agent add arjitj2/arjit-skills adding-a-project~/repos/arjit-me/lib/projects.ts~/repos/arjit-resume/resume/projects.tex~/repos/arjit-resume/arjit_jaiswal_resume.pdf~/Documents/arjit_jaiswal_resume.pdflib/projects.tsprojectsfeatured: falseidtitleresume/projects.tex\projectentry{Name}{url}{description}{tech}{date}cd ~/repos/arjit-resume
make build~/Documents/arjit_jaiswal_resume.pdfcd ~/repos/arjit-me
git add lib/projects.ts
git commit -m "Add <project-name> to projects"
git push origin main