setup-skills

Automates repository setup by creating labels and checking the gh tool version.

Updated Jun 26, 2026
One-click install
npx skills add https://github.com/Svendsys/agent-skills --skill setup-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-skills
Source: https://github.com/Svendsys/agent-skills/tree/main/skill-analysis/vision-align/harness/fixtures/meta/skills/setup-skills
Command: npx skills add https://github.com/Svendsys/agent-skills --skill setup-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the setup process for the agent skills repository, ensuring that the necessary labels and tools are in place for efficient operation.

Core Features & Use Cases

  • Label Creation: Ensures that the required labels exist for categorizing and tracking the skill's status.
  • Version Checking: Verifies that the gh tool is at the minimum required version for issue dependency links.
  • Use Case: When setting up a new agent skills repository, this Skill automates the process of creating necessary labels and checking the gh tool version.

Quick Start

Run the setup-skills skill to configure your repository for agent skills.

Frequently Asked Questions about setup-skills

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

FAQPage Schema
How do I automate repository setup for agent skills?

To automate repository setup for agent skills, run the setup configuration to generate required tracking labels and verify the gh tool version. This ensures baseline compatibility for issue dependency links and initial tracking.

Why does issue dependency linking require a specific gh tool version?

Issue dependency links require a specific gh tool version because the dependency tracking feature relies on newer API capabilities. Checking the gh version ensures the repository supports the necessary linked issue functionality.

What labels need to be created when configuring an agent skills repo?

Configuring an agent skills repo requires creating specific status and categorization labels. These labels are generated automatically to track the skill's lifecycle and ensure consistent issue management across the repository.

Can I use configuration automation for agent skills without the gh tool installed?

You cannot fully configure agent skills without the gh tool, because the setup process checks the gh version to enable issue dependency links. The tool is a prerequisite for complete repository configuration.

What are the limitations of automating repo setup for agent skills?

The main limitation of automating repo setup is its dependency on the gh tool meeting a minimum version requirement. The automation only covers initial label creation and tool verification, not ongoing repository maintenance.