Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
OneIdentity
Profil créateur GitHub

OneIdentity

Vue par dépôt de 42 skills collectés dans 8 dépôts GitHub.

skills collectés
42
dépôts
8
mis à jour
2026-06-30
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
safeguard-ps
7 skills · 2026-06-04
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursAdministrateurs de réseaux et de systèmes informatiquesAnalystes en sécurité de l'information
4 catégories métier · 100% classifié
17%part
#02
safeguard-bash
6 skills · 2026-05-21
Administrateurs de réseaux et de systèmes informatiquesAnalystes en assurance qualité des logiciels et testeursDéveloppeurs de logiciels
3 catégories métier · 100% classifié
14%part
#03
SafeguardDotNet
5 skills · 2026-06-30
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursAnalystes en sécurité de l'information
3 catégories métier · 100% classifié
12%part
#04
SafeguardCustomPlatform
5 skills · 2026-06-18
Développeurs de logicielsAdministrateurs de réseaux et de systèmes informatiques
2 catégories métier · 100% classifié
12%part
#05
SafeguardJava
5 skills · 2026-05-20
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursAnalystes en sécurité de l'information
3 catégories métier · 100% classifié
12%part
#06
PySafeguard
5 skills · 2026-06-30
Développeurs de logicielsAdministrateurs de réseaux et de systèmes informatiquesAnalystes en assurance qualité des logiciels et testeurs
3 catégories métier · 100% classifié
12%part
#07
safeguard.js
5 skills · 2026-05-21
Développeurs de logicielsAdministrateurs de réseaux et de systèmes informatiquesAnalystes en assurance qualité des logiciels et testeurs
3 catégories métier · 100% classifié
12%part
#08
safeguard-ansible
4 skills · 2026-05-20
Administrateurs de réseaux et de systèmes informatiquesAnalystes des systèmes informatiquesAnalystes en assurance qualité des logiciels et testeursDéveloppeurs de logiciels
4 catégories métier · 100% classifié
9.5%part
explorateur de dépôts

Dépôts et skills représentatifs

build-and-release
Développeurs de logiciels

Use when working on Azure Pipelines builds, version stamping, signing, publishing, or release artifacts for safeguard-ps.

2026-06-04
api-patterns
Développeurs de logiciels

Use when making Safeguard API calls, working with Invoke-SafeguardMethod, using filters or query parameters, exploring the API via Swagger, or troubleshooting API errors. Covers REST conventions, cmdlet preference, query/filter syntax, and common pitfalls.

2026-05-21
appliance-test-setup
Analystes en assurance qualité des logiciels et testeurs

Use when setting up test objects on a Safeguard appliance for integration testing. Covers the creation sequence for users, assets, accounts, certificates, A2A registrations, and cleanup.

2026-05-21
a2a-workflow
Analystes en sécurité de l'information

Use when working on safeguard-ps A2A registrations, certificate authentication, credential retrieval, brokering, or A2A event listeners.

2026-05-20
architecture
Développeurs de logiciels

Use when working on module internals, understanding the module manifest, SignalR event listeners, dynamic groups, custom platform scripts, or tracing how feature modules interact with the root module and global state.

2026-05-20
new-feature-module
Administrateurs de réseaux et de systèmes informatiques

Use when creating a new PowerShell feature module (.psm1), adding new exported cmdlets, or extending the module manifest. Includes step-by-step checklists, file templates, and manifest update procedures.

2026-05-15
testing-guide
Analystes en assurance qualité des logiciels et testeurs

Use when running tests, writing tests, investigating test failures, or setting up a test environment against a live Safeguard appliance. Covers the integration test framework, test runner commands, suite structure, assertion patterns, and module-to-suite mapping.

2026-05-15
api-patterns
Développeurs de logiciels

Use when making Safeguard API calls, working with invoke-safeguard-method.sh, using SCIM filters or query parameters, creating users/assets/accounts, or understanding Safeguard API conventions and gotchas.

2026-05-21
architecture
Administrateurs de réseaux et de systèmes informatiques

