Skip to main content
dallay
Profil créateur GitHub

dallay

Vue par dépôt de 195 skills collectés dans 7 dépôts GitHub.

skills collectés
195
dépôts
7
mis à jour
15 août 2026
carte des dépôts

Où se trouvent les skills

Principaux dépôts par nombre de skills collectés, avec leur part dans ce catalogue créateur et leur couverture métier.

#01
profiletailors.com
64 skills · 15 août 2026
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursAnalystes en gestionAutres occupations informatiques
4 catégories métier · 100 % classifié
33 %part
#02
opencode-docker
45 skills · 14 avr. 2026
Développeurs de logicielsDéveloppeurs webSpécialistes en gestion de projetsAdministrateurs de réseaux et de systèmes informatiquesAnalystes en assurance qualité des logiciels et testeursAnalystes en sécurité de l'information
10 catégories métier · 100 % classifié
23 %part
#03
agents-skills
31 skills · 13 août 2026
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursAdministrateurs de réseaux et de systèmes informatiquesArchitectes de bases de donnéesDéveloppeurs webÉditeurs PAO
7 catégories métier · 100 % classifié
16 %part
#04
corvus
22 skills · 13 avr. 2026
Développeurs de logicielsDéveloppeurs webAdministrateurs de réseaux et de systèmes informatiquesAnalystes des systèmes informatiquesAnalystes en assurance qualité des logiciels et testeursAnalystes en sécurité de l'information
6 catégories métier · 100 % classifié
11 %part
#05
agentsync
18 skills · 2 août 2026
Développeurs de logicielsConcepteurs web et d'interfaces numériquesAdministrateurs de réseaux et de systèmes informatiquesAnalystes en études de marché et spécialistes en marketingDéveloppeurs web
5 catégories métier · 100 % classifié
9,2 %part
#06
cortex
13 skills · 2 juin 2026
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeurs
2 catégories métier · 100 % classifié
6,7 %part
#07
starter-gradle
2 skills · 13 févr. 2026
Développeurs de logiciels
1 catégories métier · 100 % classifié
1 %part
explorateur de dépôts

Dépôts et skills représentatifs

playwright-best-practices
Analystes en assurance qualité des logiciels et testeurs

Use when writing Playwright tests, fixing flaky tests, debugging failures, implementing Page Object Model, configuring CI/CD, optimizing performance, mocking APIs, handling authentication or OAuth, testing accessibility (axe-core), file uploads/downloads,…

15 août 2026
hexagonal-architecture
Développeurs de logiciels

Use when creating features, domain models, use cases, or organizing backend code with Hexagonal Architecture (Ports and Adapters) and CQRS.

15 août 2026
spring-boot-project-bootstrap
Développeurs de logiciels

Use when bootstrapping a new Spring Boot 4 backend from Spring Initializr, choosing Kotlin + WebFlux + Gradle defaults, defining a hexagonal package-by-feature structure, and wiring local development services for a reactive stack.

15 août 2026
spring-boot
Développeurs de logiciels

Use when implementing Spring Boot 4 adapters, reactive HTTP endpoints, persistence integrations, configuration, transaction boundaries, security baselines, or infrastructure tests in a Kotlin + coroutines + WebFlux hexagonal backend.

15 août 2026
architecture-governance
Autres occupations informatiques

Use when defining, reviewing, or verifying repository architecture contracts, ADR ownership, bounded-context boundaries, or architecture-check rollout policy.

10 août 2026
ddd-architecture
Développeurs de logiciels

Use when enforcing DDD conformance in the Kotlin backend — aggregate-root boundaries, identity-only inter-aggregate references, value-object immutability, bounded-context isolation, or ADR-backed architectural decisions. Complements hexagonal-architecture…

10 août 2026
frontend-architecture
Développeurs de logiciels

Use when designing, reviewing, or validating boundaries across the Vue/Pinia app, the flatter admin SPA, Astro marketing, or shared web contracts.

10 août 2026
abstract-factory
Développeurs de logiciels

Apply, review, or refactor code using the Abstract Factory design pattern. Use this skill when the problem matches the pattern's structural forces, especially in Kotlin/JVM backend systems. Do not force the pattern when a simpler language or framework feature…

29 juil. 2026
Affichage de 8 skills collectés sur 64.
accessibility
Développeurs web

Audit and improve web accessibility following WCAG 2.1 guidelines. Use when asked to "improve accessibility", "a11y audit", "WCAG compliance", "screen reader support", "keyboard navigation", or "make accessible".

14 avr. 2026
agents-sdk
Développeurs de logiciels

Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows…

14 avr. 2026
best-practices
Analystes en sécurité de l'information

