skill

📁 tao3k/omni-dev-fusion 📅 1 day ago
3
总安装量
1
周安装量
#60448
全站排名
安装命令
npx skills add https://github.com/tao3k/omni-dev-fusion --skill skill

Agent 安装分布

amp 1
cline 1
opencode 1
cursor 1
continue 1
kimi-cli 1

Skill 文档

Skill Manager

The Skill Manager provides tools for discovering, installing, and managing skills in the Omni-Dev-Fusion system.

Commands

discover

[CRITICAL] Tool Registry Lookup – The ONLY way to call @omni commands!

MANDATORY RULE: Before calling ANY @omni(...) command, you MUST call skill.discover first to get the exact tool name and usage template. Direct @omni calls are FORBIDDEN.

When to use:

  • ANY time you want to call a tool via @omni(...)
  • You are unsure which tool to use
  • You need the exact tool name and arguments schema
  • You are starting any new task that requires a tool

Example:

User: "I want to analyze this GitHub repo"
→ Call skill.discover(intent="analyze github repository structure")
→ Returns: @omni("software_engineering.analyze_project_structure", {"depth": 3})
→ NOW call the tool with confidence

jit_install

Install and load a new skill from the remote repository.

list_index

List all available skills in the system.