Skip to content

SP-37: Add Cursor skill for asset registry endpoint workflows#337

Merged
Zgjim Haziri (ZgjimHaziri) merged 9 commits intomainfrom
SP-37-add-asset-registry-skill
Apr 14, 2026
Merged

SP-37: Add Cursor skill for asset registry endpoint workflows#337
Zgjim Haziri (ZgjimHaziri) merged 9 commits intomainfrom
SP-37-add-asset-registry-skill

Conversation

@ZgjimHaziri
Copy link
Copy Markdown
Contributor

@ZgjimHaziri Zgjim Haziri (ZgjimHaziri) commented Apr 14, 2026

Description

Add a Cursor skill and user-facing guide for agentic development with the Asset Registry.

Skill - machine-readable instructions that guide AI agents through the full workflow:
Guide - a concise human-readable guide covering the same workflow, added to the mkdocs nav and user-guide index. Points agents to the skill file for detailed instructions.

Relevant links

Checklist

  • I have self-reviewed this PR
  • I have tested the change and proved that it works in different scenarios
  • I have updated docs if needed

Includes-AI-Code: true

Adds a new `api request` command (marked beta) that sends raw HTTP
requests to Celonis platform APIs using the configured profile's auth.
Intended to enable easier initial agentic development workflows
and endpoint testing. This command may change or be removed in the future.

Includes-AI-Code: true
Made-with: Cursor
@ZgjimHaziri Zgjim Haziri (ZgjimHaziri) requested a review from a team as a code owner April 14, 2026 12:07
Comment thread .cursor/skills/asset-registry-endpoints/SKILL.md Outdated
Comment thread .cursor/skills/asset-registry-endpoints/SKILL.md Outdated
Align with the convention used by other API classes (e.g. NodeApi)
where httpClient is accessed via a factory function rather than
stored directly.

Includes-AI-Code: true
Made-with: Cursor
Adds a skill file that guides AI agents through the full asset registry
workflow: discovery, schema fetching, asset creation, package
import/export, and troubleshooting. Optimized for agentic development.

Includes-AI-Code: true
Made-with: Cursor
Adds a user-facing guide covering the full workflow for agentic asset
creation: discovery, schema fetching, package export/import, and
troubleshooting. Includes nav entry in mkdocs and user-guide index.

Includes-AI-Code: true
Made-with: Cursor
…cture

Restructure the agentic development guide as the entry point for
sharing with clients — links to the raw SKILL.md URL for agents
without the repo cloned. Remove help-text URLs from commands.

Document dependenciesConfiguration shape (key + type per entry)
per review feedback.

Includes-AI-Code: true
Made-with: Cursor
Includes-AI-Code: true
Made-with: Cursor
@ZgjimHaziri Zgjim Haziri (ZgjimHaziri) force-pushed the SP-37-add-asset-registry-skill branch from e4103af to a2c48b5 Compare April 14, 2026 13:48
Base automatically changed from SP-37-add-api-proxy-command to main April 14, 2026 13:52
@ZgjimHaziri Zgjim Haziri (ZgjimHaziri) dismissed stale reviews from Buqeta (Buqeta) and Patrick Ruhkopf (restfulhead) April 14, 2026 13:52

The base branch was changed.

Co-authored-by: Buqeta <73654883+Buqeta@users.noreply.github.com>
…ontent-cli into SP-37-add-asset-registry-skill
@sonarqubecloud
Copy link
Copy Markdown

@ZgjimHaziri Zgjim Haziri (ZgjimHaziri) merged commit cfc685c into main Apr 14, 2026
6 checks passed
@ZgjimHaziri Zgjim Haziri (ZgjimHaziri) deleted the SP-37-add-asset-registry-skill branch April 14, 2026 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants