Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

agents

agents contient 156 skills collectées depuis wshobson, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
156
Stars
36.9k
mis à jour
2026-06-03
Forks
4.0k
Couverture métier
23 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

prompt-engineering-patterns
Développeurs de logiciels

This skill should be used when the user asks to "optimize a prompt", "improve prompt performance", "design a prompt template", "write better prompts", "debug prompt issues", "use chain-of-thought", "structured prompting", "few-shot prompting", or wants to apply advanced prompt engineering patterns for production LLM applications.

2026-06-03
social-publishing
Développeurs de logiciels

Schedule and publish social media posts across 13 platforms (X, LinkedIn, Instagram, Facebook Pages, TikTok, Discord, Telegram, YouTube, Reddit, WordPress, Pinterest) via the SocialClaw API. Use when the user wants to publish, schedule, or manage social media content programmatically. Requires SOCIALCLAW_API_KEY.

2026-05-26
wcag-audit-patterns
Analystes en assurance qualité des logiciels et testeursConcepteurs web et d'interfaces numériques

Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for accessibility, fixing WCAG violations, or implementing accessible design patterns.

2026-05-22
fastapi-templates
Développeurs de logiciels

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

2026-05-22
api-design-principles
Développeurs de logiciels

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.

2026-05-22
architecture-patterns
Développeurs de logiciels

Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use this skill when designing clean architecture for a new microservice, when refactoring a monolith to use bounded contexts, when implementing hexagonal or onion architecture patterns, or when debugging dependency cycles between application layers.

2026-05-22
cqrs-implementation
Développeurs de logiciels

Implement Command Query Responsibility Segregation for scalable architectures. Use when separating read and write models, optimizing query performance, or building event-sourced systems.

2026-05-22
event-store-design
Développeurs de logicielsArchitectes de bases de données

Design and implement event stores for event-sourced systems. Use when building event sourcing infrastructure, choosing event store technologies, or implementing event persistence patterns.

2026-05-22
microservices-patterns
Développeurs de logiciels

Design microservices architectures with service boundaries, event-driven communication, and resilience patterns. Use when building distributed systems, decomposing monoliths, or implementing microservices.

2026-05-22
projection-patterns
Développeurs de logiciels

Build read models and projections from event streams. Use when implementing CQRS read sides, building materialized views, or optimizing query performance in event-sourced systems.

2026-05-22
saga-orchestration
Développeurs de logiciels

Implement saga patterns for distributed transactions and cross-aggregate workflows. Use this skill when implementing distributed transactions across microservices where 2PC is unavailable, designing compensating actions for failed order workflows that span inventory, payment, and shipping services, building event-driven saga coordinators for travel booking systems that must roll back hotel, flight, and car rental reservations atomically, or debugging stuck saga states in production where compensation steps never complete.

2026-05-22
workflow-orchestration-patterns
Développeurs de logiciels

Design durable workflows with Temporal for distributed systems. Covers workflow vs activity separation, saga patterns, state management, and determinism constraints. Use when building long-running processes, distributed transactions, or microservice orchestration.

2026-05-22
defi-protocol-templates
Développeurs de logiciels

Implement DeFi protocols with production-ready templates for staking, AMMs, governance, and lending systems. Use when building decentralized finance applications or smart contract protocols.

2026-05-22
nft-standards
Programmeurs informatiquesDéveloppeurs de logiciels

Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.

2026-05-22
solidity-security
Développeurs de logicielsAnalystes en sécurité de l'information

Master smart contract security best practices to prevent common vulnerabilities and implement secure Solidity patterns. Use when writing smart contracts, auditing existing contracts, or implementing security measures for blockchain applications.

2026-05-22
web3-testing
Programmeurs informatiquesAnalystes en assurance qualité des logiciels et testeurs

Test smart contracts comprehensively using Hardhat and Foundry with unit tests, integration tests, and mainnet forking. Use when testing Solidity contracts, setting up blockchain test suites, or validating DeFi protocols.

2026-05-22
brand-landingpage
Développeurs web

Brand-first landing page designer — runs a brand-identity interview (colors, typography, shape language), then generates and iterates on a polished landing page via Stitch with deployment-ready HTML. Use when the user asks to create, design, or build a landing page, homepage, or marketing page and has no established visual direction. Skip when they have a design mockup, need a dashboard or app UI, are working at component level, building a multi-page app, or restyling with known design tokens — use frontend-design instead.

2026-05-22
data-storytelling
Analystes en études de marché et spécialistes en marketing

Transform data into compelling narratives using visualization, context, and persuasive structure. Use when presenting analytics to stakeholders, creating data reports, or building executive presentations.

2026-05-22
kpi-dashboard-design
Scientifiques des donnéesAnalystes en études de marché et spécialistes en marketing

Design effective KPI dashboards with metrics selection, visualization best practices, and real-time monitoring patterns. Use this skill when building an executive SaaS metrics dashboard tracking MRR, churn, and LTV/CAC ratios; designing an operations center with live service health and request throughput; creating a cohort retention analysis view for a product team; or debugging a dashboard where metrics contradict each other due to inconsistent calculation methodology.

