joelazar
@joelazar
Public Skills
native-web-search
by joelazar
"Trigger native web search. Use when you need quick internet research with concise summaries and full source URLs."
humanizer
by joelazar
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
frontend-design
by joelazar
"Design and implement distinctive, production-ready frontend interfaces with strong aesthetic direction. Use when asked to create or restyle web pages, components, or applications (HTML/CSS/JS, React, Vue, etc.)."
github
by joelazar
"Interact with GitHub using the gh CLI. Use gh issue, gh pr, gh run, gh search, and gh api for issues, PRs, CI runs, search, and advanced queries."
web-browser
by joelazar
"Allows to interact with web pages by performing actions such as clicking buttons, filling out forms, and navigating links. It works by remote controlling Google Chrome or Chromium browsers using the Chrome DevTools Protocol (CDP). When Claude needs to browse the web, it can use this skill to do so."
improve-skill
by joelazar
"Analyze coding agent session transcripts to improve existing skills or create new ones. Use when asked to improve a skill based on a session, or extract a new skill from session history."
youtube-transcript
by joelazar
Fetch transcripts from YouTube videos for summarization and analysis.
session-analyzer
by joelazar
Analyze pi session transcripts to discover patterns that could become AGENTS.md rules, skills, or prompt templates. Mines your usage history for automation opportunities.
summarize
by joelazar
"Fetch a URL or convert a local file (PDF/DOCX/HTML/etc.) into Markdown using uvx markitdown, optionally it can summarize"
uv
by joelazar
"Use uv instead of pip/python/venv. Run scripts with uv run script.py, add deps with uv add, use inline script metadata for standalone scripts."