Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

SDLC-rstack

SDLC-rstack 收录了来自 richard-devbot 的 303 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
303
Stars
3
更新
2026-07-16
Forks
2
职业覆盖
24 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

prompt-engineering
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件质量保证分析师与测试员

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
软件开发工程师

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
数据库架构师

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

2026-07-16
defi-protocol-templates
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件质量保证分析师与测试员

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
当前展示该仓库 Top 40 / 303 个已收集 skills。