Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
OneIdentity
Perfil de creador de GitHub

OneIdentity

Vista por repositorio de 42 skills recopiladas en 8 repositorios de GitHub.

skills recopiladas
42
repositorios
8
actualizado
2026-06-30
mapa de repositorios

Dónde viven las skills

Repositorios principales por número de skills recopiladas, con su participación en este catálogo del creador y su variedad ocupacional.

#01
safeguard-ps
7 skills · 2026-06-04
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresAdministradores de redes y sistemas informáticosAnalistas de seguridad de la información
4 categorías ocupacionales · 100% clasificado
17%participación
#02
safeguard-bash
6 skills · 2026-05-21
Administradores de redes y sistemas informáticosAnalistas de garantía de calidad de software y probadoresDesarrolladores de software
3 categorías ocupacionales · 100% clasificado
14%participación
#03
SafeguardDotNet
5 skills · 2026-06-30
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresAnalistas de seguridad de la información
3 categorías ocupacionales · 100% clasificado
12%participación
#04
SafeguardCustomPlatform
5 skills · 2026-06-18
Desarrolladores de softwareAdministradores de redes y sistemas informáticos
2 categorías ocupacionales · 100% clasificado
12%participación
#05
SafeguardJava
5 skills · 2026-05-20
Desarrolladores de softwareAnalistas de garantía de calidad de software y probadoresAnalistas de seguridad de la información
3 categorías ocupacionales · 100% clasificado
12%participación
#06
PySafeguard
5 skills · 2026-06-30
Desarrolladores de softwareAdministradores de redes y sistemas informáticosAnalistas de garantía de calidad de software y probadores
3 categorías ocupacionales · 100% clasificado
12%participación
#07
safeguard.js
5 skills · 2026-05-21
Desarrolladores de softwareAdministradores de redes y sistemas informáticosAnalistas de garantía de calidad de software y probadores
3 categorías ocupacionales · 100% clasificado
12%participación
#08
safeguard-ansible
4 skills · 2026-05-20
Administradores de redes y sistemas informáticosAnalistas de garantía de calidad de software y probadoresAnalistas de sistemas informáticosDesarrolladores de software
4 categorías ocupacionales · 100% clasificado
9.5%participación
explorador de repositorios

Repositorios y skills representativas

build-and-release
Desarrolladores de software

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

2026-06-04
api-patterns
Desarrolladores de software

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
Analistas de garantía de calidad de software y probadores

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
Analistas de seguridad de la información

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

2026-05-20
architecture
Desarrolladores de software

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
Administradores de redes y sistemas informáticos

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
Analistas de garantía de calidad de software y probadores

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
Desarrolladores de software

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
Administradores de redes y sistemas informáticos

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
Administradores de redes y sistemas informáticos

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

2026-05-20
a2a-workflow
Administradores de redes y sistemas informáticos

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
Administradores de redes y sistemas informáticos

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
Analistas de garantía de calidad de software y probadores

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
Administradores de redes y sistemas informáticos

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Mostrando 8 de 8 repositorios
Todos los repositorios cargados