Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
prowler-cloud avatar

Skill Sync

  • 92 installs
  • 14.5k repo stars
  • Updated August 4, 2026
  • prowler-cloud/prowler

skill-sync is a Claude Code skill for ai & agent building.

About

skill-sync is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • skill-sync
  • AI & Agent Building
  • AI-coding skill

Skill Sync by the numbers

  • 92 all-time installs (skills.sh)
  • Ranked #4,749 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/prowler-cloud/prowler --skill skill-sync

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs92
repo stars14.5k
Last updatedAugust 4, 2026
Repositoryprowler-cloud/prowler

How do I helps with ai & agent building tasks.?

Helps with ai & agent building tasks.

Who is it for?

Best when you're working on ai & agent building and need structured help with skill sync.

Skip if: Teams with no ai & agent building needs, or anyone wanting a generic chat assistant without this specific workflow.

When should I use this skill?

When you need to helps with ai & agent building tasks., or when skill-sync is a claude code skill for ai & agent building.

What you get

Structured output aligned to skill-sync: skill-sync, AI & Agent Building.

Files

SKILL.mdMarkdownGitHub ↗

Purpose

Keeps AGENTS.md Auto-invoke sections in sync with skill metadata. When you create or modify a skill, run the sync script to automatically update all affected AGENTS.md files.

Required Skill Metadata

Each skill that should appear in Auto-invoke sections needs these fields in metadata.

auto_invoke can be either a single string or a list of actions:

metadata:
  author: prowler-cloud
  version: "1.0"
  scope: [ui]                                    # Which AGENTS.md: ui, api, sdk, root

  # Option A: single action
  auto_invoke: "Creating/modifying components"

  # Option B: multiple actions
  # auto_invoke:
  #   - "Creating/modifying components"
  #   - "Refactoring component folder placement"

Scope Values

ScopeUpdates
rootAGENTS.md (repo root)
uiui/AGENTS.md
apiapi/AGENTS.md
sdkprowler/AGENTS.md
mcp_servermcp_server/AGENTS.md

Skills can have multiple scopes: scope: [ui, api]

---

Usage

After Creating/Modifying a Skill

./skills/skill-sync/assets/sync.sh

What It Does

1. Reads all skills/*/SKILL.md files 2. Extracts metadata.scope and metadata.auto_invoke 3. Generates Auto-invoke tables for each AGENTS.md 4. Updates the ### Auto-invoke Skills section in each file

---

Example

Given this skill metadata:

# skills/prowler-ui/SKILL.md
metadata:
  author: prowler-cloud
  version: "1.0"
  scope: [ui]
  auto_invoke: "Creating/modifying React components"

The sync script generates in ui/AGENTS.md:

### Auto-invoke Skills

When performing these actions, ALWAYS invoke the corresponding skill FIRST:

| Action | Skill |
|--------|-------|
| Creating/modifying React components | `prowler-ui` |

---

Commands

# Sync all AGENTS.md files
./skills/skill-sync/assets/sync.sh

# Dry run (show what would change)
./skills/skill-sync/assets/sync.sh --dry-run

# Sync specific scope only
./skills/skill-sync/assets/sync.sh --scope ui

---

Checklist After Modifying Skills

  • [ ] Added metadata.scope to new/modified skill
  • [ ] Added metadata.auto_invoke with action description
  • [ ] Ran ./skills/skill-sync/assets/sync.sh
  • [ ] Verified AGENTS.md files updated correctly

Related skills

FAQ

What does skill-sync do?

skill-sync is a Claude Code skill for ai & agent building.

When should I use skill-sync?

When you need to helps with ai & agent building tasks., or when skill-sync is a claude code skill for ai & agent building.

What are the main capabilities?

skill-sync; AI & Agent Building; AI-coding skill.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.