AI LineAiline Skillhub
技能市场/sample-plugin

sample-plugin

sample-plugin

Phase 1 sample plugin synthesizing a SKILL.md frontmatter for backwards-compat tests.

Sample Plugin

This is the SKILL.md half of the Phase 1 e2e fixture. The companion open-design.json sidecar carries the canonical OpenDesign plugin manifest fields; this file proves the SKILL-only adapter path stays honest when an install lacks an explicit sidecar (just delete open-design.json to test the legacy compat tier).

Workflow

  1. Acknowledge the user's brief via the discovery question form atom.
  2. Use TodoWrite to plan the brief.
  3. Emit the brief as a deck artifact.

安装中心

可直接安装到 9 个框架(另有 Cursor / Windsurf 需转换为 rules 格式)。悬停可查看各框架的技能目录。

方式一 · 复制提示词(推荐)

粘贴给你的 Claude Code,它会自己完成下载和安装(安装文件直接取自原始仓库)

请帮我安装技能「sample-plugin」:
1. 从原始仓库下载技能文件:https://raw.githubusercontent.com/nexu-io/open-design/main/apps/daemon/tests/fixtures/plugin-fixtures/sample-plugin/SKILL.md(GitHub 上的 SKILL.md 原始文件)
2. 保存为 ~/.claude/skills/sample-plugin/SKILL.md(目录不存在则创建)
3. 确认文件存在后,告诉我安装结果

方式二 · 命令行安装

npx CLI 跨平台可用(自动检测本机 Agent);PowerShell 方式无需安装任何东西

npx ailine-skills add sample-plugin
New-Item -ItemType Directory -Force "$HOME\.claude\skills\sample-plugin" | Out-Null; curl.exe -fsSL "https://raw.githubusercontent.com/nexu-io/open-design/main/apps/daemon/tests/fixtures/plugin-fixtures/sample-plugin/SKILL.md" -o "$HOME\.claude\skills\sample-plugin\SKILL.md"

方式三 · 前往原始仓库

第三方技能不由本站分发安装文件,请从原始仓库获取(上方命令/提示词已直连原始文件)