Agent skill · AI & Agents

skill-authoring

创建、设计、修改、升级、重构和验证 AgentDock Skill 时使用;负责可移植核心、文档、引用、辅助脚本、测试、版本和本地安装验证。

UVWT132★ · 1 repos on radarProfile →
claude-codeships scriptsApache-2.0
Install
npx skills add uvwt/agentdock --skill skill-authoring --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 4
SKILL.md size: 6 KB
Bundled scripts: yes
Version: 1.2.0
Path: core-skills/skill-authoring/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 183 · +51 this week
Language: Go

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Skill Authoring 用于创建或维护 AgentDock 第一方 Skill。Skill 的本体是模型可读取的说明文档;工具负责真实检查、编辑、命令执行、打包、安装和验证。 目标 Skill 应由两部分构成: ```text 可移植核心契约 + 可选的宿主适配说明 ``` 移除 AgentDock 专属适配说明后,Skill 的业务流程、包内引用、环境变量契约和辅助脚本仍应完整可用。 ## 何时使用 使用本 Skill 处理: - 创建新的第一方 Skill; - 修改、重构或升级现有 Skill; - 调整触发描述、正文流程、引用资料或辅助脚本; - 补充测试、示例、安全约束和可移植性检查; - 递增版本并完成源码侧与当前激活版本验证。 不要使用本 Skill 处理第三方 Skill 的正式安全审查、真实凭据配置或已安装版本回滚。这些属于 `skill-installati

More from agentdock
All skills →
About this skill
What does the skill-authoring skill do?

创建、设计、修改、升级、重构和验证 AgentDock Skill 时使用;负责可移植核心、文档、引用、辅助脚本、测试、版本和本地安装验证。

How do I install it?

Run `npx skills add uvwt/agentdock --skill skill-authoring --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From uvwt/agentdock, a repository with 183 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going