public-github

Configure public GitHub repositories with SSH authentication and PyPI OIDC publishing.

Updated Jan 11, 2026
One-click install
npx skills add https://github.com/vivainio/agent-skills --skill public-github
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: public-github
Source: https://github.com/vivainio/agent-skills/tree/main/skills/public-github
Command: npx skills add https://github.com/vivainio/agent-skills --skill public-github

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of setting up new public GitHub repositories, ensuring secure SSH authentication and enabling seamless PyPI publishing via GitHub Actions.

Core Features & Use Cases

  • Secure SSH Configuration: Sets up distinct SSH keys and host aliases for public and private GitHub accounts to prevent credential mix-ups.
  • Automated PyPI Publishing: Integrates with GitHub Actions to publish Python packages to PyPI using OIDC for enhanced security.
  • Use Case: When starting a new open-source Python project, use this Skill to quickly configure your local environment and CI/CD pipeline for public release.

Quick Start

Use the public-github skill to set up a new public GitHub repository named 'my-awesome-project'.

Frequently Asked Questions about public-github

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

FAQPage Schema
How do I configure SSH for multiple GitHub accounts to prevent credential mix-ups?

Configuring SSH for multiple GitHub accounts involves setting up distinct SSH keys and host aliases for public and private repositories. This Skill separates public and private GitHub credentials to prevent authentication mix-ups during repository operations.

How does PyPI trusted publishing with GitHub Actions OIDC work?

PyPI trusted publishing uses GitHub Actions OIDC tokens to authenticate package releases without storing API tokens. This Skill integrates OIDC-based trusted publishing to enable secure, token-less PyPI distribution directly from CI/CD workflows.

Can I automate Python package publishing to PyPI from a public GitHub repository?

Automating Python package publishing to PyPI from a public GitHub repository is supported through GitHub Actions integration. This Skill configures your CI/CD pipeline to securely publish packages using OIDC trusted publisher authentication.

What's the best way to set up a new open-source Python project for public release?

Setting up a new open-source Python project for public release requires configuring local SSH authentication and CI/CD pipelines. This Skill streamlines the process by connecting public GitHub repositories with secure PyPI publishing workflows.

Do I need API tokens to publish packages to PyPI via GitHub Actions?

API tokens are not needed for PyPI publishing via GitHub Actions when using OIDC trusted publisher integration. This Skill configures token-less authentication, relying on GitHub Actions OIDC to securely authorize package distribution without stored credentials.