Skills
Each entry shows what its maintainer published and when the project was last touched. Where a repository has been deleted or archived, that is stated on the entry instead of being quietly left out.
Worked on in the last 90 days (38)
Someone pushed a commit recently. This is the shortlist worth trying first.
-
jpeetz-agent-skills-astra-campaign
— last commit 2026-07-02
Use this skill when the user needs a complete social media advertising campaign — not just ad copy, but full creative strategy with hooks,…
-
jpeetz-agent-skills-dbt-data-transformation
— last commit 2026-07-02
Production-grade dbt (data build tool) analytics engineering for AI agents: model development, testing, documentation, semantic layer, dbt…
-
jpeetz-agent-skills-kubernetes-operations
— last commit 2026-07-02
Production-grade Kubernetes operations for AI agents: manifest generation, security hardening, Helm charts, GitOps workflows, and multi-clo…
-
jpeetz-agent-skills-observability-engineering
— last commit 2026-07-02
Production-grade observability engineering for AI agents: OpenTelemetry instrumentation, monitoring setup, log aggregation, distributed tra…
-
jezweb-claude-skills-ai-image-generator
— last commit 2026-07-02
Generate AI images using Gemini or GPT APIs directly. Covers model selection (Gemini for scenes; GPT Image 2 for text rendering, batch vari…
-
jezweb-claude-skills-app-docs
— last commit 2026-07-02
Generate complete user documentation for a web app with screenshots. Browses the app via browser automation, screenshots every screen, and…
-
jezweb-claude-skills-cloudflare-api
— last commit 2026-07-02
Hit the Cloudflare REST API directly for operations that wrangler and MCP can't handle well. Bulk DNS, custom hostnames, email routing, cac…
-
jezweb-claude-skills-cloudflare-worker-builder
— last commit 2026-07-02
Scaffold and deploy Cloudflare Workers with Hono routing, Vite plugin, and Static Assets. Describe project, scaffold structure, configure b…
-
jezweb-claude-skills-codex-review
— last commit 2026-07-02
Run an independent code review using the OpenAI Codex CLI in headless mode. Gets a second opinion from a different model family (the curren…
-
jezweb-claude-skills-color-palette
— last commit 2026-07-02
Generate complete, accessible colour palettes from a single brand hex. Produces 11-shade scale (50-950), semantic tokens, dark mode variant…
-
jezweb-claude-skills-d1-drizzle-schema
— last commit 2026-07-02
Generate Drizzle ORM schemas for Cloudflare D1 databases with correct D1-specific patterns. Produces schema files, migration commands, type…
-
jezweb-claude-skills-d1-migration
— last commit 2026-07-02
Cloudflare D1 migration workflow: generate with Drizzle, inspect SQL for gotchas, apply to local and remote, fix stuck migrations, handle p…
-
jezweb-claude-skills-db-seed
— last commit 2026-07-02
Generate database seed scripts with realistic sample data. Reads Drizzle schemas or SQL migrations, respects foreign key ordering, produces…
-
jezweb-claude-skills-deep-research
— last commit 2026-07-02
Deep research and discovery before building something new. Explores local projects for reusable code, researches competitors, reads forums…
-
jezweb-claude-skills-design-loop
— last commit 2026-07-02
Autonomous multi-page site builder using a baton-passing loop. Each iteration reads a task from .design/next-prompt.md, generates a page in…
-
jezweb-claude-skills-favicon-gen
— last commit 2026-07-02
Generate custom favicons from logos, text, or brand colours. Produces favicon.svg, favicon.ico, apple-touch-icon.png, icon-192/512.png, and…
-
jezweb-claude-skills-fork-discipline
— last commit 2026-07-02
Audit and enforce the core/client boundary in multi-client projects. Detects where shared platform code is tangled with client-specific cod…
-
jezweb-claude-skills-git-workflow
— last commit 2026-07-02
Guided git workflows: prepare PRs, clean up branches, resolve merge conflicts, handle monorepo tags, squash-and-merge patterns. Use when as…
-
jezweb-claude-skills-github-release
— last commit 2026-07-02
Prepare and publish GitHub releases. Sanitizes code for public release (secrets scan, personal artifacts, LICENSE/README validation), creat…
-
jezweb-claude-skills-hono-api-scaffolder
— last commit 2026-07-02
Scaffold Hono API routes for Cloudflare Workers. Produces route files, middleware, typed bindings, Zod validation, error handling, and API_…
-
jezweb-claude-skills-icon-set-generator
— last commit 2026-07-02
Generate cohesive, project-specific SVG icon sets for websites and applications. Use this skill whenever the user needs custom icons, an ic…
-
jezweb-claude-skills-image-processing
— last commit 2026-07-02
Process images for web development — resize, crop, trim whitespace, convert formats (PNG/WebP/JPG), optimise file size, generate thumbnails…
-
jezweb-claude-skills-onboarding-ux
— last commit 2026-07-02
Audit and generate in-app user guidance — onboarding flows, empty states, tooltips, feature tours, contextual help, defaults, and inline hi…
-
jezweb-claude-skills-project-docs
— last commit 2026-07-02
Generate project documentation from codebase analysis — ARCHITECTURE.md, API_ENDPOINTS.md, DATABASE_SCHEMA.md. Reads source code, schema fi…
-
jezweb-claude-skills-project-health
— last commit 2026-07-02
All-in-one project configuration and health management. Sets up new projects (settings.local.json, CLAUDE.md, .gitignore), audits existing…
-
jezweb-claude-skills-responsiveness-check
— last commit 2026-07-02
Test website responsiveness across viewport widths using browser automation. Resizes a single session through breakpoints, screenshots each…
-
jezweb-claude-skills-roadmap
— last commit 2026-07-02
Plan and execute entire application builds. Generates phased delivery roadmaps, then executes them autonomously — phase by phase, committin…
-
jezweb-claude-skills-tanstack-start
— last commit 2026-07-02
Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-au…
-
jezweb-claude-skills-team-update
— last commit 2026-07-02
Post project updates to team chat, gather feedback, triage responses, and plan next steps. Adapts to available tools (chat, git, issues, ta…
-
jezweb-claude-skills-ux-audit
— last commit 2026-07-02
Walk through a live web app AS a real user to find usability + behavioural bugs that static reviews miss. REQUIRES proof of interaction (ty…
-
jezweb-claude-skills-ux-compare
— last commit 2026-07-02
Compare UX patterns across multiple reference apps using pattern libraries produced by ux-extract. Reads 2+ pattern-library.md files, walks…
-
jezweb-claude-skills-ux-extract
— last commit 2026-07-02
Exhaustively extract UX patterns from a reference web app. Walks every screen, captures screenshots of every state, records interaction pat…
-
jezweb-claude-skills-vite-flare-starter
— last commit 2026-07-02
Scaffold a full-stack Cloudflare app from the vite-flare-starter template — React 19 + Hono + D1+Drizzle + better-auth + Tailwind v4+shadcn…
-
jezweb-claude-skills-vitest
— last commit 2026-07-02
Set up Vitest testing in any project — detects type (Cloudflare Workers, React, Node, library), generates vitest.config.ts, test setup, uti…
-
nwave-ai-nwave-nw-ab-critique-dimensions
— last commit 2026-06-27
Review dimensions for validating agent quality - template compliance, safety, testing, and priority validation
-
nwave-ai-nwave-nw-abr-critique-dimensions
— last commit 2026-06-27
Review dimensions for validating agent quality - template compliance, safety, testing, and priority validation
-
nwave-ai-nwave-nw-ad-critique-dimensions
— last commit 2026-06-27
Review dimensions for acceptance test quality - happy path bias, GWT compliance, business language purity, coverage completeness, walking s…
-
nwave-ai-nwave-nw-agent-creation-workflow
— last commit 2026-06-27
Detailed 5-phase workflow for creating agents - from requirements analysis through validation and iterative refinement
Page 47 of 50
How this page is ordered
Entries are grouped by whether anyone is still working on them, using the date of the most recent push to the repository. They are not ordered by stars, because a star is a bookmark somebody left once and never took back.
Where we have not checked an entry yet, it says so rather than being mixed in with the verified ones.