SP-37: Add Cursor skill for asset registry endpoint workflows#337
Merged
Zgjim Haziri (ZgjimHaziri) merged 9 commits intomainfrom Apr 14, 2026
Merged
SP-37: Add Cursor skill for asset registry endpoint workflows#337Zgjim Haziri (ZgjimHaziri) merged 9 commits intomainfrom
Zgjim Haziri (ZgjimHaziri) merged 9 commits intomainfrom
Conversation
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
Patrick Ruhkopf (restfulhead)
previously approved these changes
Apr 14, 2026
Buqeta (Buqeta)
previously approved these changes
Apr 14, 2026
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
e4103af to
a2c48b5
Compare
The base branch was changed.
Co-authored-by: Buqeta <73654883+Buqeta@users.noreply.github.com>
…asset-registry-skill
…ontent-cli into SP-37-add-asset-registry-skill
|
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.



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
Includes-AI-Code: true