How the Create Template Command Works
Create Template Command
Section titled “Create Template Command”The create-template command generates a complete Devsync template structure that you can customize for your portfolio or distribute to others.
Directory.agents
Directoryskills
Directorydevsync-portfolio
- SKILL.md
Directory.github
Directoryworkflows
- update-on-devsync-change.yml
Directorypublic
- poster-dark-mode.webp
- poster-light-mode.webp
Directorysrc
Directorydevsync
- devsync-validator.ts
- devsync.ts
- fields-translations.ts
- DEVSYNC.json
- package.json
File Usage
Section titled “File Usage”.agents/skills/devsync-portfolio/: Agent skill that helps AI understand how to operate the template and build portfolios from prompts..github/workflows/update-on-devsync-change.yml: GitHub Action that automatically updates your portfolio files wheneverDEVSYNC.jsonis modified.src/devsync/devsync-validator.ts: Zod validator for theDEVSYNC.jsonfile.src/devsync/devsync.ts: Wrapper that simplifies using Devsync files within your project.src/devsync/fields-translations.ts: Translation file for localized content.public/poster-[theme]-mode.webp: Preview images used to display your portfolio on the Devsync website.