Skill Claude CodeCodex
A verification-focused workflow for AI agents that research information through web searches. It is designed to reduce made-up claims by checking evidence.
Skill Claude CodeCodex
A verification-focused workflow for AI agents that research information through web searches. It is designed to reduce made-up claims by checking evidence.
Skill Claude CodeCodex
A skill for searching South Korea's public data portal, data.go.kr, for datasets and public APIs. It responds to Korean requests such as finding an API or checking whether public data exists.
Skill Claude CodeCodex
A guide to common FastAPI backend patterns, including routes, dependency handling, JWT login, error handling, SQLAlchemy 2, Pydantic 2, and asyncpg.
Skill Claude CodeCodex
A guide to structuring Flutter apps with clean architecture: separate feature code into data, domain, and presentation layers, using repositories, use cases, and Riverpod where appropriate.
Skill Claude CodeCodex
A skill that applies Git Flow, a branching method for organising feature and release work, and requires commit summaries in Korean.
Skill Claude CodeCodex
A guide to organising Kotlin and Android applications by feature, using separate data, domain, and presentation layers. It describes how repositories, use cases, and ViewModels fit together.
Skill Claude CodeCodex
A search tool for NAVER API HUB, a Korean service that provides access to NAVER searches and keyword trends.
Skill Claude CodeCodex
A skill for searching Naver Shopping, a Korean online shopping service, through its search API.
Skill Claude CodeCodex
Guidance for connecting UIKit screens to Swift's Combine framework within the MVVM design pattern.
Skill Claude CodeCodex
Swift Concurrency 경계 설정, @MainActor, Task 배치, UIKit MVVM async API 설계. ViewModel, @MainActor, Task, async await, Combine 바인딩, isLoading 처리 시 사용.
Skill Claude CodeCodex
Guidance for structuring Swift and iOS apps with Model–View–ViewModel, a pattern that separates data, screens, and screen logic.
Skill Claude CodeCodex
A guide to managing state in SwiftUI applications using the Model-View-ViewModel pattern, where screen logic is separated from the view. It covers SwiftUI observation tools and asynchronous task handling.