dsh-skill-manage:给 DSH 智能体增加技能创建与管理能力

dsh-skill-manage 是 DSH 框架的一个 MIT 许可插件,旨在解决智能体在会话中重复试错的问题。它通过提供 `skill_manage` 工具,允许智能体将程序性记忆沉淀为可维护的技能文件,支持创建、修补、禁用、删除及固定技能等操作。 该插件支持用户级和项目级两种作用域,以及目录和单文件两种存储布局。其核心特性包括通过 frontmatter 标志实现技能的禁用/启用和固定(防止删除),并实施严格的删除保护机制,仅允许删除标记为 `created_by: agent` 且未固定的技能。此外,插件内置了名称、描述长度及文件大小的校验规则,采用原子写入和热重载机制确保稳定性。 安

Read More
creght-dev/skills: Codex and Intelligent Agent Skill Package for the Creght Project

creght-dev/skills is maintained by creght-dev, providing Codex/agent skills for the Creght project. It includes the base platform skill 'creght' and the website replication skill 'site-replica'. It covers CLI workflows, page and component conventions, CMS/form/Auth/Func backends, SEO, and publishing, and supports installation via the skills CLI or DSH bundle. This is suitable for developers building Creght sites in a DSH or Codex environment; please review the source code and confirm the MIT license before installation.

Read More
Use sealos-skills to let DeepSeek Harness deploy projects to Sealos Cloud

sealos-skills is a DeepSeek Harness development and runtime plugin maintained by labring, which packages the deployment, database and object storage services of Sealos Cloud into a set of agent skills. The installation command on the catalog page is `dsh plugin add github:labring/sealos-skills`. The same skill source is also compatible with Claude Code, Codex and other tools. There is no `/sealos` slash command in DSH, and agents need to load the plugin through the skill tool before calling kubectl and sealos-cli.

Read More