원클릭으로
nuxeo-elements
nuxeo-elements에는 nuxeo에서 수집한 skills 3개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Update all AI context markdown files in the Nuxeo Elements project to keep them accurate and in sync with the codebase. Use this skill when the user wants to refresh, update, audit, or maintain AI-facing documentation like copilot-instructions.md, AGENTS.md, ARCHITECTURE.md, PRODUCT.md, CONTRIBUTING.md, instruction files, or SKILL.md files. Also use when the codebase has changed significantly (new elements, renamed files, new dependencies, structural changes) and the AI context files need to reflect those changes. Use after major refactors, dependency upgrades, or feature additions.
Generate unit tests for Nuxeo Elements Polymer components. Use this skill when the user wants to write tests, add test coverage, create test files, or test a web component. Generates @web/test-runner + Mocha + Chai + Sinon test suites using @nuxeo/testing-helpers with proper fixtures, mocks, and assertions. Also use when the user mentions testing an element, verifying behavior, or checking component functionality.
Add or update internationalization (i18n) message keys for Nuxeo Elements. Use this skill when the user wants to add translations, localization strings, message keys, or labels. Updates ui/i18n/messages.json (English). Also use when the user mentions adding labels, text strings, or translated content to UI components.