knowledge

Look up platform knowledge documentation for readiness, deployment, and troubleshooting questions.

21|5|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/aws-samples/sample-agent-greenhouse --skill knowledge-aws-samples
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: knowledge
Source: https://github.com/aws-samples/sample-agent-greenhouse/tree/main/src/platform_agent/plato/skills/knowledge
Command: npx skills add https://github.com/aws-samples/sample-agent-greenhouse --skill knowledge-aws-samples

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Platform knowledge lookup to answer questions about readiness, deployment patterns, architecture, and troubleshooting.

Core Features & Use Cases

  • Provides quick access to the platform knowledge base: readiness (C1-C12) checks, deployment patterns, agent architecture decisions, and troubleshooting guides.
  • Reads from the references directory to cite authoritative documentation when answering developer questions about platform capabilities, best practices, or deployment issues.
  • Supports progressive disclosure by loading detailed reference content on demand and citing sources.

Quick Start

Ask for platform readiness or deployment guidance and have the knowledge skill fetch the most relevant reference content.

Frequently Asked Questions about knowledge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check platform readiness before deploying?

Platform readiness is validated by querying the knowledge base for C1-C12 readiness checks. The system loads reference documentation on demand to verify architecture requirements and confirm deployment prerequisites.

What deployment patterns are recommended for this platform?

Recommended deployment patterns are retrieved by querying the platform knowledge base. The system fetches authoritative reference files to deliver best practices and architectural guidance for specific deployment scenarios.

How do I troubleshoot common platform deployment issues?

Troubleshoot deployment issues by querying the knowledge base for debugging guidance. It retrieves troubleshooting references on demand, combining documented solutions with general knowledge to resolve platform deployment failures.

Does the platform knowledge base cite sources when answering architecture questions?

Yes, the platform knowledge base cites sources when answering architecture questions. It loads detailed reference content on demand and explicitly references source documentation when quoting authoritative material.

Can I get agent architecture decision guidance from the platform documentation?

Yes, agent architecture decision guidance is available from the platform documentation. The knowledge base provides lookup capabilities for architecture decisions, fetching relevant reference files to support agent design choices.

What are the limitations of using on-demand reference loading for platform knowledge?

On-demand reference loading for platform knowledge is limited to documentation stored in the references directory. Answers depend on available reference content, meaning undocumented edge cases may not be fully covered.