global-setup

Configure SkillForge marketplace path, author, and git settings.

Updated Dec 9, 2025
One-click install
npx skills add https://github.com/blueif16/amazing-claude-code-plugins --skill global-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: global-setup
Source: https://github.com/blueif16/amazing-claude-code-plugins/tree/main/skillforge/skills/global-setup
Command: npx skills add https://github.com/blueif16/amazing-claude-code-plugins --skill global-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the initial configuration complexity of setting up Claude Code plugin development environments.

Core Features & Use Cases

  • Marketplace Configuration: Set up or create new marketplaces with proper Git configuration.
  • Author Setup: Configure default author information for all your plugins.
  • Use Case: When starting with Claude Code plugin development, use this Skill to automatically configure your development environment and marketplace paths.

Quick Start

Run the global-setup skill to configure your marketplace path and author information.

Frequently Asked Questions about global-setup

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

FAQPage Schema
How do I set up git configuration for Claude Code plugin development?

Git configuration for plugin development requires setting user.name and user.email. The global-setup Skill automates this by reading your marketplace path, validating your git repository, and configuring these settings so you can start developing plugins immediately without manual git commands.

What does marketplace path configuration do in plugin development?

Marketplace path configuration stores your SkillForge marketplace location in ~/.skillforge-config so the system knows where your plugins live. This Skill validates the path points to a real git repository and prompts you to create one if needed, eliminating manual setup errors.

Do I need to configure author information before creating plugins?

Yes. Author information—stored in git user.name and user.email—identifies you across all your plugins. The global-setup Skill prompts you for these details once during initial setup, then reuses them for all subsequent plugin creation without re-entry.

Can I use global-setup to create a new marketplace from scratch?

Yes. The Skill handles new marketplace creation by generating an initial git repository and commit if your marketplace path doesn't exist yet. It validates the path, initializes git, and configures author settings in a single run.

What happens if my git configuration is incomplete or missing?

The global-setup Skill detects missing git user.name, user.email, or invalid repository paths, then prompts you interactively to provide them. It validates entries and applies them immediately so your environment is ready for plugin development.

How does global-setup validate my marketplace configuration?

Validation checks that your marketplace path exists, points to a valid git repository, and that git user.name and user.email are configured. The Skill reads ~/.skillforge-config, reports any gaps, and guides you through corrections step by step.