ChoiHyunSuk93/init-project-codex
init-project skill when using codex cli
init-project skill when using codex cli
npx skills add ChoiHyunSuk93/init-project-codexinit-project skill when using codex cli
>
Two Claude Code skills for keeping a project's docs in sync with the work: docs-update routes session changes to the right doc, context-md maintains a CONTEXT.md glossary.
Recently updated AI agent skill repository: HopeForwardFund/ai-assistant-bot
A repository of agent skills
Provides patterns for unit testing REST controllers using MockMvc and @WebMvcTest. Generates controller tests that validates request/response mapping, validation, exception handling, and HTTP status codes. Use when testing web layer endpoints in isolation for API endpoint testing, Spring MVC tests, mock HTTP requests, or controller layer unit tests.
Scaffold and deploy Cloudflare Workers with Hono routing, Vite plugin, and Static Assets. Describe project, scaffold structure, configure bindings, deploy. Use whenever the user wants to create a Worker project, set up Hono on Cloudflare, configure D1 / R2 / KV / Queues bindings, or troubleshoot Worker export syntax, API route conflicts, HMR issues, or deployment failures.