Skip to main content

imbue-ai/sculptor

SkillsMP は imbue-ai/sculptor から 36 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

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

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

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

Build or modify a Sculptor extension — a runtime ESM module loaded into the Sculptor UI. Use when asked to write an extension (or "plugin") for Sculptor, add a panel, overlay, workspace widget, home view, or settings UI to Sculptor, or to iterate on an…

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

Cut a new Sculptor release candidate from main: run `just cut-release` (which creates the release/sculptor-vX.Y.0 branch at X.Y.0rc1, pushes the tag that triggers the RC build, and opens a PR bumping main to the next .dev0), then land the version-bump PR and…

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

Promote a QA'd Sculptor release candidate to a full production release: verify the RC build is green and has been QA'd, then from the release branch run `just promote-release` (which strips the rcN suffix, commits X.Y.0, and pushes the sculptor-vX.Y.0 tag…

原文の言語: 英語

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

Live, hot-reloading preview of the Sculptor WEB frontend from a phone or any browser, served through the OpenHost nginx /proxy front. ONLY relevant when running INSIDE the openhost-deployed Sculptor (the container fronted by nginx on :5050, reachable at…

原文の言語: 英語

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

Interact with Sculptor programmatically using the sculpt CLI. Use this skill when using `sculpt`, or when designing or planning a workflow that would benefit from understanding the structural capabilities of `sculpt` (workspaces, agents, isolation, and how…

原文の言語: 英語

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

How this OpenHost-hosted Sculptor environment works — storage and what survives restarts, where/how to add repositories and authorize gh, and the /proxy/<port>/ capability for previewing loopback web apps from a browser. ONLY relevant when running inside an…

原文の言語: 英語

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

Test a pull request by creating a shallow clone at the PR's commit and launching Sculptor. Use when you need to test changes from a specific PR in isolation.

原文の言語: 英語

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

QA the Sculptor mobile web UI on a real iOS Simulator, driven headlessly from a Mac. A single CLI boots a notched iPhone, launches the local frontend server (parsing its port — no hardcoding), opens the app in MobileSafari, taps/swipes via idb, and…

原文の言語: 英語

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

Compare React component render counts between origin/main and the current branch during a user-defined UI scenario (e.g. panel resize, navigation). Use when verifying that performance changes actually reduced re-renders.

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

Deploy, verify, and reset the self-hosted Sculptor app running as an OpenHost app (built from source via openhost.Dockerfile). Covers fresh deploys, updating or switching the deployed branch while keeping data, health-checking the live instance, and a full…

原文の言語: 英語

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

Review a set of code changes against Sculptor's review categories and produce a markdown findings table. Use when reviewing code (your own or others').

原文の言語: 英語

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

Add a new issue type to one of Sculptor's review-rule docs. Use when you've encountered a class of bugs, anti-patterns, or flaky test patterns that should be caught in future reviews.

原文の言語: 英語

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

Launch Sculptor in a headless browser and interact with the UI via an HTTP API. Send commands via curl, get screenshots back, and visually inspect the result — like a human QA tester. Use when you need visual verification of UI changes, manual testing of…

原文の言語: 英語

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

Launch the Storybook dev server and use Playwright to take screenshots of component stories. Use when you need visual verification of UI component designs or want to iterate on a component's appearance.

原文の言語: 英語

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

Update the Sculptor help docs (docs/help/ in this repo) to match a specific Sculptor release. Must be run from a Sculptor checkout on the matching release branch. Audits the markdown against that source, rewrites stale text, and recaptures/processes…

原文の言語: 英語

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

Instructions for writing new Sculptor frontend integration tests. Covers how to use FakeClaude for deterministic agent behavior, test file setup, and the available FakeClaude commands. Use when writing new integration tests or adding tests to existing files.

原文の言語: 英語

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

Fix a bug using test-driven development.

原文の言語: 英語

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

Run Claude programmatically against collections of files in the codebase. Use for batch analysis: scrubbing sensitive data, auditing style violations, security reviews.

原文の言語: 英語

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

Bring the product specification set under docs/specs/ (SPEC.md, requirements.md, scenarios.md, scenario_coverage.md) up to date with the code that has merged to origin/main since the specs were last refreshed. Reviews the merged PRs since a recorded baseline,…

原文の言語: 英語

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

Capture Python-level diagnostics from a running Sculptor backend (`sculptor_backend`): instant thread dumps and viztracer/Perfetto traces with no special privileges, or py-spy CPU sampling / flamegraphs / native stacks against the installed signed app…

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Hand off the current work to a fresh agent — either a new agent in the SAME workspace, or a new workspace — seeded with a summary of the current context.

原文の言語: 英語

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

Produce an architecture document from a spec, through deep codebase analysis and guided Q&A. Reads the existing spec (and mocks, if any), explores the codebase, and writes architecture.md alongside the spec. Hands off to /plan when the architecture is…

原文の言語: 英語

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

Execute an implementation plan by working through each task file in order. Reads the plan's 00_overview.md, builds a TODO from the task index, then for each task re-reads implement_task.md and follows it end-to-end. The plan's final two tasks handle global…

原文の言語: 英語

更新
職業分類
ウェブ・デジタルインターフェースデザイナー
説明

Create interactive HTML mocks for a feature through guided iteration with the user. Two modes: exploration (generates 3+ end-to-end variants to help the user surface ideas) and confirmation (single coherent mock to visually verify an existing design). Can be…

原文の言語: 英語

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

Produce a detailed implementation plan from a spec and architecture document. Writes a folder of self-contained task files so the build agent can execute one task at a time without holding the full plan in context. Hands off to /build when finalized. Input: a…

原文の言語: 英語

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

Final review pass for a feature implementation. Verifies the diff satisfies the spec's requirements, that tests were written and pass, and invokes the repo's configured code-review skill. Writes review.md alongside the spec, then offers options for handling…

原文の言語: 英語

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

Create or update the repo's Sculptor configs (.sculptor/code.md, .sculptor/testing.md, .sculptor/docs.md). These files teach the sculptor-workflow skills how to build, run, test, and where to write docs in this specific codebase. Run this to set up a new…

原文の言語: 英語

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

Write an implementation spec through guided Q&A before writing code. Scaffolds the spec file up front, clarifies the user's goals, then explores the codebase and refines through interactive Q&A so the user watches the spec evolve in the diff viewer. Offers…

原文の言語: 英語

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

Propagate a branch's changes down its stacked children by merging the updated parent into each stacked branch, in order from base to tip.

原文の言語: 英語

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

Apply CLAUDE:-prefixed comments from a pull request

原文の言語: 英語

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

Stack a new workspace on top of the current branch — a handoff into a NEW workspace whose new branch is based off, and targets, the current branch.

原文の言語: 英語

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

Debug failing Sculptor frontend integration tests. Use when integration tests fail and you need to diagnose the root cause. Covers common failure modes, how to read test logs, and investigation strategies.

原文の言語: 英語

更新
職業分類
ウェブ・デジタルインターフェースデザイナー
説明

Guide for using design tokens in the Sculptor frontend. Use when writing or reviewing CSS/SCSS to pick correct token variables.

原文の言語: 英語

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

Run Sculptor integration tests. MUST be used whenever: - Running tests in sculptor/tests/integration/ - User asks to "run integration tests" or "run the tests" for integration test files - Using pytest on integration test files DO NOT run pytest directly for…

原文の言語: 英語

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

Summarize commits merged to origin/main as two outputs: internal release notes (categorized into Features, UI Polish, Testing, CI, Cleanup) and user-facing release notes (What's new, Improvements, Reliability). Two input modes: a Sculptor release version…

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Ask any question about Sculptor.

原文の言語: 英語

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