Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
chrishuffman5
Profil créateur GitHub

chrishuffman5

Vue par dépôt de 981 skills collectés dans 10 dépôts GitHub.

skills collectés
981
dépôts
10
mis à jour
2026-07-10
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
domain-expert
617 skills · 2026-07-03
Administrateurs de réseaux et de systèmes informatiquesAnalystes en sécurité de l'informationDéveloppeurs de logicielsArchitectes de bases de donnéesAdministrateurs de bases de donnéesDéveloppeurs web
11 catégories métier · 100% classifié
63%part
#02
awscliskills
191 skills · 2026-05-27
Développeurs de logicielsAdministrateurs de réseaux et de systèmes informatiques
2 catégories métier · 100% classifié
19%part
#03
gcpcliskills
133 skills · 2026-07-08
Développeurs de logicielsAdministrateurs de réseaux et de systèmes informatiquesAnalystes en sécurité de l'informationArchitectes de bases de donnéesScientifiques des donnéesAnalystes en assurance qualité des logiciels et testeurs
7 catégories métier · 100% classifié
14%part
#04
skills
18 skills · 2026-03-27
Développeurs de logicielsGraphistesAdministrateurs de réseaux et de systèmes informatiquesConcepteurs web et d'interfaces numériquesDéveloppeurs webScientifiques des données
6 catégories métier · 100% classifié
1.8%part
#05
sqlserver
9 skills · 2026-07-06
Administrateurs de réseaux et de systèmes informatiquesDéveloppeurs de logicielsAdministrateurs de bases de donnéesArchitectes de bases de données
4 catégories métier · 100% classifié
0.9%part
#06
postgres
8 skills · 2026-07-06
Développeurs de logicielsAdministrateurs de réseaux et de systèmes informatiquesAnalystes en sécurité de l'information
3 catégories métier · 100% classifié
0.8%part
#07
powershell
2 skills · 2026-07-10
Développeurs de logiciels
1 catégories métier · 100% classifié
0.2%part
#08
testing
1 skills · 2026-06-16
Analystes en assurance qualité des logiciels et testeurs
1 catégories métier · 100% classifié
0.1%part
Les 8 principaux dépôts sont affichés ici ; la liste complète continue ci-dessous.
explorateur de dépôts

Dépôts et skills représentatifs

api-realtime-graphql
Développeurs de logiciels

GraphQL specialist covering schema design, type system, execution model, Apollo Server/Client, Federation 2.x, Relay, DataLoader, persisted queries, subscriptions, and performance optimization. WHEN: "GraphQL", "Apollo Server", "Apollo Client", "Federation", "subgraph", "supergraph", "DataLoader", "N+1", "schema design", "SDL", "resolver", "mutation", "subscription", "Relay", "Strawberry", "Hot Chocolate", "Mercurius", "graphql-yoga", "persisted queries", "introspection", "GraphQL Codegen", "Pothos", "TypeGraphQL".

2026-07-03
api-realtime-grpc
Développeurs de logiciels

gRPC 1.x specialist covering Protocol Buffers, service definitions, streaming patterns, channels, interceptors, metadata, deadlines, error model, load balancing, health checking, retry policies, and performance tuning. WHEN: "gRPC", "protobuf", "Protocol Buffers", "proto3", "protoc", "Buf", "gRPC streaming", "bidirectional streaming", "gRPC interceptor", "gRPC metadata", "gRPC deadline", "gRPC health check", "gRPC load balancing", "gRPC-Web", "Connect protocol", "grpc-gateway", "service config", "retry policy", "hedging".

2026-07-03
api-realtime-rest
Développeurs de logiciels

REST API design specialist covering OpenAPI 3.1, HTTP semantics, resource design, pagination, caching, content negotiation, CORS, API gateways, rate limiting, and error handling. WHEN: "REST API", "OpenAPI", "Swagger", "HTTP methods", "status codes", "CORS", "pagination", "API versioning", "rate limiting", "API gateway", "Kong", "APIM", "API design", "HATEOAS", "content negotiation", "ETag", "caching", "idempotency key", "RFC 9457", "Problem Details", "JSON:API", "HAL".

2026-07-03
api-realtime
Développeurs de logiciels

Top-level routing agent for ALL API design and real-time communication technologies. Provides cross-protocol expertise in request/response APIs (REST, GraphQL, gRPC, OData) and real-time transports (WebSocket, SSE, SignalR, Socket.IO). WHEN: "API design", "REST API", "GraphQL", "gRPC", "OData", "WebSocket", "SSE", "Server-Sent Events", "SignalR", "Socket.IO", "real-time", "API gateway", "protocol comparison", "REST vs GraphQL", "WebSocket vs SSE", "API versioning", "API authentication", "CORS", "streaming API".

2026-07-03
backend-aspnet-core
Développeurs de logiciels

Expert agent for ASP.NET Core Web API across .NET 8, 9, and 10. Covers middleware pipeline, dependency injection, Kestrel, routing, controllers vs Minimal APIs, model binding, filters, configuration, error handling, and deployment. WHEN: "ASP.NET Core", "ASP.NET", ".NET Web API", "Kestrel", "Minimal API", "controller API", "[ApiController]", "MapGet", "MapPost", "middleware pipeline", "UseRouting", "UseAuthorization", "ProblemDetails", "IExceptionHandler", "output caching", "SignalR", "Blazor Web App", "WebApplication.CreateBuilder".

2026-07-03
backend-django
Développeurs de logiciels

Expert agent for Django web framework across versions 4.2 LTS, 5.2 LTS, and 6.0. Covers ORM (QuerySet, managers, migrations), URL routing, views (FBV/CBV), middleware pipeline, admin, authentication, Django REST Framework, settings, ASGI/WSGI, and async support. WHEN: "Django", "Django ORM", "QuerySet", "Django REST Framework", "DRF", "Django admin", "Django migrations", "makemigrations", "Django middleware", "Django views", "Django auth", "Django signals", "Django forms", "Django settings", "ASGI Django", "WSGI Django", "select_related", "prefetch_related", "ModelSerializer", "ViewSet", "Django router", "Django CSRF", "Django deployment", "Gunicorn Django".

2026-07-03
backend-express
Développeurs de logiciels

Expert agent for Express.js web framework development across Express 4.x and 5.x. Covers middleware chain, routing, error handling, request/response lifecycle, template engines, security (Helmet, CORS), body parsing, TypeScript setup, testing, and deployment. WHEN: "Express", "express.js", "express middleware", "app.use", "app.get", "app.post", "express router", "middleware ordering", "express error handler", "req.params", "req.query", "req.body", "res.json", "res.send", "express-validator", "supertest", "helmet", "cors middleware", "express rate limit", "multer", "express-session", "passport express", "Express 5", "express TypeScript".

2026-07-03
backend
Développeurs de logiciels

Top-level routing agent for ALL backend web framework and REST API technologies. Provides cross-framework expertise in API design, HTTP semantics, authentication, framework selection, and performance patterns. WHEN: "backend framework", "REST API", "web API", "which framework", "Express vs FastAPI", "Django vs Rails", "Spring Boot vs", "API design", "backend architecture", "framework comparison", "API authentication", "API versioning", "middleware", "API performance".

2026-07-03
Affichage des 8 principaux skills collectés sur 617 dans ce dépôt.
Affichage des 8 principaux skills collectés sur 191 dans ce dépôt.
gcloud-cli
Administrateurs de réseaux et de systèmes informatiques

gcloud CLI reference: 128 GCP services, all GA commands with full flags, plus the standalone bq CLI. Use for any Google Cloud / GCP command-line task — managing resources, debugging gcloud commands, auth/config/scripting — or whenever a GCP product is named (GKE, Cloud Run, BigQuery, Cloud SQL, Pub/Sub...), even without 'gcloud'.

2026-07-08
gcloud-access-approval
Administrateurs de réseaux et de systèmes informatiques

Access Approval via gcloud (`gcloud access-approval`). Manage Access Approval requests and settings — requests, service-account, settings.

2026-07-07
gcloud-access-context-manager
Analystes en sécurité de l'information

Access Context Manager (VPC Service Controls) via gcloud (`gcloud access-context-manager`). Manage Access Context Manager resources — authorized-orgs, cloud-bindings, levels, perimeters, policies, supported-services.

2026-07-07
gcloud-active-directory
Administrateurs de réseaux et de systèmes informatiques

Managed Service for Microsoft AD via gcloud (`gcloud active-directory`). Manage Managed Microsoft AD resources — domains, operations, peerings.

2026-07-07
gcloud-agent-registry
Autres occupations informatiques

Agent Registry via gcloud (`gcloud agent-registry`). Manage Agent Registry resources — agents, bindings, endpoints, mcp-servers, operations, services.

2026-07-07
gcloud-ai-platform
Scientifiques des données

AI Platform (legacy) via gcloud (`gcloud ai-platform`). Manage AI Platform jobs and models — jobs, local, models, operations, versions.

2026-07-07
gcloud-ai
Scientifiques des données

Vertex AI via gcloud (`gcloud ai`). Manage entities in Vertex AI — custom-jobs, endpoints, hp-tuning-jobs, index-endpoints, indexes, model-garden, model-monitoring-jobs, models.

2026-07-07
gcloud-alloydb
Développeurs de logiciels

AlloyDB for PostgreSQL via gcloud (`gcloud alloydb`). Create and manage AlloyDB databases — backups, clusters, instances, operations, users.

2026-07-07
Affichage des 8 principaux skills collectés sur 133 dans ce dépôt.
install-skill
Développeurs de logiciels

Install a skill from a remote git repository into the local .claude/skills/ directory. Use this skill whenever the user wants to install, add, or set up a new skill — e.g., "install the pdf skill", "add the remotion skill", "set up the xlsx skill". Also trigger when users reference installing skills by name or ask how to get a skill.

2026-03-27
design-md
Concepteurs web et d'interfaces numériques

Analyze Stitch projects and synthesize a semantic design system into DESIGN.md files

2026-03-27
enhance-prompt
Graphistes

Transforms vague UI ideas into polished, Stitch-optimized prompts. Enhances specificity, adds UI/UX keywords, injects design system context, and structures output for better generation results.

2026-03-27
react-components
Développeurs de logiciels

Converts Stitch designs into modular Vite and React components using system-level networking and AST-based validation.

2026-03-27
remotion-best-practices
Développeurs de logiciels

Best practices for Remotion - Video creation in React

2026-03-27
shadcn-ui
Développeurs web

Expert guidance for integrating and building applications with shadcn/ui components, including component discovery, installation, customization, and best practices.

2026-03-27
stitch-design
Graphistes

Unified entry point for Stitch design work. Handles prompt enhancement (UI/UX keywords, atmosphere), design system synthesis (.stitch/DESIGN.md), and high-fidelity screen generation/editing via Stitch MCP.

2026-03-27
stitch-loop
Développeurs de logiciels

Teaches agents to iteratively build websites using Stitch with an autonomous baton-passing loop pattern

2026-03-27
Affichage des 8 principaux skills collectés sur 18 dans ce dépôt.
sqlserver-advisor
Développeurs de logiciels

Offline SQL Server analysis & recommendations engine: capture read-only system-view/DMV/catalog data from a target instance ONCE, land it as local CSV/Parquet, load it into DuckDB, and run an analysis query library that produces PRIORITIZED, EXPLAINED recommendations across table/schema design, indexing, table sizes & capacity, statistics staleness, query hotspots, waits, configuration, file/autogrowth/tempdb layout, backup & recovery cadence, and identity-exhaustion runway — the PerformanceMonitor 'Lite' pattern. Complements the live diagnostic skills; iterate analysis with zero further load on the source and trend across capture runs. WHEN: "analyze my database", "recommendations to improve the database", "table design review", "what indexes am I missing", "unused/duplicate indexes", "is my schema well designed", "offline database analysis", "DuckDB SQL Server analysis", "database health report", "capacity review", "backup review", "identity running out", "advisor", "prioritized findings".

2026-07-06
sql-server
Architectes de bases de données

