fix: add origin metadata to skills for traceability

Add origin field to all skill files to track their source repository.
This enables users to identify where distributed skills originated from.
Fixes affaan-m/everything-claude-code#246
This commit is contained in:
Stanislav Chernov
2026-02-23 19:00:57 +03:00
parent db27ba1eb2
commit 48dafdd288
46 changed files with 46 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
---
name: python-patterns
description: Pythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python applications.
origin: ECC
---
# Python Development Patterns