← all publishers

JPeetz

@jpeetz source repo

52 published skills

  1. Data Analysis · jpeetz bundle
    Comprehensive data analysis agent skill for loading, cleaning, exploring, visualizing, and reporting on structured datasets. Supports CSV, JSON, Excel, and SQL data sources. Produces statistical summaries, correlation matrices, time series analysis, regression models, hypothesis tests, and publication-quality visualizations.
    0 installs
  2. Design To Code · jpeetz bundle
    Use this skill when translating UI/UX designs into production-ready frontend code. Handles design source ingestion (Figma, Sketch, Adobe XD, screenshots, design specs), design token extraction, component hierarchy mapping, responsive breakpoint strategy, accessibility-first implementation (WCAG 2.1 AA minimum), framework-agnostic patterns (React, Vue, Svelte, plain HTML/CSS), design system integration, visual regression testing, and CSS architecture selection (CSS Modules, Tailwind, styled-components). Primary keyword clusters: design to code conversion, figma to react, design token extraction, UI component architecture, accessibility implementation WCAG, responsive design breakpoints, pixel perfect implementation, design system integration, CSS architecture patterns, visual regression testing strategy. Designed for agentic platforms — Claude Code, Codex, Cursor, Gemini CLI, OpenClaw, GitHub Copilot, Windsurf, and OpenCode.
    0 installs
  3. Code Review · jpeetz bundle
    AI-powered code review and PR analysis. Performs systematic reviews covering security vulnerabilities, code quality, style compliance, architectural integrity, test coverage, and performance considerations. Works with PR diffs, commit ranges, file changes, or raw code snippets. Primary keyword clusters: AI code review automation, automated PR review security, code quality analysis static, pull request review checklist, OWASP code review patterns, architectural review automation, test coverage analysis review, performance code review, style guide compliance checker, code smell detection automated. Designed for agentic platforms — Claude Code, Codex, Cursor, Gemini CLI, OpenClaw, GitHub Copilot, Windsurf, and OpenCode.
    0 installs
  4. Astra Campaign · jpeetz bundle
    Use this skill when the user needs a complete social media advertising campaign — not just ad copy, but full creative strategy with hooks, scripts, image/video prompts, and A/B test plans. Covers X, TikTok, and Instagram. Use when the user says things like "Create a campaign for..." "Launch ads for..." "I need marketing for..." "Promote this product" "Write ad creative for..." even if they don't mention specific platforms or "advertising department." For any product, brand, service, app launch, or crowdfunding campaign.
    0 installs
  5. App Scaffolding · jpeetz bundle
    Use this skill when the user has decided to build a mobile app and needs a complete production blueprint — not brainstorming, not feature ideas, but an actual build brief. Covers both iOS and Android with exact tech stack, screen specs, monetization, and a 30-day sprint plan. Use when the user says things like "Scaffold this app" "Give me a build plan" "Write the PRD" "How do I build this?" "Create a technical spec" "Blueprint this idea" even if they don't mention "scaffolding" or the number of sections.
    0 installs
  6. API Design First · jpeetz bundle
    Design-first API development skill. Generates OpenAPI 3.1 specifications, enforces REST design best practices, validates endpoints, handles versioning, pagination, error formatting, authentication patterns, rate limiting, and idempotency. Activates when users say "design an API", "create OpenAPI spec", "API endpoint", "REST API design", "API contract", "Swagger/OpenAPI doc", "API versioning", "rate limiting", or "API security". Covers REST, GraphQL schema design, and gRPC proto generation with cross-protocol consistency.
    0 installs
  7. Dbt Data Transformation · jpeetz bundle
    Production-grade dbt (data build tool) analytics engineering for AI agents: model development, testing, documentation, semantic layer, dbt Mesh governance, and migration workflows. Follows dbt Labs best practices for data transformation, incremental strategies, and multi-project collaboration.
    0 installs
  8. Finding Unknowns · jpeetz bundle
    Use when entering unfamiliar code or domain territory.
    0 installs
  9. Database Schema Designer · jpeetz bundle
    Design production-ready database schemas for SQL and NoSQL databases. Covers normalization, indexing strategy, migration management with rollback safety, query optimization, and multi-tenant patterns. Supports PostgreSQL, MySQL, SQLite, MongoDB, and Vitess.
    0 installs
  10. Browser Automation · jpeetz bundle
    Browser automation with Playwright — testing, scraping, monitoring, form submission, screenshot capture, and multi-page interaction flows. Covers setup, navigation, element interaction, assertions, and cleanup. Primary keyword clusters: Playwright browser automation, end-to-end testing with Playwright, web scraping Python Playwright, headless browser testing, automated form submission Playwright, synthetic monitoring browser, screenshot capture automation, CI/CD browser testing, page object model Playwright. Designed for agentic platforms — Claude Code, Codex, Cursor, Gemini CLI, OpenClaw, GitHub Copilot, Windsurf, and OpenCode.
    0 installs
  11. Skill Miner · jpeetz bundle
    Use when mining agent history for repeated skill-worthy workflows.
    0 installs
  12. Nodejs Development · jpeetz bundle
    Use when building, debugging, or optimizing Node.js applications — Fastify servers, TypeScript with type stripping, Node.js core internals, OAuth 2.0/2.1 auth flows, advanced TypeScript types, or diagnosing performance/crash issues. Covers the full Node.js stack from framework patterns (Fastify plugins, routes, schemas, hooks) through internals (V8, libuv, N-API, C++ addons) to production concerns (graceful shutdown, caching, streams, testing, error handling).
    0 installs
  13. Anti Over Engineering · jpeetz bundle
    Use when AI agents over-engineer code beyond user requests.
    0 installs
  14. Playwright E2e Testing · jpeetz bundle
    Production-grade Playwright end-to-end testing skill for AI coding agents. Provides specialized guidance for writing, debugging, and maintaining Playwright tests in TypeScript, JavaScript, and Python. Covers the full testing lifecycle: test structure and architecture (Page Object Model, fixtures, custom matchers), locator strategy best practices (role-based, test-ID, accessible selectors), auto-waiting and retry-ability patterns, API and network mocking, visual regression and screenshot comparison, component testing (React, Vue, Svelte), accessibility audits (axe-core integration), mobile and device emulation, authentication and session management (multi-profile, OAuth, 2FA), performance testing with Web Vitals and Lighthouse integration, CI/CD pipeline configuration (GitHub Actions, GitLab CI, sharding, parallelization), flaky test detection and auto-healing, test data management and fixtures, internationalization (i18n) and localization testing, Electron and browser extension testing, security testing (XSS,
    0 installs
  15. Agentic Security Scanner · jpeetz bundle
    Scan and validate AI agent skills against the OWASP Agentic Skills Top 10 (AST10) security framework. Detects malicious skills, prompt injection, data exfiltration, supply chain risks, and cross-platform metadata loss. Provides CI/CD-ready security gating with SARIF output.
    0 installs
  16. Hermes Bot Team Design · jpeetz
    Use this skill when an agent needs to design a team of specialist Hermes bots from a project specification. Covers role assignment, SOUL.md authoring, MCP wiring, and group chat setup.
    0 installs
  17. Sre Runbooks · jpeetz bundle
    Safe-by-default DevOps/SRE runbook automation for incident response, postmortems, on-call handovers, and operational troubleshooting. Implements Google SRE principles with agent-safe execution patterns including dry-run modes, human approval gates, and blast-radius limits.
    0 installs
  18. GRAPHQL API Development · jpeetz bundle
    AI-powered GraphQL API design, implementation, and optimization. Covers schema-first design, resolver architecture, query optimization with DataLoader for N+1 prevention, mutation patterns with idempotency, real-time subscriptions, Apollo Federation for distributed graphs, security hardening (depth limiting, rate limiting, authz), and production performance (persisted queries, caching, CDN integration). Primary keyword clusters: GraphQL schema design best practices, Apollo Federation subgraph patterns, DataLoader N+1 query optimization, GraphQL security depth limiting rate limiting, GraphQL persisted queries performance, GraphQL subscription real-time patterns, GraphQL error handling union types, GraphQL pagination relay cursor connection, GraphQL caching strategies production, GraphQL resolver architecture patterns. Designed for agentic platforms — Claude Code, Codex, Cursor, Gemini CLI, OpenClaw, GitHub Copilot, Windsurf, and OpenCode.
    0 installs
  19. Clean Pro Review Gates · jpeetz bundle
    Combined 5-gate review framework that catches AI-generated code failures before shipping — code quality (15 LLM failure modes), tests, docs, security (OWASP Top 10:2025/CWE Top 25/LLM Top 10), and CI/CD/container/IaC hardening. Use when reviewing any AI-generated or modified code, tests, docs, or infrastructure before merging. Each gate maps violations to published research on how LLMs systematically fail.
    0 installs
  20. Privacy Compliance · jpeetz bundle
    Comprehensive global privacy compliance agent skill covering GDPR, CCPA/CPRA, HIPAA Privacy Rule, EU AI Act, LGPD, cross-border data transfer mechanisms (SCCs, BCRs, EU-US DPF), PII identification and classification, data minimization, consent management, privacy-by-design patterns, DPIA workflows, data subject access request (DSAR) handling, and breach notification procedures. Provides procedural knowledge for compliance workflows — NOT legal advice. Designed for agentic platforms including Claude Code, Codex, Cursor, Gemini CLI, OpenClaw, GitHub Copilot, Windsurf, and OpenCode.
    0 installs
  21. Git Workflow Automation · jpeetz bundle
    Expert Git workflow automation for commit message generation, branch naming, PR description writing, changelog generation, merge conflict resolution, and release management. Activates when users say "write a commit message", "create a PR", "generate changelog", "branch name for", "resolve merge conflict", "cut a release", "bump version", "semantic version", or "conventional commits". Enforces Conventional Commits, semantic versioning, and reproducible Git workflows across teams.
    0 installs
  22. Mattpocock Dev Workflows · jpeetz bundle
    Use when you need Matt Pocock's engineering workflow patterns: spec synthesis, deep-module design, domain modeling, two-axis code review, or disciplined bug diagnosis. A meta-skill covering five complementary sub-patterns for real engineering — not vibe coding.
    0 installs
  23. Read X Articles · jpeetz bundle
    Read X (Twitter) long-form Articles end-to-end from a shared x.com link, in any AI coding agent. Activates when a user drops an x.com or twitter.com URL (especially an X Article like /i/article/ID) and expects it read, or says "read this X post/article/thread". Resolves the canonical /i/article/ID URL (which serves plain text) instead of giving up on the login/JS wall that hits profile and /status/ pages. Includes browser-tool and API fallbacks.
    0 installs
  24. Betterlife Image Generation · jpeetz
    Use this skill when an agent needs to generate BetterLife daily social media images via kie.ai's grok-imagine/image-to-image model, conditioned on Mira reference photos from Google Drive. Activates for the morning social post generation pipeline. Includes the full API payload, reference selection rules, character anchor, prompt composition, anti-repetition system, and fallback model. Authorized use only — never hardcode credentials.
    0 installs
  25. Supply Chain Security Scanner · jpeetz bundle
    AI-powered software supply chain security auditing skill for agentic platforms. Performs comprehensive dependency vulnerability scanning across npm, PyPI, Maven, Go modules, Cargo, and container images. Generates SBOMs (Software Bill of Materials) in SPDX and CycloneDX formats using Syft and Grype. Validates license compliance against organizational policies and detects copyleft risks. Verifies cryptographic provenance and SLSA framework attestations using cosign and slsa-verifier. Executes a structured audit methodology—Scan → Analyze → Report → Remediate—producing machine-readable vulnerability reports with CVSS scores, exploitability assessments, and actionable fix recommendations aligned with OWASP Agentic Skills Top 10 guidance. Integrates with ecosystem vulnerability databases including NVD (National Vulnerability Database), GitHub Advisory Database (GHSA), and Open Source Vulnerabilities (OSV). Covers software composition analysis (SCA) workflows, dependency confusion detection, typosquatting checks, a
    0 installs
  26. Har API Reverse Engineering · jpeetz bundle
    Use this skill when an agent needs to call a website's hidden or undocumented API: capture real browser requests into a HAR file, derive the exact request shape, build a clean replayable client, verify it outside the browser, and reuse the verified client. Activates when a backend has no documented API, or when you must reproduce the precise request (method, URL, headers, JSON body) of an action you can only perform in a browser. Authorized use only — never to bypass auth or bot detection.
    0 installs
  27. Social Har API Connectivity · jpeetz bundle
    Use this skill when an agent needs to connect to a social platform's API by prompting the user to pick a platform, driving Chrome to the login page, capturing all network traffic as the user logs in (handling MFA/CAPTCHA), extracting session tokens, and building a reusable posting client. The agent orchestrates; the user handles credentials. Authorized use only.
    0 installs
  28. Accessibility Compliance Audit · jpeetz bundle
    Comprehensive web accessibility (a11y) audit and compliance skill. Audits HTML, React, Vue, and Angular codebases against WCAG 2.2 AA standards. Activates when users ask for "accessibility audit", "a11y check", "WCAG compliance", "ADA compliance", "screen reader testing", "keyboard navigation audit", "color contrast check", "accessibility fix", or "make this accessible". Detects violations, explains impact, and generates fix-ready code. Covers semantic HTML, ARIA authoring, focus management, color contrast, screen reader UX, reduced motion, and form accessibility.
    0 installs
  29. App Discovery Scrutiny · jpeetz bundle
    Use this skill when the user wants to evaluate a mobile app idea for commercial viability — whether it's a clone opportunity, a market gap, or a new launch. Produces a harsh "Build / Pivot / Kill" verdict backed by competitive analysis and revenue modeling. Use when the user says things like "Is this app idea worth building?" "Should I clone this?" "Analyze this niche" "Evaluate this competitor" even if they don't use the word "scrutiny" or "dominance report." Mobile apps only — do not activate for CLI tools, SDKs, or SaaS.
    0 installs
  30. Model Routing Cost Optimizer · jpeetz bundle
    Use when routing tasks to the cheapest fitting model tier.
    0 installs
  31. Document Processing · jpeetz bundle
    End-to-end document processing agent skill covering PDF manipulation (extract, merge, split, rotate, watermark, form-fill, OCR), DOCX creation and editing (templates, mail-merge, style management), XLSX spreadsheet handling (formulas, charts, pivot tables, data analysis), PPTX presentation generation (layouts, charts, media, speaker notes), and cross-format document conversion via pandoc and native libraries. Primary keyword clusters: PDF manipulation automation, DOCX generation Python, Excel spreadsheet automation openpyxl, PowerPoint generation python-pptx, document format conversion pandoc, mail merge automation, PDF OCR extraction, batch document processing, office automation Python, template-driven document generation. Designed for agentic platforms — Claude Code, Codex, Cursor, Gemini CLI, OpenClaw, GitHub Copilot, Windsurf, and OpenCode.
    0 installs
  32. Skill Lifecycle Foundry · jpeetz bundle
    Use when mining, authoring, and generalizing agent skills.
    0 installs
  33. Linear Project Management · jpeetz bundle
    Use when driving Linear projects and issues from an agent.
    0 installs
  34. Kubernetes Operations · jpeetz bundle
    Production-grade Kubernetes operations for AI agents: manifest generation, security hardening, Helm charts, GitOps workflows, and multi-cloud deployment patterns. Prevents K8s hallucinations with failure-mode diagnosis, compliance validation, and structured output contracts.
    0 installs
  35. Technical Documentation · jpeetz bundle
    AI-powered technical documentation creation, maintenance, and auditing across README, ADR, API docs, runbooks, onboarding guides, changelogs, knowledge bases, and AI agent context files (AGENTS.md/CLAUDE.md). Primary keywords: technical documentation writing automation, ADR architecture decision record, API docs OpenAPI generation, README quality template, documentation-driven development, runbook automation, knowledge base maintenance, markdown best practices, onboarding guide, changelog format, documentation audit completeness accuracy, AI agent documentation AGENTS.md. For all major agentic platforms.
    0 installs
  36. CI CD Pipeline Generator · jpeetz bundle
    Generate production-ready CI/CD pipeline configurations for GitHub Actions, GitLab CI, CircleCI, and Jenkins. Activates when users ask to set up CI/CD, create deployment pipelines, automate build/test/deploy workflows, configure Docker builds, set up staging/production environments, or add quality gates. Covers multi-stage pipelines, matrix builds, secrets management, caching strategies, environment promotion, canary deployments, and rollback patterns. Use when the user says "set up CI/CD", "create a pipeline", "automate deployment", "build pipeline", "GitHub Actions workflow", "GitLab CI config", or "deploy to production".
    0 installs
  37. Image To Image Character Generation · jpeetz bundle
    Use this skill when an agent needs to generate consistent character images via kie.ai grok-imagine image-to-image from Supabase S3 or Google Drive to produce daily social media images of the same mascot/persona in different scenes, ensuring character identity stays consistent across posts. Includes reference selection (face anchors + pose refs by keyword score), dynamic prompt composition (scene + attire + mood + angle, anti-repeat deque), kie.ai API payload building, strength calibration, fallback model, and post-generation workflow. Supports both Supabase storage URLs and Google Drive file IDs. Authorized use only — never hardcode credentials.
    0 installs
  38. Enterprise Consulting Methods · jpeetz bundle
    Use when you need McKinsey/BCG-grade strategy work — problem decomposition, hypothesis testing, storyline building, decision memos, stakeholder mapping, synthesis, meeting prep, workshop design, and native PowerPoint chart production. Covers 15 consulting methodology patterns from Situation-Complication-Problem-Recommendation (SCPR) through MECE issue trees, hypothesis trees, Minto Pyramid writing, and the 4-agent deck pipeline. All chart outputs are native python-pptx objects, editable inside PowerPoint.
    0 installs
  39. Change Quiz · jpeetz
    Use after a session to review what changed before merging.
    0 installs
  40. Observability Engineering · jpeetz bundle
    Production-grade observability engineering for AI agents: OpenTelemetry instrumentation, monitoring setup, log aggregation, distributed tracing, SLI/SLO management, alert design, and incident response workflows. Implements vendor-neutral telemetry standards with structured incident management.
    0 installs
  41. Interview Me · jpeetz
    Use when planning is done but ambiguity still remains.
    0 installs
  42. Context Audit · jpeetz
    Use when agent context is bloated or contradictory.
    0 installs
  43. Blindspot Pass · jpeetz
    Use when entering unfamiliar codebase or domain territory.
    0 installs
  44. Pitch Packager · jpeetz
    Use when the user needs buy-in or a review-ready summary.
    0 installs
  45. Reference Hunt · jpeetz
    Use when user points at code and says "like this."
    0 installs
  46. Infrastructure As Code Guardian · jpeetz bundle
    Universal Infrastructure as Code (IaC) agent skill for authoring, securing, and managing cloud infrastructure across Terraform, Pulumi, CloudFormation, Ansible, and Bicep. Provides cross-tool security hardening, state management best practices, cost optimization, drift detection, and CI/CD integration. Covers AWS, Azure, GCP, and hybrid-cloud environments with a unified workflow that spans the full IaC lifecycle—from greenfield module authoring through production hardening audits to multi-tool migration planning. Designed for DevOps engineers who switch between IaC tools daily: includes a decision tree for tool selection, per-tool authoring guidelines (HCL patterns, Pulumi TypeScript/Python idioms, CloudFormation YAML conventions, Ansible playbook structure, Bicep DSL tips), security checklist aligned to CIS benchmarks and SOC 2, drift detection workflows that catch configuration skew before it causes outages, and cost-optimization guardrails built into the authoring phase. The skill bridges the gap left by s
    0 installs
  47. Production Engineering Workflows · jpeetz bundle
    End-to-end production engineering workflows that encode the complete software development lifecycle into repeatable, quality-gated agent commands. Covers everything from spec-driven ideation through planning, test-driven implementation, automated testing, rigorous code review, web performance auditing, code simplification, and production deployment. Slash-command entry points: /spec, /plan, /build, /test, /review, /webperf, /code-simplify, /ship. Primary keyword clusters: production engineering automation, SDLC automation agent, spec-driven development workflow, TDD agent workflow, automated deployment pipeline agent, web performance audit automated, code simplification automation, AI code review pipeline, feature flag deployment workflow, continuous delivery agent, production readiness review, software delivery lifecycle AI, DevSecOps agent skills, trunk-based development automation, incremental rollout automation. Designed for agentic platforms — Claude Code, Codex, Cursor, Gemini CLI, OpenClaw, GitHub Copi
    0 installs
  48. Implementation Plan · jpeetz
    Use when planning is requested before a build.
    0 installs
  49. Implementation Notes · jpeetz
    Use when implementing against an agreed plan or spec.
    0 installs
  50. Brainstorm Prototypes · jpeetz
    Use when user can only recognize what they want by seeing it.
    0 installs
  51. Agent Interface Design · jpeetz
    Use when building MCP servers or agent-facing tools.
    0 installs
  52. Progressive Disclosure · jpeetz
    Use when splitting oversized skills into on-demand files.
    0 installs