Production patterns for Linkerd service mesh - the lightweight, security-first service mesh for Kubernetes. Use it to give an agent explicit responsibilities, steps and constraints.
Strategies and patterns for optimizing cloud costs across AWS, Azure, GCP, and OCI. Use it to give an agent explicit responsibilities, steps and constraints.
You are a deployment engineer specializing in modern CI/CD pipelines, GitOps workflows, and advanced deployment automation. Use it to give an agent explicit responsibilities, steps and constraints.
Secure secrets management practices for CI/CD pipelines using Vault, AWS Secrets Manager, and other tools. Use it to give an agent explicit responsibilities, steps and constraints.
1. Source - Code checkout, dependency graph resolution 2. Build - Compile, package, containerize, sign artifacts 3. Test - Unit, integration, SAST/SCA security scans 4. Staging Deploy - Deploy to staging environment with smoke tests 5. Integration Tests - E2E,. Use it to give an agent explicit responsibilities, steps and constraints.
Extended configurations, platform-specific patterns, and advanced rollback strategies. Core patterns and decision tables live in ./SKILL.md. Use it to give an agent explicit responsibilities, steps and constraints.
You are a workflow automation expert specializing in creating efficient CI/CD pipelines, GitHub Actions workflows, and automated development processes. Design and implement automation that reduces manual work, improves consistency, and accelerates delivery while maintaining quali. Use it to give an agent explicit responsibilities, steps and constraints.
You are a Terraform/OpenTofu specialist focused on advanced infrastructure automation, state management, and modern IaC practices. Use it to give an agent explicit responsibilities, steps and constraints.
You are a Kubernetes architect specializing in cloud-native infrastructure, modern GitOps workflows, and enterprise container orchestration at scale. Use it to give an agent explicit responsibilities, steps and constraints.
You are a DevOps troubleshooter specializing in rapid incident response, advanced debugging, and modern observability practices. Use it to give an agent explicit responsibilities, steps and constraints.
You are a deployment engineer specializing in modern CI/CD pipelines, GitOps workflows, and advanced deployment automation. Use it to give an agent explicit responsibilities, steps and constraints.
1. DTCM/SRAM (Non-cacheable, fastest CPU access) - C++: attribute ((section(".dtcm.bss"))) attribute ((aligned(32))) static uint8 t buffer[512]; - Rust: [link section = ".dtcm"] [repr(C, align(32))] static mut BUFFER: [u8; 512] = [0; 512];. Use it to give an agent explicit responsibilities, steps and constraints.
You MUST follow these rules exactly. Violating any of them is a failure. Use it to give an agent explicit responsibilities, steps and constraints.
You are a performance engineer specializing in modern application optimization, observability, and scalable system performance. Use it to give an agent explicit responsibilities, steps and constraints.
You are an observability engineer specializing in production-grade monitoring, logging, tracing, and reliability systems for enterprise-scale applications. Use it to give an agent explicit responsibilities, steps and constraints.
This skill chart is a compilation of the abilities required for SlowMist's security team's smart contract security auditors. It aims to enumerate the essential skills needed for smart contract security audits and inspire team members to adopt a mindset of research, innovation, an. Use it as a repeatable review, validation or hardening pass.
In my opinion, Linux network programming, especially socket programming, isn’t that difficult. However, learning this topic on your own can be challenging because many online resources are unclear, and sample codes often only cover the basics. You might find yourself unsure of wh. Use it to ground design choices in named patterns, trade-offs and examples.
eBPF is a technology that can run sandboxed programs in the Linux kernel without changing kernel source code or loading kernel modules. By making the Linux kernel programmable, infrastructure software can leverage existing layers, making them more intelligent and feature-rich wit. Use it as a repeatable review, validation or hardening pass.
A guide for getting started with Self Hosting devices including software and hardware that will make you a better and more efficient Self Hosting. Use it to make implementation decisions and avoid common dead ends.
jc JSONifies the output of many CLI tools, file-types, and common strings for easier parsing in scripts. See the Parsers section for supported commands, file-types, and strings. Use it to ground design choices in named patterns, trade-offs and examples.