Maintainer shelf

Yanko Belov

Reusable agent skills published under this GitHub owner—sorted by stars with aggregate signals below.
28 skills168 GitHub stars0 weekly installsGitHub
Strongest repo by stars
yanko-belov/code-craft

28 skills · 168 stars total

Open repo

28 skills

single-responsibility
Code Review

This skill helps you apply the single-responsibility principle by guiding you to split classes and modules, reducing change coupling and maintenance.

PlanningRefactorTypescript
dependency-inversion
Api

This skill helps you apply the Dependency Inversion Principle in TypeScript by promoting interface-based design and injecting dependencies instead of

BackendCode ReviewDebuggingRefactor+2
interface-segregation
Code Review

This skill helps you design focused interfaces by applying the Interface Segregation Principle, avoiding throw and no-op methods and promoting cohesive,

DesignRefactorTypescript
yagni
Api

This skill helps you resist feature bloat by enforcing YAGNI principles, guiding minimal viable implementations until requirements actually demand change.

BackendDevopsPerformanceRefactor+2
liskov-substitution
Code Review

This skill helps you apply the Liskov Substitution Principle by avoiding broken inheritance and favoring interfaces and composition for reliable subclassing.

DesignRefactorTestingTypescript
open-closed
Backend

This skill helps you apply the Open/Closed Principle by guiding you to add new behavior via extensions rather than modifying existing code.

Code ReviewDesignRefactorTypescript
dry
Code Review

This skill helps you identify and extract duplicate logic to enforce a single source of truth across codebases, reducing bugs and maintenance.

DebuggingRefactorTestingTypescript
kiss
Code Review

This skill helps you replace overengineered solutions with simple, clear code that works and ships faster.

DebuggingPerformanceProductivityRefactor+1
encapsulation
Backend

This skill enforces encapsulation in TypeScript by guiding you to hide internal state and expose behavior through validated methods.

Code ReviewDesignFrontendObservability+4
skill-awareness
Analytics

This skill tracks every code-craft application to build a practice record and support analytics across sessions.

DataGitProductivityScripting+1
law-of-demeter
Code Review

This skill helps you write safer TypeScript code by avoiding deep property access and encouraging explicit data access patterns.

DebuggingDesignRefactorTypescript
error-boundaries
Backend

This skill helps you place error handling at architectural boundaries, enabling graceful degradation and preventing cascading failures.

DebuggingDesignFrontendRefactor+1
immutability
Code Review

This skill enforces immutable patterns by returning new objects for updates, preventing bugs and improving React state predictability.

DebuggingFrontendPerformanceRefactor+2
n-plus-one-prevention
Backend

This skill helps you prevent N+1 queries by enforcing eager loading and providing patterns to fetch related data in a single query.

DatabasePerformanceTypescript
test-isolation
Debugging

This skill helps you enforce test isolation by guiding you to create independent tests, avoid shared state, and run reliably.

Integration TestsRefactorTestingUnit Tests+1
rest-conventions
Api

This skill helps you design RESTful endpoints by enforcing correct HTTP methods, avoiding verbs in URLs, and promoting semantic, cache-friendly APIs.

BackendDataDatabaseDesign+4
composition-over-inheritance
Api

This skill helps you replace inheritance with composition by guiding you to assemble behaviors via interfaces and injectables for flexible class design.

BackendCode ReviewDebuggingDesign+4
lazy-loading
Data

This skill helps you implement lazy loading to load data on demand, improving initial load times and perceived performance.

DebuggingFrontendPerformanceUx+1
race-conditions
Backend

This skill helps you identify and remediate race conditions by applying atomic, transactional, and locking patterns across code paths.

DataDatabaseDebuggingPerformance+3
error-responses
Api

This skill helps you implement safe, structured API error responses that avoid leaks and improve client understanding.

BackendDebuggingPerformanceSecurity+1
aaa-pattern
Integration Tests

This skill enforces clear arrange-act-assert test structure by guiding you to separate phases for readability and maintainability.

TestingUnit TestsTypescript
exception-hierarchies
Api

This skill helps you design precise exception hierarchies in TypeScript, enabling targeted catch blocks and safer error handling across layers.

BackendCode ReviewDatabaseDebugging+4
fail-fast
Backend

This skill promotes fail-fast error handling in TypeScript by throwing at the source and surfacing clear errors to boundaries.

Code ReviewDebuggingTestingTypescript
idempotency
Api

This skill helps you implement idempotency for critical mutations using idempotency keys to prevent duplicates and ensure safe retries.

BackendDatabaseDevopsFullstack+2
secrets-handling
Api

This skill guides you to never hardcode secrets, enforcing environment variables and startup validation to prevent leaks and secure credentials.

BackendDatabaseDevopsSecurity+1
deadlock-prevention
Backend

This skill helps prevent deadlocks by enforcing consistent lock ordering and timeouts across services, ensuring operations complete reliably.

Ci CdDatabaseDebuggingMonitoring+2
caching
Backend

This skill helps you implement caching with robust invalidation strategies to boost performance while ensuring data freshness.

Code ReviewDataDebuggingMonitoring+2
api-versioning
Api

This skill helps you design and evolve APIs safely by enforcing versioning, deprecation, and non-breaking changes across clients.

BackendDocsMigrationPlanning+1
Full skills directory
Search and filter the entire library—then dive back into this owner anytime.
Browse by topic
See how skills cluster by workflow problem space—not just by repository.
Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational