Skip to main content
Manusで任意のスキルを実行
ワンクリックで
PMDevSolutions
GitHub クリエイタープロフィール

PMDevSolutions

3 件の GitHub リポジトリにある 41 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
41
リポジトリ
3
更新
2026-07-02
リポジトリエクスプローラー

リポジトリと代表的な skills

figma-to-react-workflow
ソフトウェア開発者

Orchestrates end-to-end Figma-to-React conversion pipeline with enforced TDD, automated pixel-diff visual QA, E2E testing, and app-type awareness (web apps, Chrome extensions, PWAs). Keywords: Figma to React, design tokens, autonomous component generation, Figma conversion, Tailwind config, component library, TDD, E2E, pixel-perfect

2026-07-02
parallel-orchestration
ソフトウェア開発者

Concurrent phase runner that dispatches independent pipeline phases in parallel, respecting dependency graphs and resource constraints

2026-07-02
visual-qa-verification
ソフトウェア品質保証アナリスト・テスター

Automated visual QA with pixel-level diff comparison, iterative fix loop, and cross-browser verification. Uses pixelmatch for programmatic screenshot comparison with region-based analysis. Covers responsive checks, Lighthouse audits, and accessibility validation. Keywords: verify app, visual QA, compare to Figma, check screenshots, responsive test, pixel-perfect check, cross-browser testing, visual diff, pixelmatch

2026-07-02
export-design-system
ソフトウェア開発者

Exports generated components + design-tokens.lock.json as a publishable pnpm workspace. Generates a framework-agnostic tokens package and a framework-specific component library (React/Vue/Svelte via Vite library mode, React Native via tsc). Includes Tailwind preset, ThemeProvider, Changesets versioning, and a properly configured exports map. Keywords: design system export, component library, npm package, vite lib mode, tailwind preset, changesets, monorepo, publishable

2026-07-01
storybook-story-generation
ソフトウェア開発者

Use after React components are built (Phase 4.5 of the Figma/Canva/screenshot pipeline) or whenever a project needs Storybook coverage — auto-generates .stories.tsx and .mdx docs from components via ts-morph AST parsing, with prop controls, variant stories, action args, and default args. Keywords: Storybook, generate stories, .stories.tsx, MDX docs, argTypes, controls, autodocs, CSF3, variant stories, action args, component documentation, story generation, ts-morph

2026-07-01
indesign-conversion
ウェブ開発者

Convert an exported Adobe InDesign IDML package or PDF into typed React components, design tokens, and Storybook stories via the @aurelius/pipeline InDesign pipeline. Use when a designer hands you an .idml or .pdf and you need a starting React component set. Keywords: InDesign to React, IDML, PDF to React, indesign pipeline, design tokens from InDesign, brochure to React, print to web, aurelius pipeline indesign

2026-06-20
conversation-intake
ソフトウェア開発者

Structured interview that turns a natural-language app description into a build-spec.json and a design-brief.json — no design file required. Auto-discovers local project context, asks at most 7 targeted questions, and dispatches the conversation-designer agent to make concrete design decisions. Entry point (Phase C0) for the /build-from-conversation pipeline. Keywords: conversation intake, describe an app, talk to build, design brief, build spec, no Figma file

2026-06-11
design-brief-to-figma
ソフトウェア開発者

Generates a real Figma file from a design-brief.json. Renders the brief as one high-fidelity HTML mockup per page (via the conversation-designer agent), serves them locally, creates a new Figma file, and captures each mockup into it with the Figma MCP generate_figma_design tool. Outputs a Figma URL that /build-from-figma consumes. Phase C1 of /build-from-conversation. Keywords: design brief to Figma, generate Figma design, Figma file generation, HTML mockup capture, conversational design

2026-06-11
このリポジトリの収集済み skills 24 件中、上位 8 件を表示しています。
canva-to-fse-autonomous-workflow
ウェブ開発者

Use when converting Canva HTML/CSS exports to WordPress FSE block themes. Orchestrates autonomous workflow from CSS token extraction through template generation. Keywords: Canva to WordPress, FSE conversion, HTML export, CSS design tokens, autonomous template generation

2026-06-29
figma-to-fse-autonomous-workflow
ウェブ開発者

Use when converting Figma designs to WordPress FSE block themes. Orchestrates autonomous workflow from design token extraction through pixel-perfect template generation. Keywords: Figma to WordPress, FSE conversion, design tokens, autonomous template generation, pixel-perfect FSE

2026-06-29
fse-pattern-first-architecture
ウェブ開発者

Enforces pattern-first architecture for WordPress FSE themes - use PHP patterns for images, not inline HTML. Auto-triggered when creating FSE templates with images.

2026-06-29
indesign-conversion
ウェブ開発者

Use when converting an Adobe InDesign document (.idml or PDF) into a WordPress FSE block theme. Covers prerequisites, the parse → map-tokens → generate pipeline, expected outputs, and gotchas (CMYK→sRGB shifts, missing fonts, oversized print images). Keywords: InDesign to WordPress, IDML, IDML to FSE, InDesign PDF, print to web, design tokens from InDesign

2026-06-29
visual-qa-verification
ソフトウェア品質保証アナリスト・テスター

Use after Figma-to-FSE conversion to verify generated themes match the source design. Covers screenshot comparison, responsive checks, Lighthouse audits, image rendering, and accessibility validation. Keywords: verify theme, visual QA, compare to Figma, check screenshots, responsive test, post-conversion verification, pixel-perfect check

2026-06-29
wordpress-hook-integration
ソフトウェア開発者

Use when creating Claude Code agent hooks, implementing PreToolUse or PostToolUse patterns, or integrating WordPress workflows with custom agents in this template. Keywords: agent hooks, PreToolUse, PostToolUse, Claude Code hooks, custom agents, workflow automation, WordPress automation

2026-06-29
wordpress-internationalization
ウェブ開発者

Use when implementing WordPress i18n/l10n, adding translation functions, generating POT files, or preparing themes/plugins for translation. Keywords: i18n, l10n, internationalization, localization, translation, POT file, gettext, multilingual, WordPress translate

2026-03-07
fse-block-theme-development
ウェブ開発者

Use when creating FSE block themes, working with theme.json, creating templates or template parts, or building block patterns. Keywords: FSE, Full Site Editing, block theme, theme.json, templates, patterns, WordPress theme development

2026-01-19
このリポジトリの収集済み skills 12 件中、上位 8 件を表示しています。
design-token-lock
ソフトウェア開発者

Extracts exact design values from Figma and writes a lockfile that becomes the single source of truth for colors, typography, spacing, and text content. Generates tailwind.config.ts and tokens.css from the lockfile. Keywords: design tokens, lockfile, Figma variables, token extraction, style drift, Tailwind config generation

2026-03-16
figma-intake
ソフトウェア開発者

Structured interview that auto-discovers Figma file structure, project context, and asks 3-5 targeted questions to produce a build-spec.json. Entry point for the autonomous build pipeline. Keywords: Figma intake, build spec, project discovery, figma interview, build plan

2026-03-16
figma-to-react-workflow
ソフトウェア開発者

Orchestrates end-to-end Figma-to-React conversion pipeline. Extracts design tokens, generates TypeScript React components with Tailwind CSS, and maps Figma components to your project library. Supports Next.js, Vite, and Remix output targets. Keywords: Figma to React, design tokens, autonomous component generation, Figma conversion, Tailwind config, component library

2026-03-16
tdd-from-figma
ソフトウェア品質保証アナリスト・テスター

Writes failing tests FIRST from Figma structure and the design token lockfile, then implementation makes them pass. Per-component TDD cycle using exact values from design-tokens.lock.json. Keywords: TDD, test-driven development, Figma tests, component testing, red-green-refactor, lockfile assertions

2026-03-16
visual-qa-verification
ソフトウェア品質保証アナリスト・テスター

Use after Figma-to-React conversion to verify generated components and pages match the source design. Covers screenshot comparison, responsive checks, Lighthouse audits, asset rendering, and accessibility validation. Keywords: verify app, visual QA, compare to Figma, check screenshots, responsive test, pixel-perfect check, cross-browser testing

2026-03-11
3 件中 3 件のリポジトリを表示
すべてのリポジトリを表示しました