From kagents
Conventional Commits — type/scope/description format (feat, fix, docs, refactor, perf, test, chore, ci), breaking changes, scopes (.NET, CI/CD, PowerShell), SemVer mapping. USE FOR: writing commit messages, validating commit format, understanding version-bump rules. DO NOT USE FOR: release process or branching (use releaseflow-domain) or changelog file creation (use release-management).
npx claudepluginhub grexyloco/k.agentsThis skill uses the workspace's default tool permissions.
```
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
<type>(<scope>): <description>
[optional body]
[optional footer(s)]
| Type | SemVer | Beschreibung |
|---|---|---|
feat | MINOR | Neues Feature |
fix | PATCH | Bugfix |
docs | — | Dokumentation |
style | — | Formatierung |
refactor | — | Code-Umbau |
perf | PATCH | Performance |
test | — | Tests |
chore | — | Build/CI/Deps |
ci | — | CI-Konfiguration |
.NET: blazor, maui, api, efcore, aspireCI/CD: ci, cd, actionsPowerShell: ps, pwshInfra: infra, azurefeat(api)!: Ändere Rückgabeformat
BREAKING CHANGE: Beschreibung und Migrationspfad.
feat(blazor): Benutzer-Tabelle mit Sortierung (#42)fix(api): Null-Reference bei leerem Query-Parameter (#43)chore(ci): NuGet-Cache in Build-Workflow aktiviertdocs(readme): Installationsanleitung aktualisiert