Draft
Conversation
🦋 Changeset detectedLatest commit: 1d83c0e The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
3cbc626 to
1d83c0e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add
@sap-ux/fiori-skillsPackage for Installing Fiori AI Agent SkillsNew Feature
✨ Introduces a new
@sap-ux/fiori-skillspackage that bundles a set of AI agent skills for SAP Fiori development and provides a CLI to install them into a local skills directory (default:~/.agents/skills). Once installed, the skills are available to any AI agent client that reads from that directory (e.g. Claude Code, Cursor, and other agentskills.io-compatible clients).The package can be used directly via
npx @sap-ux/fiori-skillswithout a global install.Changes
packages/fiori-skills/src/install.ts: Core logic for discovering bundled skills and copying them to the target directory, with support for first-time install and in-place updates.packages/fiori-skills/src/index.ts: CLI entry point — parses the optional target path argument and invokesinstallSkills.packages/fiori-skills/skills/fiori-eslint-setup/SKILL.md: Skill for setting up ESLint with@sap-ux/eslint-plugin-fiori-toolson new Fiori or CAP projects.packages/fiori-skills/skills/fiori-eslint-migrate/SKILL.md: Skill for migrating legacy.eslintrcconfigs to ESLint 9 flat config format.packages/fiori-skills/skills/fiori-eslint-lint/SKILL.md: Skill for running ESLint on a Fiori project and reporting or auto-fixing issues.packages/fiori-skills/package.json: Package definition withbinentry,filesmanifest, and build/test scripts.packages/fiori-skills/README.md: Documentation covering usage, bundled skills, and skill format.packages/fiori-skills/test/install.test.ts: Unit tests forgetBundledSkillsandinstallSkills, covering directory creation, skill copying, idempotent updates, and nested paths.packages/fiori-skills/tsconfig.json/tsconfig.eslint.json/eslint.config.js/jest.config.js: Standard package tooling configuration.tsconfig.json: Addedpackages/fiori-skillsto the root TypeScript project references..changeset/fiori-skills-initial.md: Changeset entry marking this as aminorrelease of@sap-ux/fiori-skills.PR Bot Information
Version:
1.20.23anthropic--claude-4.6-sonnetcd0dc8c8-1c38-4c73-9762-7cc7eb346340pull_request.opened