1.8 KiB
1.8 KiB
| 1 | rule_file | skill_name | trigger |
|---|---|---|---|
| 2 | angular.md | rules-angular | Angular component, template, or RxJS/signal work |
| 3 | csharp.md | rules-csharp | C# or .NET implementation, review, or refactoring work |
| 4 | decision-rule.md | rules-decision-rule | evaluating requirements, ambiguous behavior, or technical choices that need a decision |
| 5 | definition-of-done.md | rules-definition-of-done | validating that a task is complete or ready for review |
| 6 | git.md | rules-git | Git operations such as commits, branches, or merges |
| 7 | microsoft.md | rules-microsoft | Microsoft 365, Azure DevOps, or Teams operations |
| 8 | refactoring.md | rules-refactoring | refactoring existing code without changing behavior |
| 9 | security.md | rules-security | any software development task: implementing, modifying, debugging, reviewing, testing, or configuring code, scripts, hooks, or infrastructure |
| 10 | security-auth.md | rules-security-auth | authentication, authorization, sessions, tokens, permissions, or tenant-boundary work |
| 11 | security-web.md | rules-security-web | web, browser, frontend, cookie, redirect, or XSS/CSRF work |
| 12 | security-api.md | rules-security-api | HTTP API, request handling, serialization, or endpoint work |
| 13 | security-data.md | rules-security-data | database, query, persistence, sensitive-data, or multi-tenant work |
| 14 | security-files.md | rules-security-files | file, upload, archive, path, process, IPC, or deserialization work |
| 15 | security-network.md | rules-security-network | network, URL fetch, proxy, outbound request, TLS, or SSRF work |
| 16 | security-crypto.md | rules-security-crypto | cryptography, secrets, credentials, key, or token work |
| 17 | security-supply-chain.md | rules-security-supply-chain | dependency, package, plugin, build, deployment, or CI supply-chain work |
| 18 | typescript.md | rules-typescript | TypeScript or modern ECMAScript implementation work |
| 19 | ui-ux.md | rules-ui-ux | UI or UX design and interaction decisions |
| 20 | wpf.md | rules-wpf | WPF, XAML, or MVVM desktop UI work |