Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

uix

uix には rygrams から収集した 16 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
16
Stars
0
更新
2026-07-13
Forks
0
職業カバレッジ
5 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

backend-conventions
ソフトウェア開発者

Structure et règles back-end NestJS (DDD + Clean Architecture). À utiliser pour créer ou modifier du code back-end — use-cases, controllers, repositories, services infra, mappers, errors — ou pour savoir dans quelle couche placer un fichier.

2026-07-13
code-simplification
ソフトウェア開発者

Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity.

2026-07-12
debugging-and-error-recovery
ソフトウェア開発者

Guides systematic root-cause debugging. Use when tests fail, builds break, behavior doesn't match expectations, or you encounter any unexpected error. Use when you need a systematic approach to finding and fixing the root cause rather than guessing.

2026-07-12
frontend-ui-engineering
ウェブ開発者

Builds production-quality UIs. Use when building or modifying user-facing interfaces. Use when creating components, implementing layouts, managing state, or when the output needs to look and feel production-quality rather than AI-generated.

2026-07-12
incremental-implementation
ソフトウェア開発者

Delivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step.

2026-07-12
performance-optimization
ソフトウェア開発者

Optimizes application performance. Use when performance requirements exist, when you suspect performance regressions, or when Core Web Vitals or load times need improvement. Use when profiling reveals bottlenecks that need fixing.

2026-07-12
planning-and-task-breakdown
プロジェクト管理専門家

Breaks work into ordered tasks. Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible.

2026-07-12
security-and-hardening
情報セキュリティアナリスト

Hardens code against vulnerabilities. Use when handling user input, authentication, data storage, or external integrations. Use when building any feature that accepts untrusted data, manages user sessions, or interacts with third-party services.

2026-07-12
shadcn
ウェブ開発者

Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json file. Also triggers for "shadcn init", "create an app with --preset", or "switch to --preset".

2026-07-12
source-driven-development
ソフトウェア開発者

Grounds every implementation decision in official documentation. Use when you want authoritative, source-cited code free from outdated patterns. Use when building with any framework or library where correctness matters.

2026-07-12
code-quality-review
ソフトウェア品質保証アナリスト・テスター

Revue de code multi-axes (correctness, lisibilité, architecture, sécurité, performance) contre les conventions Arolitec (back/front, SOLID, clean code, qualité TS, dépendances, Turborepo, Docker). À utiliser avant tout merge pour relire un diff, une PR ou des fichiers — qu'ils soient écrits par toi, un autre agent ou un humain. Déclencher sur "review", "relis", "vérifie les conventions", "code review".

2026-07-12
code-quality-setup
ソフトウェア開発者

Configs ESLint / Prettier / TypeScript / Vitest partagées du monorepo (approche Turborepo) et règles TypeScript transversales. À utiliser pour créer/modifier les configs lint, tsconfig ou vitest, ajouter un profil (nest/react/vite), ou vérifier le respect des règles TS (strict, pas de any/as/@ts-ignore, import type).

2026-07-12
dependency-management
ソフトウェア開発者

Gestion des dépendances du monorepo via le catalog pnpm (source de vérité unique des versions). À utiliser pour ajouter, mettre à jour ou auditer une dépendance, ou pour décider entre catalog et version locale dans un package.json.

2026-07-12
docker-conventions
ソフトウェア開発者

Conventions Docker et Docker Compose du monorepo (images multi-stage légères et sécurisées, compose dev/staging, .env.example). À utiliser pour écrire ou réviser un Dockerfile, un docker-compose.yml ou un .dockerignore d'une app déployable.

2026-07-12
frontend-conventions
ウェブ開発者

Structure et règles front-end React + React Router v7 (architecture Feature-based). À utiliser pour créer ou modifier du code front — features, components, hooks, mappers, validators, et la couche servers (service/loader/action) — ou pour savoir où placer un fichier front.

2026-07-12
unit-tests
ソフトウェア品質保証アナリスト・テスター

Conventions de tests unitaires avec Vitest — tester le comportement (input → output) et non l'implémentation, couvrir cases / edge cases et toutes les branches, et co-localiser les tests dans des dossiers __tests__ miroir de la structure. À utiliser pour écrire, relire ou organiser des tests unitaires (.spec.ts) côté back (use-cases, mappers, validators) ou front.

2026-07-12