Apply modern web development best practices for security, compatibility, and code quality. Use when asked to "apply best practices", "security audit", "modernize code", "code quality review", or "check for vulnerabilities".

14 avr. 2026
brainstorming
Spécialistes en gestion de projets

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

14 avr. 2026
building-ai-agent-on-cloudflare
Développeurs de logiciels

Builds AI agents on Cloudflare using the Agents SDK with state management, real-time WebSockets, scheduled tasks, tool integration, and chat capabilities. Generates production-ready agent code deployed to Workers. Use when: user wants to "build an agent", "AI…

14 avr. 2026
building-mcp-server-on-cloudflare
Développeurs de logiciels

Builds remote MCP (Model Context Protocol) servers on Cloudflare Workers with tools, OAuth authentication, and production deployment. Generates server code, configures auth providers, and deploys to Workers. Use when: user wants to "build MCP server", "create…

14 avr. 2026
cloudflare
Développeurs de logiciels

Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi). Use for any Cloudflare…

14 avr. 2026
core-web-vitals
Développeurs web

Optimize Core Web Vitals (LCP, INP, CLS) for better page experience and search ranking. Use when asked to "improve Core Web Vitals", "fix LCP", "reduce CLS", "optimize INP", "page experience optimization", or "fix layout shifts".

14 avr. 2026
Affichage de 8 skills collectés sur 45.
drizzle-orm
Développeurs de logiciels

Type-safe SQL ORM for TypeScript with zero runtime overhead Use when working with this technology or related database and validation workflows.

13 août 2026
pydantic
Développeurs de logiciels

Python data validation using type hints and runtime type checking with Pydantic v2's Rust-powered core for high-performance validation in FastAPI, Django, and configuration management. Use when working with this technology or related database and validation…

13 août 2026
sqlalchemy
Développeurs de logiciels

SQLAlchemy Python SQL toolkit and ORM with powerful query builder, relationship mapping, and database migrations via Alembic Use when working with this technology or related database and validation workflows.

13 août 2026
jest-testing
Analystes en assurance qualité des logiciels et testeurs

Jest testing framework patterns for JavaScript and TypeScript projects, covering test structure, mocking strategies, async testing, snapshot testing, React component testing with Testing Library, and practical test organization. Use when the task involves…

4 avr. 2026
brainstorming
Développeurs de logiciels

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation. Use when the task involves `brainstorming`, `brainstorm…

4 avr. 2026
cypress-e2e
Analystes en assurance qualité des logiciels et testeurs

Cypress end-to-end testing patterns for reliable browser-based testing, covering selectors, custom commands, API mocking with cy.intercept, CI configuration, and best practices for deterministic, maintainable E2E test suites. Use when the task involves…

4 avr. 2026
elixir-development
Développeurs de logiciels

Elixir and OTP best practices, patterns, and idioms for building concurrent, fault-tolerant applications. Use when the task involves `Elixir project`, `mix.exs`, `Phoenix framework`, `GenServer`, or `OTP patterns`.

4 avr. 2026
eslint-config
Développeurs de logiciels

ESLint configuration expert for flat config setup, custom rules, TypeScript integration, plugin management, and migration from legacy .eslintrc to modern eslint.config.js. Use when the task involves `ESLint`, `eslint.config`, `linting JavaScript`, `TypeScript…

4 avr. 2026
Affichage de 8 skills collectés sur 31.
agentsync
Développeurs de logiciels

Use AgentSync correctly and consistently to inspect repository agent setup, manage installable skills, and apply agent configuration changes. Trigger: when an agent needs to use the agentsync CLI, inspect AI agent symlinks, suggest/install/update skills, or…

13 avr. 2026
frontend-design
Développeurs web

Create production-grade frontend interfaces with strong visual direction while avoiding generic AI-generated UI patterns. Trigger: building or modifying web components, pages, dashboards, or application UI.

3 avr. 2026
github-actions
Développeurs de logiciels

GitHub Actions CI/CD best practices for workflow design, security hardening, and pipeline optimization. Trigger: When creating, reviewing, or auditing GitHub Actions workflows (.github/workflows/*.{yml,yaml}), fixing CI/CD issues, or hardening pipeline…

3 avr. 2026
vite
Développeurs de logiciels

Vite build tool configuration, plugin API, SSR, and Vite 8 Rolldown migration. Use when working with Vite projects, vite.config.ts, Vite plugins, or building libraries/SSR apps with Vite.

3 avr. 2026
corvus-rust-runtime
Développeurs de logiciels

Corvus-specific Rust runtime guidance. Trigger: When working in clients/agent-runtime on providers, channels, tools, security, memory, gateway, runtime adapters, or other trait-driven runtime boundaries.

26 mars 2026
rust
Développeurs de logiciels

General Rust engineering guidance grounded in Rust Book best practices. Trigger: When creating, modifying, or reviewing Rust code, especially around ownership, error handling, traits, modules, testing, async boundaries, or performance-sensitive logic.

26 mars 2026
conventional-commits
Développeurs de logiciels

Conventional Commits specification and usage guidance. Trigger: Creating commits, git messages, or commit guidelines.

18 mars 2026
release
Développeurs de logiciels

Use this skill when asked to create a release, publish to Maven Central, create GitHub releases, or manage version tagging. It guides through the complete release workflow for this Gradle project.

10 mars 2026
Affichage de 8 skills collectés sur 22.
valid-skill
Développeurs de logiciels

A deterministic curated skill fixture.

2 août 2026
accessibility
Concepteurs web et d'interfaces numériques

Audit and improve web accessibility following WCAG 2.1 guidelines. Use when the task involves `improve accessibility`, `a11y audit`, `WCAG compliance`, `screen reader support`, `keyboard navigation`, or `make accessible`.

2 mai 2026
best-practices
Développeurs de logiciels

Apply modern web development best practices for security, compatibility, and code quality. Use when the task involves `apply best practices`, `security audit`, `modernize code`, `code quality review`, or `check for vulnerabilities`.

2 mai 2026
core-web-vitals
Développeurs de logiciels

Optimize Core Web Vitals (LCP, INP, CLS) for better page experience and search ranking. Use when the task involves `improve Core Web Vitals`, `fix LCP`, `reduce CLS`, `optimize INP`, `page experience optimization`, or `fix layout shifts`.

2 mai 2026
docker-expert
Administrateurs de réseaux et de systèmes informatiques

Advanced Docker containerization expert for multi-stage builds, image optimization, security hardening, and Compose orchestration. Use when the task involves `working with Dockerfile`, `docker-compose.yml`, `containerization`, `multi-stage builds`, or…

2 mai 2026
frontend-design
Développeurs web

Create distinctive, production-grade frontend interfaces with high design quality that avoids generic AI aesthetics. Use when the task involves `build web components`, `create frontend interface`, `build web page`, `build web application`, `frontend design`,…

2 mai 2026
github-actions
Développeurs de logiciels

Comprehensive guide for building robust, secure, and efficient CI/CD pipelines using GitHub Actions. Use when the task involves `creating or editing GitHub Actions workflows`, `.github/workflows/*.yml`, `CI/CD pipelines`, `GitHub Actions best practices`, or…

2 mai 2026
makefile
Développeurs de logiciels

Best practices for authoring clean, maintainable, and portable GNU Make Makefiles. Use when the task involves `creating or editing Makefiles`, `Makefile`, `makefile`, `*.mk`, `GNUmakefile`, `GNU Make patterns`, `build automation`, or `makefile…

2 mai 2026
Affichage de 8 skills collectés sur 18.
playwright-best-practices
Analystes en assurance qualité des logiciels et testeurs

Use when writing Playwright tests, fixing flaky tests, debugging failures, implementing Page Object Model, configuring CI/CD, optimizing performance, mocking APIs, handling authentication or OAuth, testing accessibility (axe-core), file uploads/downloads,…

2 juin 2026
shadcn-vue
Développeurs de logiciels

Manages shadcn-vue components and projects — adding, searching, fixing, debugging, styling, and composing UI. Provides project context, component docs, and usage examples. Applies when working with shadcn-vue, component registries, presets, --preset codes, or…

31 mai 2026
accessibility
Développeurs de logiciels

Use when asked to improve accessibility, run a11y audit, ensure WCAG compliance, add screen reader support, fix keyboard navigation, or make content accessible.

31 mai 2026
animate-text
Développeurs de logiciels

Use when picking or translating named effects like soft blur in, typewriter, shared axis, line reveal, stagger, crossfade, or kinetic builds.

31 mai 2026
astro
Développeurs de logiciels

Use when working with Astro, .astro files, static site generation (SSG), islands architecture, content collections, or deploying Astro projects.

31 mai 2026
best-practices
Développeurs de logiciels

Apply modern web development best practices for security, compatibility, and code quality. Use when the task involves `apply best practices`, `security audit`, `modernize code`, `code quality review`, or `check for vulnerabilities`.

31 mai 2026
core-web-vitals
Développeurs de logiciels

Use when improving Core Web Vitals, fixing LCP, reducing CLS, optimizing INP, or addressing page experience optimization.

31 mai 2026
nothing-design
Développeurs de logiciels

Use when the user explicitly asks for Nothing style, Nothing design, or /nothing-design for intentional Nothing-inspired UI.

31 mai 2026
Affichage de 8 skills collectés sur 13.
7 dépôts affichés sur 7
Tous les dépôts sont affichés