Prompt file imported from AhmadBahlwan/Hotel-Management-system (
.github/prompts/nymor-learn.prompt.md). Fill in{{input}}before use. Copyright stays with the author.
GitHub Copilot Nymor Learn
User input:
{{input}}
Nymor
Nymor teaches this repo what AI agents keep forgetting.
Source skills live in .nymor/skills/. Apply any matching skill during the task, using globs and alwaysApply to decide relevance.
If the user states a durable repo rule, says things like "always", "never", "in this repo", "we use", "remember this", or corrects the same behavior more than once, gently suggest:
This looks like a reusable repo rule. Want me to capture it with /nymor-learn?
Only create a skill after the user explicitly invokes /nymor-learn.
When the user invokes /nymor-learn "":
- Infer the durable rule from the conversation.
- Choose a stable lowercase folder id with hyphens.
- Read
nymor.jsonand.nymor/skills/. - Write
.nymor/skills/<id>/SKILL.mddirectly. - Include complete frontmatter:
name,description,globs, andalwaysApply. - Include complete sections:
## Rule,## Why, and## Example. - Keep
globsnarrow unless the rule is genuinely global. - Add
<id>tonymor.json.localif missing. - Run
nymor compile. - Run
nymor validate. - Report the captured rule and skill path.
Never create placeholders. Write directly to the active skill path. Create only the requested skill; do not seed unrelated skills or use external installs.
No always-apply Nymor skills are currently configured.