Skip to content

Releases: aws-samples/sample-apex-skills

v1.0.0 — APEX Skills Launch

02 Jun 08:45
fafe9af

Choose a tag to compare

APEX Skills v1.0.0

The first stable release of APEX Skills — curated agentic AI skills for AWS platform engineering, delivered through any coding agent.

Highlights

12 Platform Engineering Skills

  • eks-best-practices — Architecture and design guidance for Amazon EKS
  • eks-build — Generate production-ready EKS Terraform projects
  • eks-design — Architecture design documents with ADRs and Mermaid diagrams
  • eks-mcp-server — Live EKS cluster operations via MCP
  • eks-operation-review — Operational excellence assessment (10-area audit)
  • eks-platform-engineering — Internal Developer Platform design on EKS
  • eks-recon — Cluster reconnaissance and environment discovery
  • eks-upgrade-check — Upgrade readiness scoring (0–100) with remediation
  • skill-creator — Author new skills with eval scaffolding
  • steering-workflow-creator — Build phased multi-skill workflows
  • terraform-skill — IaC expertise for Terraform/OpenTofu
  • update-docs — Audit and sync all documentation surfaces

Documentation Site

  • Full Docusaurus site at https://aws-samples.github.io/sample-apex-skills/
  • 108 skill pages, 16 steering pages, examples with embedded HTML reports
  • Copy-as-Markdown button on every page
  • SEO optimized: JSON-LD structured data, sitemap with lastmod, llms.txt for AI crawlers

One-Command Installer

npx apex-skills

Detects Claude Code and/or Kiro CLI, clones the repo, and symlinks skills + steering automatically. Requires Node.js 18+ and git.

Steering Workflows

Phased multi-skill playbooks for complex operations:

  • EKS design → build → upgrade → operation review pipelines
  • New-skill creation workflow with eval loop
  • Extensible hub-and-spoke architecture

Evaluation Framework

  • Triggering evals (does the right skill activate?)
  • Task evals (does the skill produce correct output?)
  • Hygiene checks (frontmatter, SIBLING_MAP, file references)
  • CI-gated via GitHub Actions

Install

npx apex-skills

Or manually:

git clone https://github.com/aws-samples/sample-apex-skills.git
cp -r sample-apex-skills/skills/* ~/.claude/skills/

Links