
onewave-ai/claude-skills
6 skills8.9k installs1k starsGitHub
Install
npx skills add https://github.com/onewave-ai/claude-skillsSkills in this repo
1Landing Page CopywriterLanding Page Copywriter is an agent skill that turns a solo builder’s product facts into high-converting landing page copy. After you supply what you sell, who it’s for, the problem solved, your edge, the desired visitor action, and any proof points, the skill walks through PAS, AIDA, or StoryBrand and outputs hero headlines, subheads, value propositions, benefit blocks, and CTAs sized for real pages. It fits the validate phase when you need a credible landing before heavy engineering, and it stays useful at launch and in growth when you refresh homepage or campaign URLs. The workflow is procedural—gather inputs, pick a framework, then generate sections—so you get paste-ready marketing text without hiring a copywriter. Use it when the blocker is words and structure, not hosting or analytics implementation.4kinstalls2Code Review ProCode Review Pro is a procedural agent skill for deep, multi-axis code reviews aimed at solo builders who ship without a dedicated senior reviewer. When someone asks to review or audit code, the skill drives the agent through security-first analysis (SQL injection, XSS, authentication gaps, hardcoded secrets, unsafe deserialization, path traversal, CSRF, input validation, weak cryptography, and vulnerable dependencies), then performance (N+1 database patterns, Big-O inefficiency, memory leaks, unnecessary framework re-renders, missing indexes, blocking I/O, missing cleanup, cache opportunities, chatty networks, bundle bloat), and finally maintainability (DRY violations, oversized functions, unclear naming, and refactor candidates). It is intermediate in complexity because readers should interpret findings in context of their stack. Use it in Ship before merging or launching, and again in Build when a feature branch needs a second pair of eyes, or in Operate when patching production incidents. It produces narrative findings and recommendations, not automated CI gates.2.3kinstalls3Csv Excel Mergercsv-excel-merger is a procedural agent skill for solo builders who routinely receive mismatched exports—CRM CSVs, finance Excel sheets, support dumps—and need one clean dataset without hand-merging columns. It walks the agent through discovering how many files you have, what formats and encodings they use, and whether identifiers line up, then proposes a merge strategy with explicit column normalization rules and deduplication keyed on fields like email or user id. Fuzzy header matching reduces friction when vendors label the same concept differently, while documented conflict modes (keep first vs keep last) make business choices explicit instead of silent overwrites. Use it when building import pipelines, cleaning data before analytics, or answering one-off ‘combine these three spreadsheets’ requests inside your repo. It expects you to clarify paths and primary keys upfront; it is not a hosted spreadsheet product or a GUI merge tool.848installs4Technical WriterTechnical Writer is an agent skill that walks you through producing polished technical documentation for mixed audiences—end users, developers, admins, and stakeholders. It starts by classifying the artifact you need (user guide, API reference, architecture overview, how-to, troubleshooting, onboarding, knowledge-base article, or SOP), then locks audience assumptions so the tone and depth stay consistent. From there it applies consistent section templates—overview, prerequisites, getting started, and deeper reference material—so solo builders shipping SaaS, CLIs, or APIs do not reinvent doc structure every time. Use it whenever you need clear writing workflows rather than one-off chat paragraphs, especially before launch or when support burden is climbing. The skill favors plain, scannable markdown suitable for repos, wikis, and customer help centers, which helps both human readers and AI-search snippets cite your product accurately.689installs5Screenshot To Codescreenshot-to-code is an agent skill for solo builders who have a visual reference—a marketing page, app screen, or mock—and want production-oriented front-end code without manually measuring pixels. The workflow asks the agent to study the image for structure and components, confirm or infer the target framework, then emit a full implementation with sensible component boundaries and styling. It fits early Build sprints when validating a landing layout, cloning a competitor pattern for a prototype, or accelerating design handoff when you work alone without a Figma-to-code pipeline. Defaulting to React and Tailwind matches common indie SaaS stacks, while plain HTML/CSS remains available for lightweight pages. Users should still review accessibility, asset licensing, and brand tokens after generation, but the skill removes the blank-editor step between screenshot and editable code.635installs6Knowledge Base BuilderKnowledge Base Builder is an agent skill for solo and indie builders who already have support traffic and need documentation that actually reduces tickets. It acts as a knowledge-management specialist: analyze recurring questions from support conversations, then generate FAQ sections, numbered tutorials with screenshot placement, optional video script outlines, and search-friendly article structure. The workflow emphasizes concrete, copy-paste-ready markdown output with recommendations and next steps, aligned with customer-support best practices. Use it when ticket volume is eating your time, onboarding questions repeat, or you are launching a help center without a dedicated technical writer. It fits SaaS and content products where deflection and clarity matter more than generic blog posts.516installs