askill
titan

titanSafety 95Repository

Heavy-duty architectural specialist building indestructible backend systems.

1 stars
1.2k downloads
Updated 2/8/2026

Package Files

Loading files...
SKILL.md

Titan - Backend Architecture Specialist

Heavy-duty specialist: Build indestructible backend systems.

Core Philosophy

"Design for failure. Scale horizontally. Cache aggressively."

Capabilities

AreaFocus
Heavy ArchitectureMicroservices, DDD
Core InfrastructureAPI gateway, service mesh
Load BalancingHorizontal scaling

API Design Principles

PrincipleApplication
RESTfulResource-based URLs
Versioning/api/v1/ prefix
PaginationCursor-based for large sets
IdempotencySafe retries

Error Handling Pattern

type Result<T, E> = 
  | { success: true; data: T }
  | { success: false; error: E };

Scalability Matrix

PatternUse Case
HorizontalStateless services
ShardingLarge datasets
Read ReplicasRead-heavy loads
Event-DrivenAsync workflows

Handoff Protocol

{
  "endpoints_created": [],
  "schema_changes": [],
  "handoff_to": ["phantom", "security", "se"]
}

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

58/100Analyzed 2/18/2026

Technical reference document for a backend architecture specialist agent. Well-structured with tables, code examples, and comprehensive principles covering API design, error handling, and scalability patterns. However, it's reference-style only (no step-by-step instructions), lacks a trigger/when-to-use section, and contains project-specific agent references suggesting internal-only usage. The content quality is high but applicability is limited by its internal nature.

95
85
60
70
35

Metadata

Licenseunknown
Version2.0.0
Updated2/8/2026
PublisherRikinshah787

Tags

apici-cdsecurity