Skip to main content
TheDecipherist
GitHub 제작자 프로필

TheDecipherist

2개 GitHub 저장소에서 수집된 27개 skills를 저장소 단위로 보여줍니다.

수집된 skills
27
저장소
2
업데이트
2026년 6월 27일
저장소 탐색

저장소와 대표 skills

accessibility
웹·디지털 인터페이스 디자이너

Accessibility and screen-reader support, built in from the start rather than bolted on. Claude treats a11y as an afterthought and reaches for clickable divs, skips alt text and labels, and removes focus rings. Use when building or editing any UI, page, or…

2026년 6월 27일
api-conventions
소프트웨어 개발자

Service structure conventions for this codebase: routing, layering, and where code lives. Use whenever writing or modifying a service's server entry, route definitions, handlers, or adapters. Loads inline so it shapes structure as code is written.

2026년 6월 27일
code-review
소프트웨어 품질 보증 분석가·테스터

Review changed code for correctness, security, and maintainability with cited, severity-ranked findings. Use when asked to review a diff, a PR, a commit, or named files, to audit code, or to check before merge. Runs isolated and read-only, reports findings,…

2026년 6월 27일
create-service
소프트웨어 개발자

Scaffold a new microservice that follows the project's server/handlers/adapters architecture. Use when asked to create, scaffold, or add a new service or package. Writes files and may create a git branch, so it runs only when invoked explicitly.

2026년 6월 27일
css-structure
웹 개발자

Where CSS should live. Claude defaults to dumping a giant <style> block or scattering style="..." attributes instead of putting styles in a .css file and linking it. Use when building or editing a web page or component, or whenever about to write a style…

2026년 6월 27일
dev-pitfalls
소프트웨어 개발자

Common pitfalls that are slow to troubleshoot and that tend to get "fixed" by going in circles, because the error message points nowhere near the actual cause. Use before and during git, project, and WSL work, checking a repo is initialized and node_modules…

2026년 6월 27일
docker
네트워크·컴퓨터 시스템 관리자

Production Docker best practices for writing Dockerfiles, Compose files, and Swarm stacks. Use whenever creating or editing a Dockerfile, a docker-compose / compose.yaml, or a stack file, or building and optimizing an image. Fixes the handful of things Claude…

2026년 6월 27일
docker-swarm
네트워크·컴퓨터 시스템 관리자

Production Docker Swarm deployment rules: what changes when a compose file goes from a single node to a multi-node Swarm. Use when writing or reviewing a stack file, a deploy block, an overlay network, or anything deployed with docker stack deploy. Covers the…

2026년 6월 27일
수집된 skill 25개 중 8개를 표시합니다.
저장소 2개 중 2개 표시
모든 저장소를 표시했습니다