Imported skill __init__ from anthropic
Scanned 9/11/2026
Install to Claude Code
npx -y skills add bitwikiorg/skills.md --skill __init__ --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Init?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bitwikiorg-init-skills-md)More formats (shields.io, HTML) on the badges page.
---
description: Imported skill __init__ from anthropic
name: __init__
signature: 83e0f035c5abea238d3f2c3968afbd511ed022b527b7c9cb60a9434cc34ff987
source: /a0/tmp/skills_research/anthropic/skills/pptx/ooxml/scripts/validation/__init__.py
---
"""
Validation modules for Word document processing.
"""
from .base import BaseSchemaValidator
from .docx import DOCXSchemaValidator
from .pptx import PPTXSchemaValidator
from .redlining import RedliningValidator
__all__ = [
"BaseSchemaValidator",
"DOCXSchemaValidator",
"PPTXSchemaValidator",
"RedliningValidator",
]
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!