Skip to main content
wso2
GitHub クリエイタープロフィール

wso2

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

収集済み skills
62
リポジトリ
13
更新
2026年8月12日
リポジトリマップ

skills がある場所

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

#01
labs-agentic-engineer
26 件の skills · 2026年8月9日
ソフトウェア開発者プロジェクト管理専門家ウェブ開発者コンピュータシステムアナリストソフトウェア品質保証アナリスト・テスターウェブ・デジタルインターフェースデザイナー
7 件の職業カテゴリ · 100% 分類済み
42%比率
#02
reference-implementations-afm
7 件の skills · 2026年3月12日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスターテクニカルライター情報セキュリティアナリスト
4 件の職業カテゴリ · 100% 分類済み
11%比率
#03
agent-manager
5 件の skills · 2026年8月6日
ソフトウェア開発者ウェブ開発者ソフトウェア品質保証アナリスト・テスター
3 件の職業カテゴリ · 100% 分類済み
8.1%比率
#04
oxygen-ui
5 件の skills · 2026年2月6日
ウェブ開発者ソフトウェア開発者
2 件の職業カテゴリ · 100% 分類済み
8.1%比率
#05
api-platform
5 件の skills · 2026年8月4日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター
2 件の職業カテゴリ · 100% 分類済み
8.1%比率
#06
agent-flavored-markdown
3 件の skills · 2026年3月25日
小売り販売従事者の現場監督コンピュータユーザーサポートスペシャリスト
2 件の職業カテゴリ · 100% 分類済み
4.8%比率
#07
agent-skills
3 件の skills · 2026年7月20日
ネットワーク・コンピュータシステム管理者ソフトウェア開発者
2 件の職業カテゴリ · 100% 分類済み
4.8%比率
#08
vscode-extensions
2 件の skills · 2026年5月29日
ソフトウェア品質保証アナリスト・テスターソフトウェア開発者
2 件の職業カテゴリ · 100% 分類済み
3.2%比率
ここでは上位 8 件のリポジトリを表示しています。完全なリストは下に続きます。
リポジトリエクスプローラー

リポジトリと代表的な skills

amend
プロジェクト管理専門家

Use for a scoped change to an existing PRD — adding a feature, adding an actor, going deeper on a feature, or resolving open questions. The instruction names the scope; touch nothing outside it.

2026年8月9日
architecture
コンピュータシステムアナリスト

Use when deriving or enriching a component's design — deciding the component decomposition, filling a scaffolded design.json (language, dependencies, description, pinned skills), or resolving/reconsidering any dependency.

2026年8月9日
design
ソフトウェア開発者

Use when generating a project's design from its PRD — the /design flow that turns specs/requirements/prd.md into the cell-first design under specs/design/, then mints the validation criteria. Also the flow for converging an existing design onto an amended PRD.

2026年8月9日
grilling
ソフトウェア開発者

Use when an instruction or skill asks you to interview, grill, or clarify with the user before generating — the structured-question mechanics for ask_question and ask_questions.

2026年8月9日
openapi-conventions
ソフトウェア開発者

Use when creating or editing an openapi.yaml for a service component — designing endpoints, request/response schemas, errors, pagination, or security for a REST API.

2026年8月9日
prd-contract
プロジェクト管理専門家

The shape of specs/requirements/prd.md — its sections in order, the story-numbering rules, and what the PRD deliberately excludes. Use whenever writing or amending the PRD.

2026年8月9日
start
ソフトウェア開発者

Use when kicking off a project from its idea — the /start flow that interviews the user in a single round of questions and writes the PRD at specs/requirements/prd.md; also the flow for re-running /start on a project that already has a PRD.

2026年8月9日
aep-validation
ソフトウェア品質保証アナリスト・テスター

Load when working a VALIDATION task dispatched by WSO2 Labs Agentic Engineer (the prompt says "validation task"; the issue is labelled `aep` + `validation`). The cwd is a clone of the project's repo on its default branch. You validate the deployed system…

2026年8月7日
収集済み skill 26 件中 8 件を表示しています。
add-audit-event
ソフトウェア開発者

Add a semantic audit event to agent-manager-service (the Go control plane). Use when adding or changing an operation that touches credentials, permissions, membership, deployment or deletion — API keys, tokens, secrets, role/group changes, user lifecycle,…

2026年8月6日
add-api-resource
ソフトウェア開発者

Add or change a REST API resource in agent-manager-service (the Go control plane). Use when the user asks to add/modify an endpoint, resource, route, or API operation in agent-manager-service — anything that touches the OpenAPI spec, controllers, services,…

2026年8月5日
add-service-unit-test
ソフトウェア品質保証アナリスト・テスター

Write a service-layer unit test in agent-manager-service (the Go control plane). Use when the user asks to add or fix a unit test for a service, mock a repository/client, or when CI lint fails on a test file (nilnil, goheader, exhaustruct, errorlint).…

2026年8月5日
add-evaluator
ソフトウェア開発者

Add a new evaluator to the amp-evaluation Python library. Use when the user asks to add, write, or register an evaluator, LLM-as-judge, or scoring check for agent traces in libs/amp-evaluation. Covers the decorator API and the type-hint-driven level/mode…

2026年7月1日
add-console-api-feature
ウェブ開発者

Add an API-backed feature to the console (React/TypeScript web UI). Use when the user asks to call a new backend endpoint from the console, add a data-fetching hook, wire a mutation, or build a feature page that talks to agent-manager-service. Enforces the…

2026年7月1日
rest-api-oauth-scopes
ソフトウェア開発者

Design REST API resources and their OAuth2 scopes with consistent, enforceable conventions. Use when adding/editing a resource, path, or operation in any OpenAPI-described REST API guarded by OAuth2 scopes; naming a scope; deciding which scopes guard an…

2026年8月4日
sync-cli-with-openapi
ソフトウェア開発者

Synchronize the `ap` CLI (cli/) with a REST API OpenAPI spec after the spec changes. Use when someone edits platform-api/src/resources/openapi.yaml (consumed by the `ap ai-workspace` family via its LLM/MCP endpoints),…

2026年7月30日
gateway-debug
ソフトウェア開発者

Debug or fix an issue in the WSO2 API Platform gateway. Use when the user asks to debug the gateway, debug the gateway-controller or policy-engine, step through gateway source code, set a breakpoint in the controller or policy-engine, or investigate why a…

2026年7月24日
gateway-integration-tests
ソフトウェア品質保証アナリスト・テスター

Run or debug WSO2 API Platform gateway integration tests. Use when the user asks to run gateway Integration Tests (IT), BDD tests, godog tests, or a specific `.feature` file; verify a feature file passes; or debug why a gateway integration test is failing.

2026年7月24日
api-platform-rest-api-design-rules
ソフトウェア開発者

WSO2 API Platform-specific REST API design rules, layered on top of the generic api-design skill. Use when assessing, validating, reviewing, or fixing a WSO2 API Platform OpenAPI spec (e.g. platform-api/resources/openapi.yaml) and you want the standard…

2026年7月6日
13 件中 12 件のリポジトリを表示