Georgewangjy/hermes-skills
Hermes Agent skills collection
Hermes Agent skills collection
npx skills add Georgewangjy/hermes-skillsHermes Agent skills collection
from bilibili 日新月异max
Personal collection of Claude skills.
Instinct Engine that scans recent sessions for recurring patterns and turns them into concrete captures.
Database access patterns for performance. Separate read/write models, avoid N+1 queries, use AsNoTracking, apply row limits, and never do application-side joins. Works with EF Core and Dapper.
Organize DI registrations using IServiceCollection extension methods. Group related services into composable Add* methods for clean Program.cs and reusable configuration in tests.
Detect privilege escalation and suspicious processes with process monitoring, file tracking, and SQLite logging for security teams