Skip to content

feat: add fiori skills#4581

Draft
marufrasully wants to merge 1 commit intomainfrom
feat/fiori-skills
Draft

feat: add fiori skills#4581
marufrasully wants to merge 1 commit intomainfrom
feat/fiori-skills

Conversation

@marufrasully
Copy link
Copy Markdown
Contributor

@marufrasully marufrasully commented Apr 21, 2026

Add @sap-ux/fiori-skills Package for Installing Fiori AI Agent Skills

New Feature

✨ Introduces a new @sap-ux/fiori-skills package 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-skills without 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 invokes installSkills.
  • packages/fiori-skills/skills/fiori-eslint-setup/SKILL.md: Skill for setting up ESLint with @sap-ux/eslint-plugin-fiori-tools on new Fiori or CAP projects.
  • packages/fiori-skills/skills/fiori-eslint-migrate/SKILL.md: Skill for migrating legacy .eslintrc configs 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 with bin entry, files manifest, 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 for getBundledSkills and installSkills, 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: Added packages/fiori-skills to the root TypeScript project references.
  • .changeset/fiori-skills-initial.md: Changeset entry marking this as a minor release of @sap-ux/fiori-skills.
  • 🔄 Regenerate and Update Summary
PR Bot Information

Version: 1.20.23

  • Summary Prompt: Default Prompt
  • LLM: anthropic--claude-4.6-sonnet
  • Correlation ID: cd0dc8c8-1c38-4c73-9762-7cc7eb346340
  • Output Template: Default Template
  • Event Trigger: pull_request.opened
  • File Content Strategy: Full file content

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 21, 2026

🦋 Changeset detected

Latest commit: 1d83c0e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@sap-ux/fiori-skills Minor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant