Personal skills collection by Juri Wiens.
This repository contains custom skills that extend Claude Code's capabilities for specialized tasks. Each skill is self-contained in its own folder with a SKILL.md file containing the instructions and metadata that Claude uses.
First, register this repository as a plugin marketplace:
/plugin marketplace add juriwiens/skillsThen install the specific skill from the marketplace:
/plugin install library-docs-skill-creator@juri-wiens-skillsNote: The marketplace name juri-wiens-skills comes from the name field in .claude-plugin/marketplace.json.
Automated workflow for creating library documentation skills by researching GitHub repositories and generating structured skill files.
What it does:
- Uses AI exploration to discover repository structure
- Identifies documentation, examples, and key files
- Generates a complete SKILL.md following established patterns
- Provides templates and research guidelines
Usage triggers:
- "Create a skill for [library name]"
- "Make a skill for [framework]"
- "Generate documentation context for [library]"
- "Research [library] docs structure"
Features:
- Automated repository discovery and analysis
- Documentation structure exploration
- Template-based skill file generation
- Support for multi-repo libraries (main, docs, examples, templates)
- Adaptive to any repository structure
.claude-plugin/- Marketplace configurationskills/- Individual skill directories, each with aSKILL.md
To create a new skill:
- Create a new directory under
skills/ - Add a
SKILL.mdfile with frontmatter and instructions - Optionally add supporting files in
references/,scripts/, or other subdirectories - Add the skill to
.claude-plugin/marketplace.json
See skills/library-docs-skill-creator for a complete example.
- Agent Skills Standard - The open standard for AI agent skills
- agentskills/agentskills - GitHub repository for the standard
- anthropics/skills - Example skills from Anthropic
MIT