Comprehensive Microsoft SQL Server expert and router covering the full database-management lifecycle across versions 2016-2025 and the cloud (Azure SQL Database, Azure SQL Managed Instance, SQL on Azure VM, AWS RDS, Google Cloud SQL). Routes to specialized skills for operations, monitoring, HA/clustering, engineering, infrastructure, cloud, security, and offline DuckDB-powered analysis & recommendations (advisor). WHEN: "SQL Server", "MSSQL", "T-SQL", "SSMS", "sqlcmd", "DBA", "database administration", general or cross-cutting SQL Server questions, or when the specific management domain is unclear.

2026-05-28
sqlserver-cloud
Administrateurs de réseaux et de systèmes informatiques

SQL Server cloud offerings and migration: Azure SQL Database (DTU/vCore, elastic pools, serverless, Hyperscale), Azure SQL Managed Instance, SQL Server on Azure VM, AWS RDS for SQL Server, and Google Cloud SQL — including feature-parity differences, geo-replication, auto-failover groups, and migration tooling (Data Migration Assistant, Azure DMS, Managed Instance link, log replay, BACPAC, backup/restore to URL). WHEN: "Azure SQL", "Azure SQL Database", "Managed Instance", "SQL MI", "Hyperscale", "elastic pool", "serverless SQL", "DTU", "vCore", "SQL Server on Azure VM", "SQL IaaS", "AWS RDS SQL Server", "RDS", "Cloud SQL", "geo-replication", "failover group", "DMA", "Azure DMS", "MI link", "cloud migration", "BACPAC", "PaaS SQL", "which Azure SQL".

2026-05-28
sqlserver-engineering
Développeurs de logiciels

SQL Server development and performance engineering: T-SQL best practices, indexing strategy (clustered, nonclustered, columnstore, filtered, covering/included), execution plans, query optimization, statistics and the cardinality estimator, parameter sniffing mitigation, partitioning, In-Memory OLTP, temporal tables, data compression, and schema design. WHEN: "T-SQL", "write a query", "index", "covering index", "columnstore", "execution plan", "query plan", "query tuning", "optimize query", "SARGable", "cardinality estimator", "statistics", "parameter sniffing", "OPTION RECOMPILE", "partitioning", "In-Memory OLTP", "temporal table", "stored procedure", "schema design", "data type", "normalization".

2026-05-28
sqlserver-ha-clustering
Administrateurs de réseaux et de systèmes informatiques

SQL Server high availability, clustering, and disaster recovery: Always On Availability Groups (synchronous/asynchronous, contained, distributed, basic, read-scale), Failover Cluster Instances (FCI) on Windows Server Failover Clustering (WSFC), database mirroring and mirroring endpoints, log shipping, replication, quorum and witnesses, listeners, automatic seeding, and failover procedures. WHEN: "Always On", "availability group", "AG", "readable secondary", "FCI", "failover cluster", "WSFC", "quorum", "witness", "database mirroring", "mirroring endpoint", "CREATE ENDPOINT", "log shipping", "replication", "distributor", "listener", "automatic seeding", "failover", "high availability", "disaster recovery", "DR", "RPO", "RTO".

2026-05-28
sqlserver-infrastructure
Administrateurs de réseaux et de systèmes informatiques

SQL Server instance and platform infrastructure: hardware sizing, memory configuration (max/min server memory, Lock Pages in Memory), MAXDOP and cost threshold for parallelism, NUMA, tempdb configuration, instant file initialization, trace flags, storage layout and disk subsystem, OS settings, deployment on Windows/Linux/containers, and network/protocol/port configuration. WHEN: "max server memory", "min server memory", "MAXDOP", "cost threshold for parallelism", "NUMA", "soft-NUMA", "tempdb configuration", "trace flag", "startup parameter", "instant file initialization", "Lock Pages in Memory", "instance configuration", "sp_configure", "SQL Server on Linux", "mssql-conf", "SQL Server container", "Docker", "storage layout", "sizing", "TCP 1433", "port", "protocol", "SQL Browser".

2026-05-28
sqlserver-monitoring
Administrateurs de réseaux et de systèmes informatiques

