Publish Markdown articles to DEV.to from Claude Code without automating its editor.
Project overview
This skill uses AppleScript to control a logged-in Chrome session on macOS, retrieve DEV.to's CSRF token, and submit a Markdown article through the site's internal article endpoint. It avoids manipulating the React editor and returns the published URL after submission. Chrome must allow JavaScript from Apple Events, tags are limited to four lowercase values, and an article body should not begin with a YAML-style delimiter.
Scaffold and develop Astro v5 sites with context-aware Claude Code guidance.
Project overview
Astro Docs Skill gives Claude Code project scaffolding and implementation patterns for Astro v5, covering pages, layouts, components, islands, content collections, and Starlight documentation sites. It activates around Astro files or requests and can consult live Astro documentation for edge cases, so it suits both new site creation and ongoing Astro project work.
Browse repositories, issues, pull requests, and code searches efficiently with the gh CLI.
Project overview
GitHub Browser Skill teaches Claude Code how to map GitHub URLs and research goals to focused gh CLI and jq commands. It covers repository trees and files, issue and pull-request context, diffs, review comments, code search, and multi-channel repository discovery. The documented workflows are read-only and require an installed, authenticated GitHub CLI.
Create scheduled or manual backups of Joplin notes and settings.
Project overview
Joplin Plugin Backup creates backups on a schedule or on demand from the Tools menu. It exports notebooks as JEX files and saves supporting profile data such as settings, keyboard shortcuts, custom styles, templates, and installed plugin files. The plugin is built into Joplin 2.14.6 and newer, but each profile must be configured separately. Note-history revisions and inactive profiles are not included, and restoring notes generally involves importing the JEX backup.
Translate text, files, or folders through a chosen LLM while preserving common formats.
Project overview
LLM Translator connects to OpenAI-compatible services or local endpoints such as Ollama, LM Studio, and vLLM to translate individual text, files, or batches of documents. Its scripts can preserve formats including Markdown, HTML, and subtitles, with model settings supplied through a config file, environment variables, or command-line options. Hosted providers require your own credentials and may impose cost and rate limits.
Convert text or files into multilingual speech with adjustable voices, speed, and volume.
Project overview
Edge TTS Skill lets Claude or a standalone Python command turn typed text and text files into audio through Microsoft Edge's online speech service. Users can select voices in Chinese and other languages and adjust speaking rate and volume. It can be installed as an Agent Skill or run directly from the included synthesizer script, which requires network access and Python dependencies.
Audit interfaces and design systems, then produce prioritized, actionable fixes.
Project overview
UED Copilot reviews screenshots or design-system materials for visual hierarchy, interaction flow, usability, accessibility, and platform conventions across web, iOS, and Android. It can use a team's own standards or fall back to Apple HIG, Material Design, Nielsen heuristics, and WCAG guidance. The Claude Code skill presents issues interactively and can include concrete code changes and implementation steps.
Build Gutenberg blocks with WordPress-specific guidance in Claude Code.
Project overview
Use this skill when creating Gutenberg blocks, dynamic rendering, or Full Site Editing features in Claude Code. It covers block.json, InnerBlocks, variations, transforms, WordPress scripts, and server-side rendering, and can activate automatically or be invoked with /wp-gutenberg.
Improve WordPress theme accessibility with WCAG-focused Claude Code guidance.
Project overview
Use this skill to review or implement accessibility in WordPress themes with Claude Code. Its guidance covers WCAG 2.1 AA concerns such as skip links, landmarks, color contrast, forms, screen-reader support, keyboard navigation, and focus management, with automatic or direct invocation after installation.
Plan and implement PHP 8.x migrations for WordPress projects.
Project overview
Use this Claude Code skill when moving a WordPress plugin or theme to PHP 8.x. It covers language features such as named arguments, union types, match expressions, enums, readonly properties, and constructor promotion while keeping backward-compatibility strategies in view.
Inspect, debug, trigger, unblock, and author Buildkite pipelines through an AI assistant.
Project overview
Buildkite Skills offers eight installable workflows for checking build status, retrieving logs, diagnosing failures, troubleshooting stuck agents, unblocking approvals, triggering builds, analyzing skipped steps, and editing pipeline YAML. Users can ask for these actions in natural language rather than navigating each Buildkite screen manually. The skills rely on Buildkite's remote MCP server with OAuth, so a Buildkite account and an AI client that supports skills and MCP are required.
Collection or directoryAI and agent developmentClaude Code
ai-tools
@prgrmrwy·Python
Search, install, update, and package Claude Code skills from multiple sources.
Project overview
The main utility in ai-tools is skill-get, a unified manager for finding and installing Claude Code skills across several directories, direct Git or HTTP URLs, and local paths. It can also update, list, package, and unpack skills at project or user scope. Its configured search order keeps broad GitHub search as a fallback to reduce collisions between similarly named skills.
General skillDocument productivityModel Context Protocol
claudeDocugen
@asachs01·Python
Turn web workflows into annotated step-by-step documentation
Project overview
DocuGen turns a recorded or described web workflow into step-by-step documentation with annotated screenshots and contextual explanations. It can highlight click targets, blur sensitive values such as passwords and API keys, and adapt the guide for different audiences. The tool requires Python 3.8 or newer and Claude Code or Claude.ai with Playwright MCP.
Install Moodle 5.x on Laravel Herd and fix its common local configuration problems.
Project overview
Moodle Herd Installer Skill gives Claude Code, OpenCode, and similar assistants a focused procedure for installing Moodle 5.x on Laravel Herd. It addresses the new public directory layout, broken CSS or JavaScript responses, gzip decoding errors, Nginx slash arguments, and database driver selection. The repository includes a configuration template and an Nginx snippet, and is intended specifically for this local Moodle and Herd setup rather than general deployment.
General skillData and analyticsModel Context Protocol
pinmeto-location-reports-skill
@PinMeTo·Python
Turn PinMeTo location analytics into presentation-ready PDF and PowerPoint reports.
Project overview
PinMeTo Location Reports Skill converts multi-location analytics into polished PDF and PowerPoint reports for board meetings, executive presentations, quarterly reviews, or marketing summaries. It can be used with Claude Desktop, Claude.ai, or Claude Code. A PinMeTo MCP server connected to the user's account is required, and desktop or web use also needs code execution and file creation enabled.
Build and publish a Metalsmith static site through a guided Claude workflow.
Project overview
This Claude Code skill starts a Metalsmith project from the micro starter, asks discovery questions, selects reusable components, and builds pages with the expected YAML frontmatter. You can refine the site through live-preview feedback and then receive help pushing to GitHub for Netlify deployment. Node.js 18, Git, GitHub, and a connected Netlify account are prerequisites.
Turn a project vision into milestones and ongoing work for CLI coding agents.
Project overview
Claude North Star gives Claude Code or OpenCode a goal-oriented workflow instead of waiting for a new task after every step. It records the product vision, analyzes the repository, plans milestones, coordinates specialist sub-agents, and cycles through execution and evaluation. Progress, state, and architecture decisions persist in project files, with the user consulted mainly for strategic tradeoffs.
Delegate Claude Code tasks to Codex CLI with selectable safety and autonomy modes.
Project overview
Codex Skill adds a Claude Code command that sends implementation work to the non-interactive `codex exec` workflow. Safe, Auto, and YOLO modes let users choose how much oversight to retain, while Git integration tracks changes and supports rollback. The plugin requires Codex CLI and an OpenAI API key; full-autonomy mode is intended only for hardened environments.