guide.contributions

Create and update contributor YAML files for specific guides.

11|10|Updated Jun 29, 2025
One-click install
npx skills add https://github.com/KanbanGuides/KanbanGuides --skill guide-contributions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: guide.contributions
Source: https://github.com/KanbanGuides/KanbanGuides/tree/main/.agents/skills/guide.contributions
Command: npx skills add https://github.com/KanbanGuides/KanbanGuides --skill guide-contributions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of managing and updating contributor information for specific guides, reducing manual work and streamlining the contribution workflow.

Core Features & Use Cases

  • Automated File Creation: Generates and updates YAML files containing contributor details for specific guides.
  • Template Creation: Creates a template YAML file for contributors if none exists.
  • YAML Validation: Validates the generated YAML file for correct structure.

Quick Start

Run the script to manage contributions for the 'open-guide-to-kanban' guide: .\Manage-GuideContributions.ps1 -GuideName "open-guide-to-kanban"

Frequently Asked Questions about guide.contributions

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

FAQPage Schema
How do I automate contributor YAML file creation for guides?

You can automate contributor YAML file creation by running a script that generates template files, imports data, and validates the YAML structure for specific guides. This reduces manual work and streamlines the contribution workflow.

What is the best way to manage guide-specific contributor information?

The best way to manage guide-specific contributor information is by using an automated script to generate and update YAML files. This ensures correct structure and reduces manual effort in collaborative authoring environments.

Can I generate a contributor template if no YAML file exists?

Yes, you can generate a contributor template if no YAML file exists. The automation script creates a template YAML file for contributors automatically when none is found for the specified guide.

How do I validate the structure of a generated contributor YAML file?

You validate the structure of a generated contributor YAML file through the built-in validation step. The script automatically validates the generated YAML file for correct structure during the update process.

Do I need any dependencies to run the contributor management script?

No dependencies are required to run the contributor management script. The automation operates independently to handle template generation, file import, and YAML validation without external libraries.