Turn one proof asset into a coherent seven-day content plan.
Project overview
Start with one launch, demo, build log, lesson, or release, then define the weekly narrative, audience order, calls to action, and daily assets around it. The framework suits builders, founder-led brands, and small content teams, and works either as a Claude Code skill or as a plain Markdown template.
Build a Tauri 2 desktop app from a Next.js static-export starter.
Project overview
This template combines Tauri 2, the Next.js App Router, Tailwind CSS, and TypeScript with preconfigured Biome, Rust formatting checks, and GitHub Actions. Developers can run the frontend inside a Tauri window and package a statically exported build for release. Because a packaged Tauri app does not include a continuously running Node.js server, the frontend must use static site generation rather than Next.js server-side rendering. The author also notes that Next.js may be more framework than many Tauri apps need.
Prepare the structured web presence needed for a Google Knowledge Panel
Project overview
Knowledge Panel Playbook guides a person through the web assets used in its own documented panel process: Person JSON-LD, a referenced Wikidata item, a Wikimedia Commons headshot, and consistent bios across platforms. It can generate the schema and supporting files, then print a creation checklist. The repo is available as a Claude skill, pasteable prompt, or templates, but Google controls whether and when a panel appears.
Builds shareable self-contained HTML reports from five styles and nine canvas effects.
Project overview
share-html is a collection of standalone HTML templates for reports and interactive briefs. The editorial style includes a sticky table of contents, searchable tables, Kanban boards, charts, and progress checklists, while the handdrawn style uses Traditional Chinese headings, Rough.js borders, notes, and whiteboard blocks. Because data is embedded, rendered files can open from file:// or on mobile without a server.
Turn recurring coding-agent mistakes into repository rules and checks.
Project overview
Harness Starter Kit helps an agent inspect a repository and add the smallest useful set of instructions, constraints, feedback loops, memory, checks, and evaluation records. Its prompt-first commands cover doctor, adopt, review, update, and refresh, while preserving existing architecture. The kit documents operating context; it does not by itself prove better agent outcomes.
Structure AI-assisted software development with universe, design, build, QA, and retrospectives.
Project overview
This workflow starts each task by defining the project’s architecture, stack, and constraints, then moves through problem analysis, research, solution options, design, verification, implementation, QA, and retrospective. Its skills can be installed into Claude or Copilot user scope, with shared project instructions and a design.md handoff connecting planning to build.
Package a Python API sidecar inside a Tauri v2 desktop application template.
Project overview
This developer template demonstrates a Tauri v2 desktop application with a Next.js interface and a FastAPI backend. PyInstaller compiles the Python service into a single-file sidecar that Tauri starts and stops, while the frontend communicates with it over local HTTP, so end users do not need a separate Python installation. Developers can build platform-specific installers locally or adapt the included GitHub Actions workflow for Windows, macOS, and Linux releases.
General skillProductivity and officeModel Context Protocol
cockpit
@Urriel·HTML
Ranks scattered work signals into a self-contained, read-only HTML cockpit.
Project overview
cockpit aggregates the sources you wire in—CLIs, MCP servers, or local files—then ranks items by urgency, convergence across surfaces, and stakes. It renders a single HTML brief with the data embedded, so the file opens from file:// or on mobile without a server. The skill is intentionally read-only: it never sends, moves, or writes anything, and the standalone renderer needs only Python 3.
Build restrained, data-led presentations with reusable HTML, CSS, and React pieces.
Project overview
Peg helps you create consistent slide decks and data-heavy presentations without starting in a design tool. It supplies opinionated HTML templates, CSS design tokens, React components, and entrance or transition animations built around typography, restrained color, and flat layouts. Chinese typography and reduced-motion preferences are handled explicitly, while static exports preserve the completed visual state.
Generate reusable marketing graphics from HTML and CSS inside Claude Code.
Project overview
image-studio turns a plain-language design request into HTML and CSS, then renders it as a sized PNG or JPEG with headless Chromium. It supports ads, social cards, thumbnails, and other static formats, while its reverse-template workflow can convert an existing ad screenshot or URL into a parameterized template for versioning and batch variants. It requires Node.js and Playwright's Chromium download.
Format unchanged source text into WeChat-compatible card-style HTML
Project overview
wechat-typesetter is a reusable formatting specification for turning source text into inline-styled HTML that survives the WeChat public-account editor. It defines a two-color card system, eleven components, image-card wrappers, compatibility filters, and six self-checks. The source characters and paragraph structure must remain unchanged, with one output block per input paragraph. It targets WeChat on desktop and mobile; other publishing platforms are untested, and JavaScript is intentionally excluded.
Start a cross-platform desktop project with Angular, Tauri, and hot reload.
Project overview
Bootstrap an Angular 21 and Tauri 2 desktop application without wiring the frontend and native shell together from scratch. The template provides TypeScript, Sass, hot reload, a browser-only development mode, and commands for producing operating-system-specific bundles for Linux, Windows, and macOS. Its simple project structure separates the Angular renderer from the Rust-based Tauri process. Development requires Node.js 22 or later, a Rust toolchain, and the platform prerequisites listed by Tauri before the sample can run or package successfully.
Manages parallel AI coding agents through isolated Git worktrees and a shared tmux view.
Project overview
Multi-Agent Workflow Kit creates a separate Git worktree, branch, and directory for each coding agent, then places them in split panes within one tmux session for supervision and messaging. Agents are configured in .agents/agents.yaml and managed with maw commands for provisioning, syncing, navigation, and communication. The project is still an early proof of concept and requires Git 2.5+, tmux 3.2+, yq, and uvx.
Generate stage-ready HTML presentations with a coding agent.
Project overview
Start with a topic, notes, finished material, or an existing PPTX, and the skill helps a coding agent shape the talk around one clear idea before building a fixed-stage HTML deck. It adds timed reveals, animation, optional sound, and inline editing, while scaling the 1920×1080 composition as one unit across venue screens. Scripts support deployment and PDF export; sound-enabled decks may use separate audio assets.
Turn reading notes and quotes into publishable book deep-dives on your own website.
Project overview
Library OS combines a Next.js template, TypeScript schema, Claude Code commands, and a book-distillation subagent to turn titles, notes, Kindle highlights, or voice memos into structured book pages. Its workflow covers capture, extraction, enrichment, and publishing, with JSON-LD, quote sharing, and dynamic social images; the full site targets Next.js 14, Tailwind, and TypeScript.
Switch React prototype components between design versions without rebuilding.
Project overview
Add a floating toolbar to a React 18+ prototype so designers, PMs, and stakeholders can switch component alternatives in place. The toolbar highlights the component under each option, keeps selections and layout state in local storage, and shows only versions whose wrapped component is in the viewport. It has no new npm dependencies; the page-side toolbar is local-only by default, while production use relies on the companion extension or an explicit override.
Convert Markdown or web pages into Memphis-style HTML slide previews.
Project overview
memphis-html-ppt turns local Markdown or a web page into a self-contained HTML slide deck with bold color, geometric accents, and editorial layouts. It extracts and cleans the source, plans slide content, renders the preview, and checks structure, content quality, and template fit before sharing. The output opens in a browser, while complex article structure and long sections may still be compressed.
Turn study material into a bilingual, offline HTML quiz with instant feedback
Project overview
quiz-builder turns notes, textbooks, slides, or PDFs into one reusable HTML quiz that works offline in any browser. It supports single-choice, multiple-choice, true-or-false, fill-in, and flashcard questions, with instant grading and explanations for wrong options. Learners can save missed questions into named sets, filter by topic or type, switch between Chinese and English, and keep progress in localStorage. The output needs no build step, server, dependencies, or tracking.