Agent Skill
2/7/2026skill-sync
Synchronize AGENTS.md with the current state of available skills. Use after adding/removing skills.
R
reeinharddd
1GitHub Stars
1Views
npx skills add reeinharddd/impulsa-monorepo
SKILL.md
| Name | skill-sync |
| Description | Synchronize AGENTS.md with the current state of available skills. Use after adding/removing skills. |
name: skill-sync description: "Synchronize AGENTS.md with the current state of available skills. Use after adding/removing skills." event: file-change auto_trigger: true version: "1.0.0" last_updated: "2026-01-30"
Inputs/Outputs
inputs:
- .github/skills/ output: AGENTS.md output_format: "Updated Markdown table"
Auto-Trigger Rules
auto_invoke: events: - "file-change" file_patterns: - ".github/skills/**/SKILL.md"
Agent Association
called_by: ["@Scribe"] mcp_tools:
- list_dir
- read_file
- replace_string_in_file
Skill Sync Skill
Purpose: Keep the central
AGENTS.mdorchestrator in sync with theskills/directory.
Process
- List Skills: Scan
.github/skills/for allSKILL.mdfiles. - Extract Meta: Read frontmatter
nameanddescriptionfrom each. - Update Table: Regenerate the "Skills" table in
AGENTS.md.
Table Format
| Skill | Description | File |
|---|---|---|
skill-name | Description from frontmatter | .github/skills/skill-name/SKILL.md |
Skills Info
Original Name:skill-syncAuthor:reeinharddd
Download