vpk-share

Create GitHub repositories or sanitized boilerplates from VPK projects.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/eevennsoh/VPK --skill vpk-share
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vpk-share
Source: https://github.com/eevennsoh/VPK/tree/main/.cursor/skills/vpk-share
Command: npx skills add https://github.com/eevennsoh/VPK --skill vpk-share

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Automates creating and sharing VPK projects by provisioning GitHub repositories or sanitized boilerplates.

Core Features & Use Cases

  • Create new GitHub repos from VPK with preserved history or standalone boilerplates
  • Export sanitized boilerplates for distribution without exposing secrets
  • Reset current projects to a clean, production-ready baseline
  • Configure VPK sync (upstream) when using a shared VPK workflow
  • Provide interactive prompts to guide project naming, visibility, and sync preferences

Quick Start

Use the vpk-share to create a new GitHub repository from VPK or to export a sanitized boilerplate for manual distribution.

Frequently Asked Questions about vpk-share

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a GitHub repository from a boilerplate and configure upstream sync?

To create a GitHub repository from a boilerplate, this Skill automates cloning, remote configuration, and repository creation. It interactively prompts for project naming, visibility, and optional upstream VPK sync configuration.

How do I export a sanitized project boilerplate without exposing secrets?

You can export a sanitized project boilerplate by using this Skill to clean up secrets and optionally utilizing rsync. This process produces a clean, distribution-ready boilerplate without exposing sensitive data.

Do I need GitHub CLI authentication to provision new repositories?

Yes, GitHub CLI authentication is required to provision new repositories. The Skill relies on the GitHub CLI to handle repository creation, remote configuration, and upstream sync setup interactively.

What is the best way to reset a current project to a clean baseline?

The best way to reset a project to a clean baseline is using this Skill's reset functionality. It reverts the current project back to a clean, production-ready baseline state by removing specific configurations.

Can I create standalone boilerplates without preserving Git history?

Yes, you can create standalone boilerplates without preserving Git history. The Skill supports exporting clean boilerplates for manual distribution, separating the boilerplate from the original VPK project history.