SQL Server performance monitoring and diagnostics: wait-statistics methodology, Dynamic Management Views (DMVs), Query Store, Extended Events, blocking and deadlock analysis, performance counters, baselining, and health checks. WHEN: "slow", "performance problem", "wait stats", "wait type", "DMV", "Query Store", "Extended Events", "XEvents", "blocking", "deadlock", "high CPU", "PAGEIOLATCH", "CXPACKET", "PLE", "page life expectancy", "baseline", "perfmon counter", "sp_whoisactive", "troubleshoot performance".

2026-05-28
sqlserver-operations
Administrateurs de réseaux et de systèmes informatiques

SQL Server day-to-day operations and core DBA tasks: backup and recovery strategy, restore testing, recovery models, point-in-time recovery, index and statistics maintenance, DBCC CHECKDB and corruption handling, SQL Agent jobs/alerts/Database Mail, patching and cumulative-update strategy, and space/capacity management. WHEN: "backup", "restore", "recovery model", "point-in-time", "RPO", "RTO", "DBCC CHECKDB", "corruption", "maintenance plan", "Ola Hallengren", "index maintenance", "update statistics", "SQL Agent job", "alert", "Database Mail", "cumulative update", "patch", "disk space", "shrink", "VLF".

2026-05-28
Affichage des 8 principaux skills collectés sur 9 dans ce dépôt.
postgres-cloud
Développeurs de logiciels

Managed PostgreSQL cloud platforms: Amazon RDS for PostgreSQL, Aurora PostgreSQL, Google Cloud SQL, AlloyDB, Azure Database for PostgreSQL Flexible Server, Supabase, Neon, migrations, cloud limits, backups, monitoring, HA, read replicas, and parameter groups.

2026-07-06
postgres-engineering
Développeurs de logiciels

PostgreSQL SQL engineering and performance: EXPLAIN plans, indexing, statistics, joins, partitioning, schema design, constraints, JSONB, full text, GIN/GiST/BRIN/B-tree indexes, pgvector, extensions, and query tuning.

2026-07-06
postgres-ha-replication
Développeurs de logiciels

PostgreSQL replication and high availability: streaming replication, physical standbys, logical replication, publications, subscriptions, replication slots, WAL shipping, failover, Patroni, repmgr, pg_auto_failover, synchronous commit, and disaster recovery.

2026-07-06
postgres-infrastructure
Administrateurs de réseaux et de systèmes informatiques

PostgreSQL infrastructure and instance configuration: memory, shared_buffers, work_mem, WAL, checkpoints, storage, Linux, containers, Kubernetes, connection pooling, pgbouncer, networking, extensions, configuration files, and server sizing.

2026-07-06
postgres-monitoring
Administrateurs de réseaux et de systèmes informatiques

PostgreSQL performance monitoring and diagnostics: wait events, pg_stat_activity, pg_stat_database, pg_stat_statements, blocking and deadlock analysis, log analysis, baselining, and health checks. Use for slow queries, high CPU, high I/O, lock waits, deadlocks, replication symptoms, query history, and general PostgreSQL troubleshooting.

2026-07-06
postgres-operations
Administrateurs de réseaux et de systèmes informatiques

PostgreSQL operations for backups, restores, PITR, pg_dump, pg_restore, pg_basebackup, pgBackRest, WAL archiving, vacuum, autovacuum, bloat, transaction ID wraparound, maintenance jobs, upgrades, and capacity management.

2026-07-06
postgres-security
Analystes en sécurité de l'information

PostgreSQL security: authentication, pg_hba.conf, SCRAM, SSL/TLS, roles, privileges, grants, default privileges, row-level security, auditing, pgaudit, encryption, secrets, search_path safety, and hardening.

2026-07-06
postgres
Développeurs de logiciels

Comprehensive PostgreSQL expert and router covering operations, monitoring, replication/high availability, engineering, infrastructure, cloud, and security across self-managed PostgreSQL, RDS/Aurora, Cloud SQL, Azure Database for PostgreSQL, Supabase, Neon, and common extensions. Use for PostgreSQL, Postgres, psql, pg_dump, pg_restore, SQL tuning, DBA, database administration, or cross-cutting PostgreSQL guidance.

2026-07-06
10 dépôts affichés sur 10
Tous les dépôts sont affichés