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.agents --plugin kagentsThis skill uses the workspace's default tool permissions.
```
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
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