Files
MyAiConfiguration/adapters/claude/rule-skills.tsv
T
Julian lechnerandClaude Sonnet 5 24e4d3f96b feat(rules): define Claude rule-skill manifest and template placeholder
Adds adapters/claude/rule-skills.tsv, mapping each technology- or
situation-specific rule to a Claude skill name and trigger description.
Replaces the hardcoded rule-loading block in the shared instructions
template with a __RULE_LOADING__ placeholder so each client's build step
can substitute its own loading mechanism without duplicating the shared
orchestration text.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-11 15:42:16 +02:00

1006 B

1rule_fileskill_nametrigger
2angular.mdrules-angularAngular component, template, or RxJS/signal work
3csharp.mdrules-csharpC# or .NET implementation, review, or refactoring work
4decision-rule.mdrules-decision-ruleevaluating requirements, ambiguous behavior, or technical choices that need a decision
5definition-of-done.mdrules-definition-of-donevalidating that a task is complete or ready for review
6git.mdrules-gitGit operations such as commits, branches, or merges
7microsoft.mdrules-microsoftMicrosoft 365, Azure DevOps, or Teams operations
8refactoring.mdrules-refactoringrefactoring existing code without changing behavior
9security.mdrules-securityany software development task: implementing, modifying, debugging, reviewing, testing, or configuring code, scripts, hooks, or infrastructure
10typescript.mdrules-typescriptTypeScript or modern ECMAScript implementation work
11ui-ux.mdrules-ui-uxUI or UX design and interaction decisions
12wpf.mdrules-wpfWPF, XAML, or MVVM desktop UI work