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

zemptime-marketplace

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

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

このリポジトリの skills

vanilla-rails-controllers
ソフトウェア開発者

Use when writing Rails controllers or implementing state changes - enforces resource extraction, thin controllers delegating to models, params.expect, and controller concerns for scoping

2026-02-14
vanilla-rails-data-modeling
データベースアーキテクト

Use when designing database schema, writing migrations, or making data storage decisions - enforces UUIDs, account_id multi-tenancy, no foreign keys, and proper index patterns

2026-02-14
vanilla-rails-hotwire
ウェブ開発者

Use when writing Hotwire (Turbo/Stimulus) code in Rails - enforces dom_id helpers, morph updates, focused Stimulus controllers, and JavaScript private methods

2026-02-14
vanilla-rails-jobs
ソフトウェア開発者

Use when writing background jobs or async operations - enforces thin job wrappers (3-5 lines) that delegate to models using _later/_now naming pattern

2026-02-14
vanilla-rails-models
ソフトウェア開発者

Use when writing Rails models - enforces state-as-records not booleans, concerns as adjectives namespaced under model, and concern extraction triggers

2026-02-14
vanilla-rails-naming
ソフトウェア開発者

Use when naming classes, methods, routes in vanilla Rails codebases - enforces concern adjectives (-able/-ible only), no bangs for state, resource naming cascade, and commit message format

2026-02-14
vanilla-rails-routing
ウェブ開発者

Use when defining Rails routes, organizing controller directories, or adding resources - enforces resource extraction, shallow nesting, resolve helpers, and module scoping

2026-02-14
shaping
プロジェクト管理専門家

Use after brainstorming to apply vanilla-rails patterns to a feature, producing structured handoff for implementation planning. Invoke with /shape.

2026-02-14
vanilla-rails-style
ソフトウェア開発者

Use when writing Ruby/Rails code - enforces expanded conditionals over guard clauses, private indentation, invocation-order methods, and bang method restrictions that contradict standard Ruby guides

2026-02-14
vanilla-rails-testing
ソフトウェア品質保証アナリスト・テスター

Use when writing Rails tests - enforces fixtures-only, integration-style controller tests, Current.session setup, simple naming, and Minitest syntax (NO FactoryBot, NO RSpec)

2026-02-14
vanilla-rails-views
ウェブ開発者

Use when writing ERB templates, partials, or view helpers - covers partial organization, optional locals, CSS class patterns, and collection rendering with caching

2026-02-14
swiss-design
ウェブ・デジタルインターフェースデザイナー

Use when generating any output a human will read — interfaces, documentation, data visualizations, CLI output, tables, diagrams

2026-02-14
actor-profile
市場調査アナリスト・マーケティングスペシャリスト

Use when defining who the actors in a service are — segments, JTBD forces, context, constraints, and relationships between actors

2026-02-14
empathy-analysis
市場調査アナリスト・マーケティングスペシャリスト

Use when you need to understand what users believe, feel, and predict — builds empathy maps with emotional/informational layers from research, transcripts, and code

2026-02-14
gap-analysis
グラフィックデザイナー

Use when identifying where user mental models diverge from system reality, where moments of truth occur, and where information scent misleads — finds the structural causes of confusion

2026-02-14
journey-map
市場調査アナリスト・マーケティングスペシャリスト

Use when mapping what a user experiences over time — actions, thoughts, emotions, touchpoints across pre-service, during-service, and post-service stages

2026-02-14
service-blueprint
マーケティングマネージャー

Use when mapping how a service actually works — frontstage/backstage/support lanes from code, docs, and operational knowledge

2026-02-14
service-design-coordinator
マーケティングマネージャー

Use when starting or continuing service design analysis for a project — checks what artifacts exist, identifies gaps, recommends which analytical skill to run next

2026-02-14
service-design-critic
プロジェクト管理専門家

Use when you have existing service design artifacts and want to stress-test them — finds contradictions, blind spots, missing coverage, and unsupported claims across the artifact suite

2026-02-14
service-design-ingest
市場調査アナリスト・マーケティングスペシャリスト

Use when you have new source material (transcripts, interviews, support logs, docs, code changes) and want to reason about what existing service design artifacts need updating

2026-02-14
service-diagnosis
マーケティングマネージャー

Use when identifying bottlenecks, waste, and failure modes in a service — designs PDSA improvement experiments with lane-anchored measures

2026-02-14
stakeholder-map
マーケティングマネージャー

Use when mapping all actors in a service ecosystem — who serves whom, dependencies, interest alignment and conflict, power dynamics

2026-02-14
vanilla-rails-delegated-types
ソフトウェア開発者

Use when designing content systems where 5+ distinct types need to comingle in feeds, timelines, or searches with shared metadata and operations - NOT for simple polymorphic associations or 1-3 similar types

2025-12-25
writing-affordances
ソフトウェア開発者

Use when refactoring fat Rails models with repetitive prefixes like entropy_*, notification_*, or multi-association coordination. Extracts PORO wrappers that group operations around nouns/concepts.

2025-12-25