Skip to main content
Run any Skill in Manus
with one click
lsh1215
GitHub creator profile

lsh1215

Repository-level view of 37 collected skills across 4 GitHub repositories.

skills collected
37
repositories
4
updated
2026-05-30
repository explorer

Repositories and representative skills

new-feature
software-developers

Scaffold a new domain feature with TDD order (entity -> test -> service -> test -> controller -> test)

2026-05-20
spring-bootstrap
software-developers

์ƒˆ Spring Boot ๋ฉ€ํ‹ฐ๋ชจ๋“ˆ ํ”„๋กœ์ ํŠธ์˜ ๊ธฐ์ดˆ ์„ธํŒ…(common shared kernel + Gradle/Docker/CI ๊ณจ๊ฒฉ)์„ ๊น”์•„์ฃผ๋Š” ์Šคํ‚ฌ. ์‹œ์Šคํ…œ ์„ค๊ณ„ ๋ฌธ์„œ ๊ธฐ๋ฐ˜ ๊ตฌํ˜„ ์‹œ์ž‘ ์‹œ ๊ฐ€์žฅ ๋จผ์ € ๋ฐœ๋™. ํ•ต์‹ฌ ๊ณจ๊ฒฉ๋งŒ ํฌํ•จ โ€” `BusinessException`/`ErrorCodeBase`/`ApiResponse`/`GlobalExceptionHandler`/`BaseEntity` + JPA/CORS/OpenAPI configs. Kafka/Outbox/QueryDSL ๊ฐ™์€ ๋„๋ฉ”์ธ ํŠนํ™” ํŒจํ„ด์€ ๋ณ„๋„ llm-wiki์—์„œ ๋Œ์–ด๋‹ค ์“ด๋‹ค.

2026-05-20
sysdesign-design
software-developers

Design partner mode for system design practice. Activated when the user wants to design a new system (chat, notification, news feed, URL shortener, etc.). Sets up topic directory, copies the mock-interview template, loads the matching problem from sysdesign-question-bank, marks the topic as active in .omx/state/, and conducts a back-and-forth Clarifying โ†’ High Level โ†’ Drill Down conversation, updating <topic>/System-Design-Document/mock-interview.md immediately as each decision lands. Uses Alex Xu Vol.1's canned numbers as the starting point (book-first), user adjusts. NOT an interview โ€” the user drives, this skill is a design collaborator with a calculator (back-of- envelope, latency estimation via auto-injected sysdesign-frameworks) and a reference book (sysdesign-question-bank).

2026-05-20
sysdesign-impl
software-developers

Scaffold a minimum-viable implementation of a designed system. Activated when the user is ready to write code. Reads sdd.md (or falls back to mock-interview.md), determines the smallest component subset that lets the design's NFRs be testable (NOT a full production build โ€” single-region, in-memory or single-container infra, no CDN, no multi-region), asks the user for the language/framework stack (default Spring Boot + PostgreSQL + Kafka per project's existing skill set), then scaffolds <topic>/source/ with per-service directories, a docker-compose.yml that brings everything up locally, and test-results/ scaffolding for functional / load / failure tests. The point is verification of design assumptions, not production.

2026-05-20
sysdesign-sdd
software-developers

Promote a filled mock-interview.md into a formal Software Design Document (sdd.md) following the IEEE 1016 / Atlassian / Google design-doc style. Activated when the user says they are ready to write the SDD. Reads the topic's mock-interview.md AND the topic's conversation log files (which capture the back-and-forth detail not preserved in the structured mock-interview), then asks the user the SDD-specific questions that mock-interview doesn't cover (Constraints, ADRs, Risk Register, Rollout, Testing strategy). Writes sdd.md incrementally as decisions land.

2026-05-20
tdd-patterns
software-quality-assurance-analysts-and-testers

TDD workflow, per-layer test types, naming conventions, and test fixture patterns for Spring Boot. Use when writing or reviewing tests.

2026-05-20
domain-modeling
database-architects

Applies Eric Evans' Domain-Driven Design patterns to design and review domain model classes. Covers tactical patterns (Entity, Value Object, Aggregate, Service, Repository, Factory, Domain Event) and strategic patterns (Bounded Context, Context Map, Anti-Corruption Layer, Core Domain, Distillation). Use when designing JPA entities, defining aggregate boundaries, identifying value objects, mapping bounded contexts, creating domain events, or reviewing domain model code. Also use when asked about ubiquitous language, context maps, or anti-corruption layers.

2026-05-04
e2e-testing
software-quality-assurance-analysts-and-testers

E2E/QA testing with agent-browser CLI for token-efficient browser automation

2026-05-04
Showing top 8 of 20 collected skills in this repository.
adr
software-developers

Generate an Architecture Decision Record for a technical decision

2026-05-30
adversarial-review
software-quality-assurance-analysts-and-testers

Adversarial critic workflow for the limited-stock booking system. Use when the user asks AI to attack a design or implementation for Redis outage, oversell, undersell, duplicate booking/payment, retry storm, fallback collapse, correctness gaps, or operational blind spots.

