initialise-skills

Automate skill configuration reconciliation and generate machine-readable inventory from repository facts.

Updated Jul 10, 2026
One-click install
npx skills add https://github.com/acme-skunkworks/changelog-core --skill initialise-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: initialise-skills
Source: https://github.com/acme-skunkworks/changelog-core/tree/main/.agents/skills/initialise-skills
Command: npx skills add https://github.com/acme-skunkworks/changelog-core --skill initialise-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, node, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the configuration and inventory of installed skills within a repository, ensuring consistency and reducing manual setup time.

Core Features & Use Cases

  • Skill Configuration: Automatically reconcile and update skill configurations based on detected repository facts.
  • Inventory Generation: Generates a machine-readable inventory of installed skill versions and sources.
  • Dry Run and Confirmation: Offers a dry run option to preview changes before applying them, and requires confirmation before writing to files.
  • Use Case: After installing new skills into a repository, use this Skill to automatically configure each skill with the correct settings based on the repository's structure and metadata. This reduces the time spent on manual configuration and ensures that skills are correctly set up.

Quick Start

Use the initialise-skills skill to automatically configure and inventory skills in the current repository:

node scripts/initialise-skills/scripts/initialise.mjs --write

Frequently Asked Questions about initialise-skills

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

FAQPage Schema
How do I automate skill configuration and inventory for a repository?

Automate skill configuration and inventory by running a Node script that detects repository facts like base branch and package roots, then reconciles skill settings and generates a machine-readable inventory of installed versions.

What is skill inventory reconciliation in a repository?

Skill inventory reconciliation is the process of detecting and updating skill configuration files based on repository metadata, ensuring installed tools have correct settings and producing a machine-readable list of skill versions and sources.

Do I need git and node to automate repository configuration management?

Yes, you need git for branch detection and node for script execution to automate the configuration management and inventory generation of installed skills within a repository.

Can I preview repository configuration changes before writing them?

Yes, you can preview repository configuration changes by running the script without the write flag to perform a dry run, which requires confirmation before actually writing updates to skill configuration files.

How does repository automation handle Linear workspace information?

Repository automation can read Linear workspace information when available, using it alongside detected base branch and package roots to reconcile and update skill configuration files accurately.

When should I run skill configuration reconciliation in my workflow?

Run skill configuration reconciliation after installing new skills into a repository to automatically configure each tool with the correct settings based on repository structure, reducing manual setup time and ensuring consistency.