skills-managing

Create and manage ASE skills with Registry V3.1 alignment.

12|3|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/VidyFoo/antigravity-skill-engine --skill skills-managing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills-managing
Source: https://github.com/VidyFoo/antigravity-skill-engine/tree/main/.agent/skills/3-sys/skills-managing
Command: npx skills add https://github.com/VidyFoo/antigravity-skill-engine --skill skills-managing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create and manage ASE skills following best practices for consistent lifecycle governance and registry alignment.

Core Features & Use Cases

  • Create new ASE skills with standardized frontmatter and project structure
  • Import external skills and align them to Registry V3.1
  • Debug skill activation and maintain documentation for long-term sustainability

Quick Start

Create a new skill under the appropriate domain folder, add SKILL.md with valid frontmatter, and register it in registry.json.

Frequently Asked Questions about skills-managing

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

FAQPage Schema
How do I create an ASE skill with standardized frontmatter and project structure?

To create an ASE skill, you generate a SKILL.md file with valid frontmatter under the appropriate domain folder, then register the new entry in registry.json to ensure proper lifecycle governance and workflow alignment.

What is the Registry V3.1 structure for importing external skills?

The Registry V3.1 structure defines the standardized schema and directory organization required to ingest external skills, enforcing frontmatter validity and organized resource directories for seamless skill activation across ASE workflows.

How do I debug skill activation issues across ASE workflows?

Debugging skill activation involves validating your SKILL.md frontmatter, checking registry.json alignment, and ensuring your resource directories are correctly organized to resolve activation failures within ASE workflows.

What's the best way to manage ASE skills for long-term sustainability?

Managing ASE skills for long-term sustainability requires maintaining accurate documentation, enforcing frontmatter validity, and aligning all skill entries with Registry V3.1 standards to prevent lifecycle governance decay.

Do I need to organize resource directories for scripts and references when building ASE skills?

Yes, organizing resource directories is required when building ASE skills, as the governance process guides tooling usage for scripts, references, and assets to maintain a standardized project structure.