agents-at-scale-ark
Kubernetes-native platform for building and running agentic applications
All Skills in This Repository (12)
Pure Emerald Level Indicatorsark-research
Research technology options and produce evidence-backed recommendations with curated sources.
ark-chainsaw-testing
Run Chainsaw end-to-end tests for Ark resources with a mock LLM.
ark-controller-development
Guide safe modifications to Ark Kubernetes operators and CRD resources.
ark-documentation
Organizes Ark documentation using the Diataxis framework and taxonomy.
Ark Analysis
Clone the Ark repository and summarize its architecture, CRDs, and controllers.
ark-pentest-issue-resolver
Map pentest findings to Ark security categories and generate remediation guidance.
Ark Setup
Automate Ark source setup and local Kind cluster configuration.
Ark Dashboard and UI Testing
Automate Ark dashboard UI testing with Playwright and generate PR-ready screenshots.
ark-sdk-development
Regenerate and debug TypeScript types across the ARK stack from CRDs and OpenAPI specs.
ark-architecture
Specify design requirements, data models, and API conventions for Ark feature architectures.
ark-vulnerability-fixer
Identify and mitigate Ark vulnerabilities through CVE research and patch planning.
ark-issues
Search, create, and update GitHub issues for the Ark project.
Frequently Asked Questions
FAQPage SchemaHow to install Ark?โผ
Run `npx skills add mckinsey/agents-at-scale-ark --all -g -y` in your terminal to install all skills in this suite globally.
What is Ark used for?โผ
Ark is a Kubernetes-native framework for building and running agentic applications. You define agents, models, teams, and queries as declarative resources, and Ark handles orchestration, scaling, and observability.
Does Ark work with different model providers?โผ
Yes. Ark is provider-agnostic and supports OpenAI, Anthropic, Google, Azure, and local Ollama models, so you can swap providers without changing your agent code.
Can Ark run end-to-end tests without real API keys?โผ
Yes. Ark's chainsaw testing skills use a mock LLM server that returns scripted responses, making tests fast, deterministic, and free of API costs.
Do I need Kubernetes experience to use Ark?โผ
Basic familiarity helps, but Ark provides a CLI, dashboard, and quickstart that deploy a local cluster in minutes using Minikube, Kind, or Docker Desktop.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core