hiiamsky avatar

hiiamsky

Community

@hiiamsky · Taiwan

0Followers
|
4Public Repos
|
30Published Skills

Agent Skills by hiiamsky

Showing 30 vetted skills indexed across 1 GitHub repositories.

hiiamskyhiiamsky

threat-model-analyst

Analyze codebases with STRIDE-A to generate threat models and risk findings.

Community
Advanced
hiiamskyhiiamsky

agent-handoff-contract

Enforce Agent Handoff Contract sections in spec blueprints with ADR references.

Community
Advanced
hiiamskyhiiamsky

cqrs-query-generator

Generate CQRS read queries and DTOs with Dapper and parameterized SQL.

Community
Advanced
hiiamskyhiiamsky

bdd-conventions

Standardize Story and Scenario formatting with SC-XX-YY numbering and contract rules.

Community
Intermediate
hiiamskyhiiamsky

dotnet-clean-architecture

Scaffold a .NET Clean Architecture solution with four-layer separation.

Community
Advanced
hiiamskyhiiamsky

jwt-authentication

Configure JWT bearer authentication for .NET APIs with access and refresh tokens.

Community
Advanced
hiiamskyhiiamsky

domain-events-generator

Generate domain event records and handler scaffolding with outbox wiring.

Community
Advanced
hiiamskyhiiamsky

fluent-validation

Generate FluentValidation validators for MediatR commands and queries in .NET projects.

Community
Advanced
hiiamskyhiiamsky

sql-code-review

Analyze SQL code for security, maintainability, and quality issues.

Community
Advanced
hiiamskyhiiamsky

api-controller-generator

Generate RESTful API controllers with MediatR integration, API versioning, and authorization.

Community
Advanced
hiiamskyhiiamsky

ef-core-configuration

Generate IEntityTypeConfiguration classes with EF Core Fluent API and snake_case naming.

Community
Advanced
hiiamskyhiiamsky

integration-testing

Automate end-to-end .NET API tests against real PostgreSQL databases with Testcontainers.

Community
Advanced
hiiamskyhiiamsky

pipeline-behaviors

Automate MediatR pipeline behaviors for logging, validation, and caching in .NET 8+.

Community
Advanced
hiiamskyhiiamsky

unit-testing

Generate and validate .NET Clean Architecture handler unit tests with xUnit and NSubstitute.

Community
Advanced
hiiamskyhiiamsky

git-conventions

Validate Git commit messages, branch names, and PR descriptions against preset conventions.

Community
Intermediate
hiiamskyhiiamsky

audit-trail

Automate EF Core audit trails with SaveChanges interceptor and user context.

Community
Advanced
hiiamskyhiiamsky

email-service

Abstract email sending behind an IEmailService interface with SendGrid.

Community
Advanced
hiiamskyhiiamsky

security-baseline

Codify OWASP Top 10 and supply chain security rules for multi-agent SSDLC workflows.

Community
Advanced
hiiamskyhiiamsky

result-pattern

Implement Result, Result<T>, and Error types with Map, Bind, Tap, Match, and Ensure extensions.

Community
Advanced
hiiamskyhiiamsky

outbox-pattern

Persist domain events atomically with aggregates using EF Core, Quartz, and MediatR.

Community
Advanced
hiiamskyhiiamsky

quartz-background-jobs

Schedule recurring .NET tasks with Quartz.NET cron or interval triggers.

Community
Advanced
hiiamskyhiiamsky

health-checks

Configure .NET health checks for liveness, readiness, and dependency endpoints.

Community
Intermediate
hiiamskyhiiamsky

domain-entity-generator

Generate domain entities with factory methods, private setters, and domain events.

Community
Advanced
hiiamskyhiiamsky

specification-pattern

Encapsulate reusable and composable query criteria for EF Core repositories.

Community
Intermediate