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

SDLC-rstack

SDLC-rstack contient 303 skills collectées depuis richard-devbot, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
303
Stars
3
mis à jour
2026-07-16
Forks
2
Couverture métier
24 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

prompt-engineering
Développeurs de logiciels

Wizard for creating well-formatted Codex agents, skills, plugins, and hooks inspired by gstack patterns. Use when creating a new agent, skill, plugin structure, or hook script — or auditing existing prompts for quality. Provides the canonical format spec and generates complete, properly-formatted output files. Trigger phrases: "create an agent", "write a skill", "new agent for X", "fix this prompt", "how do I write a skill", "create a plugin", "add a hook", "audit this agent", "what's the format for".

2026-07-16
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-07-16
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-07-16
architecture-patterns
Développeurs de logiciels

Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing applications for better maintainability.

2026-07-16
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-07-16
event-store-design
Développeurs de logiciels

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-07-16
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-07-16
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-07-16
saga-orchestration
Développeurs de logiciels

Implement saga patterns for distributed transactions and cross-aggregate workflows. Use when coordinating multi-step business processes, handling compensating transactions, or managing long-running workflows.

2026-07-16
temporal-python-testing
Analystes en assurance qualité des logiciels et testeurs

Test Temporal workflows with pytest, time-skipping, and mocking strategies. Covers unit testing, integration testing, replay testing, and local development setup. Use when implementing Temporal workflow tests or debugging test failures.

2026-07-16
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-07-16
postgresql-table-design
Architectes de bases de données

Design a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features

2026-07-16
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-07-16
nft-standards
Dé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-07-16
solidity-security
Développeurs de logiciels

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-07-16
web3-testing
Analystes 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-07-16
airflow-dag-patterns
Développeurs de logiciels

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-07-16
data-quality-frameworks
Développeurs de logiciels

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-07-16
dbt-transformation-patterns
Développeurs de logiciels

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-07-16
spark-optimization
Développeurs de logiciels

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-07-16
embedding-strategies
Développeurs de logiciels

Select and optimize embedding models for semantic search and RAG applications. Use when choosing embedding models, implementing chunking strategies, or optimizing embedding quality for specific domains.

2026-07-16
hybrid-search-implementation
Développeurs de logiciels

Combine vector and keyword search for improved retrieval. Use when implementing RAG systems, building search engines, or when neither approach alone provides sufficient recall.

2026-07-16
langchain-architecture
Développeurs de logiciels

Design LLM applications using LangChain 1.x and LangGraph for agents, memory, and tool integration. Use when building LangChain applications, implementing AI agents, or creating complex LLM workflows.

2026-07-16
llm-evaluation
Développeurs de logiciels

Implement comprehensive evaluation strategies for LLM applications using automated metrics, human feedback, and benchmarking. Use when testing LLM performance, measuring AI application quality, or establishing evaluation frameworks.

2026-07-16
prompt-engineering-patterns
Développeurs de logiciels

Master advanced prompt engineering techniques to maximize LLM performance, reliability, and controllability in production. Use when optimizing prompts, improving LLM outputs, or designing production prompt templates.

2026-07-16
rag-implementation
Développeurs de logiciels

Build Retrieval-Augmented Generation (RAG) systems for LLM applications with vector databases and semantic search. Use when implementing knowledge-grounded AI, building document Q&A systems, or integrating LLMs with external knowledge bases.

2026-07-16
similarity-search-patterns
Développeurs de logiciels

Implement efficient similarity search with vector databases. Use when building semantic search, implementing nearest neighbor queries, or optimizing retrieval performance.

2026-07-16
vector-index-tuning
Développeurs de logiciels

Optimize vector index performance for latency, recall, and memory. Use when tuning HNSW parameters, selecting quantization strategies, or scaling vector search infrastructure.

2026-07-16
ml-pipeline-workflow
Développeurs de logiciels

Build end-to-end MLOps pipelines from data preparation through model training, validation, and production deployment. Use when creating ML pipelines, implementing MLOps practices, or automating model training and deployment workflows.

2026-07-16
backtesting-frameworks
Développeurs de logiciels

Build robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. Use when developing trading algorithms, validating strategies, or building backtesting infrastructure.

2026-07-16
risk-metrics-calculation
Développeurs de logiciels

Calculate portfolio risk metrics including VaR, CVaR, Sharpe, Sortino, and drawdown analysis. Use when measuring portfolio risk, implementing risk limits, or building risk monitoring systems.

2026-07-16
deployment-pipeline-design
Développeurs de logiciels

Design multi-stage CI/CD pipelines with approval gates, security checks, and deployment orchestration. Use when architecting deployment workflows, setting up continuous delivery, or implementing GitOps practices.

2026-07-16
github-actions-templates
Développeurs de logiciels

Create production-ready GitHub Actions workflows for automated testing, building, and deploying applications. Use when setting up CI/CD with GitHub Actions, automating development workflows, or creating reusable workflow templates.

2026-07-16
gitlab-ci-patterns
Développeurs de logiciels

Build GitLab CI/CD pipelines with multi-stage workflows, caching, and distributed runners for scalable automation. Use when implementing GitLab CI/CD, optimizing pipeline performance, or setting up automated testing and deployment.

2026-07-16
secrets-management
Développeurs de logiciels

Implement secure secrets management for CI/CD pipelines using Vault, AWS Secrets Manager, or native platform solutions. Use when handling sensitive credentials, rotating secrets, or securing CI/CD environments.

2026-07-16
cost-optimization
Développeurs de logiciels

Optimize cloud costs through resource rightsizing, tagging strategies, reserved instances, and spending analysis. Use when reducing cloud expenses, analyzing infrastructure costs, or implementing cost governance policies.

2026-07-16
hybrid-cloud-networking
Développeurs de logiciels

Configure secure, high-performance connectivity between on-premises infrastructure and cloud platforms using VPN and dedicated connections. Use when building hybrid cloud architectures, connecting data centers to cloud, or implementing secure cross-premises networking.

2026-07-16
istio-traffic-management
Développeurs de logiciels

Configure Istio traffic management including routing, load balancing, circuit breakers, and canary deployments. Use when implementing service mesh traffic policies, progressive delivery, or resilience patterns.

2026-07-16
linkerd-patterns
Développeurs de logiciels

Implement Linkerd service mesh patterns for lightweight, security-focused service mesh deployments. Use when setting up Linkerd, configuring traffic policies, or implementing zero-trust networking with minimal overhead.

2026-07-16
mtls-configuration
Développeurs de logiciels

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-07-16
Affichage des 40 principaux skills collectés sur 303 dans ce dépôt.