TriNgo0108
@TriNgo0108
Public Skills
_backend-mastery
by TriNgo0108
Master backend architectures, REST API design, microservices, and server-side development across multiple languages. Use this as a central index to access specialized sub-skills.
_frontend-mastery
by TriNgo0108
Master frontend development, user interfaces, React ecosystem, and web design principles. Use this as a central index to access specialized sub-skills.
_workflow-data-pipeline
by TriNgo0108
Lifecycle for building data pipelines, analytics engineering, and data quality checks. Follow the phases sequentially.
architecture-decision-records
by TriNgo0108
Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architectural choices, or establishing decision processes.
code-review-excellence
by TriNgo0108
Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests, establishing review standards, or mentoring developers.
auth-implementation-patterns
by TriNgo0108
Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues.
cqrs-implementation
by TriNgo0108
Implement Command Query Responsibility Segregation for scalable architectures. Use when separating read and write models, optimizing query performance, or building event-sourced systems.
database-migration
by TriNgo0108
Execute database migrations across ORMs and platforms with zero-downtime strategies, data transformation, and rollback procedures. Use when migrating databases, changing schemas, performing data transformations, or implementing zero-downtime deployment strategies.
_business-finance-mastery
by TriNgo0108
Master financial integrations, competitive analysis, cost optimizations, and business metrics. Use this as a central index to access specialized sub-skills.
dependency-upgrade
by TriNgo0108
Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.
context-driven-development
by TriNgo0108
Use this skill when working with Conductor's context-driven development methodology, managing project context artifacts, or understanding the relationship between product.md, tech-stack.md, and workflow.md files.
_process-architecture-mastery
by TriNgo0108
Master engineering workflows, system architecture documentation, safe code review, and debugging. Use this as a central index to access specialized sub-skills.
angular-migration
by TriNgo0108
Migrate from AngularJS to Angular using hybrid mode, incremental component rewriting, and dependency injection updates. Use when upgrading AngularJS applications, planning framework migrations, or modernizing legacy Angular code.
git-advanced-workflows
by TriNgo0108
Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.
aws-solution-architect
by TriNgo0108
Master AWS solution architecture covering Well-Architected Framework, service selection, high availability, security, cost optimization, and cloud-native design patterns. Use PROACTIVELY for AWS architecture decisions, cloud migrations, security reviews, or cost optimization.
employment-contract-templates
by TriNgo0108
Create employment contracts, offer letters, and HR policy documents following legal best practices. Use when drafting employment agreements, creating HR policies, or standardizing employment documentation.
_workflow-feature-lifecycle
by TriNgo0108
End-to-end software development lifecycle for building any new feature, API, or application. Follow the phases sequentially.
github-actions-templates
by TriNgo0108
Create production-ready GitHub Actions workflows for automated testing, building, and deploying applications. Use when setting up CI/CD with GitHub Actions, automating development workflows, or creating reusable workflow templates.
dbt-transformation-patterns
by TriNgo0108
Master dbt (data build tool) for analytics engineering with model organization, testing, documentation, and incremental strategies. Use when building data transformations, creating data models, or implementing analytics engineering best practices.
code-review
by TriNgo0108
Automated code review checklist. Use when reviewing PRs or code changes.
csharp-code-review
by TriNgo0108
Master C# and .NET code review patterns including async/await, LINQ optimization, dependency injection, Entity Framework, and null safety. Use PROACTIVELY when reviewing C#/.NET PRs.
javascript-code-review
by TriNgo0108
Master JavaScript code review patterns including modern syntax, async/await, equality operators, memory leaks, and DOM manipulation. Use PROACTIVELY when reviewing JavaScript PRs.
go-code-review
by TriNgo0108
Master Go code review patterns including error handling, goroutine management, race conditions, interface design, and testing. Use PROACTIVELY when reviewing Go PRs.
deployment-pipeline-design
by TriNgo0108
Design multi-stage CI/CD pipelines with approval gates, security checks, and deployment orchestration. Use when architecting deployment workflows, setting up continuous delivery, or implementing GitOps practices.
_data-ai-mastery
by TriNgo0108
Master Python programming, Data Science, AI/LLM engineering, and Database administration. Use this as a central index to access specialized sub-skills.
distributed-tracing
by TriNgo0108
Implement distributed tracing with Jaeger and Tempo to track requests across microservices and identify performance bottlenecks. Use when debugging microservices, analyzing request flows, or implementing observability for distributed systems.
go-best-practice
by TriNgo0108
Master comprehensive Go (Golang) best practices covering idiomatic code, project structure, error handling, concurrency patterns, testing, performance optimization, and security. Use PROACTIVELY for Go development, code review, or establishing team standards.
debugging-strategies
by TriNgo0108
Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stack. Use when investigating bugs, performance issues, or unexpected behavior.
changelog-automation
by TriNgo0108
Automate changelog generation from commits, PRs, and releases following Keep a Changelog format. Use when setting up release workflows, generating release notes, or standardizing commit conventions.
go-concurrency-patterns
by TriNgo0108
Master Go concurrency with goroutines, channels, sync primitives, and context. Use when building concurrent Go applications, implementing worker pools, or debugging race conditions.
error-handling-patterns
by TriNgo0108
Master error handling patterns across languages including exceptions, Result types, error propagation, and graceful degradation to build resilient applications. Use when implementing error handling, designing APIs, or improving application reliability.
_workflow-security-audit
by TriNgo0108
Process for conducting system security reviews and remediating vulnerabilities. Follow the phases sequentially.
_security-compliance-mastery
by TriNgo0108
Master application security, threat mitigation, compliance frameworks, and secure authentication. Use this as a central index to access specialized sub-skills.
data-quality-frameworks
by TriNgo0108
Implement data quality validation with Great Expectations, dbt tests, and data contracts. Use when building data quality pipelines, implementing validation rules, or establishing data contracts.
api-design-principles
by TriNgo0108
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.
csharp-dotnet-best-practice
by TriNgo0108
Master comprehensive C# and .NET best practices covering Clean Architecture, async/await, dependency injection, Entity Framework Core, modern C# 12+ features, testing, error handling, and performance optimization. Use PROACTIVELY for .NET development, code review, or establishing team standards.
cost-optimization
by TriNgo0108
Optimize cloud costs through resource rightsizing, tagging strategies, reserved instances, and spending analysis. Use when reducing cloud expenses, analyzing infrastructure costs, or implementing cost governance policies.
architecture-patterns
by TriNgo0108
Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing applications for better maintainability.
dotnet-backend-patterns
by TriNgo0108
Master C#/.NET backend development patterns for building robust APIs, MCP servers, and enterprise applications. Covers async/await, dependency injection, Entity Framework Core, Dapper, configuration, caching, and testing with xUnit. Use when developing .NET backends, reviewing C# code, or designing API architectures.
_devops-cloud-mastery
by TriNgo0108
Master infrastructure as code, cloud architecture, CI/CD pipelines, and site reliability engineering. Use this as a central index to access specialized sub-skills.
grafana-dashboards
by TriNgo0108
Create and manage production Grafana dashboards with multiple data sources (Prometheus, InfluxDB, Elasticsearch, CloudWatch, Loki, Tempo) for real-time visualization of system and application metrics. Use when building monitoring dashboards, visualizing metrics, or creating operational observability interfaces.
event-store-design
by TriNgo0108
Design and implement event stores for event-sourced systems. Use when building event sourcing infrastructure, choosing event store technologies, or implementing event persistence patterns.
helm-chart-scaffolding
by TriNgo0108
Design, organize, and manage Helm charts for templating and packaging Kubernetes applications with reusable configurations. Use when creating Helm charts, packaging Kubernetes applications, or implementing templated deployments.
fastapi-templates
by TriNgo0108
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.
_testing-qa-mastery
by TriNgo0108
Master test-driven development, end-to-end testing, and automated QA practices. Use this as a central index to access specialized sub-skills.
defi-protocol-templates
by TriNgo0108
Implement DeFi protocols with production-ready templates for staking, AMMs, governance, and lending systems. Use when building decentralized finance applications or smart contract protocols.
e2e-testing-patterns
by TriNgo0108
Master end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs, improve confidence, and enable fast deployment. Use when implementing E2E tests, debugging flaky tests, or establishing testing standards.
data-storytelling
by TriNgo0108
Transform data into compelling narratives using visualization, context, and persuasive structure. Use when presenting analytics to stakeholders, creating data reports, or building executive presentations.
competitive-landscape
by TriNgo0108
This skill should be used when the user asks to "analyze competitors", "assess competitive landscape", "identify differentiation", "evaluate market positioning", "apply Porter's Five Forces", or requests competitive strategy analysis.
async-python-patterns
by TriNgo0108
Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations.