BERORINPO
db7f2a6fd5
fix(skills): move top-level origin frontmatter key under metadata
...
The official Agent Skills spec (agentskills.io/specification) whitelists exactly
6 top-level frontmatter keys (name/description/license/compatibility/metadata/
allowed-tools). A top-level `origin` key fails the official validator
(anthropics/skills quick_validate.py ALLOWED_PROPERTIES; skills-ref validate).
This moves `origin: X` -> `metadata.origin: X` across the canonical skills/
tree, preserving each value verbatim. Frontmatter-only, minimal diff.
- 251 SKILL.md updated (242 new metadata block, 9 appended to existing metadata)
- origin values preserved verbatim (verified 251/251)
- YAML validated on all changed files
- scoped to canonical skills/ only (docs/<lang> translations + tool mirrors
.cursor/.kiro/.agents left untouched; presumably regenerated from canonical)
Addresses #2233
2026-06-11 21:12:21 +09:00
Affaan Mustafa
6b2de1baff
security: remove supply chain risks, external promotions, and unauthorized credits
...
- Remove zenith.chat references and @DRodriguezFX shoutout from README
- Remove Inspiration Credits section (already in CHANGELOG.md)
- Remove awesome-agent-skills reference from Links
- Remove Plankton H3 section by @alxfazio (skill stays in skills/)
- Remove brand names (InsAIts, VideoDB, Evos) from v1.9.0 notes
- Remove @ericcai0814 individual credit from README (kept in CHANGELOG)
- Add Security Guide to Links section
- Replace curl-pipe-to-bash in autonomous-loops with review warning
- Replace git clone in plankton-code-quality with review warning
- Replace pip install git+ in agent-eval with review warning
- Replace npm install -g in dmux-workflows with review warning
- Add commercial API notice to nutrient-document-processing
- Remove VideoDB maintainer credit from videodb skill
- Replace skill-creator.app link with ECC-Tools GitHub App reference
2026-03-21 18:10:05 -07:00
Affaan Mustafa
d3f4fd5061
fix: restore mainline CI on Windows and markdown lint ( #415 )
...
* fix: restore ci compatibility on windows
* fix: normalize hook path assertions on windows
* fix: relax repo root assertion on windows
* fix: keep hook root assertion strict on windows
2026-03-12 14:48:21 -07:00
Affaan Mustafa
192d2b63f2
docs: align videodb event directory handling
2026-03-10 21:23:25 -07:00
Affaan Mustafa
70449a1cd7
docs: tighten videodb listener guidance
2026-03-10 21:22:35 -07:00
Affaan Mustafa
db2bf16427
docs: resolve videodb review findings
2026-03-10 21:18:33 -07:00
Affaan Mustafa
b8ab34e362
docs: harden videodb skill examples
2026-03-10 21:03:32 -07:00
Rohit Garg
179a0272d1
videodb skills update: add reference files for videodb skills
2026-03-03 18:20:30 +05:30