Lugas Septiawan
Community@lugassawan · Jakarta
Software Engineer
Agent Skills by Lugas Septiawan
Showing 49 vetted skills indexed across 1 GitHub repositories.
workflow-codebase-knowledge
Generate a structured codebase knowledge document with architecture overview and module map.
principle-refactoring
Guide behavior-preserving refactoring with Fowler's catalog and characterization tests.
language-typescript
Enforce strict TypeScript idioms with unknown, discriminated unions, and async error handling.
principle-i18n
Enforce locale-aware formatting, UTC time-zone handling, and translation-safe string composition.
principle-performance
Review hot-path endpoint designs for latency, scalability, and N+1 query risks.
principle-distributed-systems
Guide distributed system design across consistency, ordering, consensus, and replication.
workflow-grill
Resolve ambiguous requirements via prioritized decision trees with repository evidence.
workflow-cleanup-merged
Clean up local worktrees and merged branches after a GitHub PR.
workflow-codebase-audit
Audit unfamiliar codebases across security, reliability, performance, tooling, and testing.
principle-event-driven
Guide event-driven architecture design for asynchronous delivery, duplicate events, and schema evolution.
principle-ddd
Design domain models with bounded contexts and ubiquitous language.
principle-concurrency
Diagnose concurrency bugs and select synchronization primitives for concurrent systems.
principle-release-engineering
Plan software releases with semver, expand-contract rollouts, and rollback mechanisms.
principle-resiliency
Design distributed systems for partial failure with bulkheads and health-check strategies.
workflow-worktree-session
Switch an active engineering session into a specified Git worktree.
principle-observability
Design observability instrumentation with logs, metrics, traces, and SLO-based alerts.
workflow-pr-review
Orchestrate GitHub pull request reviews with deduplicated inline comments and APPROVE or COMMENT decisions.
principle-api-design
Design evolvable API contracts with versioning, idempotency, pagination, and error modeling.
principle-version-control
Guide Git version control with atomic commits and clear PR descriptions.
principle-code-review
Evaluates code diffs and PR findings across correctness, security, design integrity, and test coverage.
principle-tdd
Guide developers through red-green-refactor TDD with F.I.R.S.T. test quality.
principle-clean-architecture
Guide clean architecture and hexagonal design with inward dependencies.
principle-design-patterns
Select software design patterns for structuring and refactoring code.
principle-security
Guide secure system design around trust boundaries and access control.