Skip to main content

ChloeVPin/candy-skills

SkillsMP는 ChloeVPin/candy-skills에서 72개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
72
GitHub 스타
0
GitHub 포크
0

수집된 skill 72개 중 40개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

AUDIT complet du dépôt pour la sur-ingénierie. Analyse l'ensemble du code au lieu du diff uniquement (comme ponytail-review). Liste classée de ce qu'il faut supprimer, simplifier ou remplacer par des équivalents de la bibliothèque standard/natifs. Rapport…

원문 언어: 프랑스어

업데이트
직업 분류
소프트웨어 개발자
설명

WHOLE-REPO audit for over-engineering. Scans entire codebase instead of diff (like ponytail-review). Ranked list of what to delete, simplify, or replace with stdlib/native equivalents. One-shot report, does NOT apply fixes. Trigger: "audit this codebase",…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

AFFICHE l'impact mesuré de ponytail sous forme de tableau de bord compact : moins de code, moins de coût, plus de vitesse. Médianes de référence, pas de chiffres par dépôt. Affichage unique, pas un mode persistant. Déclencheurs : "/ponytail-gain", "ponytail…

원문 언어: 프랑스어

업데이트
직업 분류
소프트웨어 개발자
설명

DISPLAY ponytail's measured impact as compact scoreboard: less code, less cost, more speed. Benchmark medians, not per-repo numbers. One-shot display, not persistent mode. Trigger: "/ponytail-gain", "ponytail gain", "what does ponytail save", "show ponytail…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

RECUEILLE chaque commentaire `ponytail:` dans le code source dans un registre de dette technique. Collecte les raccourcis délibérés et les reports pour qu'ils soient suivis au lieu de pourrir en "plus tard veut dire jamais". Rapport unique, ne modifie rien.…

원문 언어: 다국어 혼합

업데이트
직업 분류
소프트웨어 개발자
설명

HARVEST every `ponytail:` comment in the codebase into a debt ledger. Collects deliberate shortcuts and deferrals so they're tracked instead of rotting into "later means never". One-shot report, changes nothing. Trigger: "ponytail debt", "/ponytail-debt",…

원문 언어: 영어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

VÉRIFIER le code d'interface pour la conformité aux Web Interface Guidelines. Récupérer les dernières directives depuis l'URL source, lire les fichiers spécifiés, appliquer toutes les règles, afficher les résultats au format concis `fichier:ligne`.…

원문 언어: 프랑스어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

REVIEW UI code for Web Interface Guidelines compliance. Fetch latest guidelines from source URL, read specified files, apply all rules, output findings in terse `file:line` format. Trigger: "review my UI", "check accessibility", "audit design", "review UX",…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

VÉRIFIER la documentation/prose pour la conformité aux Writing Guidelines. Récupérer les dernières directives depuis l'URL source, lire les fichiers spécifiés, appliquer toutes les règles, afficher les résultats au format concis `fichier:ligne`. Déclencheurs…

원문 언어: 프랑스어

업데이트
직업 분류
소프트웨어 개발자
설명

REVIEW docs/prose for Writing Guidelines compliance. Fetch latest guidelines from source URL, read specified files, apply all rules, output findings in terse `file:line` format. Trigger: "review my docs", "check writing style", "audit prose", "review docs…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

CARTE de référence rapide pour tous les modes, compétences et commandes de ponytail. Affichage unique, pas un mode persistant. Déclencheurs : "/ponytail-help", "ponytail help", "what ponytail commands", "how do I use ponytail".

원문 언어: 프랑스어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

QUICK-REFERENCE card for all ponytail modes, skills, and commands. One-shot display, not persistent mode. Trigger: "/ponytail-help", "ponytail help", "what ponytail commands", "how do I use ponytail".

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

ARQUITECTAR aplicaciones SaaS multiinquilino con aislamiento de datos, RBAC, abstracción de facturación y middleware de autenticación. Prevenir fugas de datos entre inquilinos, rutas desprotegidas y lógica de facturación dispersa en la UI. Activadores: "build…

