Record Playwright browser automation and convert the result into a shareable MP4.
Project overview
This Claude Code skill turns a Playwright run into an MP4 suitable for bug tickets, QA evidence, or demonstrations. It confirms the output location, records the browser in headed mode, detects a system ffmpeg installation or falls back to `ffmpeg-static`, and converts Playwright's WebM output to H.264. Existing files are preserved through incremented names, and the final response includes a local link to the output folder. Node.js 18+ and Playwright are required.
Draft or publish X posts through an isolated Chrome profile.
Project overview
This skill drives the logged-in X web interface through a dedicated Chrome profile that loads only Kimi WebBridge, closes stale X tabs, and keeps the main browser untouched. Draft mode is the default; sending requires --send, while login, captchas, two-factor prompts, and password entry remain user responsibilities.
Persist AI development state locally and enforce structured execution and quality gates.
Project overview
Meridian stores milestones, phases, plans, decisions, and checkpoints in a local SQLite state machine so Claude Code can resume deterministically after a session reset. It executes plans in scoped subagents, supports parallel waves, and applies regression checks, requirement coverage, stub detection, repair strategies, and two-stage review. Optional integrations can sync a kanban board or dispatch work to remote agents. Setup requires Python 3.11+, uv, Git, and Claude Code with skills support.
Calculate and confirm overtime submissions for YSS employees
Project overview
yss-overtime-submission reads attendance and effort data from ZenTao, applies mainland China workday, holiday, and makeup-workday rules, then compares existing Kingdee s-HR submissions before filling the form with Playwright. It supports dry runs and splits days longer than eight hours into multiple entries, but real submission requires an explicit --confirm after a person logs in. The default selectors target ZenTao plus Kingdee s-HR Cloud.
Analyze YouTube videos with transcripts, scene frames, and Claude.
Project overview
Analyze a YouTube video by combining a downloaded 720p file, scene-change frames, a NotebookLM transcript and briefing, and Claude's multimodal reading. The skill writes a structured Markdown synthesis with a TL;DR, technical stack, step-by-step workflow, annotated frames, quotations, and actionable decisions. It requires yt-dlp, ffmpeg, the NotebookLM CLI, and an authenticated NotebookLM session.
General skillTesting and debuggingModel Context Protocol
webtest-orch
@CreatmanCEO·Python
Turn one browser exploration into repeatable end-to-end tests.
Project overview
Explore an application once through Playwright MCP to generate maintainable spec files, then replay them with the Playwright CLI instead of repeating browser-driven reasoning. The toolkit adds accessibility, console, network, and regression checks, fingerprints bugs across runs, and keeps tests and reports in the repository. It does not include managed cloud execution or human triage.
Guide Claude Code through a short setup interview, then tailor a small set of skills, project rules, hooks, settings, and optional MCP integrations to the way you work. Its status command reports the installed setup and context budget, while the wizard explains what it skips. Recommendations are intentionally limited.
Synchronize GitHub followers and following relationships while preserving manual exceptions.
Project overview
SubManager is a cross-platform Python utility that follows GitHub users who follow your account and unfollows users who later leave. Two blacklist files let you exclude selected accounts from either side of the automation. After configuring a username and personal access token, the script can run manually or on a schedule through cron on macOS and Linux or Task Scheduler on Windows. It is intended for users who want recurring relationship maintenance rather than manual list updates.
General skillDocument productivityModel Context Protocol
wechat-article-down
@zyw-Wayne·JavaScript
Download WeChat articles and their media as local Markdown files.
Project overview
wechat-article-down opens a WeChat Official Account URL through chrome-devtools MCP, waits for the article to render, scrolls through lazy-loaded media, and extracts the body plus metadata. It converts the HTML to Markdown and saves images, audio, and optionally video alongside the article, with batch processing supported. Node.js 16 or newer and browser automation are required, while video downloads additionally use yt-dlp.
Classify and reversibly clean up iMessage spam conversations on macOS
Project overview
imessage-spam-cleanup scans the Messages chat database read-only, classifies conversations as spam, normal, or unknown, and creates a human-readable report before anything is removed. After explicit approval, it uses Messages.app UI automation, protects whitelisted contacts, and relies on the app's Recently Deleted area for 30-day recovery. The skill requires macOS 14 or later, a signed-in Messages.app, Full Disk Access, Accessibility permission, and Python 3.9+.
Turn findings from Claude conversations into batched Claude Code tasks.
Project overview
Bridge findings from Cowork, Claude.ai, Claude Desktop, or Claude for Work into Claude Code through a shared markdown inbox. The /cowork skill classifies scope, asks for one confirmation, runs in-scope items sequentially, archives completed findings, and produces an aggregate report. Data-destructive work always pauses for explicit confirmation, and upstream inbox population remains your choice.
Review an entire codebase before release and rank fixes by impact.
Project overview
Shakedown runs a whole-project review covering architecture, resilience, performance, storage waste, security, and documentation, then ranks findings by practical impact. It can be pointed at web apps, CLIs, agent systems, pipelines, microservices, or infrastructure. Teams may run the full Claude Code workflow or use individual reference checklists for a focused audit, making it complementary to tools centered on a single pull request.
General skillKnowledge managementModel Context Protocol
knowledge-capture
@keng1304·Shell
Archive conclusions from Claude conversations into Notion, Obsidian, or Markdown.
Project overview
Say “save this” at the end of a Claude Code discussion and knowledge-capture extracts the topic, three to five takeaways, reusable rules, and open questions. It detects available destinations such as Notion through MCP, an Obsidian vault, or a local Markdown inbox, shows the proposed note, asks where to store it, and returns the resulting path or link. Local Markdown works without an external knowledge-base integration.
Keep macOS system proxy settings synchronized with shells and GUI apps.
Project overview
mac-proxy-sync reads the active macOS proxy from scutil and exports common HTTP, HTTPS, SOCKS, and no-proxy variables whenever zsh starts. A prompt hook refreshes the values at most once per minute so long-running sessions follow rotating Clash, V2Ray, or Mihomo ports, while syncproxy mirrors them into launchctl for GUI subprocesses. It also unsets stale values when the system proxy is disabled and is specific to macOS and zsh.
Run repeatable content production and verification with swappable domain configs.
Project overview
Use two Claude Code skills to research, build, update, verify, audit, scan, and maintain a body of content through staged multi-agent workflows with human checkpoints and resume support. Domain-specific entities, claim types, source rankings, paths, and integrity rules live in replaceable JSON configurations, leaving the orchestration reusable across subjects. Markdown, Laravel, and Next.js outputs are supported; generic headless CMS delivery is still a placeholder.
Diagnose Python dependency, package-manager, CUDA, and ABI conflicts.
Project overview
Python Environment Doctor uses conda-lens to investigate missing dependencies, version conflicts, duplicate pip and conda packages, Python or platform incompatibilities, CUDA mismatches, and ABI problems. The Claude Code workflow combines diagnostic output with project files and logs, explains likely causes, proposes fixes with trade-offs, and can apply and verify a change after permission. It requires conda-lens, which the skill can install if missing.
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.
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.