Agent Skills by hiiamsky
Showing 30 vetted skills indexed across 1 GitHub repositories.
threat-model-analyst
Analyze codebases with STRIDE-A to generate threat models and risk findings.
agent-handoff-contract
Enforce Agent Handoff Contract sections in spec blueprints with ADR references.
cqrs-query-generator
Generate CQRS read queries and DTOs with Dapper and parameterized SQL.
bdd-conventions
Standardize Story and Scenario formatting with SC-XX-YY numbering and contract rules.
dotnet-clean-architecture
Scaffold a .NET Clean Architecture solution with four-layer separation.
jwt-authentication
Configure JWT bearer authentication for .NET APIs with access and refresh tokens.
domain-events-generator
Generate domain event records and handler scaffolding with outbox wiring.
fluent-validation
Generate FluentValidation validators for MediatR commands and queries in .NET projects.
sql-code-review
Analyze SQL code for security, maintainability, and quality issues.
api-controller-generator
Generate RESTful API controllers with MediatR integration, API versioning, and authorization.
ef-core-configuration
Generate IEntityTypeConfiguration classes with EF Core Fluent API and snake_case naming.
integration-testing
Automate end-to-end .NET API tests against real PostgreSQL databases with Testcontainers.
pipeline-behaviors
Automate MediatR pipeline behaviors for logging, validation, and caching in .NET 8+.
unit-testing
Generate and validate .NET Clean Architecture handler unit tests with xUnit and NSubstitute.
git-conventions
Validate Git commit messages, branch names, and PR descriptions against preset conventions.
audit-trail
Automate EF Core audit trails with SaveChanges interceptor and user context.
email-service
Abstract email sending behind an IEmailService interface with SendGrid.
security-baseline
Codify OWASP Top 10 and supply chain security rules for multi-agent SSDLC workflows.
result-pattern
Implement Result, Result<T>, and Error types with Map, Bind, Tap, Match, and Ensure extensions.
outbox-pattern
Persist domain events atomically with aggregates using EF Core, Quartz, and MediatR.
quartz-background-jobs
Schedule recurring .NET tasks with Quartz.NET cron or interval triggers.
health-checks
Configure .NET health checks for liveness, readiness, and dependency endpoints.
domain-entity-generator
Generate domain entities with factory methods, private setters, and domain events.
specification-pattern
Encapsulate reusable and composable query criteria for EF Core repositories.