Generate branded HTML decks or responsive websites from a brief and design rules.
Project overview
Power Design is a Claude Code skill that turns a short brief into either an HTML presentation or a responsive website. It first asks which format and brand to use, then can extract brand characteristics from a URL through Firecrawl or select from more than 72 bundled brand systems. Separate sets of 20 rules guide slide and web output. The resulting HTML opens in a browser and can be refined through conversation, making it useful when users want more deliberate structure and styling than a generic AI template.
Store Garmin health history in InfluxDB and visualize long-term trends with Grafana.
Project overview
garmin-grafana is a self-hosted Docker setup that fetches data from Garmin Connect, stores it in InfluxDB, and presents long-term health trends through Grafana dashboards. It supports periodic collection, rate-limited historical backfills, imports from Garmin export files, and CSV exports for separate analysis. Running it requires Docker and a valid Garmin login session. Garmin Connect does not expose watch battery levels to this setup, so that metric needs a separate Home Assistant-based workaround.
Scan iOS and macOS projects for common App Store rejection risks before submission.
Project overview
App Store Preflight checks an iOS or macOS project before review by inspecting the Xcode project, source code, configuration, and store metadata. It identifies the app type, loads a matching checklist, scans for known rejection patterns, and reports severity, affected files, and remediation steps. Its references cover common cases such as subscriptions, user-generated content, kids, health, games, macOS, and AI apps. Metadata inspection uses the asc CLI and assumes its canonical JSON layout, so fastlane projects may need path adaptation.
Turn an arXiv paper into cited code with explicit uncertainty notes.
Project overview
paper2code takes an arXiv URL, audits which implementation choices are specified or missing, and generates a project whose code and configuration point back to paper sections and equations. It focuses on the paper’s core contribution, does not download datasets or build full training infrastructure, and does not claim the resulting implementation is correct.
Connect online services and run no-code business automations on your own server.
Project overview
Automatisch lets non-programmers connect online services and automate recurring business processes without writing application code. It can be deployed with Docker Compose on infrastructure the organization controls, which is useful when workflow data must remain on private servers or when teams want to reduce dependence on a single hosted automation vendor. The repository contains both an AGPL-licensed community edition and commercially licensed enterprise files, so operators should verify which edition provides the required capabilities and follow the corresponding license terms.
Rebuild UI references as clickable demos with integrated image assets.
Project overview
Give Image2 UI Skill a screenshot, design mockup, or app reference and it guides Codex to produce a working clickable demo. Text, buttons, navigation, forms, icons, and interaction states are implemented in code, while complex photography, textures, illustrations, or product imagery are generated with image2. Those assets are saved inside the project and wired into the interface, so the result is a usable prototype rather than a disconnected set of generated images.
Video Podcast Maker turns a topic into a narrated video workflow: it researches the topic, drafts the script, tracks assets, produces voice-over and subtitles, mixes audio, and renders with Remotion for platforms such as YouTube, Bilibili, Xiaohongshu, Douyin, and WeChat Channels. Free sources can resolve automatically; paid image or video generation requires a quote and explicit approval, and the script still needs repeated human polishing.
Turn approved specifications into long-running implementation tasks with independent review.
Project overview
cc-sdd installs a spec-driven development workflow as Agent Skills, moving from discovery, requirements, and design into task generation and long-running implementation. Each task can be handled by a fresh implementer using test-driven development, followed by an independent reviewer and an automatic debugging pass. The same seventeen skills target eight coding agents and thirteen languages; Claude Code and Codex are stable, while the other integrations remain beta.
Convert quantitative research into reviewable specs, backtests, and diagnostic reports
Project overview
X2Strategy turns quantitative-finance papers, drafts, reports, or text ideas into structured strategy specifications before generating Backtrader code. It parses multiple formats, extracts indicators, signal logic, execution details and risk controls, validates syntax and framework structure, runs backtests, and diagnoses deviations from reported performance. Ambiguities can be flagged for human review and supplemented with user instructions or verified references. A Python environment and model API key are required, and outputs are not automatically suitable for live trading.
Generate and track personalized Reddit comments from your own writing style.
Project overview
Auto-Commenter is a Claude Skill workflow combining language-model generation with Playwright MCP for Reddit engagement. Users provide eight to ten of their own comments to create a style guide, configure target communities and optional product context, then let the workflow analyze posts, draft comments, fill daily quotas, record activity, and flag potential leads. Reddit is the implemented platform; other networks are extension patterns rather than finished integrations. Use still depends on following community rules, rate limits, and platform policies.
Turn paper text or reference images into editable TikZ or draw.io academic figures.
Project overview
thesis-figure-skill helps Claude turn a paper section or reference image into an academic diagram. It can produce LaTeX/TikZ for structured figures and draw.io XML for editable roadmaps or presentation graphics. The skill can reuse tested layouts, create an original composition, reproduce an existing figure, or save a successful design as a template, then compile and check TikZ output before delivery. It handles the compile environment when run in Claude Code; manual compilation or export still requires the relevant TeX, font, and utility setup.
Guide Claude through structured design work for pages, decks, prototypes, and visual artifacts.
Project overview
Claude Design Skill adds a repeatable workflow for landing pages, slide decks, interactive prototypes, animations, posters, wireframes, and other HTML-based artifacts. It emphasizes fact checking, brand-asset collection, design-context gathering, differentiated direction choices, and output-specific verification before delivery. The skill is intended for users who want a more deliberate design process than a generic one-shot prompt.
Audit JavaScript and TypeScript codebases with fallow-aware agent workflows
Project overview
fallow-skills gives coding agents practical command knowledge for auditing JavaScript and TypeScript projects with fallow. Natural-language requests can uncover unused files, exports and dependencies, duplication, circular dependencies, complexity hotspots, architecture violations, design-system drift, and changed-code risk. The skill also explains JSON output, requires dry runs before fixes, and uses tracing to investigate false positives. Fallow must be installed, while its optional runtime layer adds hot-path and cold-path evidence.
Generate multi-platform agent skills from CLIs, APIs, libraries, or workflows.
Project overview
SkillAnything is a meta-skill that turns a target such as a CLI tool, REST API, package, workflow, or web service into agent-skill packages. Its seven-phase process analyzes the target, designs the skill architecture, implements SKILL.md and supporting files, creates tests, benchmarks the result, optimizes triggering, and packages distributions. The output can target Claude Code, OpenClaw, Codex, and a generic skill format, reducing the manual work of adapting the same software capability across agent platforms.
Manage isolated browser profiles, proxies, and reusable automation workflows locally.
Project overview
Simprint is an open-source desktop workspace for isolated Chromium environments, persistent browser profiles, proxy resources, and repeatable local automation. It is intended for developers, researchers, operators, and teams that maintain multiple browser workspaces while retaining local control and optional self-hosted infrastructure. The application can coordinate several running environments and mirror interactions from a selected master session. The project remains in an active open-source transition, with more runtime components and an automation SDK still evolving.
Turn natural-language descriptions into editable Excalidraw diagrams and exported images.
Project overview
excalidraw-skill converts a written description into an editable `.excalidraw` scene and can export the result as PNG or SVG. It includes layout guidance for flowcharts, architecture, sequence diagrams, mind maps, and swimlanes, sizes shapes from their labels, routes connectors, and checks rendered output for clipping or overlap. Export can use the zero-install Kroki service or a local Excalidraw CLI, with no MCP server or background daemon required.
Review KiCad schematics, PCB layouts, and Gerbers with an AI coding agent.
Project overview
kicad-happy gives Claude Code, Codex, and other agents workflows for parsing KiCad projects, checking nets, voltages, layouts, signal integrity, and EMC risks, and preparing component, BOM, and fabrication work. SPICE analysis requires a compatible simulator such as ngspice, LTspice, or Xyce. Distributor lookups can use optional API keys and otherwise fall back to web search.
Use Codex Autoresearch when a repository task has a numeric outcome, such as fewer test failures, better coverage, lower latency, or a smaller binary. The skill confirms the target, editable scope, metric command, regression guard, and run mode, then lets Codex try one focused change per iteration. Improvements are committed and retained; failed or regressive trials are reverted through Git, with an auditable event history. It can run interactively or in the background, but each experiment requires a clean named Git branch and sufficient access to create and revert commits.