feat: add initial documentation for Plano Agent Skills

This commit is contained in:
Musa 2026-03-03 14:12:49 -08:00
parent 15c6c62df0
commit da82aaa909
No known key found for this signature in database
37 changed files with 5901 additions and 0 deletions

8
skills/metadata.json Normal file
View file

@ -0,0 +1,8 @@
{
"version": "1.0.0",
"organization": "Plano",
"name": "plano-agent-skills",
"abstract": "Best practices for building agents and agentic applications with Plano — the AI-native proxy and dataplane. Covers configuration, routing, agent orchestration, filter chains, observability, CLI operations, and deployment patterns.",
"homepage": "https://github.com/katanemo/archgw",
"license": "Apache-2.0"
}