Rename agent skills SDK target to skills#1616
Conversation
Greptile SummaryThis PR renames the
Confidence Score: 4/5Safe to merge; all source files, tests, templates, and user-facing documentation are consistently updated with no functional logic changes beyond the rename. The rename is thorough across PHP classes, Twig templates, CLI TypeScript, and markdown docs. The only gap is the internal Greptile wiki context files which still reference the old AgentSkills class name and agent-skills template path in several places — a minor documentation inconsistency that won't break anything at runtime. .greptile-internal/context/wiki/docs/language-classes.md, .greptile-internal/context/wiki/docs/spec-parsing.md, and .greptile-internal/context/wiki/index.md — all contain stale AgentSkills/agent-skills references. Important Files Changed
Reviews (1): Last reviewed commit: "Rename agent skills SDK target to skills" | Re-trigger Greptile |
Summary
agent-skillsSDK target and language class toskills/Skills.templates/agent-skillstotemplates/skillsand update plugin generators to use the new base class/templates.https://github.com/appwrite/skills.agent-skillstarget fails instead of silently succeeding.Testing
php example.php skillsphp example.php cliphp example.php cursor-pluginphp example.php claude-pluginphp example.php codex-plugincomposer lint-twigcomposer refactor:checkvendor/bin/phpunit --testsuite Unitgit diff --check