원문 언어: 스페인어

업데이트
직업 분류
소프트웨어 개발자
설명

ARCHITECT multi-tenant SaaS applications with data isolation, RBAC, billing abstraction, and auth middleware. Prevent cross-tenant data leaks, unprotected routes, and billing logic scattered across UI. Trigger: "build (a|an) saas", "create (a|an) multi-tenant…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

GUÍAS de optimización de rendimiento React y Next.js de Vercel Engineering. 70+ reglas en 8 categorías priorizadas por impacto. Hacer cumplir: sin cascadas de datos, sin moment.js, sin importaciones de barril, Server Components por defecto, TanStack Query…

원문 언어: 스페인어

업데이트
직업 분류
소프트웨어 개발자
설명

REACT AND NEXT.JS performance optimization guidelines from Vercel Engineering. 70+ rules across 8 categories prioritized by impact. Enforce: no data waterfalls, no moment.js, no barrel imports, Server Components by default, TanStack Query for client fetching.…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

SEPARAR contenedores (lógica de datos/negocio) de componentes presentacionales (solo UI). Prevenir componentes dios, perforación de props y bundles de cliente innecesarios. Hooks personalizados unen datos y UI. TanStack Query v5+ para toda obtención de datos…

원문 언어: 스페인어

업데이트
직업 분류
소프트웨어 개발자
설명

SEPARATE containers (data/business logic) from presentational (UI only) components. Prevent god components, prop drilling, and unnecessary client bundles. Custom hooks bridge data and UI. TanStack Query v5+ for all client data fetching. Server Components by…

원문 언어: 영어

업데이트
직업 분류
데이터베이스 아키텍트
설명

DISEÑAR esquema de base de datos relacional normalizado y escalable antes de escribir código backend. Hacer cumplir 3FN, claves primarias UUIDv7, claves foráneas con reglas de cascada e índices de consulta. Prevenir datos desnormalizados, restricciones…

원문 언어: 스페인어

업데이트
직업 분류
데이터베이스 아키텍트
설명

DESIGN normalized, scalable relational database schema before writing backend code. Enforce 3NF, UUIDv7 primary keys, foreign keys with cascade rules, and query indexes. Prevent denormalized data, missing constraints, and unindexed queries. Trigger: "design…

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

EJECUTAR auditoría de optimización de costo y rendimiento en Vercel con enfoque en observabilidad. Recopilar métricas de Vercel, uso, configuración del proyecto y resultados de escaneo de código PRIMERO. Investigar solo candidatos respaldados por métricas.…

원문 언어: 스페인어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

RUN observability-first Vercel cost and performance optimization audit. Collect Vercel metrics, usage, project config, and code scan results FIRST. Investigate only metric-backed candidates. Produce ranked recommendations grounded in verified files and…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

IMPLEMENTAR animaciones suaves con sensación nativa usando la API View Transition de React (`<ViewTransition>`, `addTransitionType` y pseudo-elementos CSS de view transition). Usar para transiciones de página, cambios de ruta, animaciones de elementos…

원문 언어: 스페인어

업데이트
직업 분류
소프트웨어 개발자
설명

IMPLEMENT smooth, native-feeling animations using React's View Transition API (`<ViewTransition>` component, `addTransitionType`, and CSS view transition pseudo-elements). Use for page transitions, route changes, shared element animations, enter/exit…

원문 언어: 영어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

CONSTRUIR paneles densos en información, escaneables y eficientes en tareas. Priorizar la visibilidad de datos y la eficiencia de tareas sobre la estética. Hacer cumplir la paginación de tablas, uso significativo del color y ubicación consistente de acciones.…

원문 언어: 스페인어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

BUILD information-dense, scannable, task-efficient dashboards. Prioritize data visibility and task efficiency over aesthetics. Enforce table pagination, meaningful color usage, and consistent action placement. Prevent low data density, unbounded scrolling,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

