# Knowledge

> Platform knowledge base: readiness requirements (C1-C12), deployment patterns, agent architecture patterns, and troubleshooting guides. Use when developers ask about platform capabilities, best practices, requirements, how to deploy, what is needed, or need help debugging deployment issues.

- Skill: `aws-samples/knowledge` (Agent Skill, multi-file: 6 files)
- Install (CLI): `npx skillmds@latest add aws-samples/knowledge`
- Raw SKILL.md: https://api.skillmd.com/api/skills/aws-samples/knowledge/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: aws-samples (https://skillmd.com/u/aws-samples)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/aws-samples/knowledge

---


You have access to platform knowledge documentation. When a developer asks
about platform capabilities, best practices, or troubleshooting, consult
the relevant reference docs.

## Available Knowledge

Reference files are in the knowledge skill's `references/` directory.
Read the relevant file when you need detailed information:

- **readiness-checklist.md** — Full C1-C12 platform readiness checklist with
  definitions, examples, and auto-fix suggestions. Read when assessing or
  explaining readiness requirements.

- **deployment-patterns.md** — Deployment architecture patterns for AgentCore:
  single agent, multi-agent, sidecar, event-driven. Read when helping with
  deployment design or comparing approaches.

- **troubleshooting.md** — Common deployment failures, error messages, and
  fixes. Read when a developer reports an error or deployment issue.

- **agent-patterns.md** — Agent architecture patterns: tool-use, RAG,
  multi-agent orchestration, human-in-the-loop. Read when advising on
  agent design choices.

## Workflow

1. Identify what the developer needs (readiness info, deployment help,
   debugging, architecture advice)
2. Read the relevant reference file(s)
3. Answer using the reference content + your own knowledge
4. Cite the reference when quoting specific requirements or patterns

## Guidelines

- Don't guess — if the answer is in a reference file, read it first
- Be specific: cite checklist items (C1-C12), pattern names, error codes
- If multiple references are relevant, read the most specific one first
- For questions not covered by references, use your general knowledge
  but note that it's not from platform docs

