Content
79%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a strong development skill that provides comprehensive, actionable guidance for the imas-codex project. Its greatest strengths are conciseness and actionability — every section delivers concrete commands and patterns without unnecessary explanation. The main weaknesses are limited validation/feedback loops in workflows beyond the schema workflow, and the content could benefit from better progressive disclosure by splitting reference tables into separate files.
Suggestions
Add explicit validation/feedback loops to the git workflow (e.g., 'run linting before committing, fix issues, then re-run') to strengthen workflow clarity.
Consider splitting the project structure table and test markers into a referenced file (e.g., REFERENCE.md) to improve progressive disclosure and keep the main skill focused on essential commands and workflows.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is lean and efficient throughout. It assumes Claude knows what pytest, ruff, git, and LinkML are without explaining them. Every section delivers actionable information without padding. Tables are used effectively for compact reference. | 3 / 3 |
Actionability | Every section provides concrete, copy-paste-ready commands. Testing, linting, schema workflow, dependency management, and git workflow all have executable bash commands. Key patterns section provides exact import paths. The 'Never Do' list gives specific, unambiguous constraints. | 3 / 3 |
Workflow Clarity | The schema workflow has a clear sequence with a validation step (rebuild models → verify compliance), but other workflows like git commits lack explicit validation checkpoints. The testing section doesn't specify what to do if tests fail. For a project with auto-generated files and parallel agent work, more explicit feedback loops would strengthen the guidance. | 2 / 3 |
Progressive Disclosure | The content references AGENTS.md for additional testing guidance, which is good. However, the skill is fairly long (~130 lines of content) and some sections like the full project structure table and test markers could potentially be split into referenced files. Without bundle files, the single reference to AGENTS.md is the only progressive disclosure mechanism. | 2 / 3 |
Total | 10 / 12 Passed |