WaniWani-AI

30 mods across 1 repository, 17 stars between them.

agent-browser

01

WaniWani-AI/sdk

Skill Claude CodeCodex

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

17 3d ago A 51 tokens copy · 83% MIT

copy

02

WaniWani-AI/sdk

Skill Claude CodeCodex

Copy text to the user's clipboard. Use when the user wants to copy generated content, summaries, or any text to their clipboard.

17 3d ago A 28 tokens original MIT

deploy-prod

03

WaniWani-AI/sdk

Skill Claude CodeCodex

Create a production deployment PR from main to deploy/prod with date-based auto-versioning (YYYY-MM-DD-rN). Use when the user runs /deploy-prod or asks to deploy to production, ship a release, cut a prod release, or open a production deployment pull request. Assumes a repo with a deploy/prod branch and a tag-on-merge…

17 3d ago A 79 tokens original MIT

linear-oneshot

04

WaniWani-AI/sdk

Skill Claude CodeCodex

Find one-shottable WaniWani Linear tickets and scope them for autonomous execution. Use when the user says "triage one-shots", "find easy tickets", "find simple tickets", "one-shot triage", "qualify WAN-123", "scope WAN-123", "is this ticket one-shottable", or wants to label simple Linear tickets an agent can…

17 3d ago A 89 tokens original MIT

project-planning

05

WaniWani-AI/sdk

Skill Claude CodeCodex

Break a Linear project into atomic, dependency-aware implementation tickets grouped by layer (schema, types, API, backend, UI), present the plan for approval, then create the tickets. Use when the user runs /project-planning or asks to plan a Linear project, create implementation tickets, or break a project into tasks…

17 3d ago A 71 tokens original MIT

project-update

06

WaniWani-AI/sdk

Skill Claude CodeCodex

Post status updates on Linear projects for non-technical teams. Use this skill when the user says "project update", "update my projects", "linear update", "status update", "update projects on linear", "post project status", or mentions updating project progress for the team. Also trigger when the user wants to sync…

17 3d ago A 77 tokens original MIT

pull-request

07

WaniWani-AI/sdk

Skill Claude CodeCodex

Ensure a Linear ticket exists, then create and push a GitHub pull request for the latest commit — assigned to the author and linked so Linear auto-closes it. Use when the user runs /pull-request or asks to open a PR, create a pull request, push their branch as a PR, or "PR this".

17 3d ago A 68 tokens original MIT

wani-code-review

08

WaniWani-AI/sdk

Skill Claude CodeCodex

Pre-review quality assurance for any repo in the WaniWani workspace. Run this skill BEFORE creating a PR, before claiming work is done, or when the user says "review", "QA", "check my changes", "pre-review", "ready for review", or anything suggesting they want to validate their work before sharing it. Also trigger…

17 3d ago A 93 tokens original MIT

code-simplifier

09

WaniWani-AI/sdk

Agent Claude Code

Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.

17 3d ago A 34 tokens copy · 100% MIT

changelog

10

WaniWani-AI/sdk

Command Claude Code

Generate a changelog summary for a Linear project and copy to clipboard.

17 3d ago A 13 tokens original MIT

deploy-prod

11

WaniWani-AI/sdk

Command Claude Code

Create a production deployment PR from main to deploy/prod with auto-versioning.

17 3d ago A 15 tokens original MIT

implement

12

WaniWani-AI/sdk

Command Claude Code

Start implementing a Linear ticket by creating a branch and entering plan mode.

17 3d ago A 13 tokens original MIT

plan

13

WaniWani-AI/sdk

Command Claude Code

Start planning a Linear ticket implementation without creating a branch.

17 3d ago A 10 tokens original MIT

project-planning

14

WaniWani-AI/sdk

Command Claude Code

Create atomic implementation tickets for a Linear project based on its description.

17 3d ago A 12 tokens original MIT

pull-request

15

WaniWani-AI/sdk

Command Claude Code

Create and push a GitHub pull request with the latest commit.

17 3d ago A 12 tokens original MIT

create-flow-app

16

WaniWani-AI/sdk

Skill Claude CodeCodex

Scaffold a new multi-step conversational flow with createFlow from @waniwani/sdk/mcp. Triggers when the user is inside this SDK repo and wants to add a new flow, replace legacy createTool/createResource patterns, or set up an MCP server using the open-source path (no API key required). Defaults to OSS-first: in-memory…

17 3d ago A 90 tokens original MIT

frontend-design

17

WaniWani-AI/sdk

Skill Claude CodeCodex

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

17 3d ago A 43 tokens copy · 89% MIT

knowledge-base

18

WaniWani-AI/sdk

Skill Claude CodeCodex

Set up a knowledge base with search for an MCP project. Creates FAQ tool and ingestion script using the Waniwani KB API via @waniwani/sdk.

17 3d ago A 34 tokens original MIT

release-migration

19

WaniWani-AI/sdk

Skill Claude CodeCodex

Cut a @waniwani/sdk version bump that ships its own migration path so users can upgrade automatically. Use when bumping the SDK version, releasing a breaking change, editing the changelog for a release, or when the user says "cut a release", "version bump", "ship a breaking change", or "prepare a migration".

17 3d ago A 71 tokens original MIT

translations

20

WaniWani-AI/sdk

Skill Claude CodeCodex

Add or update translations for pages and components in the Waniwani app. Use when the user wants to add translations, create translation files, internationalize a page, make text translatable, or update existing translations. Also use proactively when creating new pages or components with user-facing text.

17 3d ago A 59 tokens original MIT

visualize-flow

21

WaniWani-AI/sdk

Skill Claude CodeCodex

Generate a Mermaid diagram from a Waniwani flow definition. Use when the user wants to visualize, diagram, or document a flow's structure and branching logic.

17 3d ago A 36 tokens original MIT

sdk CLAUDE.md

22

WaniWani-AI/sdk

Instructions file

Instructions for WaniWani-AI/sdk, covering waniwani sdk, public api tiers, oss (no api key required), free tier (one env var: waniwaniapikey) and internal (not part of the public api).

17 3d ago B 3,352 tokens original MIT

audit-tracking

23

WaniWani-AI/sdk

Skill Claude CodeCodex

Audit Waniwani event tracking across an MCP project. Does an in-depth overview check of the whole app (server, flows, tools, widgets, chat embed), verifies that only events defined in the Waniwani taxonomy are sent, and identifies missing events worth adding at each funnel stage (identify, leadqualified, priceshown…

17 3d ago A 118 tokens original MIT

instrument-tracking

24

WaniWani-AI/sdk

Skill Claude CodeCodex

Auto-instrument Waniwani funnel events across a createFlow app. Analyzes every flow in the project, decides where each tracking event belongs (leadqualified, priceshown, pricescompared, optionselected, converted, identify), inserts the calls with the right metadata from flow state, and verifies the result. Trigger…

17 3d ago A 106 tokens original MIT