Rewrite AI-sounding Japanese into natural, publication-ready prose.
Project overview
Humanizer-JA rewrites Japanese produced by ChatGPT, Gemini, or Claude so it reads more naturally. The Claude Code skill checks 30 patterns across six categories, including repetitive rhythm, manual-like structure, vague claims, leftover formatting, and awkward metaphors, with modes for everyday publishing, business, academic, medical, and diagnostic use.
Generate, validate, and troubleshoot Codesphere deployment configurations.
Project overview
This Claude Code skill helps create or repair Codesphere ci.yml files and plan deployments using schemaVersion v0.2. It covers single applications and multi-service landscapes, along with domains, environment variables, networking, scaling, the cs-go CLI, public API, and CI integrations, making it useful for developers already deploying on Codesphere.
Manage memories, people, projects, tasks, and journals as Markdown files.
Project overview
Talk to Claude naturally to store or retrieve memories, contacts, projects, engagements, and journal entries. The skill keeps everything as local Markdown files with YAML front matter, supports search and dashboard-style summaries, and needs no database or background server. The data directory can optionally be a private Git repository for versioning and multi-machine synchronization.
Review New Zealand–Philippines employment and contractor agreements for legal risks.
Project overview
Upload or paste an agreement to check classification, privacy, enforceability, missing provisions, and internal inconsistencies when a New Zealand company engages Philippines-based workers. The plugin covers contractor and employment agreements, NDAs, and SaaS or master service terms, with suggested redlines and market benchmarks. Its analysis is informational only and does not replace qualified legal counsel.
Query on-chain smart-money data with per-request USDC payments.
Project overview
MetEngine Data Agent exposes 63 endpoints across Polymarket, Hyperliquid, and Meteora for smart-money consensus, wallet profiles, trader leaderboards, capital flow, and liquidity-pool analysis. Requests use the x402 protocol and settle in Solana USDC only when a successful response is returned, without API keys or subscriptions. A funded wallet and securely configured private key are required.
Teach AI and civic literacy through a six-stage, context-first method.
Project overview
This methodology begins with tangible ideas such as sand, silicon, switches, and binary, then builds step by step toward the internet and AI. Its six-stage arc—Ground, Build, Participate, Reframe, Mirror, and Connect—is designed for learners with little technical experience or understandable distrust of institutions. The repository includes a Claude skill, DOL framework mapping, evaluation materials, and nonpartisan guardrails for civic education.
Scaffold or starterSoftware developmentClaude Code
project-factory↗
@gastonmorixe·Shell
Create, scaffold, and push new GitHub repositories from Claude Code.
Project overview
Use an existing launchpad repository to start a completely new project from Claude Code on the web or mobile. After you describe the idea, it creates the GitHub repository, scaffolds the requested files, and pushes them; setup requires a suitably scoped fine-grained GitHub token and full network access.
Read and manage Bluesky posts through a guarded local Claude CLI.
Project overview
Use a local Node.js CLI to read feeds and threads or to post, reply, and delete through the official AT Protocol SDK. Write commands show a payload preview, support dry runs, require explicit confirmation for deletion, and retry rate-limited requests with backoff; authentication uses a Bluesky app password.
General skillDocument productivityModel Context Protocol
document-everything↗
@d3v-26·Python
Scan a codebase and generate structured architecture and file documentation.
Project overview
Document a repository by detecting its project type, ranking source files for reading, and writing an adaptive report with architecture diagrams, file references, configuration, dependencies, known issues, and decision records. Output changes with repository size, and the workflow also updates CLAUDE.md while optionally enriching public GitHub analysis through DeepWiki.
Tailor a one-page LaTeX resume by selecting approved master bullets.
Project overview
Match a resume to a job description without inventing or freely rewriting experience. The skill analyzes fit and gaps, proposes a plan, then selects existing bullets from a maintained master list and compiles them into a fixed one-page LaTeX template after approval; useful results depend on preparing that bullet library first.
Audit or design websites using fifteen practical simplicity principles.
Project overview
Review a live site, screenshot, Figma design, or frontend code for issues that distract from content and user goals, or apply the same framework while designing a page from scratch. The skill checks fifteen principles covering clarity, hierarchy, accessibility, focus, performance, maintainability, and commercial usefulness, with optional scoring and prioritized fixes.
Generate daily standups from Git history, pull requests, and a work log.
Project overview
Create a standup report that combines commits, the active branch, GitHub pull requests, and persistent notes into yesterday, today, and blocker sections. The full install script can auto-log Claude Code sessions through start and stop hooks, while the skills-only install omits those hooks and each /daily run reads just the current repository.
Rank high-value research sources for a specific question.
Project overview
Give edge_source_skill a research question and it returns a scored source list, recommended reading order, coverage gaps, and a practical experiment. Rankings combine relevance, depth, actionability, freshness, and consequence across curated feeds and GitHub resources, with optional Telegram imports. It is designed as the source-discovery stage before separate crawling and Markdown conversion tools.
Query multimodal routes, transit data, and geocoding through TripGo scripts.
Project overview
This agent skill wraps the SkedGo TripGo API with references and runnable Bash scripts for routing, public transport data, real-time services, geocoding, POIs, and trip lifecycle operations. It is particularly useful for comparing multiple transport modes from the same origin and destination. A TripGo API key, curl, and jq are required, and deprecated endpoints remain only for compatibility.
Control and debug the active Chrome tab from Claude Code.
Project overview
BrowseLink connects Claude Code to Chrome through an extension and Native Messaging bridge. It can execute JavaScript, capture network and console activity, take screenshots, fill forms, inspect frames, and manage tabs for debugging, testing, or scraping. It operates on one active tab at a time, file-based commands add roughly one to two seconds of latency, and active debugger monitoring conflicts with open DevTools.
Turn folders of PDFs into NotebookLM audio overviews and summaries.
Project overview
This Claude Code skill finds PDFs in a folder, groups them into NotebookLM batches, and exports podcast-style audio, structured Markdown summaries, and processing metadata. You can choose the language, output directory, batch size, or audio-only and summary-only modes. It requires an initial Google login and relies on the unofficial notebooklm-py library, so API changes or expired cookies can interrupt the workflow.
Audit and build TON smart contracts with Tolk and TVM guidance
Project overview
This Claude Code skill collects TON smart-contract security and development guidance for Tolk 1.2 and TVM 12. It covers access control, integer overflow, asynchronous reentrancy, message deserialization, bounce handling, gas management, and an eleven-phase audit checklist, with vulnerable and corrected examples. It is a reference skill for developers reviewing or implementing TON contracts, rather than a standalone auditing service.
Collection or directoryKnowledge managementClaude Code
tootoo-skills↗
@0xtootoo29
Add GitHub research and interactive skill-routing tools to Claude Code.
Project overview
tootoo-skills currently contains two focused Claude Code skills. github-kb helps clone repositories, search GitHub, and inspect source code, while skill-router asks interactive questions to identify the right skill for a task. Each directory can be copied independently into the Claude skills folder, or both can be installed together before restarting Claude Code.