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>
This commit is contained in:
Julian lechner
2026-09-11 15:42:16 +02:00
co-authored by Claude Sonnet 5
parent 3a3c66f290
commit 24e4d3f96b
2 changed files with 13 additions and 18 deletions
+12
View File
@@ -0,0 +1,12 @@
rule_file skill_name trigger
angular.md rules-angular Angular component, template, or RxJS/signal work
csharp.md rules-csharp C# or .NET implementation, review, or refactoring work
decision-rule.md rules-decision-rule evaluating requirements, ambiguous behavior, or technical choices that need a decision
definition-of-done.md rules-definition-of-done validating that a task is complete or ready for review
git.md rules-git Git operations such as commits, branches, or merges
microsoft.md rules-microsoft Microsoft 365, Azure DevOps, or Teams operations
refactoring.md rules-refactoring refactoring existing code without changing behavior
security.md rules-security any software development task: implementing, modifying, debugging, reviewing, testing, or configuring code, scripts, hooks, or infrastructure
typescript.md rules-typescript TypeScript or modern ECMAScript implementation work
ui-ux.md rules-ui-ux UI or UX design and interaction decisions
wpf.md rules-wpf WPF, XAML, or MVVM desktop UI work
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 typescript.md rules-typescript TypeScript or modern ECMAScript implementation work
11 ui-ux.md rules-ui-ux UI or UX design and interaction decisions
12 wpf.md rules-wpf WPF, XAML, or MVVM desktop UI work