By willzwayn
Academic writing style replication — writes in William Wayn's personal voice
Create professional LaTeX documents — CVs, academic reports, presentations (Beamer), and manage BibTeX references. Use this skill whenever the user asks to create, edit, or compile any LaTeX document, write a resume/CV in LaTeX, build slides or a presentation, write an academic paper or report, or set up bibliography management. Also triggers when the user mentions .tex files, pdflatex, bibtex, beamer, or any LaTeX-related workflow.
Replicate William Wayn's personal academic writing style — a conversational-didactic voice that teaches through everyday analogies, builds arguments brick by brick, and treats the reader as an intelligent companion on a discovery journey. Use this skill whenever the user asks to write academic text, papers, essays, reports, dissertations, abstracts, literature reviews, or any scholarly content. Also trigger when the user says "write like me", "my style", "academic tone", "escreve pra mim", "meu estilo", or wants to produce text for university, research, or publication contexts — even if they don't mention "academic writing" explicitly. This skill is about voice and rhetorical strategy, not about LaTeX or formatting.
Personal Claude Code Skills marketplace.
Published at github.com/WillzWayn/Wayn-Skills.
Wayn-Skills/
├── .claude-plugin/
│ └── marketplace.json ← index of all plugins and skills
├── skills/
│ └── latex/ ← LaTeX document skills
│ ├── SKILL.md
│ ├── cv.md
│ ├── presentation.md
│ ├── academic-report.md
│ └── bibtex.md
└── README.md
/install-plugin WillzWayn/Wayn-Skills
/latex-skills:latex
/update-plugin WillzWayn/Wayn-Skills
mkdir -p skills/my-new-skill
SKILL.mdCreate skills/my-new-skill/SKILL.md with frontmatter and instructions.
Important rules:
name and description are required in the frontmatter — without both, npx skills add won't detect the skilldescription is what Claude uses to decide when to automatically invoke the skillSKILL.md under 500 lines; move detailed docs to reference.mdOpen .claude-plugin/marketplace.json and either add the skill path to an existing plugin's skills array, or create a new plugin entry:
{
"name": "my-plugin",
"source": "./",
"description": "Short plugin description",
"strict": false,
"skills": [
"./skills/my-new-skill"
]
}
npx skills add . --list
git add .
git commit -m "feat: add my-new-skill"
git push
Done. Anyone can install with /install-plugin WillzWayn/Wayn-Skills.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub willzwayn/wayn-skills --plugin writing-skillsAnthropic's production Word skill — create and edit .docx with tracked changes. For memos, technical accounting papers and reports.
Extract a linguistic fingerprint through interactive sampling and analysis, then generate a personalized voice profile and writer skill
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions