RADAR DES SKILLS · GITHUB

Des Agent Skills utiles, classés selon leur usage réel.

Comparez les Skills vérifiés par fonction, contenu, installations et fiabilité de la source avant de les ajouter.

PÉRIMÈTRE
VÉRIFIÉ
Skills
10 772
dépôts
1711
dernière synchronisation
23 sept. 2026
10 772 Skills
affaan-m
Communauté

uncloud

Use when managing an Uncloud cluster — deploying services, configuring Caddy ingress, adding static proxy routes for non-cluster devices, publishing ports, scaling, inspecting logs, or managing machines and volumes with the uc CLI.

installations
1
GitHub Stars
253,2 k
Mis à jour
7 sept.
affaan-m
Communauté

unified-memory

Share durable, inspectable context and handoffs between Claude, Codex, Hermes, Cursor, OpenCode, and other agents through the local ECC Memory Vault. Use when an agent must save work state, transfer context, resume another agent's task, or search shared project knowledge.

installations
1
GitHub Stars
253,2 k
Mis à jour
7 sept.
affaan-m
Communauté

visa-doc-translate

Translate visa application documents (images) to English and create a bilingual PDF with original and translation. Use when visa application document images must be translated to English as a bilingual PDF.

installations
1
GitHub Stars
253,2 k
Mis à jour
7 sept.
affaan-m
Communauté

workspace-surface-audit

Audit the active repo, MCP servers, plugins, connectors, env surfaces, and harness setup, then recommend the highest-value ECC-native skills, hooks, agents, and operator workflows. Use when the user wants help setting up Claude Code or understanding what capabilities are actually available in their environment.

installations
1
GitHub Stars
253,2 k
Mis à jour
7 sept.
affaan-m
Communauté

dynamic-workflow-mode

Design task-local harnesses, eval gates, and reusable skill extraction for Claude dynamic workflow mode and other adaptive agent harnesses. Use when building a task-local harness, adding eval gates, or extracting a reusable skill from ad-hoc work.

installations
1
GitHub Stars
253,2 k
Mis à jour
7 sept.
affaan-m
Communauté

e2e-testing

Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies. Use when writing Playwright tests, structuring page objects, or fixing flaky E2E runs in CI.

installations
1
GitHub Stars
255,9 k
Mis à jour
10 sept.
affaan-m
Communauté

eval-harness

Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles. Use when a Claude Code workflow needs a formal eval before it is trusted or changed.

installations
1
GitHub Stars
253,2 k
Mis à jour
7 sept.
affaan-m
Communauté

fastapi-patterns

FastAPI best practices covering project structure, Pydantic v2 schemas, dependency injection, async handlers, authentication, authorization, transactional service layers, and testing with httpx and pytest. Use when building or reviewing FastAPI apps — Pydantic schemas, dependencies, async handlers, auth, or tests.

installations
1
GitHub Stars
255,9 k
Mis à jour
10 sept.
affaan-m
Communauté

hookify-rules

This skill should be used when the user asks to create a hookify rule, write a hook rule, configure hookify, add a hookify rule, or needs guidance on hookify rule syntax and patterns.

installations
1
GitHub Stars
253,2 k
Mis à jour
7 sept.
affaan-m
Communauté

inherit-legacy-style

Legacy-project style inheritance skill. Use when the user types /inherit-legacy-style, or when onboarding an AI coding agent onto a hand-written legacy project and you need to prevent "style drift" (the model imposing its pretrained mainstream idioms onto the project). Language- and framework-agnostic — it aligns meta-architecture only, not syntax. Once run, it becomes a behavioral constraint on all subsequent coding tasks. Do NOT use for pure research or one-off questions unrelated to code-style alignment.

installations
1
GitHub Stars
253,2 k
Mis à jour
7 sept.
affaan-m
Communauté

ito-training

Inspect the availability of ML training on a completed Itô compute booking and, when the canonical backend becomes available, hand off an explicitly confirmed training manifest. Use after ito-compute has booked GPU nodes and the user wants pre-training, fine-tuning, or RL on that metal. ECC implements no training stack of its own.

installations
1
GitHub Stars
255,2 k
Mis à jour
9 sept.
affaan-m
Communauté

java-coding-standards

Java coding standards for Spring Boot and Quarkus services: naming, immutability, Optional usage, streams, exceptions, generics, CDI, reactive patterns, and project layout. Automatically applies framework-specific conventions. Use when writing or reviewing Java in a Spring Boot or Quarkus service.

installations
1
GitHub Stars
255,2 k
Mis à jour
9 sept.
affaan-m
Communauté

jpa-patterns

JPA/Hibernate patterns for entity design, relationships, query optimization, transactions, auditing, indexing, pagination, and pooling in Spring Boot. Use when designing JPA entities or relationships, or when a Hibernate query, transaction, or N+1 problem needs fixing.

installations
1
GitHub Stars
255,2 k
Mis à jour
9 sept.
affaan-m
Communauté

kotlin-exposed-patterns

JetBrains Exposed ORM patterns including DSL queries, DAO pattern, transactions, HikariCP connection pooling, Flyway migrations, and repository pattern. Use when working with the Exposed ORM — DSL or DAO queries, transactions, pooling, or migrations.

installations
1
GitHub Stars
253,2 k
Mis à jour
7 sept.
affaan-m
Communauté

kubernetes-patterns

Kubernetes workload patterns, resource management, RBAC, probes, autoscaling, ConfigMap/Secret handling, and kubectl debugging for production-grade deployments. Use when writing or reviewing Kubernetes manifests, or debugging probes, RBAC, autoscaling, or resource limits.

installations
1
GitHub Stars
253,2 k
Mis à jour
7 sept.
affaan-m
Communauté

laravel-plugin-discovery

Discover and evaluate Laravel packages via LaraPlugins.io MCP. Use when the user wants to find plugins, check package health, or assess Laravel/PHP compatibility.

installations
1
GitHub Stars
255,9 k
Mis à jour
10 sept.
affaan-m
Communauté

ml-adoption-playbook

End-to-end methodology for AI agents and software engineers to add machine learning algorithms to existing non-ML codebases. Covers problem framing, data readiness, architectural decoupling, and baseline model integration. Use when adding a machine learning capability to a codebase that has none, from problem framing through a baseline model.

installations
1
GitHub Stars
253,2 k
Mis à jour
7 sept.
affaan-m
Communauté

nextjs-turbopack

Next.js 16+ and Turbopack — incremental bundling, FS caching, dev speed, and when to use Turbopack vs webpack.

installations
1
GitHub Stars
253,2 k
Mis à jour
7 sept.
affaan-m
Communauté

nuxt4-patterns

Nuxt 4 app patterns for hydration safety, performance, route rules, lazy loading, and SSR-safe data fetching with useFetch and useAsyncData. Use when building or reviewing a Nuxt 4 app, or debugging hydration mismatches and SSR-safe data fetching.

installations
1
GitHub Stars
255,2 k
Mis à jour
9 sept.
affaan-m
Communauté

orch-add-feature

Orchestrate building a brand-new feature end to end — research, plan, TDD implementation, review, and gated commit — by delegating each phase to the matching ECC agent. Use when adding a capability that does not exist yet.

installations
1
GitHub Stars
253,2 k
Mis à jour
7 sept.
affaan-m
Communauté

orch-build-mvp

Orchestrate bootstrapping a working MVP from a design or spec document — ingest the doc, plan thin vertical slices, scaffold the first end-to-end slice, then TDD-implement, review, and gated commit. Use to turn an SDD/PRD into a running starting point. Use when a design or spec document must become a running MVP through planned vertical slices.

installations
1
GitHub Stars
253,2 k
Mis à jour
7 sept.
affaan-m
Communauté

orch-pipeline

Shared orchestration engine for the orch- skill family. Defines the gated Research-Plan-TDD-Review-Commit pipeline, the size classifier, the agent map, and the two human gates that the orch- operation skills delegate to. Not usually invoked directly. Not usually invoked directly; it applies when an orch- skill delegates its gated Research-Plan-TDD-Review-Commit pipeline.

installations
1
GitHub Stars
255,9 k
Mis à jour
10 sept.
affaan-m
Communauté

perl-patterns

Modern Perl 5.36+ idioms, best practices, and conventions for building robust, maintainable Perl applications. Use when writing or reviewing modern Perl 5.36+ code.

installations
1
GitHub Stars
253,2 k
Mis à jour
7 sept.
affaan-m
Communauté

perl-testing

Perl testing patterns using Test2::V0, Test::More, prove runner, mocking, coverage with Devel::Cover, and TDD methodology. Use when writing Perl tests with Test2::V0 or Test::More, or measuring coverage.

installations
1
GitHub Stars
253,2 k
Mis à jour
7 sept.