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

EmeaAppGbb

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

収集済み skills
94
リポジトリ
7
更新
2026-05-22
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

#01
spec2cloud
43 件の skills · 2026-04-08
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスタープロジェクト管理専門家その他コンピュータ職ネットワーク・コンピュータシステム管理者情報セキュリティアナリスト
8 件の職業カテゴリ · 100% 分類済み
46%比率
#02
shell-typescript
34 件の skills · 2026-03-26
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスタープロジェクト管理専門家情報セキュリティアナリストウェブ・デジタルインターフェースデザイナーデータベースアーキテクト
7 件の職業カテゴリ · 100% 分類済み
36%比率
#03
NewsExplorer-Template
7 件の skills · 2026-05-22
プロジェクト管理専門家マネジメントアナリストコンプライアンスオフィサーその他のビジネスオペレーション専門家テクニカルライター
5 件の職業カテゴリ · 100% 分類済み
7.4%比率
#04
spec2cloud-weather-agent
4 件の skills · 2026-01-15
ソフトウェア開発者グラフィックデザイナー
2 件の職業カテゴリ · 100% 分類済み
4.3%比率
#05
spec2cloud-microhack-greenfield
3 件の skills · 2026-03-30
ソフトウェア開発者プロジェクト管理専門家
2 件の職業カテゴリ · 100% 分類済み
3.2%比率
#06
agentic-shell-python
2 件の skills · 2026-01-29
分類待ち
2.1%比率
#07
AzureHybridContinuumCookBook
1 件の skills · 2026-04-24
分類待ち
1.1%比率
リポジトリエクスプローラー

リポジトリと代表的な skills

ddd-modeling
ソフトウェア開発者

Create Domain-Driven Design proposals from product specs or brownfield extraction outputs. Define bounded contexts, ubiquitous language, aggregates, context maps, and Mermaid-based domain and database diagrams. Use when domain boundaries, business rules, or data ownership need to be explicit before planning, implementation, or modernization.

2026-04-08
tech-stack-resolution
ソフトウェア開発者

Identify, research, and resolve every technology needed by the application. Evaluate data storage, caching, AI/ML, authentication, real-time, search, infrastructure, and library choices. Use when resolving technology decisions, comparing framework options, or documenting the tech stack before implementation begins.

2026-04-08
implementation
ソフトウェア開発者

Write application code to make failing tests pass using contract-driven, slice-based architecture. Implement API slice (Express routes, services), Web slice (Next.js pages, components), and Integration slice (wire API+Web via Aspire). Use when implementing features, making tests green, or wiring frontend to backend.

2026-04-07
prd-generator
プロジェクト管理専門家

Generate a Product Requirements Document (PRD) from analyzed codebase extraction data. Reverse-engineer the product vision, user personas, and feature list from what the code actually implements. Used in brownfield workflows to produce a spec2cloud-compatible PRD that drives downstream FRD generation, increment planning, and implementation.

2026-04-07
spec-refinement
プロジェクト管理専門家

Review PRDs and FRDs through product and technical lenses. Identify gaps, ambiguities, edge cases, and conflicts. Break approved PRDs into FRDs. Use when refining specifications, reviewing PRDs, creating FRDs, or validating spec quality before downstream phases.

2026-04-07
api-extractor
ソフトウェア開発者

Extract API contracts from existing code — routes, endpoints, request/response schemas, authentication patterns. Output in the same OpenAPI-compatible YAML format used by the contract-generation skill. Pure extraction — document the API surface that exists in code without judgment or suggestions.

2026-03-30
architecture-mapper
ソフトウェア開発者

Map application architecture — components, layers, data flow, and integration points. Produce Mermaid diagrams. Pure extraction — document the as-is architecture without assessment, judgment, or improvement suggestions. Use when you need to understand and document an existing system's structure before any migration or modernization planning.

2026-03-30
audit-log
ソフトウェア開発者

Append structured entries to .spec2cloud/audit.log for every significant action. Never overwrite, always append. Use when logging task execution, increment transitions, human gate events, or errors.

2026-03-30
このリポジトリの収集済み skills 43 件中、上位 8 件を表示しています。
e2e-generation
ソフトウェア品質保証アナリスト・テスター

Generate Playwright end-to-end test specs and Page Object Models from UI/UX flow walkthroughs. Create complete user journey tests that exercise navigation, forms, and interactions. Use when scaffolding e2e tests, creating POMs, or generating Playwright specs for user flows.

2026-03-26
gherkin-generation
ソフトウェア品質保証アナリスト・テスター

Generate comprehensive Gherkin scenarios from approved FRDs. Produce feature files with acceptance criteria coverage, edge cases, and error handling scenarios. Use when creating BDD scenarios, writing feature files, or mapping FRD requirements to testable Gherkin specifications.

2026-03-26
implementation
ソフトウェア開発者

Write application code to make failing tests pass using contract-driven, slice-based architecture. Implement API slice (Express routes, services), Web slice (Next.js pages, components), and Integration slice (wire API+Web via Aspire). Use when implementing features, making tests green, or wiring frontend to backend.

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

Generate BDD test code from Gherkin scenarios. Create Cucumber step definitions with real test code (HTTP calls, Playwright interactions) and Vitest unit tests. Produce a red baseline where all tests compile and fail. Use when scaffolding BDD tests, creating step definitions, or generating unit tests from feature files.

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

Execute the appropriate test suite (unit, Gherkin, e2e, smoke) and return structured results. Use during Phase 3 (e2e test verification), Phase 4 (red baseline verification), Phase 5 (contract type compilation), Phase 6 (API/Web/integration slices), Phase 7 (smoke tests against deployment), and on resume (re-validate test state). Trigger when running tests, checking test status, or verifying test baselines.

2026-03-26
bug-fix
ソフトウェア開発者

Lightweight entry point for fixing bugs with full traceability. Takes a bug report, links to the relevant FRD, generates a failing test, fixes the code, and ships. Tracked as a micro-increment. Use when fixing bugs with test-first methodology and spec2cloud pipeline traceability.

2026-03-25
api-extractor
ソフトウェア開発者

Extract API contracts from existing code — routes, endpoints, request/response schemas, authentication patterns. Output in the same OpenAPI-compatible YAML format used by the contract-generation skill. Pure extraction — document the API surface that exists in code without judgment or suggestions.

2026-03-24
architecture-mapper
ソフトウェア開発者

Map application architecture — components, layers, data flow, and integration points. Produce Mermaid diagrams. Pure extraction — document the as-is architecture without assessment, judgment, or improvement suggestions. Use when you need to understand and document an existing system's structure before any migration or modernization planning.

2026-03-24
このリポジトリの収集済み skills 34 件中、上位 8 件を表示しています。
7 件中 7 件のリポジトリを表示
すべてのリポジトリを表示しました