2026-05-30
first-principles-design-review
software-developers

Skeptical first-principles design review skill. Use when the user asks whether a design, architecture, product plan, API, data model, workflow, or system design truly satisfies the real requirements. Reviews from fundamentals: decompose claims into requirements, assumptions, constraints, evidence, invariants, trade-offs, failure modes, and simpler alternatives. Inspired by first-principles reasoning and Cartesian doubt, but does not impersonate any real person.

2026-05-30
phase-check
software-quality-assurance-analysts-and-testers

Validate current project phase deliverables against PRD checklist

2026-05-30
resilience
software-developers

Resilience4j circuit breaker, retry, rate limiter, and bulkhead patterns with testing strategies. Use when implementing fault tolerance between services.

2026-05-30
sysdesign-design
software-developers

Design partner mode for system design practice. Activated when the user wants to design a new system (chat, notification, news feed, URL shortener, etc.). Sets up topic directory, uses the project mock-interview document, loads the matching problem from sysdesign-question-bank, marks the topic as active in .omx/state/, and conducts a back-and-forth Clarifying โ†’ High Level โ†’ Drill Down conversation, updating <topic>/System-Design-Document/mock-interview.md immediately as each decision lands. Uses Alex Xu Vol.1's canned numbers as the starting point (book-first), user adjusts. NOT an interview โ€” the user drives, this skill is a design collaborator with a calculator (back-of- envelope, latency estimation via auto-injected sysdesign-frameworks) and a reference book (sysdesign-question-bank).

2026-05-30
sysdesign-sdd
software-developers

Promote a filled mock-interview.md into a formal Software Design Document (sdd.md) following the IEEE 1016 / Atlassian / Google design-doc style. Activated when the user says they are ready to write the SDD. Reads the topic's mock-interview.md AND the topic's conversation log files (which capture the back-and-forth detail not preserved in the structured mock-interview), then asks the user the SDD-specific questions that mock-interview doesn't cover (Constraints, ADRs, Risk Register, Rollout, Testing strategy). Writes sdd.md incrementally as decisions land.

2026-05-30
test-first-prompting
software-quality-assurance-analysts-and-testers

Test-first prompting workflow for this booking system. Use when the user asks AI to first derive failure, race, duplicate, overload, Redis outage, payment failure, or retry-storm scenarios before implementation, and to pin those scenarios as tests before writing production code.

2026-05-30
aiwriting
writers-and-authors

Korean writing pipeline orchestrator. Numeric picker that routes to one of 4 direct format slash commands (blog / cover-letter / paper / letter). Zero AI dispatch - the user picks by number. Use when the user invokes /aiwriting without specifying a format, or asks "๊ธ€ ์“ฐ๋Š” ๋„๊ตฌ ๋ญ ์žˆ์–ด?" / "aiwriting ๋ฉ”๋‰ด" / "์–ด๋–ค ๊ธ€์„ ์“ธ ์ˆ˜ ์žˆ์–ด?".

2026-04-27
cover-letter
writers-and-authors

Korean cover-letter writing pipeline. Drafts an applicant cover letter (์ž๊ธฐ์†Œ๊ฐœ์„œ) in STAR (Situation/Task/Action/Result) form, then runs deterministic AI-tell scrubbing. Use when the user asks for a cover letter, ์ž๊ธฐ์†Œ๊ฐœ์„œ, or career transition statement. Argument "review" runs only the AI-tell scrubber on an existing file.

2026-04-27
letter
writers-and-authors

Korean personal letter writing pipeline (๊ฐ์‚ฌ/์ถ•ํ•˜/์œ„๋กœ/์ถ”์ฒœ ๋“ฑ). Drafts a personal letter focused on warmth and specificity over structure, then runs deterministic AI-tell scrubbing. Use when the user asks for a personal letter, ๊ฐ์‚ฌ ํŽธ์ง€, ์œ„๋กœ ํŽธ์ง€, ์ถ•ํ•˜ ๋ฉ”์‹œ์ง€, ๋˜๋Š” ์ถ”์ฒœ์„œ. Argument "review" runs only the AI-tell scrubber on an existing file.

2026-04-27
paper
technical-writers

Korean academic paper / technical report writing pipeline. Drafts a structured paper (Abstract / Introduction / Method / Results / Discussion / Limitations / Conclusion) with Toulmin argumentation, then runs deterministic AI-tell scrubbing and structure-critic review. Use when the user asks for a paper, technical report, ๋…ผ๋ฌธ ์ดˆ์•ˆ, or empirical study writeup. Argument "review" runs only the AI-tell scrubber on an existing file.

2026-04-27
blog
technical-writers

Korean technical blog writing pipeline. Orchestrates a 5-stage agent pipeline (writer -> scrubber -> copy-killer -> structure-critic -> fact-checker) to produce externally publishable Korean technical blog posts with deterministic anti-AI-detection cleanup. Use when the user mentions writing a blog post, technical article, or asks to "write a blog about X". Argument "review" runs only the AI-tell scrubber on an existing file.

2026-04-27
Showing 4 of 4 repositories
All repositories loaded