Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

winterbaume

winterbaume에는 moriyoshi에서 수집한 skills 19개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
19
Stars
14
업데이트
2026-07-03
Forks
0
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

api-coverage
소프트웨어 개발자

Generate AWS API coverage reports comparing winterbaume implementations against official AWS API models, plus Terraform converter coverage at the resource-type and per-attribute levels.

2026-07-03
smithy-model-update
소프트웨어 개발자

Use when the vendored AWS Smithy models under vendor/api-models-aws change, or when API coverage, README service tables, TODO unimplemented-service lists, generated model/wire files, or service dossiers need to be reconciled with the current Smithy checkout.

2026-07-03
update-readme
소프트웨어 개발자

Update README.md with the latest API coverage data from the api-coverage skill.

2026-07-03
add-service
소프트웨어 개발자

Implement or enhance an AWS service in winterbaume — creates a new crate from a stub or adds missing operations to an existing crate. Targets moto API coverage parity.

2026-07-02
port-moto-tests
소프트웨어 품질 보증 분석가·테스터

Port moto's Python test cases for a given AWS service to winterbaume Rust integration tests. Reads moto tests from the moto GitHub repository, translates to aws-sdk-rust + MockAws style, and appends to existing integration_test.rs.

2026-07-02
quality-gate
소프트웨어 품질 보증 분석가·테스터

Check whether a service crate passes the publication quality gate, then fix all failures. Reads the crate's source files, runs build/clippy/test, reports pass/fail for each gate check, creates a TODO list of failures, and works through them until the crate passes.

2026-07-02
service-dossier
소프트웨어 개발자

Generate a new AWS service dossier under .agents/docs/services or enhance an existing service dossier with Smithy-derived operation/resource facts, official AWS documentation research, concrete usage scenarios, and durable Winterbaume LTM lessons.

2026-07-02
write-tests
소프트웨어 품질 보증 분석가·테스터

Research an AWS service via AWS Documentation MCP Server, plan a comprehensive test suite, write the plan to JOURNAL.md, and implement two complementary test files — per-operation integration tests in `tests/integration_test.rs` and end-to-end scenario tests in `tests/scenario_test.rs`.

2026-07-02
generate-changelog
소프트웨어 개발자

Generate or update the root umbrella CHANGELOG.md and per-crate CHANGELOG.md files from cargo-dist style git release tags, GitHub release context, and commit history. Use when Codex is asked to create changelogs, compare changes between independent crate releases, prepare release notes, fill an Unreleased section, regenerate crate changelogs, or refresh the root changelog for winterbaume.

2026-05-18
terraform-converter
소프트웨어 개발자

Implement or enhance a Terraform converter for an AWS service via the spec-driven codegen pipeline. Creates a new spec + converter or adds missing resource types / fields to an existing one.

2026-05-12
write-e2e-tests
소프트웨어 품질 보증 분석가·테스터

Generate terraform E2E test suites for an AWS service, testing all terraform resource types winterbaume's handlers support via real `terraform apply` against an in-process server.

2026-05-12
winterbaume-bug
소프트웨어 품질 보증 분석가·테스터

File a winterbaume bug report on GitHub Issues using the project's official bug-report issue form layout, so that the auto-label-service workflow can apply the correct `service:<slug>` label. Use this whenever Claude (or the user) discovers a defect in a `winterbaume-<service>` crate during exploration, testing, or development — for example a wrong status code, a missing field, a serialisation bug, an incorrect default, or any divergence from real AWS behaviour — and the bug should be tracked in the issue tracker. Use proactively whenever the user says things like "file a bug", "open an issue", "report this", "track this regression", or otherwise indicates the finding should not be lost. Do NOT use for feature requests, design discussions, or work that is being fixed in the same session without an issue.

2026-05-09
deep-sleep
소프트웨어 개발자

Consolidate related long-term memory documents under .agents/docs/LTM/ into broader synthesis documents, refresh the LTM index, and promote service-specific durable knowledge into .agents/docs/services/*.md. Use when LTM has grown into overlapping topic files or when service-specific LTM findings should be folded into the AWS service research documents without deleting the source documents.

2026-05-08
distill-memories
소프트웨어 개발자

Read `.agents/docs/LTM/` documents, find durable knowledge that belongs in `.agents/docs/OVERVIEW.md` or `.agents/docs/ARCHITECTURE.md`, and update those core documents with concise synthesized findings. Use when long-term memory notes have accumulated implementation or system knowledge that should be promoted into the project's canonical overview or architecture docs.

2026-05-08
good-sleep
파일 사무원

Read JOURNAL.md and reorganize its contents into semantically separate long-term memory documents under .agents/docs/LTM/. Use when you want to consolidate accumulated journal entries into reusable, topic-organised reference files.

2026-05-08
reconcile-journal-ltm
소프트웨어 개발자

Audit whether the durable information in `.agents/docs/JOURNAL.md` is already represented in `.agents/docs/LTM/` and `.agents/docs/TODO.md`; if not, follow the `good-sleep` workflow to fill the gaps, then collapse all JOURNAL consolidation records into one canonical entry and remove the older record sections.

2026-05-08
refactor-state-errors
소프트웨어 개발자

Refactor a service crate's state module to use domain-specific error enums instead of constructing end-user-facing error structs (error_type/message/status). Moves error shaping responsibility into the handler layer.

2026-05-08
tackle-todos
소프트웨어 개발자

Read TODO.md and scan source code for TODO/FIXME comments, build a consolidated list, then dispatch parallel agents to address as many items as possible.

2026-05-08
verify-publish-ready
소프트웨어 개발자

Verify whether the current Winterbaume repository state conforms to RELEASE.md and the public publish readiness gates embedded in this skill. Use when asked to check release readiness, publish readiness, first public release readiness, crates.io publishability metadata, cargo-dist release readiness, or public launch blockers.

2026-05-08