dsh-skill-impeccable
Agent 与会话 活跃维护

dsh-skill-impeccable

oThTJx/dsh-skill-impeccable

前端设计工作流技能,适配自pbakaus/impeccable项目,覆盖网页UI设计、重构、审计、打磨全流程环节,开箱即用,可快速完成界面优化相关工作。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
None
开源协议
664 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:oThTJx/dsh-skill-impeccable
git clone https://github.com/oThTJx/dsh-skill-impeccable.git
git clone git@github.com:oThTJx/dsh-skill-impeccable.git
README.md main

@firefly0621/dsh-skill-impeccable

English | 中文

Optional bundled skill provider that contributes impeccable to ctx.skills. The skill is the dsh-adapted pbakaus/impeccable frontend-design skill tree (skill/SKILL.src.md plus reference/ and scripts/), Apache-2.0; see assets/NOTICE.md and assets/LICENSE-apache-2.0.txt.

Mount the plugin to enable the provider. It has no configuration. This package is not part of the official main dsh-base composition; install it explicitly with dsh plugin add or a custom cordis.patch.yml.

The provider serves the packaged skill/ directory directly as the skill resource base. The install-time {{…}} placeholders are resolved at commit time by scripts/adapt-skill.mjs ({{scripts_path}} becomes <skill-base-dir>/scripts, the command prefix is empty, and {{ask_instruction}} maps to ask_user_question). On load it strips install frontmatter from SKILL.src.md and appends a short harness note. Sub-commands remain the upstream Commands table: load the matching reference/*.md after the main skill body.

Model Experience

Indirectly, through @deepseek-ai/dsh-tool-skill, which renders the catalog entry and selected skill body.

KV Cache effect

When mounted, its catalog entry and any loaded body change the provider KV prefix at their insertion points. Setting the composition row to disabled: true removes that effect.

Known Limitations and Deferred Work

  • The provider contributes one fixed skill and has no runtime customization of the command set.
  • Cross-harness capability is removed: the design-hook feature and the per-harness <codex> / <gemini> notes are dropped; dsh runs the detector manually with detect.mjs.
  • Live-browser and detector CLI workflows still depend on the session being able to run the packaged Node scripts against the user project cwd.
  • Upstream sync is manual: re-run scripts/adapt-skill.mjs after pulling a newer release, re-apply the hand dsh prose adaptations listed in that script's header, then review the diff.