Agent skill
create-from-template
Create a new app or package from an existing template in the monorepo. Use when adding new apps or packages to the repository.
Install this agent skill to your Project
npx add-skill https://github.com/salieri/resume/tree/main/skills/create-from-template
SKILL.md
Create a New App or Package From a Template
Overview
Create a new app or package in the monorepo using an existing template.
Workflow
- Identify the template to use from
dev/templatesand the target location in the monorepo (dev/appsordev/packages). - Copy the template directory to the target location and rename it appropriately. Skip copying
coverage,dist,node_modules, and.react-routerdirectories. - Update any necessary configuration files (e.g.,
package.json) to reflect the new app or package name. - The template apps and packages are located one level deeper in the directory structure (e.g.,
dev/templates/apps/reactvs.dev/apps/some-app).- Some configuration files referring to shared paths will need to be adjusted. For example, in
.stylelintrc.jsonthe path../../../config/stylelint/.stylelintrc.json=>../../config/stylelint/.stylelintrc.json - Same is true for
tsconfig.json,tsconfig.build.json, andpostcss.config.cjsamong others.
- Some configuration files referring to shared paths will need to be adjusted. For example, in
- Update the
README.mdfile to reflect what you know about the new app or package. - Install dependencies and verify the new app or package builds and runs correctly.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
resume-pdf-generate
Generate the resume PDF with the existing Puppeteer-based script and blank-page trimming. Use when asked to regenerate the resume PDF, validate print styling, or troubleshoot PDF output in dev/apps/resume.
fix-pr-automation
Work with the automated PR fixer and its CLI, including prompts and workflow configuration. Use when diagnosing failed CI auto-fixes, running the fix-pr CLI locally, or updating the fix-pr prompt or workflow.
cloudflare-deploy
Deploy the resume app to Cloudflare Pages using the documented build and wrangler steps. Use when deploying, troubleshooting deploys, or updating Pages-related CI configuration.
resume-i18n-translate
Extract i18n keys and translate the resume app locales using the existing OpenRouter-based scripts. Use when updating translation keys, adding languages, or re-running translations for dev/apps/resume and its i18next locale files.
release-notes-generate
Generate LLM-backed release notes between git tags using the repo release-scripts. Use when asked for changelogs, release notes, or summaries between two tags.
terraform-infra-ops
Operate and update the Terraform infrastructure in ops/infra, including init/apply flows, formatting, and linting. Use when modifying Cloudflare Pages/R2 resources, updating Terraform state config, or running infra operations.
Didn't find tool you were looking for?