agents skills

This commit is contained in:
2026-05-25 13:25:35 +03:00
parent 320f82ab95
commit 4b6c47837f
15 changed files with 14039 additions and 7492 deletions

View File

@@ -7,6 +7,7 @@ description: Python-specific GRACE-Poly protocol: few-shot complexity examples,
@BRIEF Python-specific HOW: few-shot complexity examples, belief runtime patterns, module decomposition, and FastAPI/SQLAlchemy conventions for the GRACE-Poly protocol in ss-tools.
@RELATION DEPENDS_ON -> [Std.Semantics.Core]
@RELATION DEPENDS_ON -> [Std.Semantics.Contracts]
@RESTRICTION EXAMPLES ONLY — this file provides language-specific code patterns. All protocol rules (tier definitions, tag catalog, anchor syntax) are defined exclusively in `semantics-core`. This file MUST NOT redefine or contradict any rule from `semantics-core`.
## 0. WHEN TO USE THIS SKILL