Build evidence-based skincare and wellness plans with multilingual guidance.
Project overview
This repository provides separate skills for skincare and wellness plus a standalone interactive CLI. It asks about language, region, concerns, and budget, then produces routines or plans with research citations, dosing and timing, stop conditions, and referral flags; its topics include acne, procedures, supplements, sleep, diet, gut issues, and screen-related eye fatigue. It offers general information, not medical diagnosis or treatment.
Build and audit portable, isolated Claude skills in a pnpm monorepo.
Project overview
Use this monorepo as a structure for self-contained Claude skills. Each skill lives in its own copyable folder with a SKILL.md, metadata, examples, tests, and local helpers, while workspace scripts scaffold new skills, lint frontmatter, run health checks, generate an index, and detect cross-skill references. It deliberately keeps pnpm workspaces as the current tool and documents larger release systems as future options.
Create atomic bilingual English/Japanese commits after staged-file confirmation.
Project overview
Use this Claude Code skill before committing staged changes. It groups files by logical change, asks for confirmation of each proposed file set, and creates an English/Japanese commit message without AI attribution. It is a commit-message and scope workflow, not a secret scanner; the related skills-safe-commit project is intended to validate staged changes before this step.
Generate bilingual English/Japanese changelogs from categorized git history.
Project overview
Use this Claude Code skill when preparing a release or updating CHANGELOG.md. It reads a chosen git-log range—since a tag, within dates, or between branches—groups commits by feature, fix, refactor, or docs, excludes merge commits and AI attribution, and emits English/Japanese entries. It pairs naturally with the related bilingual commit workflow.
Block unsafe commits by checking staged secrets, attribution, files, and policies.
Project overview
Run this Claude Code skill before committing staged changes. It checks for secrets and credentials, AI attribution in commit messages, oversized files, .env files, and misplaced design assets, then blocks the commit with reasons or shows a preview when clean. It is a pre-commit guard for the staged set; deeper scans across repository history require a separate tool.
Safely clean stale branches and worktrees with confirmation for every deletion.
Project overview
Use this Claude Code skill after feature work or pull-request merges to inspect local branches and worktrees. It categorizes merged, stale, active, and worktree-related entries, presents candidates, confirms each deletion separately, removes worktrees before branches, and never force-deletes without explicit approval. It is designed for cautious local cleanup rather than remote branch administration.
Track multi-step Claude tasks in an offline HTML flow and Kanban dashboard.
Project overview
Use this skill to maintain a browser-friendly task dashboard while Claude works through a multi-step project. It stores task state in JSON and renders a standalone HTML view with a scalable SVG flow, chronological feed, upcoming queue, search and filters, persistent history, and dark or light themes. The renderer uses Python 3.9+ standard library only and works offline; the dashboard appears when explicitly invoked or when its state file already exists.
A Claude Code skill for choosing safe mock boundaries in deterministic tests.
Project overview
skills-mock-design guides Claude Code to mock external boundaries such as time, randomness, HTTP, the file system, and environment variables, while calling pure internal functions directly and using a test database for integration tests. It is aimed at removing nondeterminism without over-mocking, and links to a related test-generation skill.
A Claude Code skill that requires an approved plan before file changes or destructive commands.
Project overview
skills-plan-before-action presents a numbered plan before modifying files or running destructive commands. The plan lists files, external resources, commands, and an execution estimate, then waits for `y` or `go`. It delegates estimate generation to `skills-time-estimate` and is intended as an approval gate for code changes.
A Claude Code skill for test-guarded, one-change-at-a-time refactoring.
Project overview
skills-refactor-safe enforces a green test baseline before refactoring, limits each step to one atomic change, and reruns tests after every step. A failure stops the process and triggers an immediate revert instead of a forward fix. The repository links to `skills-run-tests` for test-suite execution.
A Claude skill that detects test runners and offers scoped or background test execution.
Project overview
skills-run-tests detects common runners such as Bun, Vitest, Jest, pytest, and Go test, estimates duration for larger suites, and offers filtering, bail-on-first-failure, background, or cancel options. It reports passed, failed, and skipped counts with elapsed time, and connects to `skills-time-estimate` and `skills-refactor-safe`.
A Claude Code skill for estimating time, token use, and parallelism before heavy work.
Project overview
skills-time-estimate provides a quick cost view before parallel dispatches, multi-file edits, large recursive operations, or builds and tests likely to take more than 30 seconds. It classifies work as Quick, Medium, or Heavy and, for heavy operations, offers proceed, split, background, or cancel choices. Other planning and testing skills use it for estimates.
General skillSEO and search optimizationModel Context Protocol
Website-Traffic-Analysis↗
@twominutereports
A Claude SEO analysis skill that combines GA4 and Search Console through Two Minute Reports.
Project overview
Website-Traffic-Analysis turns Claude into an SEO analyst through the Two Minute Reports MCP connected to Google Analytics 4 and Search Console. It covers traffic overviews, CTR issues, traffic-drop diagnosis, content gaps, keyword cannibalization, technical health, engagement, on-page checks, and a 30-day action plan. Use requires a compatible Claude plan, a connected MCP, and linked GA4 and Search Console accounts; the project states that MCP data is not stored.
A portable Claude plugin for turning a codebase into market research, Instagram content, and SEO pages.
Project overview
growth-engine scans a codebase and creates a `growth/` directory containing an eight-framework market report, a 30-day calendar with 180 Instagram pieces, and 14 to 105 SEO pages across blog, comparison, alternatives, integrations, and glossary sections. Its `/growth-*` commands support research, content, SEO, and optional framework-specific wiring, using free search and fetch interfaces without paid API keys. It also provides guidance for other coding agents.
A two-skill Zoho Catalyst toolkit for cleaning documentation and guiding AI/ML development.
Project overview
CatalystAI bundles `llms-txt-cleaner`, an idempotent Python utility that normalizes scraped `llms-full.txt` documentation, with `catalyst-ai`, an expert skill for Zoho Catalyst services such as Zia, QuickML, ConvoKraft, and SmartBrowz. It includes installation paths for Claude Code, Cursor, Gemini CLI, Copilot, and Windsurf, plus planned work for deeper references and pricing guidance.
A Claude Code skill that adds titles, cover art, and inline illustrations to Markdown articles.
Project overview
md-twitter-dresser-skill dresses a finished Markdown article by proposing titles and image slots, then uses two HTML review rounds to confirm prompts and generated images before producing an article with embedded images. It supports a fixed 5:2 cover, content-based inline aspect ratios, bilingual prompts, reusable title and image styles, and standard CommonMark output; confirmation happens before image-generation spend.
A Markdown-only Claude skill for working with Plivo REST APIs across messaging, voice, and account resources.
Project overview
plivo-skill is a compact, Markdown-only reference for agents using Plivo REST APIs. It covers SMS, voice, WhatsApp, Verify, numbers, accounts, subaccounts, authentication, safety tiers, and resource-specific API notes. A small entry file keeps context use low while detailed references load as needed; it supports skills.sh, global, and project-local installation. The skill documents guidance rather than enforcing spend or mutation limits.
A Claude skill for shaping talks, slides, and writing with Patrick Winston’s communication framework.
Project overview
winston-coach applies Patrick Winston’s MIT lecture and book principles to talks, lectures, presentations, reports, emails, abstracts, papers, and proposals. Its fourteen tools cover openings, VSN-C structure, the Star, engagement techniques, slide hygiene, abstracts, and format-specific guidance. A routing table selects full drafts, critiques, or structures, followed by a humanizer pass before delivery.