技能效果

Catalogues LoM-wiki skill effects for indexing, discovery and activation via SKILL.md metadata and Markdown body.

24|43|Updated Jul 1, 2024
One-click install
npx skills add https://github.com/Mr-Smilin/LoM-wiki --skill -mr-smilin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 技能效果
Source: https://github.com/Mr-Smilin/LoM-wiki/tree/main/docs/system
Command: npx skills add https://github.com/Mr-Smilin/LoM-wiki --skill -mr-smilin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill unit provides a standardized, discoverable metadata and content model for self-contained Skill directories, enabling consistent indexing and activation context loading.

Core Features & Use Cases

  • Self-contained Skill units are identified by SKILL.md at the root and expose a YAML frontmatter with name and description, plus a Markdown body loaded during activation.
  • Optional resources (scripts/, references/, assets/) can be linked as needed by the SKILL.md to support deterministic tasks, research, and asset access.
  • It enables automated discovery, documentation, and onboarding of skills for tooling and integration within the LoM-wiki ecosystem.

Quick Start

Load the Skill's SKILL.md, parse its YAML frontmatter for name and description, and load the Markdown body as the activation instructions.

Frequently Asked Questions about 技能效果

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

FAQPage Schema
How do I structure markdown frontmatter for skill discovery and indexing?

Markdown frontmatter for skill discovery requires a name and description field. This standardized metadata enables consistent indexing and automated activation context loading across the wiki ecosystem.

What is the best way to catalog self-contained skill directories for quick search?

Cataloging self-contained skill directories uses a root SKILL.md file with YAML frontmatter. It applies to indexing, discovery, and activation, enforcing a standardized metadata model for quick search.

How do I load activation instructions from a SKILL.md file?

To load activation instructions, parse the SKILL.md YAML frontmatter for name and description, then load the Markdown body. This provides the activation context and operational instructions for the skill.

Can I link optional resources like scripts and assets to a skill directory?

You can link optional resources like scripts, references, and assets to a skill directory. These are linked by the SKILL.md as needed to support deterministic tasks, research, and asset access.

Why do I need standardized metadata for onboarding skills into tooling integrations?

Standardized metadata is needed for onboarding skills because it enables automated discovery, documentation, and activation. This provides a consistent content model for integration within the wiki ecosystem.