3 Commits

  • 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
  • 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
  • feat(skills): add agent-eval for head-to-head coding agent comparison (#540)
    * feat(skills): add agent-eval for head-to-head coding agent comparison
    
    * fix(skills): address PR #540 review feedback for agent-eval skill
    
    - Remove duplicate "When to Use" section (kept "When to Activate")
    - Add Installation section with pip install instructions
    - Change origin from "community" to "ECC" per repo convention
    - Add commit field to YAML task example for reproducibility
    - Fix pass@k mislabeling to "pass rate across repeated runs"
    - Soften worktree isolation language to "reproducibility isolation"
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    
    * Pin agent-eval install to specific commit hash
    
    Address PR review feedback: pin the VCS install to commit
    6d062a2 to avoid supply-chain risk from unpinned external deps.
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    
    ---------
    
    Co-authored-by: Joaquin Hui Gomez <joaquinhui1995@gmail.com>
    Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>