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

convey

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

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

このリポジトリの skills

debugging-skill
ソフトウェア開発者

Always start a fresh browser session after any file change, walk through the full user flow, and monitor for errors before proceeding with further work.

2026-05-20
dev-environments
ネットワーク・コンピュータシステム管理者

Set up and run different development service arrangements for testing specific features. Use when starting dev servers, testing Storybook addon (SB8 or SB10), testing Tailwind v3 vs v4, testing Astro, or when asked which services to run. Covers compound tasks, port assignments, and which services need each other.

2026-05-20
mode-button-behavior
ウェブ開発者

Defines the interaction behavior of global mode buttons (Select, Insert) and component row buttons (Place, Replace). Use when modifying button states, colors, labels, tab visibility, or page interaction behavior. Must review and update these tables before making changes.

2026-05-20
naming-guide
ソフトウェア開発者

Canonical naming for all Convey UI parts, features, and concepts. Reference when discussing, documenting, or writing code for any part of the app. Ensures consistent terminology across humans and AI agents.

2026-05-20
preview-classname-component
ウェブ開発者

Build panel UI components that live-preview Tailwind className changes in the user's app via WebSocket. Use when creating any control (dropdown, scrubber, color picker, toggle, etc.) that lets users hover/scrub values before committing. Covers the preview/revert/stage lifecycle, the onHover/onLeave prop contract, and the focus-trap pattern that prevents preview leaks.

2026-03-25
debug-e2e-test
ソフトウェア品質保証アナリスト・テスター

Debug and fix failing Playwright E2E tests. Use when tests fail, when asked to fix failing tests, or when investigating test failures. Analyzes test output, screenshots, error context, and uses Playwright MCP to identify root causes.

2026-03-15
tailwind-vocabulary
ウェブ開発者

Canonical terminology for Tailwind CSS concepts used throughout the codebase. Reference this skill to ensure consistent naming in code, docs, and conversation.

2026-03-15
create-react-modlet
ソフトウェア開発者

Create React components or hooks following the modlet pattern in this project. Use when creating any new component or hook in panel/src/components/. Modlets are self-contained folders with index.ts, implementation, tests, and optional types.

2026-03-14
component-registry
ソフトウェア開発者

Track and manage reusable UI components and patterns in the test-app. Maintains an inventory of extracted components and unextracted patterns to promote incremental refactoring and prevent code duplication.

2026-03-13
create-skill
ソフトウェア開発者

Create new Agent Skills for this project. Use when asked to create a skill, document a workflow, or teach Copilot a new capability. Skills are stored in .github/skills/ and can include instructions, scripts, examples, and resources.

2026-03-13
extract-ui-component
ウェブ開発者

Extract reusable UI components from inline patterns. Covers component design, TypeScript props, refactoring strategy, and best practices for creating shared UI primitives.

2026-03-13
frontend-design
ウェブ開発者

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

2026-03-13
write-e2e-test
ソフトウェア品質保証アナリスト・テスター

Create, maintain, and verify end-to-end (E2E) tests using Playwright MCP. Ensures new features and flows are robustly tested and visually verified.

2026-03-13