Plan budgeting, taxes, debt, housing, and retirement around Korean financial rules.
Project overview
This Claude Code skill guides Korean users through personal-finance questions covering take-home income, social insurance, spending, savings, debt, taxes, housing, pensions, insurance, and investing. Its reference material is organized around 2026 Korean rules such as tax rates, DSR limits, housing subscriptions, and retirement programs, producing structured plans from a user's situation.
Scan AI applications for Korean professional-licensing law risks before release.
Project overview
LegalCheck scans a full source tree with regex and AST analysis, applying 32 rules across 14 Korean professional-licensing laws and producing reproducible JSON or Markdown findings. Claude Code or Codex can then inspect the flagged code to filter false positives. It is intended as a pre-release screening tool, not legal advice; a lawyer must assess the legality of a specific product or situation.
Turn Reddit discussions into a filterable bilingual Excel intelligence report.
Project overview
reddit-intel collects posts for a keyword through Reddit's public JSON interface, combines several sort orders, and deduplicates the results; deep mode also retrieves selected comments. It translates and classifies discussions by intent, sentiment, competitors, use cases, and action items, then exports post-level data and a summary sheet to Excel. Because Reddit exposes only a limited result window, the tool is better for fast directional research than complete archives or continuous monitoring.
Convert lecture slides into exam notes, Q&A, and a revision cheat sheet.
Project overview
Upload a text-based PPT or PPTX on claude.ai to generate structured study notes, exam-style questions and answers, and a compact revision sheet. The skill preserves the slide wording, avoids outside knowledge, and splits large decks across multiple responses when needed. It is designed for faithful study-material extraction, so image-only presentations cannot be processed.
Create Chinese content for WeChat Moments, official accounts, and other platforms.
Project overview
WeChat Writer combines intent analysis, guided questions, generation scripts, templates, and writing references into a repeatable Chinese content workflow. It can produce WeChat Moments posts, official-account articles, and adaptations for other platforms, running as a Claude Skill in CoPaw or compatible environments with configurable user preferences.
Spot Claude Code habits that break cache reuse or increase token usage.
Project overview
This skill flags usage patterns that may raise Claude Code token consumption, including long conversations, fragmented requests, missing ignore rules, model switches within a session, and extended thinking on simple edits. It turns cache and prompt-management guidance into practical suggestions such as using /compact when appropriate, keeping the model stable, providing exact paths, and excluding bulky generated files with .claudeignore.
Convert technical PDFs into Markdown while preserving structure, listings, and images.
Project overview
Convert manuals, datasheets, programming guides, and other structured PDFs with a digital-first extraction path and optional OCR for scanned pages. The skill reconstructs headings, recovers tables and preformatted listings, exports figures, and supports page ranges or batch folders. It writes Markdown beside the source by default, requires uv and Python, and can use pdftotext as an optional geometry source for better layout recovery.
Turn a brand name or short brief into a strategic system and browser-ready board.
Project overview
Provide a brand name, product idea, audience, or a few constraints, and the skill develops three distinct visual directions, selects a recommendation, and writes a strategy document plus a standalone HTML brand board. It can also generate CSS design tokens for handoff. Invented testimonials, logos, or metrics must be labeled as concept content rather than presented as real proof.
Run Codex and Gemini in parallel, then let Claude synthesize their findings.
Project overview
For complex architecture, review, or security tasks, the skill dispatches targeted prompts to Codex CLI and Gemini CLI at the same time and returns structured outputs for Claude to synthesize. It highlights agreement and divergence instead of treating either model as authoritative. Claude Code, both external CLIs, and Python 3.8 or newer must already be installed and authenticated.
Estimate and compare LLM API costs from natural-language workloads inside your editor.
Project overview
Describe a workload such as daily chatbot volume or document processing, and the skill applies provider pricing, token formulas, caching, and batch discounts to estimate the bill. It compares models across OpenAI, Anthropic, Google, DeepSeek, Mistral, and others while showing the math. Because model prices change frequently, its reference files need regular updates before budgeting decisions.
Analyze Dockerfiles for slower builds, poor caching, and oversized images.
Project overview
Docker Optimizer checks layer ordering, multi-stage build opportunities, base images, production dependencies, package cleanup, `.dockerignore`, working directories, and non-root execution. It can run as a Claude Code skill or a standalone TypeScript command, then reports concrete fixes and estimates how they may affect build time, image size, and cache reuse.
Diagnose version drift and common GitHub Actions workflow failures.
Project overview
CI Doctor scans GitHub Actions configuration for Node.js version mismatches, masked failures, missing package caches, duplicate build steps, broken job dependencies, and artifact-sharing mistakes. It can run as a Claude Code skill or as a standalone TypeScript command, producing a readable or JSON report and a nonzero exit code when critical issues are detected.
Detect and synchronize Node.js versions across project and CI configuration files.
Project overview
Version Sync compares Node.js version declarations in `.nvmrc`, `package.json`, Dockerfiles, GitHub Actions workflows, and Docker Compose files. It can report mismatches or update every supported file to a target version, either as a Claude Code skill or a standalone TypeScript command. Dry-run previews and optional backups help control bulk changes.
Plan and execute multi-step tasks from natural-language requests in Claude Code.
Project overview
Praxis turns requests such as data analysis, web scraping, page building, or media production into a tool-driven workflow in Claude Code. It analyzes the intent, selects tools, installs missing dependencies, and can use available credentials, create the appropriate output, or email the result after one confirmation. It requires Claude Code 2.1+, Python 3.8+, Git, and curl.
Turn cloud configuration findings into connected, explainable attack paths.
Project overview
Skycenter analyzes pasted IAM policies, Terraform files, Kubernetes manifests, and other AWS, Azure, or GCP configuration material. It connects individual misconfigurations into attack paths with entry points, lateral movement, blast radius, MITRE ATT&CK mappings, detection gaps, and remediation. It does not connect to cloud accounts or call provider APIs, and is intended for authorized security assessment.
Guide Minis coding work from architecture and testing through release and incident review.
Project overview
This fourteen-skill bundle gives Minis on iOS structured workflows for architecture, change-risk review, worktree isolation, root-cause tracing, test-driven development, browser validation, performance debugging, release readiness, deployment checks, incident triage, rollback planning, postmortems, and observability. It recommends an order based on the kind of task rather than applying every skill at once. The current scope guides safe decisions and verification, but does not yet provide a dedicated skill that executes full production incident recovery.
Add operational safeguards and prompt-injection defenses to Minis agents on iOS.
Project overview
The pack separates risk in actions from risk in content. One skill governs shell commands, file changes, browser automation, uploads, personal data, and device-side effects; the other treats instructions found in webpages, PDFs, OCR, repositories, and logs as untrusted data. Both promote least privilege, read-only work first, explicit confirmation, and secret-exfiltration prevention, with shared review checklists, red-flag references, and adversarial test cases tailored to Minis on iOS.
Find professors, public contact details, and relevant recent papers.
Project overview
Specify a research area, desired result count, and optional university or country to collect matching faculty information. The skill prioritizes official department, faculty, and research-group pages, then uses Google Scholar for publication context, returning public emails and recent papers in Markdown or Excel. Students should still verify the records before contacting prospective supervisors.