MCP serverCommunication and collaborationModel Context Protocol
cursor-chats-bridge↗
@jherard-fr·Python
Let Claude Code read Cursor chats without modifying them
Project overview
cursor-chats-bridge connects Claude Code to Cursor's local chat database in read-only mode on Windows. An MCP server exposes workspace and chat listing, active-chat retrieval, search, and journal queries, while a scheduled poller records new messages every five minutes for later recap. It never writes to Cursor's database, but it only sees live messages from the currently open chat and does not backfill older history.
Translate U.S. Army experience into civilian career language
Project overview
army-to-civilian helps service members translate U.S. Army experience for civilian resumes, LinkedIn profiles, cover letters, and interview answers. It first adapts the framing to the target audience and document type, then checks acronyms, tone, and common veteran self-translation mistakes before producing the draft. Its rank and MOS mappings are Army-specific, so other branches need adaptation.
Use SendFlow's WhatsApp automation API from Claude Code
Project overview
The SendFlow API Skill teaches Claude Code to work with SendAPI's 44 WhatsApp-automation endpoints across campaigns, groups, messages, accounts, templates, blocking, verification, and media. It includes an OpenAPI 3 specification, real response examples, and Node.js and Python helper clients with authentication and rate-limit handling. The service is aggressively rate-limited and requires a user-created API key.
Keep a computer awake during long Claude Code sessions
Project overview
claude-caffeinate adds a cross-platform /caffeinate command for keeping the system awake while a long Claude Code session runs. It supports system-only or system-and-display modes, optional time limits, stop, and status commands. The implementation uses native Windows, macOS, or Linux mechanisms, stores one temporary state file, and scopes the wake lock to a process so it clears when that process exits.
Build a maintainable Feishu IM bot for small teams
Project overview
feishu-service-bot-skill is a decision guide for self-hosted Node.js Feishu or Lark IM bots built on WebSocket. It addresses mention filtering, environment-based configuration, multi-provider LLM switching, in-process deduplication, a single-worker queue, image handling, lightweight sessions, hot-loaded subskills, and error reporting back to chat. It is aimed at internal bots for roughly 1–50 users, not high-concurrency or public webhook deployments.
Analyze business decisions through six CIC mindset models
Project overview
cic-skill lets Claude analyze a concrete situation through six mindset models distilled from Guannaxi CIC's public story: craft as a moat, self-earned power, overseas leverage, moving on from a peak, persistence, and contrast through sincerity. It is designed for independent-business and career questions, not as a literal voice imitation, and the project frames the material as educational rather than official statements.
Scrape Xiaohongshu posts and comments through logged-in Chrome
Project overview
xhs-cdp-scraping connects Claude Code to a user's already logged-in Chrome through CDP to capture Xiaohongshu posts and comments. It relies on the page's own request signing, includes guidance for rate-limit and soft-block signals, and covers comment pagination and pseudonymized storage. The intended use is small-scale personal research with a burner account; high-volume scraping, automated login, captcha handling, and production commercial use are out of scope.
Extend CC passenger prototypes within an existing design system
Project overview
cc-passenger-prototype is a project-specific Claude skill for extending the CC ride-hailing passenger prototype. It can add new business pages, create variants, introduce BEM blocks, or maintain the token and base CSS files while preserving the established OKLCH, BEM, and WebView H5 language. It expects the project's source styles to exist and rejects Tailwind rewrites, third-party app imitation, and direct Vue, React, or UniApp output.
Compare competing ideas through an auditable AI tournament.
Project overview
Use this Claude Code skill when several ideas, plans, or vendors need a second opinion. It gives each option an independent advocate, then asks a fresh judge to score the matchup against a rubric and verify interpretive claims with primary sources. Prompts, responses, searches, and grades are saved for an auditable single-elimination verdict; it is not designed to produce a full ranking.
Browse a local AITUNNEL API documentation mirror from Claude.
Project overview
aitunnel-docs packages a local Markdown mirror of AITUNNEL documentation as a Claude skill. Its routing file points questions about models, limits, endpoints, authentication, errors, and integrations to 46 reference pages, while scripts can regenerate the mirror with crawl4ai. Refreshing the mirror requires Python, Playwright Chromium, and network access; the repository is primarily a documentation aid rather than an API client.
Generate, check, and rank distinctive names for developer tools.
Project overview
Name Forge turns a product description into a shortlist of candidate names. Four strategies generate ideas in parallel, survivors are checked across GitHub, npm, PyPI, crates.io, and the open web, and the remaining names are scored for memorability, typing, pronunciation, distinctiveness, and domain potential. The report ranks ten names and expands on the top three, but it is not a trademark clearance service.
Stress-test papers and technical artifacts with specialist reviews.
Project overview
Deep Review is an experimental Claude skill for finding problems that a generic file pass may miss. After a short calibration interview, it decomposes a paper or technical artifact into specialist checks, tests claims against sources and computations where possible, and returns a severity-ranked report. Optional review memory is written only after approval, and the tool is best treated as preparation for expert judgment rather than a replacement.
Turn a brief into a checked, styled web article with agent workshops.
Project overview
Writers Room coordinates a multi-agent editorial workflow from brief intake through research, outlining, drafting, quality passes, linking, verification, and publication metadata. A Python checker measures paragraph and sentence lengths, link policy, banned phrases, and heading hierarchy, while an optional design pass derives CSS and renders a self-contained HTML preview. Configuration controls voice, length, sources, and output, so the workflow is better suited to substantial articles than quick edits.
Audit whether a brand's public claims stay consistent across web sources
Project overview
brand-coherence-audit compares a brand or person across up to 15 public web sources, extracting claims about positioning, offers, expertise, and proof. It produces weighted scores, a cross-source comparison matrix, quoted inconsistencies, and a prioritized update plan aimed at clearer AI-search understanding. The skill orchestrates external collection tools, so API access may be needed for social and search sources.
Save, resume, and survey long-running research threads across sessions.
Project overview
Session Connector keeps multi-day research, experiments, and notebook work coherent across Claude Code sessions. Its save operation snapshots progress and updates each thread, resume surfaces all active threads, and status gives a quick survey without reopening every note. State normally lives under the project’s `.claude/sessions/` directory, with an optional constrained external-drive location. It never deletes old sessions automatically.
Collection or directoryContent creationClaude Code
shva-marketplace↗
@Shivak11·HTML
Install Shiva’s personal Claude Code tools for writing and teaching workflows.
Project overview
shva-marketplace is a small personal plugin collection for Claude Code, separate from the author’s product-specific tools. Its `shva` pack includes briefing, LinkedIn and Medium writing, teaching design, worksheet generation, GenAI use-case discovery, source finding, and persona profiling from text. Install it by adding the local marketplace and then the plugin; the marketplace is intentionally narrow and may grow over time.
Give senior managers reusable AI prompts, skills, and workflows.
Project overview
Put AI To Work is a curated repository for senior managers and directors who want practical AI support without losing their voice. It organizes installable skills, standalone prompts, printable cheat sheets, and recipe-style workflows; the current featured skill audits drafts for vocabulary, structure, tone, and punctuation patterns associated with machine-written copy, then suggests a cleaner rewrite. Artifacts are refreshed quarterly and can be pinned to release tags.
Plan Claude Code projects with milestones, phases, stubs, and acceptance checks.
Project overview
Waypoint adds a structured planning layer to Claude Code. Work is split into independent milestones and strictly ordered phases; completion checks track acceptance criteria, deferred stubs, and architecture decisions, and a phase cannot start until the previous one is complete. A milestone remains open when required verification is missing or tracked stubs remain in the codebase, making it useful for projects that span multiple sessions.