HACER CUMPLIR el manejo de errores centralizado y seguro. Capturar TODOS los errores en un solo lugar. Registrar todo. Devolver respuestas seguras y consistentes. Prevenir fugas de traza de pila, rechazos de promesas no manejados, formatos de error…

원문 언어: 스페인어

업데이트
직업 분류
소프트웨어 개발자
설명

ENFORCE centralized, secure error handling. Catch ALL errors in one place. Log everything. Return safe, consistent responses. Prevent stack trace leaks, unhandled promise rejections, inconsistent error formats, and silent failures. Trigger: "handle errors",…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

CONSTRUIR aplicaciones móviles React Native y Expo de alto rendimiento. Patrones obligatorios: FlashList para listas (nunca FlatList), expo-image para imágenes (nunca RN Image), Pressable para toque (nunca TouchableOpacity), StyleSheet.create (nunca estilos…

원문 언어: 스페인어

업데이트
직업 분류
소프트웨어 개발자
설명

BUILD performant React Native and Expo mobile apps. Mandatory patterns: FlashList for lists (never FlatList), expo-image for images (never RN Image), Pressable for touch (never TouchableOpacity), StyleSheet.create (never inline styles), native stack navigator…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

HACER CUMPLIR un diseño de API REST consistente y predecible. Las URLs identifican recursos (sustantivos). Los métodos HTTP definen acciones (verbos). Las respuestas siguen un envoltorio consistente. Prevenir endpoints estilo RPC, formatos de respuesta…

원문 언어: 스페인어

업데이트
직업 분류
소프트웨어 개발자
설명

ENFORCE consistent, predictable REST API design. URLs identify resources (nouns). HTTP methods define actions (verbs). Responses follow consistent envelope. Prevent RPC-style endpoints, inconsistent response formats, and unbounded data responses. Trigger:…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

ESCANEAR el entorno, identificar información faltante y producir un plan de arquitectura ANTES de escribir código. Previene la generación de código sin contexto, suposiciones incorrectas de stack y funcionalidades subespecificadas. Activadores: el usuario…

원문 언어: 스페인어

업데이트
직업 분류
소프트웨어 개발자
설명

SCAN environment, identify missing information, and produce an architecture plan BEFORE writing code. Prevents context-free code generation, wrong stack assumptions, and underspecified features. Trigger: user says "create a new project", "build an app",…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

DEFINIR dónde viven los archivos en un proyecto full-stack. Hacer cumplir el flujo de dependencia unidireccional (app → pages → widgets → features → entities → shared). Prevenir volcados planos en src/, importaciones enredadas y mezcla de código de servidor y…

원문 언어: 스페인어

업데이트
직업 분류
소프트웨어 개발자
설명

DEFINE where files live in a full-stack project. Enforce one-directional dependency flow (app → pages → widgets → features → entities → shared). Prevent flat src/ dumps, tangled imports, and server/client code mixing. Trigger: initializing new repo,…

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Habilidad SOTA V5 2026 para Resonancia Pixel-Semántica: extracción exhaustiva y sin alucinaciones de WebGL 3D, paneles de IA y diseños adaptativos en planos ejecutables para agentes.

원문 언어: 스페인어

업데이트
직업 분류
웹 개발자
설명

2026 SOTA V5 skill for Pixel-Semantic Resonance: exhaustive, hallucination-free extraction of 3D WebGL, AI dashboards, and adaptive layouts into executable agentic blueprints.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

DESCUBRIR sistemáticamente restricciones ocultas, definir métricas de éxito y prevenir la expansión del alcance antes de escribir código. Interceptar indicaciones vagas y ejecutar las cinco preguntas de descubrimiento. NO escribir código hasta que los…

원문 언어: 스페인어

업데이트
직업 분류
소프트웨어 개발자
설명

SYSTEMATICALLY UNCOVER hidden constraints, define success metrics, and prevent scope creep before writing code. Intercept vague prompts and run the five discovery questions. Do NOT write code until requirements are documented. Trigger: user says "build me",…

원문 언어: 영어

업데이트
수집된 skill 72개 중 40개를 표시합니다.