Skip to main content
wso2
Profil créateur GitHub

wso2

Vue par dépôt de 62 skills collectés dans 13 dépôts GitHub.

skills collectés
62
dépôts
13
mis à jour
12 août 2026
carte des dépôts

Où se trouvent les skills

Principaux dépôts par nombre de skills collectés, avec leur part dans ce catalogue créateur et leur couverture métier.

#01
labs-agentic-engineer
26 skills · 9 août 2026
Développeurs de logicielsSpécialistes en gestion de projetsAnalystes des systèmes informatiquesAnalystes en assurance qualité des logiciels et testeursDéveloppeurs webAutres occupations informatiques
7 catégories métier · 100 % classifié
42 %part
#02
reference-implementations-afm
7 skills · 12 mars 2026
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursAnalystes en sécurité de l'informationRédacteurs techniques
4 catégories métier · 100 % classifié
11 %part
#03
agent-manager
5 skills · 6 août 2026
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursDéveloppeurs web
3 catégories métier · 100 % classifié
8,1 %part
#04
oxygen-ui
5 skills · 6 févr. 2026
Développeurs webDéveloppeurs de logiciels
2 catégories métier · 100 % classifié
8,1 %part
#05
api-platform
5 skills · 4 août 2026
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeurs
2 catégories métier · 100 % classifié
8,1 %part
#06
agent-flavored-markdown
3 skills · 25 mars 2026
Superviseurs de première ligne des vendeurs au détailSpécialistes du support aux utilisateurs d'ordinateurs
2 catégories métier · 100 % classifié
4,8 %part
#07
agent-skills
3 skills · 20 juil. 2026
Administrateurs de réseaux et de systèmes informatiquesDéveloppeurs de logiciels
2 catégories métier · 100 % classifié
4,8 %part
#08
vscode-extensions
2 skills · 29 mai 2026
Analystes en assurance qualité des logiciels et testeursDéveloppeurs de logiciels
2 catégories métier · 100 % classifié
3,2 %part
Les 8 principaux dépôts sont affichés ici ; la liste complète continue ci-dessous.
explorateur de dépôts

Dépôts et skills représentatifs

amend
Spécialistes en gestion de projets

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.

9 août 2026
architecture
Analystes des systèmes informatiques

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.

9 août 2026
design
Développeurs de logiciels

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.

9 août 2026
grilling
Développeurs de logiciels

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.

9 août 2026
openapi-conventions
Développeurs de logiciels

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.

9 août 2026
prd-contract
Spécialistes en gestion de projets

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.

9 août 2026
start
Développeurs de logiciels

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.

9 août 2026
aep-validation
Analystes en assurance qualité des logiciels et testeurs

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…

7 août 2026
Affichage de 8 skills collectés sur 26.
add-audit-event
Développeurs de logiciels

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,…

6 août 2026
add-api-resource
Développeurs de logiciels

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,…

5 août 2026
add-service-unit-test
Analystes en assurance qualité des logiciels et testeurs

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).…

5 août 2026
add-evaluator
Développeurs de logiciels

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…

1 juil. 2026
add-console-api-feature
Développeurs web

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…

1 juil. 2026
rest-api-oauth-scopes
Développeurs de logiciels

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…

4 août 2026
sync-cli-with-openapi
Développeurs de logiciels

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),…

30 juil. 2026
gateway-debug
Développeurs de logiciels

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…

24 juil. 2026
gateway-integration-tests
Analystes en assurance qualité des logiciels et testeurs

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.

24 juil. 2026
api-platform-rest-api-design-rules
Développeurs de logiciels

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…

6 juil. 2026
12 dépôts affichés sur 13