- All SKILL.md files now <500 lines (avg reduction 69%) - Detailed content extracted to references/ subdirectories - Frontmatter standardised: only name + description (Anthropic standard) - New skills: brand-guidelines, spec-coauthor, report-templates, skill-creator - Design skills: anti-slop guidelines, premium-proposals reference - Removed non-standard frontmatter fields (triggers, version, author, category) Plugins affected: infraestrutura, marketing, dev-tools, crm-ops, gestao, core-tools, negocio, perfex-dev, wordpress, design-media Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
13 lines
535 B
XML
13 lines
535 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
xmlns="urn:schemas-microsoft-com:office:powerpoint"
|
|
targetNamespace="urn:schemas-microsoft-com:office:powerpoint" elementFormDefault="qualified"
|
|
attributeFormDefault="unqualified">
|
|
<xsd:element name="iscomment" type="CT_Empty"/>
|
|
<xsd:element name="textdata" type="CT_Rel"/>
|
|
<xsd:complexType name="CT_Empty"/>
|
|
<xsd:complexType name="CT_Rel">
|
|
<xsd:attribute name="id" type="xsd:string"/>
|
|
</xsd:complexType>
|
|
</xsd:schema>
|