first-run-plugins

Guide first-run onboarding by recommending and installing Claude plugins after claudesync setup.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Folly-Partners/claudesync --skill first-run-plugins
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: first-run-plugins
Source: https://github.com/Folly-Partners/claudesync/tree/main/skills/first-run-plugins
Command: npx skills add https://github.com/Folly-Partners/claudesync --skill first-run-plugins

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

On first run after claudesync setup, this skill automatically presents a plugin recommendation and guides installation, reducing setup friction.

Core Features & Use Cases

  • Detects CLAUDESYNC_FIRST_RUN flag during session start and verifies the flag file exists
  • Presents a welcome message with recommended plugin (compound-engineering)
  • Offers a safe, user-consented installation flow and executes CLI commands if accepted
  • Cleans up the flag file and marks completion to avoid repetition

Quick Start

No manual steps are required. When you start Claude Code after setup and the first-run flag is present, you will be prompted to install the recommended plugin; you can choose Install or Skip.

Frequently Asked Questions about first-run-plugins

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

FAQPage Schema
How do I set up Claude plugins automatically on first run?

First-run plugin setup detects the CLAUDESYNC_FIRST_RUN flag after claudesync initialization and presents a recommended plugin with user consent required before installation. The skill executes CLI commands to add the marketplace and install the plugin, then cleans up the flag to prevent repetition.

What happens when Claude Code starts for the first time after setup?

On first run, Claude Code checks for the first-run flag and displays a welcome message recommending the compound-engineering plugin. You can choose to install it immediately or skip the installation; either choice marks setup as complete.

Do I need to manually install plugins after claudesync setup?

No. This skill automates plugin discovery and installation during onboarding by detecting first-run conditions and guiding you through a safe, consent-based flow without requiring manual CLI commands.

Can I skip plugin installation on first run?

Yes. The skill presents installation as optional; you can select Skip to decline the recommended plugin and complete setup without installing anything.

Why does the first-run prompt only appear once?

The skill cleans up the first-run flag file after completion to ensure the onboarding flow runs exactly once per setup, preventing repetitive prompts on subsequent Claude Code sessions.