1---2name: dsh-skill-adapter3description: Convert a public portable SKILL.md into a DSH-compatible skill with verified discovery paths, tool mapping, provenance checks, and safe fallbacks.4---56# DSH Skill Adapter781. Inspect the source Skill, license, revision, task triggers, tools, side effects, output contract, and verification steps.92. Do not port a skill verbatim when its license, provenance, or permitted reuse is unclear; independently summarize its workflow instead.103. Keep decision rules and checks; remove role-play, repeated host-agent rules, invented capability claims, and agent-specific private tool names.114. Map each action to an enabled DSH capability: filesystem, configured shell, web search, browser plugin, or subagent.125. For an unavailable capability, state a prerequisite or manual handoff. Never claim a replacement tool ran when it did not.136. Write the adapted file at `.agents/skills/<name>/SKILL.md` or `.dsh/skills/<name>/SKILL.md` using a kebab-case name plus `name` and `description` frontmatter.147. Require confirmation before deletion, publishing, deployment, external messages, or credential changes.158. Verify that every command, path, and tool either exists in the active session or is labeled as a prerequisite.169. Deliver the source/license assessment, DSH capability map, installation path, adapted `SKILL.md`, two trigger prompts, and one near-miss prompt.