Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Cursor rules for manifest development with YAML integration.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 6% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 54% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 21% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -12% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -1% | 0% |
Cursor rules for manifest development with YAML integration.
Synced from https://github.com/PatrickJS/awesome-cursorrules/tree/main/rules/manifest-yaml-cursorrules-prompt-file.mdc.
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 only with a schema URL or local schema file verified for the Manifest backend version used by the project.Backend file On the manifest/backend.yml, follow those rules:
. Do not use middlewares, endpoints or hooks.
{ name: type, type: choice, options: { values: ["Fire", "Water", "Grass"] } }Documentation Refer to the Manifest backend documentation that matches the project's installed version.
Example This is an example of the content of a backend.yml file: name: My pet app 🐾 entities: Owner: properties:
Cat: properties:
belongsTo:
Homepage: nameSingular: Home content single: true properties:
Other measured skills in the registry, with their headline benchmark lift.