skill

Manage local Kronon SKILL.md files across user and project directories.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/lpjhelder/kronon-forge --skill skill-lpjhelder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill
Source: https://github.com/lpjhelder/kronon-forge/tree/main/skills/skill
Command: npx skills add https://github.com/lpjhelder/kronon-forge --skill skill-lpjhelder

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage and maintain local Kronon skill files across user and project scopes, eliminating manual file edits, inconsistent metadata, and fragmented skill inventories.

Core Features & Use Cases

  • Inventory and Discovery: Scan user (~/.kronon/skills) and project (.kronon/skills) directories and display organized tables with metadata.
  • Creation and Editing: Interactive wizards to add validated SKILL.md files, edit YAML frontmatter or full content, and safely remove or rename skills with confirmation.
  • Search and Sync: Full-text and metadata search across skills, plus safe sync operations to copy or diff skills between scopes for team sharing.
  • Use Case: Capture a codebase-specific fix as a project skill and promote it to your user-level library for reuse across projects.

Quick Start

Run the skill list command to scan both user and project skill directories and present an organized inventory.

Frequently Asked Questions about skill

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

FAQPage Schema
How do I manage local skill files across user and project directories?

To manage local skill files, scan user (~/.kronon/skills) and project (.kronon/skills) directories to list, edit, or remove SKILL.md files. It parses YAML frontmatter and enforces naming rules for consistent metadata across both scopes.

Can I sync a project skill to my user-level library for reuse?

Yes, you can sync skills between project and user scopes. Safe sync operations allow you to copy or diff SKILL.md files, enabling team sharing and promoting codebase-specific fixes to your user-level library for reuse across projects.

How do I search local skill files by metadata or content?

Search local skill files by running a full-text and metadata search across user and project scopes. The tool scans SKILL.md files and YAML frontmatter to quickly locate matching skills without manual filesystem browsing.

Does the skill manager validate YAML frontmatter when creating new skills?

Yes, the skill manager validates YAML frontmatter during creation. Interactive wizards guide you through adding validated SKILL.md files, enforcing naming rules and metadata consistency to prevent fragmented or malformed skill inventories.

What is the best way to safely remove or rename a local skill without breaking references?

Safely remove or rename a local skill by using the built-in file operations with confirmation prompts. The tool prevents accidental deletion by requiring confirmation before modifying or removing SKILL.md files from user and project directories.