2026-05-22
deployment-pipeline-design
Administrateurs de réseaux et de systèmes informatiques

Design multi-stage CI/CD pipelines with approval gates, security checks, and deployment orchestration. Use this skill when designing zero-downtime deployment pipelines, implementing canary rollout strategies, setting up multi-environment promotion workflows, or debugging failed deployment gates in CI/CD.

2026-05-22
mtls-configuration
Architectes de réseaux informatiquesAnalystes en sécurité de l'information

Configure mutual TLS (mTLS) for zero-trust service-to-service communication. Use when implementing zero-trust networking, certificate management, or securing internal service communication.

2026-05-22
service-mesh-observability
Administrateurs de réseaux et de systèmes informatiquesArchitectes de réseaux informatiques

Implement comprehensive observability for service meshes including distributed tracing, metrics, and visualization. Use when setting up mesh monitoring, debugging latency issues, or implementing SLOs for service communication.

2026-05-22
context-driven-development
Développeurs de logiciels

Creates and maintains project context artifacts (product.md, tech-stack.md, workflow.md, tracks.md) in a `conductor/` directory. Scaffolds new projects from scratch, extracts context from existing codebases, validates artifact consistency before implementation, and synchronizes documents as the project evolves. Use when setting up a project, creating or updating product docs, managing a tech stack file, defining development workflows, tracking work units, onboarding to an existing codebase, or running project scaffolding.

2026-05-22
track-management
Spécialistes en gestion de projets

Use this skill when creating, managing, or working with Conductor tracks - the logical work units for features, bugs, and refactors. Applies to spec.md, plan.md, and track lifecycle operations.

2026-05-22
workflow-patterns
Développeurs de logiciels

Use this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding the verification protocol.

2026-05-22
airflow-dag-patterns
Développeurs de logicielsScientifiques des données

Build production Apache Airflow DAGs with best practices for operators, sensors, testing, and deployment. Use when creating data pipelines, orchestrating workflows, or scheduling batch jobs.

2026-05-22
data-quality-frameworks
Scientifiques des données

Implement data quality validation with Great Expectations, dbt tests, and data contracts. Use when building data quality pipelines, implementing validation rules, or establishing data contracts.

2026-05-22
dbt-transformation-patterns
Administrateurs de bases de donnéesArchitectes de bases de données+1

Master dbt (data build tool) for analytics engineering with model organization, testing, documentation, and incremental strategies. Use when building data transformations, creating data models, or implementing analytics engineering best practices.

2026-05-22
spark-optimization
Scientifiques des données

Optimize Apache Spark jobs with partitioning, caching, shuffle optimization, and memory tuning. Use when improving Spark performance, debugging slow jobs, or scaling data processing pipelines.

2026-05-22
auth-implementation-patterns
Analystes en sécurité de l'information

Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing APIs, or debugging security issues.

2026-05-22
bazel-build-optimization
Développeurs de logicielsAdministrateurs de réseaux et de systèmes informatiques

Optimize Bazel builds for large-scale monorepos. Use when configuring Bazel, implementing remote execution, or optimizing build performance for enterprise codebases.

2026-05-22
e2e-testing-patterns
Analystes en assurance qualité des logiciels et testeurs

Master end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs, improve confidence, and enable fast deployment. Use when implementing E2E tests, debugging flaky tests, or establishing testing standards.

2026-05-22
error-handling-patterns
Développeurs de logicielsProgrammeurs informatiques

Master error handling patterns across languages including exceptions, Result types, error propagation, and graceful degradation to build resilient applications. Use when implementing error handling, designing APIs, or improving application reliability.

2026-05-22
git-advanced-workflows
Administrateurs de réseaux et de systèmes informatiquesDéveloppeurs de logiciels

Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.

2026-05-22
monorepo-management
Développeurs de logiciels

Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.

2026-05-22
nx-workspace-patterns
Développeurs de logiciels

Configure and optimize Nx monorepo workspaces. Use when setting up Nx, configuring project boundaries, optimizing build caching, or implementing affected commands.

2026-05-22
sql-optimization-patterns
Administrateurs de bases de données

Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.

2026-05-22
changelog-automation
Développeurs de logiciels

Automate changelog generation from commits, PRs, and releases following Keep a Changelog format. Use when setting up release workflows, generating release notes, or standardizing commit conventions.

2026-05-22
openapi-spec-generation
Développeurs de logiciels

Generate and maintain OpenAPI 3.1 specifications from code, design-first specs, and validation patterns. Use when creating API documentation, generating SDKs, or ensuring API contract compliance.

2026-05-22
angular-migration
Développeurs de logicielsProgrammeurs informatiques

Migrate from AngularJS to Angular using hybrid mode, incremental component rewriting, and dependency injection updates. Use when upgrading AngularJS applications, planning framework migrations, or modernizing legacy Angular code.

2026-05-22
Affichage des 40 principaux skills collectés sur 156 dans ce dépôt.