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.
Check supplement stacks for gaps, excesses, duplication, and interactions.
Project overview
Provide product names, ingredient text, or a label photo to review a vitamin or supplement stack against intake targets, upper limits, duplicate ingredients, and known interactions. The Claude skill links claims to sources such as NIH ODS, PubMed, Cochrane, and Korean regulatory data, with optional product lookup APIs. It is designed for adults and does not diagnose conditions or advise changing prescription doses.
Route visual asset requests to the right image or video generator.
Project overview
nadicode-ai-designer teaches coding agents to route icons, illustrations, logos, hero images, Lottie animations, and short clips to an appropriate generation path. Agents can author simple SVG assets directly or run bundled scripts for several image and video providers, all returning a consistent JSON result. Most hosted providers require their own API credentials, while the agent-native SVG path can run without an external call.
Find repeated work on your Mac and draft a scheduled Claude Code routine.
Project overview
Ritual scans shell history, Git repositories, Claude Code memory, and existing automations on a Mac to rank the five repeated workflows most worth automating. It then drafts a paste-ready routine prompt for the top pattern using your actual repository names and working context. The result is intended for Claude Code scheduled triggers, giving users a concrete first automation instead of a blank scheduler.
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.
Collection or directorySecurity and privacyClaude Code
claude-skills-rj0217↗
@p62003·Shell
Audit website launch security and AI-crawler discoverability with repeatable skills.
Project overview
claude-skills-rj0217 packages repeatable Claude Code audits around SOPs, references, and deterministic scripts. Its pre-launch skill reviews common web attack vectors, dependency risks, and client-bundle exposure, with active testing gated on authorization. A second skill examines how AI crawlers reach a site through robots.txt, sitemaps, llms.txt, entry pages, SPA behavior, and framework-specific pitfalls, producing a structured report.
Run accounting work through six approval gates with an auditable workpaper trail.
Project overview
Structured Vibe Accounting guides reconciliations, accruals, and other substantive work through scoping, requirements, methodology, execution planning, execution, and review. The accountant approves each gate and retains ownership of every judgment while the agent performs the work. A workpaper folder records decisions, changes, tie-outs, and sign-off evidence, and journal entries remain draft or pending until reviewed.
Compile topics or reading lists into a structured local Markdown e-book.
Project overview
Book Compiler turns a topic, reading list, or source collection into a local Markdown book through research, outlining, drafting, review, and assembly stages that can be paused and resumed. Chapters label book summaries, web material, and AI-generated passages, while locale profiles adapt terminology. Outline-only, single-chapter, self-review, and public-domain modes provide useful control, and the prompt-based skill can run across several LLM environments.
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.
Integrate MercadoPago Checkout Pro in Go with verified webhooks and test flows.
Project overview
claude-skill-mercadopago-api gives Go developers an end-to-end MercadoPago Checkout Pro workflow for creating preferences, redirecting buyers, receiving webhooks, validating HMAC signatures, and confirming payment status. It includes ready-to-adapt Go code, status-detail mappings, Argentine test cards, and troubleshooting references. The documentation is primarily Spanish and focuses on Argentina, with separate credentials required for sandbox and production.
Encode FLEX pager messages as WAV files and auto-detect them during decoding.
Project overview
Use the Python command-line tools to turn numeric, alphanumeric, or tone-only FLEX pager messages into WAV audio, then decode recordings with automatic mode detection. It supports all four standard FLEX modes, while long capcodes, full fixed-frame timing, and ReFLEX uplink are not implemented.
Plan trips, budgets, packing, phrases, and travel-risk checks locally.
Project overview
Build day-by-day itineraries, track a trip budget, generate climate- and activity-aware packing lists, and consult bundled phrase, culture, and scam references. The supporting Python scripts run offline with no third-party dependencies and keep trip data local, while the conversational workflow requires Claude Code.
Flag suspect claims, fabricated citations, code risks, and overconfident AI output.
Project overview
Scan AI-generated text or code across factual integrity, confidence, logic, code reliability, and high-risk domains, then return a trust score with categorized concerns. It is useful for identifying what needs verification, but it is not a substitute for checking original sources.
Research purchases through category mapping, owner evidence, defects, and scoped tradeoffs.
Project overview
Define the use case, budget, country, and constraints before mapping the market, shortlisting candidates, searching for recurring owner-reported defects, and testing the recommendation for bias. The final verdict is explicitly scoped rather than naming a universal winner. It depends on web research and works best with the suggested search and X-access command-line tools.
Run specialized Claude Code workers in parallel and report results to a parent session.
Project overview
Split research, analysis, and coding work across specialized Claude Code workers that run concurrently and return their findings to a parent session. The repository describes a parent-child orchestration setup built around tmux and PostgreSQL, packaged as an installable skill that can be triggered automatically or by slash command.
Audit and clean storage used by macOS AI tools, caches, and developer runtimes.
Project overview
Scan common storage consumers such as AI coding tools, package-manager caches, Docker, Xcode data, browser test runtimes, and macOS app containers. Findings are labeled SAFE, ASK, or KEEP before you choose a conservative, aggressive, or custom cleanup plan, followed by a before-and-after disk-space report.
Shift Claude from task execution to a broader view of the situation.
Project overview
Trigger a brief reflective mode when an answer seems technically correct but misses the larger point. Phrases such as “zoom out” or “what am I missing?” prompt Claude to examine the whole situation, which can help with strategic decisions, stuck thinking, and pre-commit plan reviews. It works as a Claude Code skill or as copied instructions for another LLM.
Save timestamped notes for the current Spotify track from Claude Code.
Project overview
Capture a thought without leaving the terminal: the plugin detects the track currently playing in Spotify and appends a timestamped entry to a local Markdown file for that song. You can recall notes for the current track or search the whole archive. It uses no Spotify API, OAuth, or cloud sync; macOS and Linux are supported, while Windows is not.