Skip to main content
TheDecipherist
ملف منشئ GitHub

TheDecipherist

عرض على مستوى المستودعات لـ ٢٧ skills مجمعة عبر ٢ مستودعات GitHub.

skills مجمعة
٢٧
مستودعات
٢
محدث
٢٧ يونيو ٢٠٢٦
مستكشف المستودعات

المستودعات و 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…

٢٧ يونيو ٢٠٢٦
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.

٢٧ يونيو ٢٠٢٦
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,…

٢٧ يونيو ٢٠٢٦
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.

٢٧ يونيو ٢٠٢٦
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…

٢٧ يونيو ٢٠٢٦
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…

٢٧ يونيو ٢٠٢٦
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…

٢٧ يونيو ٢٠٢٦
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…

٢٧ يونيو ٢٠٢٦
عرض 8 من أصل ٢٥ skills مجمعة.
عرض ٢ من أصل ٢ مستودعات
تم تحميل كل المستودعات