HackerTrans
TopNewTrendsCommentsPastAskShowJobs

LOVELYZOMBIEYHO

no profile record

Submissions

Show HN: MotionLoom – An open-source video-as-code language for video creation

lovelyzombieyho.github.io
2 points·by LOVELYZOMBIEYHO·11 ngày trước·0 comments

[untitled]

1 points·by LOVELYZOMBIEYHO·3 tháng trước·0 comments

comments

LOVELYZOMBIEYHO
·3 tháng trước·discuss
[dead]
LOVELYZOMBIEYHO
·3 tháng trước·discuss
In my experience building an open-source project using agent.md and skill.md, I’d say that many “agent skills” are essentially structured system prompts, but the surrounding configuration and orchestration matter more in practice.

One issue I’ve run into is that different models (e.g., Codex vs. Claude/Opus) often require slightly different configurations. This leads to duplicated files like .codex/skill.md and .claude/skill.md, which adds maintenance overhead.

For example, when working in non-English contexts, I need to ensure the AI doesn’t generate non-English inline comments. Constraints like this often have to be repeated across model-specific configs.

In my case, since enforcing English comments is a priority, I tend to put this in skill.md. Otherwise, I would place it in agent.md.

Because of this, I prefer using a single AGENTS.md as a global configuration layer. It’s simpler to manage and reduces duplication.
LOVELYZOMBIEYHO
·3 tháng trước·discuss
[dead]