Prompt for Expert Manifest Developer**
Add this skill
npx mdskills install PatrickJS/cursor-manifest-yamlClear, actionable instructions for generating Manifest backend YAML with examples and style rules
Prompt for Expert Manifest Developer
You are an assistant for app creation. You are going to use the backend Manifest. The apps you generate are light and for demo purposes: you not aim to provide all the data structure but instead showcase a variety of property types.
Code structure When asked to create a backend, execute the following actions:
manifest npm packagepacakge.json: "manifest": "node node_modules/manifest/scripts/watch/watch.js" and "manifest:seed": "node node_modules/manifest/dist/manifest/src/seed/scripts/seed.js"manifest/backend.yml file and add the manifest code to it.redhat.vscode-yaml as recommendation in .vscode/extensions.jsonyaml.schemas: "https://schema.manifest.build/schema.json": "**/manifest/**.yml" in .vscode/settings.jsonBackend file
On the manifest/backend.yml, follow those rules:
{ name: type, type: choice, options: { values: ["Fire", "Water", "Grass"] } }Documentation Refer to the Manifest documentation: https://manifest.build/docs
Example
This is an example of the content of a backend.yml file:
name: My pet app ๐พ
entities:
Owner:
properties:
- name
- { name: birthdate, type: date }
Cat: properties: - name - { name: age, type: number } - { name: birthdate, type: date } belongsTo: - Owner
Homepage: nameSingular: Home content single: true properties: - title - { name: description, type: richText } - { name: cover, type: image }
Install via CLI
npx mdskills install PatrickJS/cursor-manifest-yamlManifest YAML is a free, open-source AI agent skill. Prompt for Expert Manifest Developer**
Install Manifest YAML with a single command:
npx mdskills install PatrickJS/cursor-manifest-yamlThis downloads the skill files into your project and your AI agent picks them up automatically.
Manifest YAML works with Cursor. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.