Loading...
Deploy Center
Deploy codex items to your repositories (274 items available)
Target Repository
Select a repository
Aventerica89/HDFlowsheet-Cloud
Aventerica89/renvio-companion-app
Aventerica89/claude-codex
Aventerica89/claude-command
Aventerica89/URLsToGo
Aventerica89/jb-cloud-docs
Aventerica89/jb-cloud-app-tracker
Aventerica89/personal-apps
Aventerica89/wp-jupiter
Aventerica89/wp-neptune
JBMD-Creations/HDFlowsheet
All
commands
agents
skills
rules
0 selected
Deploy 0 items
/app-sync
Comprehensive sync command for any JB Cloud project. Audits and updates every spec, document, UI description, changelog, landing page, and plan file so the entire system reflects the current state of the codebase.
command
/build-fix
Incrementally fix TypeScript and build errors:
command
/changelog
Generate user-friendly changelogs from git commit history
command
/changelog-settings
Configure changelog generator settings (categories, voice, output format)
command
/checkpoint
Create or verify a checkpoint in your workflow.
command
/cli
List all available CLI capabilities, MCP servers, and tools Claude can use without asking
command
/cloudflare-preview
Set up a `go.urlstogo.cloud/{repo}--preview` shortlink that auto-updates on every non-main branch push. Designed for Cloudflare Workers projects (not CF Pages or Vercel).
command
/code-review
Comprehensive security and quality review of uncommitted changes:
command
/codex-fetch
Fetch latest claude-codex configuration from GitHub (browser-safe)
command
/codex-install
Install claude-codex with auto-sync on a new machine
command
/codex-sync
Bidirectional sync of claude-codex with GitHub from any directory
command
/context-export
Export context for claude.ai. Copy output and paste into claude.ai to continue your session there.
command
/context-import
Import context from claude.ai back to CLI. Paste the context summary claude.ai gave you.
command
/context-restore
Restore a previously saved session context. Resume exactly where you left off with full context.
command
/context-save
Save current session context for later restoration. Better than /end when you need to pause and resume exactly where you left off.
command
/create-release
Create and publish a new release with automatic tag creation and GitHub Release generation
command
/deploy-check
Pre-deployment verification checklist. Run before deploying to catch common issues.
command
/deploy-env
Automatically deploy environment variables from 1Password to a platform.
command
/deps-audit
Audit project dependencies for security vulnerabilities, outdated packages, and unused dependencies.
command
/e2e
Generate and run end-to-end tests with Playwright. Creates test journeys, runs tests, captures screenshots/videos/traces, and uploads artifacts.
command
/end
End session cleanly - sync docs, commit to memory, shutdown. Run when finishing work on a project.
command
/env-example
Generate or update `.env.example` files by combining 1Password stored keys with environment variable references found in code.
command
/eval
Manage eval-driven development workflow.
command
/fix-issue
Analyze and fix a GitHub issue by number. Fetches issue details, creates implementation plan, and fixes the code.
command
/ideas
Manage project ideas stored in `~/.claude/ideas.md`.
command
/jbdocs
Sync project documentation to jb-cloud-docs (docs.jbcloud.app). Creates or updates project docs in the documentation site.
command
/learn
Analyze the current session and extract any patterns worth saving as skills.
command
/new-project
Initialize a new project with full setup - platform selection, style guide, architecture, and implementation plan. Step-by-step with review between phases.
command
/orchestrate
Sequential agent workflow for complex tasks.
command
/pause
Pause session with auto-save and cleanup, resume later with /resume
command
/plan
Restate requirements, assess risks, and create step-by-step implementation plan. WAIT for user CONFIRM before touching any code.
command
/prompt-kit-convert
Convert a React/Tailwind component to prompt-kit (ibelick) style.
command
/refactor-clean
Safely identify and remove dead code with test verification:
command
/register-convention
Register a new command or skill convention in the Standards DB. Formats the Invoke field with colon notation and pipe separators, saves to Notion, and updates local skill files.
command
/remind
Remind user what project they're working on and current status
command
/resume
Resume last paused session automatically (no ID needed)
command
/reverse-engineer
Find successful open-source implementations of a feature, check their licenses for commercial safety, study their patterns, and produce an actionable implementation guide.
command
/routine-config
Configure routine settings, presets, and behavior
command
/routine-merge
Automated PR merge routine with multi-level review gates (Gemini, security, GitHub Actions)
command
/routine-stats
View routine execution metrics, trends, and optimization suggestions
command
/routine-sync
Smart branch sync with automatic conflict detection and resolution
command
/save-to-notion
Save structured context to the Knowledge Base database in Notion. Supports 7 content types with auto-detection, auto-populated git fields, and local backup.
command
/secrets-audit
Comprehensive security scan for hardcoded secrets, exposed .env files, and missing 1Password entries.
command
/security
Comprehensive security audit suite. Run all security checks or specific audits. Use before deployments, after adding auth/API code, or on schedule.
command
/security/api-security
API endpoint security audit. Checks authentication, authorization, input validation, and rate limiting on all routes.
command
/security/env-check
Validate environment variable security. Ensures secrets aren't hardcoded and .env files are properly configured.
command
/security/headers
Check HTTP security headers against OWASP recommendations. Validates CSP, HSTS, and other protective headers.
command
/security/license-audit
Check dependency licenses for compliance. Flags GPL/AGPL in commercial projects and identifies unknown licenses.
command
/security/secrets-scan
Deep secrets detection in code and git history. Finds API keys, tokens, passwords, and other sensitive data.
command
/session-check
Check branch and context at session start. Run this first when resuming work to avoid branch confusion.
command
/setup-github-actions
Set up GitHub Actions workflows with intelligent defaults based on project type
command
/setup-pm
Configure your preferred package manager (npm/pnpm/yarn/bun)
command
/setup-preview
Configure a stable preview subdomain on Vercel with automatic branch sync and search engine blocking.
command
/standup
Generate standup notes from recent git activity and session context. Perfect for daily standups or status updates.
command
/start
Begin session - check branch, load context, verify ready state. Run this first when starting work.
command
/sync-plans-index
Sync the plans index at ~/Desktop/plans-index.html with the current state of ~/.claude/plans/.
command
/tdd
Enforce test-driven development workflow. Scaffold interfaces, generate tests FIRST, then implement minimal code to pass. Ensure 80%+ coverage.
command
/test-coverage
Analyze test coverage and generate missing tests:
command
/update-codemaps
Analyze the codebase structure and update architecture documentation:
command
/update-docs
Sync documentation from source-of-truth:
command
/verify
Run comprehensive verification on current codebase state.
command
ai-provider-setup
Multi-provider AI integration specialist. Invoke when setting up AI providers in a new or existing Next.js project. Handles both the settings panel (user key management) and the runtime side (provider resolution, agent loop, chat API). Use after /add-ai-providers for the runtime wiring, or standalon
agent
architect
Software architecture specialist for system design, scalability, and technical decision-making. Use PROACTIVELY when planning new features, refactoring large systems, or making architectural decisions.
agent
bricks-builder
Expert Bricks Builder and AutomaticCSS developer for generating valid Bricks JSON from screenshots
agent
build-error-resolver
Build and TypeScript error resolution specialist. Use PROACTIVELY when build fails or type errors occur. Fixes build/type errors only with minimal diffs, no architectural edits. Focuses on getting the build green quickly.
agent
code-reviewer
Expert code review specialist. Proactively reviews code for quality, security, and maintainability. Use immediately after writing or modifying code. MUST BE USED for all code changes.
agent
conversation-analyzer
Analyze conversation transcripts to find behaviors worth preventing with hooks.
agent
doc-updater
Documentation and codemap specialist. Use PROACTIVELY for updating codemaps and documentation. Runs /update-codemaps and /update-docs, generates docs/CODEMAPS/*, updates READMEs and guides.
agent
e2e-runner
End-to-end testing specialist using Playwright. Use PROACTIVELY for generating, maintaining, and running E2E tests. Manages test journeys, quarantines flaky tests, uploads artifacts (screenshots, videos, traces), and ensures critical user flows work.
agent
env-deployer
Environment variable deployment specialist for detecting and deploying env vars to platforms
agent
ibelick-converter
Converts React components to ibelick's style — prompt-kit and ai-elements quality. Use when the user wants to refactor a component, convert a shadcn component, or build a new component in this style. Produces compound components with React Context, clean minimal JSX, AI-aware status machines, and ib
agent
jbdocs
Documentation sync agent. Automatically documents projects to jb-cloud-docs repository (docs.jbcloud.app). Creates/updates project documentation with architecture, plans, and progress.
agent
planner
Expert planning specialist for complex features and refactoring. Use PROACTIVELY when users request feature implementation, architectural changes, or complex refactoring. Automatically activated for planning tasks.
agent
refactor-cleaner
Dead code cleanup and consolidation specialist. Use PROACTIVELY for removing unused code, duplicates, and refactoring. Runs analysis tools (knip, depcheck, ts-prune) to identify dead code and safely removes it.
agent
security-reviewer
Security vulnerability detection and remediation specialist. Use PROACTIVELY after writing code that handles user input, authentication, API endpoints, or sensitive data. Flags secrets, SSRF, injection, unsafe crypto, and OWASP Top 10 vulnerabilities.
agent
tdd-guide
Test-Driven Development specialist enforcing write-tests-first methodology. Use PROACTIVELY when writing new features, fixing bugs, or refactoring code. Ensures 80%+ test coverage.
agent
wp-dispatch-security
Security reviewer for wp-dispatch crypto, auth, and SSH-adjacent code. Use when editing crypto.ts, auth.ts, proxy.ts, or any endpoint handling credentials. Reviews for timing attacks, key material exposure, JWT misconfiguration, and auth bypass vectors.
agent
add-ai-providers
Add multi-provider AI settings panel to a JB Cloud Next.js app. Copies AIProvidersPanel component from ~/clarity, creates API routes per provider, adds integrations table to schema, and wires up the settings page. Use when an app needs user-managed AI API keys with encrypted storage and automatic fa
skill
backend-patterns
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
skill
bricks
**Command:** `/bricks`
skill
bricks-learn
**Command:** `/bricks-learn`
skill
changelog
Three-tier changelog standard for all JB Cloud projects. Contains verbatim templates — use this before writing any changelog entry.
skill
changelog-dev
Toggle dev changelog tracking. Redirects to the three-tier /changelog standard.
skill
changelog-generator
Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes.
skill
claude-automation-recommender
Analyze a codebase and recommend Claude Code automations (hooks, subagents, skills, plugins, MCP servers). Use when setting up Claude Code for a project or optimizing workflows.
skill
claude-md-improver
Audit and improve CLAUDE.md files in repositories. Scans for all CLAUDE.md files, evaluates quality against criteria, outputs quality report, then makes targeted updates.
skill
clickhouse-io
ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.
skill
coding-standards
Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.
skill
continuous-learning
Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.
skill
dashboard-layout
Analyze any dashboard page and generate an interactive HTML mockup with horizontal tabs. Use when reorganizing flat/scrolling dashboard pages into tabbed layouts.
skill
eval-harness
A formal evaluation framework for Claude Code sessions, implementing eval-driven development (EDD) principles.
skill
frontend-patterns
Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.
skill
github-automation
Automate GitHub repositories, issues, pull requests, branches, CI/CD, and permissions via gh CLI. Manage code workflows, review PRs, search code, and handle deployments programmatically.
skill
help-hub
Use when adding an in-app help/onboarding hub to a dashboard app. Triggers when a project needs a Getting Started page, feature guide, or in-app documentation with tabbed navigation. Also use when the existing help is buried in Settings and needs to be promoted to a first-class nav item.
skill
help-hub-sync
Use when syncing a project's help hub implementation with the latest help-hub skill standards. Audits the help page for incorrect card spacing, missing deep links to settings panels, and outdated Connections Guide links. Run after updating the help-hub skill or when a project's help page was built b
skill
hig-mobile-pass
DEPRECATED: Use /hig-ui-pass instead. hig-mobile-pass has been superseded by the full-platform hig-ui plugin which covers Mobile, iPad, Desktop, CSS token audit, PWA asset generation, and web standards.
skill
hig-ui-pass
Full Apple HIG + web standards compliance pass covering Mobile, iPad, and Desktop. Replaces hig-mobile-pass. Covers CSS token audit, platform-specific checklists, PWA asset generation, web standards (Vercel WIG), and design consistency audit.
skill
hipaa-sync
Sync all HIPAA documentation — update memory files, regenerate PDFs from HTML source files, regenerate DOCX, archive old interaction log entries, and verify cross-document consistency. Run at the end of any HIPAA-related session.
skill
hookify-writing-rules
Guide for creating hookify rules - markdown files with YAML frontmatter that define patterns to watch for and messages to show when matched.
skill
learned-1code
- Type: Electron desktop app
skill
learned-1password-cli-env-integration
**Extracted:** 2026-01-29
skill
learned-1password-hash-in-item-titles
**Extracted:** 2026-02-23
skill
learned-acss-content-grid-breakouts
**Extracted:** 2025-02-01
skill
learned-aerospace-studio
**Last Session:** 2026-01-31
skill
learned-ai-agent-context-injection-pattern
**Extracted:** 2026-02-19
skill
learned-ai-elements-component-adoption
**Extracted:** 2026-02-12
skill
learned-ai-sdk-structured-output-pattern
**Extracted:** 2026-02-12
skill
learned-ai-sdk-tool-calling-agent-pattern
**Extracted:** 2026-02-12
skill
learned-anthropic-oauth-tokens-manifesto
**Extracted:** 2026-02-18
skill
learned-api-route-defense-in-depth
**Extracted:** 2026-02-14
skill
learned-astro-dev-toolbar-iframe-disable
**Extracted:** 2026-02-18
skill
learned-astro-hybrid-dynamic-routes
In Astro hybrid mode (`output: 'hybrid'`), dynamic routes like `[id].astro` or `[slug].astro` fail at build time with:
skill
learned-astro-is-inline-static-scripts
**Extracted:** 2026-02-18
skill
learned-astro-island-ssr-context-fix
When using React context hooks (e.g., `useToast`, `useAuth`) inside Astro components rendered with `client:load`, the context provider may not wrap the component during SSR. Astro renders each `client:load` island independently on the server, so a provider in a parent island doesn't wrap child islan
skill
learned-auto-match-entities-by-name
`workarounds` | `project_specific`
skill
learned-better-auth-drizzle-missing-fields
**Extracted:** 2026-02-19
skill
learned-better-auth-nextjs16-oauth-setup
**Extracted:** 2026-02-19
skill
learned-bricks-builder-agent-workflow
**Extracted:** 2026-01-25
skill
learned-bricks-builder-global-classes-pattern
**Extracted:** 2026-01-28
skill
learned-bricks-builder-json-checklist
**Extracted:** 2026-01-28
skill
learned-bricks-cc
- Type: Web app (Teaching System MVP)
skill
learned-bricks-every-element-needs-class
**Extracted:** January 2025
skill
learned-bricks-nested-grid-pattern-for-asymmetric-layouts
**Extracted:** 2026-01-25
skill
learned-build-time-codegen-edge-runtime
**Extracted:** 2026-02-13
skill
learned-cf-sandbox-large-rpc-crash
**Extracted:** 2026-02-08
skill
learned-cf-sandbox-no-concurrent-exec
**Extracted:** 2026-02-17
skill
learned-cf-sandbox-port-bound-polling
**Extracted:** 2026-02-18
skill
learned-cf-sandbox-streaming-websocket-bypass
**Extracted:** 2026-02-15
skill
learned-cf-sandbox-ws-trigger-pattern
**Extracted:** 2026-02-18
skill
learned-cf-workers-hono-ws-whitelist
**Extracted:** 2026-02-19
skill
learned-chrome-mcp-tab-targeting
Two Chrome MCP servers exist (`chrome-devtools` and `claude-in-chrome`) with separate tab/page contexts. Screenshots and actions can target the wrong tab if using the wrong server.
skill
learned-claude-code-plugin-authoring
**Extracted:** 2026-02-23
skill
learned-claude-command-mc3
**Project:** claude-command (MC3)
skill
learned-claude-directive-language
**Extracted:** 2026-02-20
skill
learned-claude-plugin-marketplace-installation
**Extracted:** 2026-02-05
skill
learned-claude-sdk-session-management
**Category**: Backend Patterns
skill
learned-clerk-api-role-management
**Extracted:** 2026-02-19
skill
learned-clerk-proxy-oauth-redirect
**Extracted:** 2026-02-19
skill
learned-client-side-pagination-dashboard
**Extracted:** 2026-02-18
skill
learned-component-preview-css-env-mismatch
**Extracted:** 2026-02-21
skill
learned-composable-href-prop-pattern
You have an existing display component (e.g., StatCard) and want to make some instances clickable/navigable without wrapping each usage in a `<Link>` at the call site.
skill
learned-cron-auth-fail-open
**Extracted:** 2026-02-19
skill
learned-css-background-shorthand-resets-clip
**Extracted:** 2026-02-17
skill
learned-css-grid-implicit-column-overflow
**Extracted:** 2026-02-17
skill
learned-dnd-kit-nested-droppables
**Extracted:** 2026-01-31
skill
learned-dnd-kit-sortable-pattern
Implementing drag-and-drop list reordering in React with @dnd-kit requires careful handling of sortable items, drag handles, and state mutations.
skill
learned-docker-credstore-noninteractive-bypass
**Extracted:** 2026-02-16
skill
learned-edit-replace-all-whitespace
The `Edit` tool's `replace_all: true` flag matches strings exactly, including indentation. The same semantic pattern at different indentation levels will NOT be matched by a single `replace_all` call.
skill
learned-env-to-db-secret-migration
**Extracted:** 2026-02-14
skill
learned-env-var-assistant-session
- Type: Chrome Extension + MCP Server
skill
learned-external-mcp-injection-anti-pattern
**Extracted:** 2026-02-18
skill
learned-frames-acss-naming-patterns
**Extracted:** 2026-01-25
skill
learned-frames-custom-css-patterns
**Extracted:** 2026-01-25
skill
learned-index
`if (secret) { check }` is fail-open — if env var is unset, auth is bypassed entirely. Fix: fail closed with 503 when secret is missing, then 401 if wrong. Applies to cron endpoints, webhooks, any bearer-token auth.
skill
learned-jb-cloud-app-tracker
- Type: Web application
skill
learned-jb-cloud-app-tracker-context
**Last Updated:** January 29, 2026
skill
learned-jb-cloud-docs
- Type: Documentation site
skill
learned-jbdocs-automation
- Created: 2025-01-27
skill
learned-jbdocs-changelog-automation
- Created: 2026-01-28
skill
learned-kv-threshold-alert-dedup
**Extracted:** 2026-02-21
skill
learned-live-component-previews-pattern
Building interactive mini-component previews for a marketplace/catalog UI where each card shows a functional demo of the component it represents.
skill
learned-llm-context-injection-anti-fetch
`error_resolution` | `debugging_techniques`
skill
learned-logs-never-fire-earlier-in-stack
**Extracted:** 2026-02-19
skill
learned-macos-workspace-modes
**Status:** Idea - needs debugging
skill
learned-magicui-shadcn-registry-install
**Extracted:** 2026-02-18
skill
learned-mc3-claude-command
- **Type:** Dashboard application
skill
learned-mcp-deploy-env-workarounds
**Extracted:** 2026-01-28
skill
learned-mcp-tool-discovery-jsonrpc
**Extracted:** 2026-02-15
skill
learned-memory-md-top-loading
MEMORY.md auto-loads into every Claude Code session — but only the **first 200 lines**. Anything past line 200 is silently cut off.
skill
learned-mobile-button-visibility
**Extracted:** 2026-02-21
skill
multi-provider-ai-chat-setup
Runtime patterns for multi-provider AI chat using Vercel AI SDK. Covers provider resolution, SDK wiring gotchas, agent loop with tool calling, summary generation, and error classification. Discovered building WP Dispatch builds 14.9-14.15.
skill
learned-multi-provider-sse-streaming
**Extracted:** 2026-02-23
skill
learned-nextjs-dev-server-cleanup
**Extracted:** 2026-01-29
skill
learned-nextjs-image-flex-stretch
**Extracted:** 2026-02-22
skill
learned-nextjs-proxy-middleware-auth-exemption
**Extracted:** 2026-02-22
skill
learned-nextjs-route-groups-shell
Next.js App Router route groups use parentheses in directory names (e.g., `(dashboard)`), which require special handling in shell commands. Bare paths fail; proper quoting is essential.
skill
learned-nextjs-security-audit-checklist
**Extracted:** 2026-01-29
skill
learned-nextjs-security-headers-template
**Extracted:** 2026-02-19
skill
learned-nextjs-stale-types-after-deletion
**Extracted:** 2026-02-16
skill
learned-nextjs16-turbopack-vercel-middleware
**Extracted:** 2026-02-21
skill
learned-notion-db-id-vs-datasource-id
**Extracted:** 2026-02-20
skill
learned-notion-multiselect-gotcha
The Notion MCP `notion-create-pages` tool rejects multi_select field values that are passed as comma-separated strings.
skill
learned-npx-stdio-mcp-container-preinstall
**Extracted:** 2026-02-15
skill
learned-oauth-redirect-uri-app-url-mismatch
**Extracted:** 2026-02-23
skill
learned-post-merge-review-pattern
**Extracted:** 2026-02-13
skill
learned-pretooluse-sql-safety-hook
**Extracted:** 2026-02-21
skill
learned-provider-availability-guard-pattern
**Extracted:** 2026-02-12
skill
learned-radix-ui-package-unification
**Extracted:** 2026-02-05
skill
learned-react-callback-declaration-order
**Extracted:** 2026-02-19
skill
learned-react-context-provider-all-layouts
**Extracted:** 2026-02-16
skill
learned-react-wrapper-component-for-hook-in-free-function
**Extracted:** 2026-02-20
skill
learned-renvio-companion-app
- **Type**: Healthcare EMR Companion App
skill
learned-repobar
- Type: macOS menu bar utility app
skill
learned-research-first-problem-solving
**Category**: Development Workflow
skill
learned-reverse-engineer-success-workflow
**Extracted:** 2026-02-18
skill
learned-routine-merge-system
- Type: Command System / Automation Workflow
skill
learned-routine-system-patterns
- Type: CLI automation framework
skill
learned-server-component-client-tabs
**Extracted:** 2026-02-22
skill
learned-serverless-api-timeout-guard
`error_resolution` | `debugging_techniques`
skill
learned-session-2026-02-01-landing-deployment
**Date:** 2026-02-01
skill
learned-session-2026-02-03
- jb-cloud-docs (Aventerica89/jb-cloud-docs)
skill
learned-session-2026-02-04-branch-cleanup
After squash-merging PRs, branches become orphaned because:
skill
learned-session-2026-02-05-parallel-edits
**Extracted:** 2026-02-05
skill
learned-shadcn-card-compact-override
**Extracted:** 2026-02-22
skill
learned-shadcn-component-migration
**Extracted:** 2026-01-29
skill
learned-shadcn-registry-sync
When updating shadcn/ui component interfaces (adding new props or changing prop types), the registry copies under `registry/new-york/` must be kept in sync, or build fails with type errors.
skill
learned-shadcn-tabs-tabbed-pages
**Extracted:** 2026-02-05
skill
learned-skill-file-structure
**Extracted:** 2026-02-18
skill
learned-skills-as-cross-context-truth
When you want Claude to behave consistently across different contexts — CLI sessions, VaporForge sandboxes, fresh sessions with no memory — put the standard in a **skill**, not a Notion database or MEMORY.md.
skill
learned-skills-vs-plugins-registration
**Extracted:** 2026-02-22
skill
learned-stale-config-fresh-compute-pattern
**Extracted:** 2026-02-15
skill
learned-static-changelog-serverless
Git history is not available at runtime on serverless platforms (Vercel, Cloudflare Workers). You can't dynamically generate changelogs from `git log`.
skill
learned-streaming-persistence-gap
**Extracted:** 2026-02-08
skill
learned-string-length-management
- **Session Date**: 2026-01-28
skill
learned-supabase-cli-mcp-fallback
**Extracted:** 2026-02-21
skill
learned-supabase-migration-duplicate-prefix-fix
The `supabase db push` command fails when the local `supabase/migrations/` directory contains multiple files with the same numeric prefix (e.g., `005_create_tables.sql` and `005_app_todos.sql`). The CLI tries to apply both and fails if one is already on the remote.
skill
learned-supabase-rls-audit-fix
**Extracted:** 2026-02-18
skill
learned-supabase-rls-infinite-recursion
**Extracted:** 2026-02-21
skill
learned-supabase-silent-empty-query
**Extracted:** 2026-02-21
skill
learned-sw-cache-version-bump-on-deploy
**Extracted:** 2026-02-18
skill
learned-sw-update-prompt-skipwaiting-trap
**Extracted:** 2026-02-22
skill
learned-tailscale-dns-supabase-workaround
**Extracted:** 2026-02-18
skill
learned-tailwind-css-specificity-override
**Extracted:** 2026-02-19
skill
learned-tailwind-typography-dark-mode
**Extracted:** 2026-02-22
skill
learned-tailwind-v4-always-dark-token
**Extracted:** 2026-02-21
skill
learned-tailwind-v4-unlayered-css-override
**Extracted:** 2026-02-22
skill
learned-tdd-astro-starlight
**Extracted:** 2026-01-31
skill
learned-urlstogo
- Type: URL shortener (Cloudflare Worker)
skill
learned-ux-polish-workflow
**Extracted:** 2026-02-14
skill
learned-vaporforge-oauth
**Extracted:** 2026-02-05
skill
learned-vaporforge-provider-integration-pattern
- Adding a new AI provider (OpenAI, Mistral, etc.) to VaporForge
skill
learned-vercel-cli-production-debugging
**Extracted:** 2026-01-29
skill
learned-vercel-cli-to-sdk-migration
**Extracted:** 2026-02-08
skill
learned-vercel-deployment-debugging-mcp
When a Vercel deployment fails after `git push` and you need to diagnose and fix the build error without leaving the CLI.
skill
learned-vercel-env-newline-issue
**Extracted:** 2026-01-29
skill
learned-vercel-env-var-whitespace
**Extracted:** 2026-02-23
skill
learned-vercel-env-vars-patch-pattern
**Extracted:** 2026-02-21
skill
learned-vercel-webhook-silent-failure
**Extracted:** 2026-02-19
skill
learned-wp-manager
- Type: Web App (Dashboard)
skill
learned-wp-manager-1password-setup
- Type: WordPress site management dashboard
skill
learned-wp-rest-api-no-update-endpoint
**Extracted:** 2026-02-16
skill
learned-wpcli-phar-shebang-bypass
**Extracted:** 2026-02-19
skill
learned-xhr-weakmap-interceptor
**Extracted:** 2026-02-18
skill
learned-zero-dep-mcp-server-pattern
- Adding a new AI provider or external API as an MCP tool in a sandboxed environment
skill
learned-zod-record-two-arguments
**Extracted:** 2026-01-29
skill
mobile-ios-design
Master iOS Human Interface Guidelines and SwiftUI patterns for building native iOS apps. Use when designing iOS interfaces, implementing SwiftUI views, or ensuring apps follow Apple's design principles.
skill
playground
Creates interactive HTML playgrounds - self-contained single-file explorers with controls, live preview, and prompt output. Use when user asks for a playground, explorer, or interactive tool.
skill
project-guidelines-example
This is an example of a project-specific skill. Use this as a template for your own projects.
skill
prompt-lookup
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
skill
routine-merge
You are running a smart PR merge routine with configurable review gates.
skill
routine-merge-end
You are running a smart PR merge routine with automatic session cleanup.
skill
save-to-notion-decision
Save an architectural decision record (ADR) to Notion Knowledge Base. Shortcut for /save-to-notion with type=decision. Use after choosing between approaches.
skill
save-to-notion-plan
Save an implementation plan to Notion Knowledge Base. Shortcut for /save-to-notion with type=plan. Use when completing or pausing work on a multi-phase plan.
skill
save-to-notion-standards
Register a command or workflow convention in the Notion Standards DB. Shortcut for /save-to-notion standards. Use after finalizing a new command pattern or system convention.
skill
save-to-obsidian
Save session context, plans, decisions, or patterns to the local Obsidian vault. Zero token overhead - writes pure markdown directly to the file system. Use instead of or alongside save-to-notion.
skill
security-review
Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.
skill
setup-preview
Set up Vercel preview subdomain with auto-sync branch and SEO protection. Creates {repo-name}-preview.jbcloud.app pattern.
skill
strategic-compact
Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.
skill
tdd-workflow
Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests.
skill
verification-loop
A comprehensive verification system for Claude Code sessions.
skill
Agent Orchestration
Located in `~/.claude/agents/`:
rule
Auto-Remind Rule
When auto-remind is enabled, Claude should periodically show a brief context reminder to help users track what they're working on.
rule
CLI-First Rule
**ALWAYS check available tools and capabilities BEFORE asking the user for information.**
rule
Coding Style
ALWAYS create new objects, NEVER mutate:
rule
Environment Variable Automation
PROACTIVELY offer to deploy env vars when you detect:
rule
Git Workflow
```
rule
Hooks System
- **PreToolUse**: Before tool execution (validation, parameter modification)
rule
Notion Auto-Save Rule (MANDATORY)
**ALWAYS save session context to Notion before compacting.** Context lost during compaction is gone forever.
rule
Common Patterns
```typescript
rule
Performance Optimization
**Haiku 4.5** (90% of Sonnet capability, 3x cost savings):
rule
Security Guidelines
Before ANY commit:
rule
Session Start Rule
At the START of every session, BEFORE doing any work, run the `/start` command or follow this checklist:
rule
String Length Management
Long inline strings cause:
rule
Testing Requirements
Test Types (ALL required):
rule