返回 Skill 列表
extension
分类: AI Agent 能力无需 API Key

treido-skillsmith

Treido技能系统的维护者。用于创建/合并/精简技能,强制使用treido-*命名,并保持`.codex/skills`文件的简洁性和一致性。

person作者: jakexiaohubgithub

treido-skillsmith

Build and maintain Treido’s skill fleet as a small set of high-signal specialists.

When to Apply

  • Creating a new treido-* skill
  • Consolidating overlapping skills
  • Upgrading a skill to include references/, templates/, rules/, or scripts/ (optional)
  • Cleaning old skills and reducing bloat

Non-Negotiables

  • Treido-maintained skills must be treido-*
  • Keep skill instructions knowledge-heavy (avoid command spam)
  • Prefer progressive disclosure: short core rules in SKILL.md, details in references/
  • Stable documentation belongs in /docs/

Standard Skill Skeleton

Every treido-* skill should have:

  1. Frontmatter: name, description
  2. When to Apply / When NOT to Apply
  3. Non-negotiables (links to treido-rails + SSOT docs)
  4. Output template (predictable deliverable)
  5. Minimal “violations” checklist
  6. References section (to /docs/ + key repo files)

Cleanup Rules

  • Delete vendor/third-party skills from .codex/skills once their content is materialized into treido-*
  • Keep .agents out of the critical path (skills must not depend on junction targets)

FORBIDDEN — Never Create These Folders

DO NOT create, copy, or mirror skills to:

  • .agent/, .agents/, .cursor/, .gemini/, .kiro/, .qoder/, .qwen/, .trae/, .windsurf/

This repo uses .claude/ and .codex/ ONLY. Do not "support other AI tools" by creating their folders.