Deep Space Cartel avatar

Deep Space Cartel

Official

@DeepSpaceCartel · United States of America

0Followers
|
20Public Repos
|
20Published Skills

"Any technology distinguishable from magic is insufficiently advanced."

Skills Distribution
DomainDeveloper To...API & Schema Speci.. (30%)Infrastructure & P.. (25%)Documentation & Re.. (20%)Security & CI/CD H.. (15%)

Agent Skills by Deep Space Cartel

Showing 20 vetted skills indexed across 1 GitHub repositories.

DeepSpaceCartelDeepSpaceCartel

conventionalcommits

Write Conventional Commits v1.0.0 messages that map to SemVer version bumps.

Official
Basic
DeepSpaceCartelDeepSpaceCartel

adr

Write and maintain Architecture Decision Records using numbered Markdown files.

Official
Basic
DeepSpaceCartelDeepSpaceCartel

cloudevents

Design and review event payloads per the CloudEvents v1.0 specification.

Official
Intermediate
DeepSpaceCartelDeepSpaceCartel

skill

Create, structure, and evaluate Agent Skills per the agentskills.io specification.

Official
Intermediate
DeepSpaceCartelDeepSpaceCartel

terraform-provider

Build and publish Terraform providers using the Plugin Framework in Go.

Official
Advanced
DeepSpaceCartelDeepSpaceCartel

jsonapi

Design and review JSON:API v1.1 request and response formats for REST APIs.

Official
Intermediate
DeepSpaceCartelDeepSpaceCartel

owasp-asvs

Applies OWASP ASVS v5.0.0 requirements to design, verify, and report application security controls.

Official
Intermediate
DeepSpaceCartelDeepSpaceCartel

gherkin

Write and review declarative Gherkin .feature files for BDD test specifications.

Official
Intermediate
DeepSpaceCartelDeepSpaceCartel

keepachangelog

Writes and maintains CHANGELOG.md files following the Keep a Changelog 1.1.0 format.

Official
Basic
DeepSpaceCartelDeepSpaceCartel

docs

Organize documentation using the Divio four-type system of tutorials, how-to guides, reference, and explanation.

Official
Basic
DeepSpaceCartelDeepSpaceCartel

openapi

Write and review OpenAPI 3.1/3.2 descriptions of HTTP APIs.

Official
Intermediate
DeepSpaceCartelDeepSpaceCartel

container-images

Write and review Dockerfiles and OCI container image builds following Docker best practices.

Official
Intermediate
DeepSpaceCartelDeepSpaceCartel

semver

Applies Semantic Versioning 2.0.0 rules to decide version bumps and compare version precedence.

Official
Basic
DeepSpaceCartelDeepSpaceCartel

devcontainer

Write and review devcontainer.json configurations, Features, and Templates per the Development Container Specification.

Official
Advanced
DeepSpaceCartelDeepSpaceCartel

mkdocs

Builds and verifies documentation sites with MkDocs and Material for MkDocs.

Official
Intermediate
DeepSpaceCartelDeepSpaceCartel

structured-logging

Emit structured logs with OpenTelemetry conventions and correlate them with distributed traces.

Official
Intermediate
DeepSpaceCartelDeepSpaceCartel

rfc9457

Design and review RFC 9457 problem details error responses for HTTP APIs.

Official
Intermediate
DeepSpaceCartelDeepSpaceCartel

json-schema

Write and review JSON Schema documents per the 2020-12 specification.

Official
Intermediate
DeepSpaceCartelDeepSpaceCartel

helm-charts

Author and review Helm charts for packaging Kubernetes applications.

Official
Advanced
DeepSpaceCartelDeepSpaceCartel

github-actions

Write and harden GitHub Actions workflows with least-privilege permissions and pinned actions.

Official
Advanced

Frequently Asked Questions About Deep Space Cartel

FAQPage Schema
What tasks can I accomplish using Deep Space Cartel's skills?▼

You can author and review engineering artifacts against canonical specifications: OpenAPI and JSON:API contracts, JSON Schema 2020-12 documents, Terraform providers, Helm charts, Dockerfiles, devcontainer.json files, GitHub Actions pipelines, Gherkin feature files, ADRs, CHANGELOGs, and CloudEvents payloads.

Who are these skills designed for?▼

Platform engineers, API designers, DevOps practitioners, security engineers, and technical writers. Anyone writing or reviewing spec-compliant artifacts—such as a Terraform provider resource, a Helm chart's values.schema.json, an OWASP ASVS requirements checklist, or a MkDocs documentation site—benefits directly.

How do the skills work in practice?▼

Each skill is a SKILL.md file following the open Agent Skills specification, with frontmatter (name, description, license, compatibility) plus optional scripts, references, and assets directories. An agent loads the skill when its description matches the task, then applies the embedded specification guidance progressively.

Are Deep Space Cartel's skills free and open source?▼

Yes. The skills are published publicly on GitHub under the open Agent Skills specification (agentskills.io), which supports license and compatibility frontmatter fields. They are project-agnostic reference material covering open standards like SemVer, Keep a Changelog, and CNCF CloudEvents, with no commercial licensing indicated.

What prerequisites or dependencies do these skills require?▼

The skills themselves are specification knowledge, not executable code, so they require only an agent or client supporting the Agent Skills specification. Domain-specific skills reference their underlying ecosystems—for example, terraform-plugin-testing and GoReleaser for providers, BuildKit for container builds, and helm lint/unittest for charts.