skill-management

Scaffold and delete workspace-scoped skills with YAML frontmatter and Markdown bodies.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/CerisonAutomation/clud --skill skill-management-cerisonautomation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-management
Source: https://github.com/CerisonAutomation/clud/tree/main/assistant/src/config/bundled-skills/skill-management
Command: npx skills add https://github.com/CerisonAutomation/clud --skill skill-management-cerisonautomation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of managing the lifecycle of custom, workspace-scoped skills—so you can quickly scaffold new managed skills, update their content, and remove them when they’re no longer needed.

Core Features & Use Cases

  • Scaffold managed skills: Create or update a skill in {workspaceDir}/skills with YAML frontmatter and a Markdown instruction body, ready for immediate activation.
  • Delete managed skills: Remove a skill from {workspaceDir}/skills and ensure it’s removed from the SKILLS.md index.
  • Safety-first persistence: Requires explicit user consent to persist skills and uses testing before writing.

Quick Start

Ask the assistant to scaffold a managed skill in your workspace from your description, or to list/delete a specific custom managed skill by its ID.

Frequently Asked Questions about skill-management

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

FAQPage Schema
How do I scaffold custom managed skills with YAML frontmatter in a workspace directory?

To scaffold custom managed skills, you provide a description and the tool generates a skill file with YAML frontmatter and a Markdown body in your workspace-scoped skills directory for immediate activation.

What is the best way to delete outdated workspace skills from the SKILLS.md index?

Deleting managed skills requires explicit user confirmation before the tool removes the skill file from the workspace directory and updates the SKILLS.md index to ensure safety-first persistence.

How does skill scaffolding work for immediate tool execution availability?

Skill scaffolding creates files with deterministic YAML frontmatter and Markdown instructions, making the new managed skills immediately available for skill_load and tool execution without manual indexing.

Can I update existing managed skills in the workspace directory without creating duplicates?

Yes, scaffolding managed skills can update an existing skill in the workspace directory by overwriting its YAML frontmatter and Markdown body, preventing duplicate entries in the SKILLS.md index.

Do I need explicit user consent to persist workspace automation skills?

Yes, safety-first persistence requires explicit user consent before writing or deleting managed skills, ensuring testing occurs and preventing unintended changes to the SKILLS.md index.