Skip to main content
Run any Skill in Manus
with one click
GitHub repository

kms

kms contains 22 collected skills from Cosmian, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
22
Stars
322
updated
2026-06-18
Forks
37
Occupation coverage
4 occupation categories ยท 100% classified
repository explorer

Skills in this repository

kms-release-notes
software-developers

Write the next version entry at the top of CHANGELOG.md by summarizing all changes since the last tagged release. Use when preparing release notes.

2026-06-18
ci-efficiency
software-developers

Audit GitHub Actions workflows for efficiency and recommend fixes to reduce CI minutes and costs. Use when asked to improve CI performance.

2026-06-18
ci-fix
software-developers

Fix CI failures in a loop until all GitHub workflow runs on the current branch are green. Use when CI is failing and needs automated repair.

2026-06-18
security-review
information-security-analysts

AI-powered security scanner โ€” OWASP Top 10, CWE Top 25, KMIP authorization, FIPS gating, memory safety, side-channel, supply chain, and 20 vulnerability families. Use when asked to review code security, audit KMIP access control, or scan for vulnerabilities.

2026-06-18
cryptography-review
information-security-analysts

Comprehensive cryptographic audit: FIPS 140-3, BSI TR-02102, ANSSI, NIST SP 800-series compliance, algorithm allow-list, key sizes, feature-flag gating, OpenSSL provider init, key lifecycle, multi-standard matrix, and academic cryptanalysis cross-check. Use when touching crate/crypto/, algorithm selection, or key management code.

2026-06-16
meta-security
information-security-analysts

Comprehensive security audit orchestrator: invokes /security-review, /cryptography-review, /threat-model, and /standards-review in sequence. Produces a unified go/no-go report. Use for full security audit before release or after significant changes.

2026-06-16
pre-release
software-developers

Release readiness gate: runs all AI audit skills in sequence and produces a go/no-go report. Use before triggering the release workflow.

2026-06-16
standards-review
information-security-analysts

Verify code and protocol implementations against the exact text of applicable standards (FIPS, NIST SP, RFC, KMIP, PKCS, BSI, ANSSI, OWASP). Every citation is URL-verified โ€” no hallucinated section numbers. Use when checking standards compliance or before a compliance audit.

2026-06-16
adr
software-developers

Create an Architectural Decision Record (ADR) under documentation/docs/adr/. Use when making or documenting an architectural decision.

2026-06-16
code-quality
software-quality-assurance-analysts-and-testers

Run a comprehensive code quality audit on Rust code: find duplication, check design patterns, enforce Clippy zero-warnings, and review CI efficiency. Use before a PR or when you want to improve code quality.

2026-06-16
docs-writer
software-developers

Diรกtaxis documentation expert for the KMS docs site. Creates tutorials, how-to guides, reference pages, and explanations. Use when writing or updating documentation.

2026-06-16
kmip-compliance
software-developers

Validate a KMIP operation against the KMIP 2.1 spec, dispatch table, and type definitions. Use when adding or modifying a KMIP operation.

2026-06-16
kms-changelog
software-developers

Create or update the branch CHANGELOG entry. Use when writing a changelog entry for this branch.

2026-06-16
kms-sync-rules
software-developers

Auto-detect changed files via git diff and emit only the applicable AGENTS.md synchronization sub-rules as a checklist. Use after every code change.

2026-06-16
kms-test-vector
software-quality-assurance-analysts-and-testers

Walk through the full KMS test vector creation workflow: directory, manifest.toml, TTLV steps, vector_runner.rs registration, README count. Use when creating test vectors.

2026-06-16
openapi-endpoint
software-developers

Implement a new REST endpoint following sync rule 4.2: handler, routes/mod.rs, start_kms_server.rs with LIFO middleware, openapi.yaml, validation tests. Use when adding a new REST endpoint.

2026-06-16
playwright-kms
software-quality-assurance-analysts-and-testers

Create Playwright E2E tests for the KMS Web UI following project conventions: data-testid, Ant Design Select helpers, regex assertions, FIPS skips. Use when adding E2E tests.

2026-06-16
react-ant-patterns
web-developers

React 19 + Ant Design 5 + Tailwind 4 + Vite 7 patterns for the KMS Web UI: WASM integration, FIPS guards, data-testid placement, Playwright companion. Use as a reference for UI development patterns.

2026-06-16
refactor-plan
software-developers

Plan a multi-file Rust refactor safely: investigate, plan, confirm, implement. Use before any multi-file refactor.

2026-06-16
rust-patterns
software-developers

KMS-specific Rust design patterns: newtype wrappers, builder config, command pattern for KMIP ops, trait-based HSM/DB abstraction, key lifecycle state machine. Use as a reference for Rust patterns in this codebase.

2026-06-16
rust-refactor
software-developers

Find duplication in Rust code and consolidate it using Traits, Generics, shared functions, and macros. Use when asked to reduce Rust code duplication.

2026-06-16
threat-model
information-security-analysts

STRIDE-A threat model analysis for the Cosmian KMS. Two modes: full analysis or incremental update. Use when asked to perform a threat model, generate a DFD, or update threat analysis.

2026-06-16
Cosmian/kms Agent Skills | SkillsMP