Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

fusebase-challenge

fusebase-challenge には antongulin から収集した 17 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
17
Stars
3
更新
2026-04-04
Forks
0
職業カバレッジ
5 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

api-exploration
ソフトウェア開発者

Workflow for testing Fusebase API calls interactively using temporary tokens. Use when: 1. You need to verify an API endpoint behavior before writing feature code, 2. You want to explore available API responses or schemas, 3. You're unsure how an API endpoint works and need to test it, 4. Debugging API integration issues by making direct calls.

2026-04-04
app-ui-design
ウェブ・デジタルインターフェースデザイナー

Guidance for visual design, UI and UX in Fusebase-generated app features. Use when building or refining feature UIs: pages, components, layouts, forms, feedback states, theming, or accessibility. Ensures consistent, clear, and distinctive interfaces using shadcn/ui.

2026-04-04
autonomous-feedback-loop
ソフトウェア開発者

Use when: (1) User wants to set up or improve a debug loop or runbook for the repo, (2) User asks to autonomously test or debug features or runtimes, (3) Building or maintaining DEBUG.md with only verified techniques, (4) User asks to verify or document debug, test, restart, or hot-reload methods for each runtime. Discover and document only proven methods; nothing goes into DEBUG.md until verified.

2026-04-04
dev-debug-logs
ソフトウェア開発者

Use when debugging a feature through `fusebase dev start`, or when you need to inspect browser logs, proxied API traffic, frontend dev server output, or backend output captured by the local CLI. Explains where logs are written and which file to inspect for each symptom. This is for LOCAL DEVELOPMENT only - for deployed apps, use the remote-logs skill instead.

2026-04-04
feature-backend
ソフトウェア開発者

Guide for adding a backend layer (REST API + WebSockets) to Fusebase Apps features. Use when: (1) A feature needs a server-side API beyond the Dashboard SDK, (2) Adding REST endpoints or WebSocket support, (3) Setting up the backend/ folder structure. The backend is OPTIONAL — only add when the feature genuinely requires server-side logic.

2026-04-04
feature-dev-practices
ソフトウェア開発者

Practical guide for building Fusebase Apps features. Use when: (1) Creating a new feature, (2) Setting up project structure, Vite config, or authentication, (3) Building or registering features, (4) Configuring permissions or public access, (5) Navigating between features, (6) Fetching user details, (7) Troubleshooting build issues.

2026-04-04
feature-routing
ウェブ開発者

Guide for implementing client-side routing in Fusebase Apps features. Use when: 1. Adding routing (React Router) to a feature, 2. Fixing broken routes or 404s after deployment, 3. Configuring the router.

2026-04-04
feature-secrets
情報セキュリティアナリスト

Guide for creating and using secrets in Fusebase Apps feature backends. Use when: (1) A feature backend needs API keys, passwords, or other sensitive config, (2) Creating secrets via the CLI, (3) Accessing secrets at runtime in backend code, (4) Deciding what should be a secret vs. a regular env var.

2026-04-04
file-upload
ソフトウェア開発者

Guide for uploading files to Fusebase, including handling files less than 50MB and large multi-chunk uploads. Use it when: 1. Implementing file uploads in features, 2. Building file URLs for display (building correct file URL)

2026-04-04
fusebase-cli
ソフトウェア開発者

Complete guide for using the Fusebase CLI (fusebase) tool to initialize, develop, and deploy Fusebase Apps features. Use when: 1. Initializing new Fusebase Apps projects, 2. Creating or configuring features, 3. Running features locally or deploying them 4. Setting up feature permissions for dashboards.

2026-04-04
fusebase-dashboards
ソフトウェア開発者

How to use MCP for working with Fusebase dashboards during LLM development. Use when: 1. Discovering dashboards, views, schema via MCP; 2. Creating or updating dashboards/views; 3. Reading/writing dashboard data; 4. Working with relations, filters, templates, child tables; 5. Working with managed databases (e.g. meetings, companies, deals) — load prompts_search({ groups: ["managedDatabases"] }) and see references/meetings.md, references/companies.md, references/deals.md.

2026-04-04
fusebase-gate
ソフトウェア開発者

How to use MCP and SDK for Fusebase Gate and the broader Fusebase platform. Use when: 1. Working with Gate MCP tools (tokens, org user listing, health, generated prompts), 2. Org-scoped flows: organizations, membership, user lists, portal invitations, 3. Gate authorization scopes and JWT tokens, 4. Platform-level capabilities exposed via Gate: email campaigns, automation flows, integrations, 5. Runtime code uses @fusebase/fusebase-gate-sdk (Gate SDK patterns and --sync-gate-permissions workflow).

2026-04-04
git-workflow
ソフトウェア開発者

General Git workflow for generated apps: safe local commits, clean history, and rollback guidance. Includes strict debug/deploy traceability section when git-debug-commits flag is enabled.

2026-04-04
handling-authentication-errors
ソフトウェア開発者

Required implementation pattern for handling AppTokenValidationError (401) responses when feature tokens expire. Use when: 1. Building any Fusebase Apps feature that makes API calls, 2. Implementing authentication error handling, 3. Creating AuthExpiredModal components, 4. Setting up global error handlers in App.tsx. All features MUST implement this pattern to handle token expiration gracefully.

2026-04-04
react-expert
ウェブ開発者

Use when building React 18+ applications or editing React code: (1) Building new components or features, (2) Implementing state management (local, Context, Redux, Zustand), (3) Optimizing performance (memo, lazy, virtualization), (4) Setting up React project architecture, (5) Working with React 19 Server Components or form actions, (6) Data fetching with TanStack Query or use(). Covers hooks patterns, Suspense, error boundaries, and Testing Library.

2026-04-04
remote-logs
ネットワーク・コンピュータシステム管理者

Use when debugging a deployed feature backend. Explains how to fetch build logs and runtime logs using the `fusebase remote-logs` command. Only applicable to features with a backend/ folder. For local development, use dev-debug-logs skill instead.

2026-04-04
typescript-pro
ソフトウェア開発者

Use when building or editing TypeScript: (1) Advanced type systems, generics, full-stack type safety, (2) Type guards, utility types, discriminated unions, (3) tsconfig and build tooling, (4) tRPC or end-to-end type safety, (5) Optimizing compilation and bundle size. Covers strict mode, conditional/mapped types, and type-first APIs.

2026-04-04