Agent Skillsblock/berd › berdctl-new-command

berdctl-new-command

GitHub

规范 berdctl CLI 命令的增删改流程,涵盖描述符设计、Zod 校验、Tauri 集成及代码生成。指导开发者遵循 UI 可见性、纯导入等规则,并通过自动化脚本和测试保障命令质量与契约一致性。

.agents/skills/berdctl-new-command/SKILL.md block/berd

Trigger Scenarios

添加新的 berdctl 命令 修改现有命令的参数或逻辑 更新 berdctl 帮助文本或 schema 删除不再使用的命令

Install

npx skills add block/berd --skill berdctl-new-command -g -y
More Options

Non-standard path

npx skills add https://github.com/block/berd/tree/main/.agents/skills/berdctl-new-command -g -y

Use without installing

npx skills use block/berd@berdctl-new-command

指定 Agent (Claude Code)

npx skills add block/berd --skill berdctl-new-command -a claude-code -g -y

安装 repo 全部 skill

npx skills add block/berd --all -g -y

预览 repo 内 skill

npx skills add block/berd --list

SKILL.md

Frontmatter
{
    "name": "berdctl-new-command",
    "description": "Use when adding, extending, modifying, or removing berdctl commands, verbs, nouns, schemas, help text, or any of the berdctl surface."
}

berdctl command changes

One command is one renderer module. Descriptors are the source for zod validation, TS input types, CLI help, and generated contract JSON. Background: docs/berdctl-architecture.md.

Rules

  • Verbs must be UI-visible. Prefer reversible mutations, but one-way visible product actions like creating a session or sending a prompt are allowed. Delete, bulk, silent, invisible, or broadly destructive work requires auth/confirmation design review.
  • Put bounds in zod; clap mirrors them.
  • Keep descriptors import-pure. Import stores, Tauri APIs, navigation, providers, and caches only inside execute/precheck.
  • Do not hand-edit generated contract JSON.
  • Keep the broker command-agnostic; normal command changes do not touch src-tauri/plugins/berdctl/.
  • Breaking wire reshapes bump both discovery.rs constants and the contract mirror. New commands and optional fields are not reshapes.

Workflow

  • Add commands with just new-command <noun> <verb>.
  • Implement src/features/berdctl/commands/impl/<verbNoun>.ts with: .strict() schema, .describe() on every field, summary, description, helpFooter, safety metadata, optional precheck, and execute.
  • Update inventories only when needed: registry.ts group cli.about, top-level help pins in tree.rs, and distro/skills/berdctl/SKILL.md for overview changes.
  • Run pnpm generate:berdctl-contract, pnpm vitest run src/features/berdctl, and cargo test -p berdctl from src-tauri/.
  • Before review, confirm the verb is UI-visible and either reversible or a direct visible product action, help is complete, error messages name the fixing command, artifacts are regenerated, and tests cover the behavior.

Keep CLI shapes expressible by the generated field walker. If a requested operation needs an explicit null or another shape that generic flags cannot represent safely, model it as a separate command action instead of adding command-specific Rust mapping. Example: use session move --project-id <id> for moving into a project and session clear-project for moving out.

Version History

  • 977d35f Current 2026-08-19 11:30

Same Skill Collection

.agents/skills/assistive-ux/SKILL.md
.agents/skills/code-review/SKILL.md
.agents/skills/create-pr/SKILL.md
.agents/skills/experimental-features/SKILL.md
distro/skills/agent-builder/SKILL.md
distro/skills/berd-help/SKILL.md
distro/skills/skill-builder/SKILL.md
skills/buzz-handoff/SKILL.md

Metadata

Files
0
Version
e89beaf
Hash
8c6435c0
Indexed
2026-08-19 11:30

trang chủ - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-01 18:14
浙ICP备14020137号-1 $bản đồ khách truy cập$