← all publishers

qdhenry

@qdhenry source repo

57 published skills

  1. Dedupe Frames 2 · qdhenry bundle
    Remove near-duplicate frames from a video extraction directory using perceptual hashing (dhash). Runs after frame extraction and before frame analysis to reduce context window usage by eliminating visually identical frames. Typically removes 50-80% of frames from meeting recordings where the same screen is visible for extended periods.
    0
    installs
  2. Sfcc Validator 2 · qdhenry
    Post-gap-analysis validation agent. Uses web search to fact-check all Salesforce B2B Commerce capability claims, resolution options, and effort estimates against current documentation, Trailhead, release notes, and AppExchange. Produces a validation report with evidence links and corrected recommendations.
    0
    installs
  3. Client Elicitor 2 · qdhenry
    Post-gap-analysis elicitation agent. Consolidates all open questions, unvalidated assumptions, low-confidence features, and validator findings from across the pipeline into a prioritized, stakeholder-mapped client Q&A document and meeting preparation guide.
    0
    installs
  4. Transcript Analyst 2 · qdhenry
    Analyze a raw text transcript from a client call or meeting to extract functional requirements, business rules, pain points, user roles, and integration hints. Works with any transcript format — no video frames or pre-processed artifacts required. Feeds directly into the gap analysis pipeline.
    0
    installs
  5. Confluence Gap Analysis 2 · qdhenry
    Generate a gap analysis document structured as Confluence-compatible tables with Jira-style formatting. Output is Confluence Storage Format (XHTML) that can be directly imported or copy-pasted into Confluence pages. Accepts company/client name as an argument.
    0
    installs
  6. Tauri MCP 2 · qdhenry bundle
    Setup, configure, and manage the Tauri MCP plugin for AI agent debugging of the Foundry desktop app. Use when adding MCP support, configuring the MCP server, troubleshooting MCP connections, or when the user invokes /tauri-mcp.
    0
    installs
  7. Data Schema · qdhenry
    Analyze the current platform's data model and design the Salesforce B2B Commerce object schema, including standard and custom objects, relationships, and data migration strategy.
    0
    installs
  8. Gap Analysis · qdhenry
    Produce client-specific gap analysis documents comparing current platform capabilities against Salesforce B2B Commerce target state. Focus on the client's actual use cases rather than exhaustive platform feature lists.
    0
    installs
  9. UI Migration · qdhenry
    Analyze current platform UI components and map them to Salesforce B2B Commerce Experience Cloud / Lightning Web Component equivalents for storefront migration.
    0
    installs
  10. Dedupe Frames · qdhenry bundle
    Remove near-duplicate frames from a video extraction directory using perceptual hashing (dhash). Runs after frame extraction and before frame analysis to reduce context window usage by eliminating visually identical frames. Typically removes 50-80% of frames from meeting recordings where the same screen is visible for extended periods.
    0
    installs
  11. Frame Analyst · qdhenry
    Analyze a chunk of video frames from a client meeting screencast. Identify and categorize every UI component, form field, data structure, navigation element, and on-screen text visible. Designed for parallel deployment — multiple instances process different frame ranges simultaneously.
    0
    installs
  12. Sfcc Validator · qdhenry
    Post-gap-analysis validation agent. Uses web search to fact-check all Salesforce B2B Commerce capability claims, resolution options, and effort estimates against current documentation, Trailhead, release notes, and AppExchange. Produces a validation report with evidence links and corrected recommendations.
    0
    installs
  13. Client Elicitor · qdhenry
    Post-gap-analysis elicitation agent. Consolidates all open questions, unvalidated assumptions, low-confidence features, and validator findings from across the pipeline into a prioritized, stakeholder-mapped client Q&A document and meeting preparation guide.
    0
    installs
  14. Frame Synthesis · qdhenry
    Merge and deduplicate parallel frame analysis outputs into a single comprehensive UI component inventory and system architecture map. Produces the definitive screen catalog that feeds UI migration, data schema, and gap analysis agents.
    0
    installs
  15. Integration API · qdhenry
    Assess current platform integrations and API dependencies, then architect the Salesforce B2B Commerce integration layer including ERP, fulfillment, external vendor, and reporting connections.
    0
    installs
  16. Meeting Analyst · qdhenry
    Analyze client meeting recordings, transcripts, and screencasts to extract functional requirements, pain points, and migration hints for gap analysis.
    0
    installs
  17. Sfcc B2b Expert · qdhenry
    Salesforce B2B Commerce platform expert. Maps client requirements to platform capabilities, identifies configuration vs custom development needs, and provides implementation guidance.
    0
    installs
  18. Transcript Analyst · qdhenry
    Analyze a raw text transcript from a client call or meeting to extract functional requirements, business rules, pain points, user roles, and integration hints. Works with any transcript format — no video frames or pre-processed artifacts required. Feeds directly into the gap analysis pipeline.
    0
    installs
  19. Extract Video Frames · qdhenry bundle
    <objective>
    0
    installs
  20. Elevenlabs Transcribe · qdhenry bundle
    Transcribes audio/video files using ElevenLabs Scribe v2 API. Use when transcribing audio files, generating transcripts, or converting speech to text.
    0
    installs
  21. Confluence Gap Analysis · qdhenry
    Generate a gap analysis document structured as Confluence-compatible tables with Jira-style formatting. Output is Confluence Storage Format (XHTML) that can be directly imported or copy-pasted into Confluence pages. Accepts company/client name as an argument.
    0
    installs
  22. Changeset · qdhenry
    Guide for creating and writing proper changesets for Biome PRs. Use when a PR introduces user-visible changes (bug fixes, new features, rule changes, formatter changes, parser changes) that need a changeset entry for the CHANGELOG. Trigger when creating changesets, writing changeset descriptions, or choosing the correct change type.
    0
    installs
  23. Seed Data · qdhenry
    Reset and seed the Convex database with AcmeCorp reference data (118 requirements, 8 skills, 7 workstreams) for demo preparation
    0
    installs
  24. Tauri MCP · qdhenry bundle
    Setup, configure, and manage the Tauri MCP plugin for AI agent debugging of the Foundry desktop app. Use when adding MCP support, configuring the MCP server, troubleshooting MCP connections, or when the user invokes /tauri-mcp.
    0
    installs
  25. Create New Skills · qdhenry bundle
    Creates new Agent Skills for Codex following best practices and documentation. Use when the user wants to create a new skill, extend Codex's capabilities, or package domain expertise into a reusable skill.
    0
    installs
  26. Convex Agents · qdhenry
    Building AI agents with the Convex Agent component including thread management, tool integration, streaming responses, RAG patterns, and workflow orchestration
    0
    installs
  27. Release Notes · qdhenry
    Generate release notes from git history between tags, commits, or date ranges
    0
    installs
  28. Type Inference · qdhenry
    Guide for working with Biome's module graph and type inference system. Use when implementing type-aware lint rules, understanding type resolution, working on the module graph infrastructure, or implementing type inference for new features.
    0
    installs
  29. Biome Developer · qdhenry
    General development best practices and common gotchas when working on Biome. Use for avoiding common mistakes, understanding Biome-specific patterns (AST, syntax nodes, string extraction, embedded languages), and learning technical tips.
    0
    installs
  30. Convex Realtime · qdhenry
    Patterns for building reactive apps including subscription management, optimistic updates, cache behavior, and paginated queries with cursor-based loading
    0
    installs
  31. Convex Dev Workflow · qdhenry
    Simplify programming long running code flows. Workflows execute durably with configurable retries and delays. Use this skill whenever working with Workflow or related Convex component functionality.
    0
    installs
  32. Platform Parity · qdhenry
    Audit and enforce feature parity between web (apps/web) and desktop (apps/desktop) platforms. Use when adding features, reviewing code placement, checking for drift between platforms, or validating that shared packages are used correctly. Triggers on mentions of "parity", "drift", "platform sync", "shared component", or "web vs desktop".
    0
    installs
  33. Video Processor · qdhenry bundle
    Process video files with audio extraction, format conversion (mp4, webm), and Whisper transcription. Use when user mentions video conversion, audio extraction, transcription, mp4, webm, ffmpeg, or whisper transcription.
    0
    installs
  34. AI Transparency · qdhenry
    AI Transparency — "No Black Boxes"
    0
    installs
  35. Convex Cron Jobs · qdhenry
    Scheduled function patterns for background tasks including interval scheduling, cron expressions, job monitoring, retry strategies, and best practices for long-running tasks
    0
    installs
  36. Convex Functions · qdhenry
    Writing queries, mutations, actions, and HTTP actions with proper argument validation, error handling, internal functions, and runtime considerations
    0
    installs
  37. Prettier Compare · qdhenry
    Compares code formatting and formatting IR between Biome and Prettier to ensure that Biome's formatting is consistent and correct. Use when validating formatter changes, debugging formatting differences, or comparing output for JavaScript, TypeScript, CSS, or other languages.
    0
    installs
  38. Convex Migrations · qdhenry
    Schema migration strategies for evolving applications including adding new fields, backfilling data, removing deprecated fields, index migrations, and zero-downtime migration patterns
    0
    installs
  39. Generate Storybook · qdhenry bundle
    Initializes Storybook for the Foundry codebase, discovers all components and pages, then deploys parallel subagents to generate comprehensive stories with visual, interaction, accessibility, and responsive coverage. Use when setting up Storybook or generating stories for components.
    0
    installs
  40. Parser Development · qdhenry
    Guide for implementing parsers with error recovery for new languages in Biome. Use when adding parsing support for a new language, implementing error recovery in a parser, or writing grammar definitions in .ungram format for JavaScript, CSS, JSON, HTML, GraphQL, or other languages.
    0
    installs
  41. Avoid Feature Creep · qdhenry
    Prevent feature creep when building software, apps, and AI-powered products. Use this skill when planning features, reviewing scope, building MVPs, managing backlogs, or when a user says "just one more feature." Helps developers and AI agents stay focused, ship faster, and avoid bloated products.
    0
    installs
  42. Convex File Storage · qdhenry
    Complete file handling including upload flows, serving files via URL, storing generated files from actions, deletion, and accessing file metadata from system tables
    0
    installs
  43. Convex HTTP Actions · qdhenry
    External API integration and webhook handling including HTTP endpoint routing, request/response handling, authentication, CORS configuration, and webhook signature validation
    0
    installs
  44. Create UI Component · qdhenry bundle
    Creates UI components for the Foundry platform using the design system, UntitledUI icons, dark/light mode support, and Storybook stories. Use when building new UI components, adding stories, or when the user invokes /create-ui-component.
    0
    installs
  45. Convex Best Practices · qdhenry
    Guidelines for building production-ready Convex apps covering function organization, query patterns, validation, TypeScript usage, error handling, and the Zen of Convex design philosophy
    0
    installs
  46. Convex Security Audit · qdhenry
    Deep security review patterns for authorization logic, data access boundaries, action isolation, rate limiting, and protecting sensitive operations
    0
    installs
  47. Convex Security Check · qdhenry
    Quick security audit checklist covering authentication, function exposure, argument validation, row-level access control, and environment variable handling
    0
    installs
  48. Formatter Development · qdhenry
    Guide for implementing formatting rules using Biome's IR-based formatter infrastructure. Use when implementing formatting for new syntax nodes, handling comments in formatted output, or comparing Biome's formatting against Prettier for JavaScript, CSS, JSON, HTML, or other languages.
    0
    installs
  49. Lint Rule Development · qdhenry bundle
    Step-by-step guide for creating and implementing lint rules in Biome's analyzer. Use when implementing rules like noVar, useConst, or any custom lint/assist rule, adding code actions to fix diagnostics, implementing semantic analysis for binding references, or adding configurable options to rules.
    0
    installs
  50. Eslint Migrate Options · qdhenry
    Guide for implementing ESLint-to-Biome rule option migrators inside `biome migrate eslint`. Use whenever you add or update a Biome lint rule that has an ESLint source rule with configurable options, need to deserialize plugin-specific ESLint options, or need custom migration logic beyond the auto-generated severity mapping.
    0
    installs
  51. Convex Schema Validator · qdhenry
    Defining and validating database schemas with proper typing, index configuration, optional fields, unions, and migration strategies for schema changes
    0
    installs
  52. Diagnostics Development · qdhenry
    Guide for creating high-quality, user-friendly diagnostics in Biome. Use when creating diagnostics for lint rules, adding helpful advice to error messages, implementing code frame displays, or improving diagnostic quality.
    0
    installs
  53. Audit Codebase · qdhenry bundle
    Run a comprehensive governance audit across the Foundry codebase. Spawns parallel agents for security, design system, and Convex pattern review. Use when you want a full compliance report.
    0
    installs
  54. Convex Component Authoring · qdhenry
    How to create, structure, and publish self-contained Convex components with proper isolation, exports, and dependency management
    0
    installs
  55. Pre Commit Review · qdhenry bundle
    Comprehensive review of all staged changes before committing. Routes files to appropriate governance domains and produces a go/no-go recommendation. Use before committing significant changes.
    0
    installs
  56. Check Design System · qdhenry bundle
    Focused design system compliance check on recent changes or specific files. Use when reviewing UI work for token usage, component classes, typography, and color violations.
    0
    installs
  57. Webmcp · qdhenry
    Implement WebMCP in web projects — add browser-native structured tools for AI agents using imperative JS or declarative HTML APIs. Full lifecycle from setup through testing and optimization.
    0
    installs