Skill Claude CodeCodex
A guide to writing tests in Go, including table-driven tests, where test files belong, and how they should be named.
Skill Claude CodeCodex
A guide to writing tests in Go, including table-driven tests, where test files belong, and how they should be named.
Skill Claude CodeCodex
A guide to building backend APIs with Hono, a TypeScript web framework. It covers routes, middleware, validation, authentication, logging, typed RPC clients, and runtime-specific concerns.
Skill Claude CodeCodex
A guide to building TypeScript applications with the Next.js App Router, the part of Next.js that organizes pages and layouts through the application folder structure.
Skill Claude CodeCodex
A framework-independent guide to application observability, meaning the logs, measurements, and request traces used to understand software while it runs.
Skill Claude CodeCodex
A guide to managing a pnpm monorepo. A monorepo stores multiple related packages or applications in one repository, while pnpm is a JavaScript package manager.
Skill Claude CodeCodex
A project-management guide for coordinating work from project setup through planning and execution. It includes role definitions, plan checking, and guidance for choosing skills in different situations.
Skill Claude CodeCodex
Skill "pytest-testing" from nakano1122/dotfiles, covering pytest テスト実装ガイド, ワークフロー, pytest 設定, pyproject.toml and conftest.py の配置.
Skill Claude CodeCodex
A guide to building search and information-retrieval models with Hugging Face and sentence-transformers. It covers bi-encoders, cross-encoders, ColBERT, SPLADE, data preparation, training, evaluation, and efficiency improvements.
Skill Claude CodeCodex
A review guide for Claude Code skills, which are reusable instructions for an AI coding assistant.
Skill Claude CodeCodex
A practical guide to using Tailwind CSS version 4, a tool for styling web interfaces with predefined utility classes. It covers themes, design tokens, reusable components, responsive layouts, dark mode, container queries, and performance.
Skill Claude CodeCodex
A general guide to designing software tests, including which tests to write, how to structure them, and how to choose test substitutes such as mocks or stubs.
Skill Claude CodeCodex
A Japanese-language guide for testing TypeScript code with Vitest, a JavaScript and TypeScript test runner.
Skill Claude CodeCodex
A Japanese-language guide to practical web-design implementation, covering CSS, page layout, responsive behavior, and accessibility.
Skill Claude CodeCodex
A framework-independent guide to designing and building security for web applications, including login and access-control concepts.