Imported skill __init__ from agentskills
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)More formats (shields.io, HTML) on the badges page.
---
description: Imported skill __init__ from agentskills
name: __init__
signature: a3da705c4847ac19c016f67e3a6c56a94e160986a823d148c21dca4c9b312b4a
source: /a0/tmp/skills_research/agentskills/skills-ref/src/skills_ref/__init__.py
---
"""Reference library for Agent Skills."""
from .errors import ParseError, SkillError, ValidationError
from .models import SkillProperties
from .parser import find_skill_md, read_properties
from .prompt import to_prompt
from .validator import validate
__all__ = [
"SkillError",
"ParseError",
"ValidationError",
"SkillProperties",
"find_skill_md",
"validate",
"read_properties",
"to_prompt",
]
__version__ = "0.1.0"
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!