Use when understanding how safeguard-bash is organized, how scripts share authentication and session state, how the utils library fits together, or how to add new commands safely.

2026-05-21
build-and-release
Administrateurs de réseaux et de systèmes informatiques

Use when working on safeguard-bash Azure Pipelines, Docker packaging, version derivation, GitHub releases, or Docker Hub publishing.

2026-05-20
a2a-workflow
Administrateurs de réseaux et de systèmes informatiques

Use when working on A2A (application-to-application) scripts, certificate authentication, credential retrieval, access request brokering, A2A service management, event subscriptions, or event discovery.

2026-05-16
new-script-guide
Administrateurs de réseaux et de systèmes informatiques

Use when creating a new CLI script in src/, adding a new command to safeguard-bash, or extending an existing script with new functionality. Covers the full script template, flag conventions, login file integration, and how to add a corresponding test suite.

2026-05-16
testing-guide
Analystes en assurance qualité des logiciels et testeurs

Use when running tests, writing tests, investigating test failures, or setting up a test environment against a live Safeguard appliance. Covers the test framework API, suite lifecycle, assertion patterns, and the test runner.

2026-05-16
safeguard-ps-operations
Administrateurs de réseaux et de systèmes informatiques

Use when the agent must drive a live SPP appliance through safeguard-ps to validate, import, trigger, and inspect a custom platform script. Covers Connect-Safeguard -DeviceCode (preferred) / -Browser (fallback) auth, the cmdlet menu (Test- / Import- / Export- / asset / account / trigger), idempotency, extended-logging triggers, task-log JSON retrieval, and how to call tools/Invoke-PlatformDevLoop.ps1 instead of re-implementing the loop. All cmdlet syntax must be sourced from Get-Help <Cmdlet> -Full against the installed module, never paraphrased from memory.

2026-06-18
script-authoring
Développeurs de logiciels

Use when drafting or revising the custom-platform JSON itself. Four pattern recipes (ssh-interactive, ssh-batch, http-api, http-form-fill) cite schema, samples, and templates and cover Do blocks, status messages, custom parameters, and reserved variables. The http-api recipe spans every auth shape the API documents — Basic/Digest via HttpAuth, or Bearer / custom Authorization scheme / custom-header API key via script-built Headers — plus one-step vs two-step token fetch. Mandates the fast inner loop: local schema validation against schema/ before any appliance round-trip. SchemaOnly green is necessary but not sufficient — cross-reference samples for analogous patterns before declaring ready.

2026-06-18
target-probing
Développeurs de logiciels

Use when the agent must learn how a live target system actually behaves before authoring or revising a custom platform script. Covers per-protocol recon recipes (SSH and HTTP) run from the operator's local shell with a service-account credential, the probe-safety contract (read-only by default, per-probe consent for destructive probes, rate limits, no-production guard), and the structured evidence artifact consumed by strategy-selection and script-authoring.

2026-06-05
task-log-analysis
Développeurs de logiciels

Use when an operation has run and produced an extended task log that must be classified and turned into a next step. Pulls or accepts the extended task-log JSON, classifies the failure phase (connect / auth / parse / operation / unknown), extracts actionable signals, and recommends the next iteration. Backed by the failure-pattern catalog at docs/agent-reference/failure-patterns.md, which ships empty and is grown only from real runs.

2026-06-05
strategy-selection
Développeurs de logiciels

Use to decide the implementation approach for a custom platform from protocol, vendor documentation, and probe evidence. Maps inputs to a recommendation across SSH (interactive vs batch) and HTTP (form-fill vs api). For http-api, also picks the auth shape — HttpAuth-managed (Basic, Digest) vs script-managed header (Bearer, custom Authorization scheme, custom-header API key) — and one-step vs two-step token fetch. Plus credential intent (password / SSH key / API key / bearer token) and self-managed vs service-account. Accepts both fetched URLs and vendor-doc excerpts the user pasted into the conversation.

2026-06-04
8 dépôts affichés sur 8
Tous les dépôts sont affichés