Claude Skills · Coding

Local App Public Demo

jqaisystems/jqai-ai-skills

Turn a local app that writes to disk into a static, read-only public demo built from the same codebase, with machine paths and secrets removed and every write degraded to an honest message. Use when someone needs to show a local tool to a client or collaborator without them installing anything, when a server app cannot deploy as-is to static hosting, or when a demo build must be verified free of private data before going public.

★ 3 Synced 1 day ago View SKILL.md

At a glance

Coding Manual install Python Actively maintained

This skill is for Coding and helps you create a public demo from a local app, build a static version of a desktop tool, and remove secrets from an app for sharing.

Install git clone --depth 1 https://github.com/jqaisystems/jqai-ai-skills cp -r jqai-ai-skills/skills/local-app-public-demo ~/.claude/skills/local-app-public-demo
Can use Not declared by the author

Setup, runtime and requirements describe jqaisystems/jqai-ai-skills, the repo this skill ships in.

Static HostingClient DemosWeb DeploymentLocal To WebData ScrubbingRead Only Mode

Also in jqaisystems/jqai-ai-skills

View the repo

Generate the dual-agent workspace contract, an AGENTS.md skill registry plus a CLAUDE.md pointer, so one set of skills serves both Claude Co...

Run a batch of AI image generations through a hosted assistant without getting rate limited, losing subject likeness, or storing credentials...

Brand Voice Linter Writing & Editing

Lint copy against a brand voice guide. Scans files for em dashes, buzzword clusters, hedge language, vague superlatives, passive voice, excl...

Case Study Writer Writing & Editing

Write public-safe case studies from private projects, automations, agent workflows, internal tools, demos, or client-facing systems. Use whe...

Audit final client deliverables against the agreed scope, verify files and links, and prepare a clear handoff with an unsent delivery messag...

Client Intake Builder Documents & Spreadsheets

Generate a branded, single-file HTML client intake questionnaire for any service business. Picks the right question set (brand identity, web...

Scaffold a complete client project folder from your own reusable structure template, with a filled-in brief file and feedback log. Never ove...

Code Deduplicator Code Review & Testing

Find duplicated code introduced or touched in the current session, then safely consolidate exact or low-risk duplicates while preserving beh...

Write a personalised cold outreach email from a company research block. Produces one tight email under 180 words built on a specific observa...

Demo Animation Data & Analytics

Generate a simple desktop-oriented self-playing HTML product demo. Use for legacy demo walkthroughs with an intro screen, dashboard mockup,...

Demo Animation V2 Data & Analytics

Generate the recommended responsive self-playing HTML product demo. Creates a single-file index.html with intro screen, dashboard mockup, st...

Run a structured discovery interview for a new client project and turn the answers into a completed brief plus a strategy starter document....

Other Coding skills

Karpathy Guidelines multica-ai/andrej-karpathy-skills

Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make...

Webapp Testing anthropics/skills

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI be...

MCP Builder anthropics/skills

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-design...

Claude API anthropics/skills

Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model...

Web Artifacts Builder anthropics/skills

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS,...

Request Refactor Plan mattpocock/skills

Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor...