using-morkit

Define SKILL.md frontmatter and route /morkit:<name> slash commands across platforms.

3|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/mor-duongmh/morkit-plugin --skill using-morkit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-morkit
Source: https://github.com/mor-duongmh/morkit-plugin/tree/main/plugins/morkit/skills/using-morkit
Command: npx skills add https://github.com/mor-duongmh/morkit-plugin --skill using-morkit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Establishes a standardized entry point for skill activation by defining discovery rules and a slash-command bridge that works across platforms without native slash discovery.

Core Features & Use Cases

  • Standardized skill activation entry point via SKILL.md frontmatter.
  • Slash-command bridge enabling /morkit:<name> to route to the correct skill.
  • Platform-agnostic discovery that reduces integration complexity for chat platforms.

Quick Start

Ask the user to start a conversation or invoke the slash command by typing /morkit:<name> to activate this skill.

Frequently Asked Questions about using-morkit

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

FAQPage Schema
How do I create a slash-command bridge for skill discovery on chat platforms?

A slash-command bridge routes user-issued commands like `/morkit:<name>` to the correct skill, establishing a standardized entry point for skill activation across platforms without native slash discovery.

What is the SKILL.md frontmatter format needed for skill activation?

The SKILL.md frontmatter requires a mandatory name and description to establish a standardized skill activation entry point, enabling platform-agnostic discovery and reducing integration complexity.

How do I expose slash-command routes when my chat platform lacks native slash discovery?

You expose slash-command routes by applying this skill's adaptation guidance, which bridges the `/morkit:<name>` command to invoke the appropriate skill across platforms lacking native slash discovery capabilities.

Can I use platform-agnostic skill discovery for cross-platform plugin integration?

Yes, platform-agnostic discovery reduces integration complexity by defining standardized discovery rules and a slash-command bridge that works across chat platforms without requiring native slash support.

Why does my slash command not trigger the correct skill workflow?

If a slash command fails to trigger the correct skill workflow, the SKILL.md frontmatter may be missing the mandatory name and description fields required for the discovery and invocation bridge to route properly.

Does using-morkit work as a standardized entry point for workflow plugins?

Yes, using-morkit works as a standardized entry point for workflow plugins by defining discovery rules and a slash-command bridge that activates the appropriate skill via the `/morkit:<name>` invocation pattern.