Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@
- **Simple workflows**: GitHub Actions should be thin wrappers around scripts, not contain complex logic
- **Easy debugging**: When CI fails, developers can reproduce the issue locally by running the same script

## Shared Agent Skills

- **Do not copy skills into this repo.** Reusable engineering skills (commit attribution, unreleased-dependency vendoring, package weight gating, …) live in the `mieweb/agent-skills` plugin marketplace and are catalogued at https://skills.mieweb.org.
- **MIE staff**: add `"chat.plugins.marketplaces": ["mieweb/agent-skills"]` to your VS Code user settings once; the `mieweb` plugin then follows you into every repository and updates itself.
- Repository-specific skills belong in `.github/skills/<name>/SKILL.md`, with the directory name equal to the frontmatter `name` — a mismatch makes the skill silently fail to load.
Comment on lines +101 to +103

## Quick Reference

### 🪶 All Changes should be considered for Pull Request Philosophy
Expand Down
159 changes: 0 additions & 159 deletions .github/skills/unreleased-dependancy/SKILL.md

This file was deleted.