Skip to main content

qdhenry/Foundry-OSS

SkillsMP は qdhenry/Foundry-OSS から 35 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

記録された最新のソース活動
SkillsMP カタログ更新
収集済み skills
35
GitHub スター
0
GitHub フォーク
0

収集済み skill 35 件中 35 件を表示しています。

職業分類
ソフトウェア開発者
説明

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.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Building AI agents with the Convex Agent component including thread management, tool integration, streaming responses, RAG patterns, and workflow orchestration

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Guidelines for building production-ready Convex apps covering function organization, query patterns, validation, TypeScript usage, error handling, and the Zen of Convex design philosophy

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

How to create, structure, and publish self-contained Convex components with proper isolation, exports, and dependency management

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Scheduled function patterns for background tasks including interval scheduling, cron expressions, job monitoring, retry strategies, and best practices for long-running tasks

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Complete file handling including upload flows, serving files via URL, storing generated files from actions, deletion, and accessing file metadata from system tables

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Writing queries, mutations, actions, and HTTP actions with proper argument validation, error handling, internal functions, and runtime considerations

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

External API integration and webhook handling including HTTP endpoint routing, request/response handling, authentication, CORS configuration, and webhook signature validation

原文の言語: 英語

更新
職業分類
データベースアーキテクト
説明

Schema migration strategies for evolving applications including adding new fields, backfilling data, removing deprecated fields, index migrations, and zero-downtime migration patterns

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Patterns for building reactive apps including subscription management, optimistic updates, cache behavior, and paginated queries with cursor-based loading

原文の言語: 英語

更新
職業分類
データベースアーキテクト
説明

Defining and validating database schemas with proper typing, index configuration, optional fields, unions, and migration strategies for schema changes

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Deep security review patterns for authorization logic, data access boundaries, action isolation, rate limiting, and protecting sensitive operations

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Quick security audit checklist covering authentication, function exposure, argument validation, row-level access control, and environment variable handling

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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.

原文の言語: 英語

更新
職業分類
ウェブ開発者
説明

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.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Generate release notes from git history between tags, commits, or date ranges

原文の言語: 英語

更新
職業分類
データベースアーキテクト
説明

Reset and seed the Convex database with AcmeCorp reference data (118 requirements, 8 skills, 7 workstreams) for demo preparation

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

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.

原文の言語: 英語

更新
職業分類
グラフィックデザイナー
説明

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.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

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.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

"No Black Boxes" enforcement skill. Audits and fixes AI operations that lack proper UI state coverage — missing loading states, streaming progress, activity logs, error handling, or real-time subscriptions. Use when adding AI features, after editing AI action…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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.

原文の言語: 英語

更新
収集済み skill 35 件中 35 件を表示しています。