Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: [main]

permissions:
contents: read

jobs:
test:
name: Test
Expand All @@ -17,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version-file: go.mod

- name: Cache Go modules
uses: actions/cache@v4
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -237,3 +237,5 @@ marimo/_static/
marimo/_lsp/
__marimo__/
.omx/
.agents/skills/
.claude/skills/
5 changes: 5 additions & 0 deletions skills/climate-generator/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ name: climate-generator
description: >
Generate Go CLIs from OpenAPI 3.x specs with climate, inspect generated CLIs,
and emit Markdown skill prompts so those CLIs can be attached to agent workflows.
license: Apache-2.0
compatibility: Requires Go 1.21+ and climate CLI (brew install disk0Dancer/tap/climate)
metadata:
author: disk0Dancer
version: "1.0"
---

# Skill: climate-generator
Expand Down
Loading