Skip to main content
在 Manus 中运行任何 Skill
一键导入
moriyoshi
GitHub 创作者资料

moriyoshi

按仓库查看 8 个 GitHub 仓库中的 49 个已收集 skills。

已收集 skills
49
仓库
8
更新
2026-07-26
仓库浏览

仓库与代表性 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
当前展示该仓库 Top 8 / 19 个已收集 skills。
audit-licenses
软件开发工程师

Audit the licenses of every third-party dependency Cornus actually ships (the Go modules compiled into the binaries plus the npm packages bundled into the embedded web SPA), classify each as permissive / weak-copyleft / strong-copyleft, flag anything that needs review, and regenerate THIRD_PARTY_NOTICES.md and the NOTICE stanza. Use when adding or bumping dependencies, before a release, or whenever you want to re-verify license compliance.

2026-07-24
distill-memories
软件开发工程师

Read `.agents/docs/JOURNAL.md` and `.agents/docs/LTM/` documents, find durable knowledge that belongs in the canonical docs, and update those documents with concise synthesized findings. Targets are `.agents/docs/OVERVIEW.md`, the root `ARCHITECTURE.md`, and the user-facing VitePress site under `docs/`. Use when journal or LTM notes have accumulated implementation, system, or user-facing knowledge that should be promoted into the project's canonical overview, architecture, or user reference docs.

2026-07-24
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-07-24
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-07-24
translate-documents
技术写作员

Translate, localize, review, or synchronize Markdown documentation while preserving source meaning, document structure, code, configuration, links, and project terminology. Use for creating or updating locale trees such as docs/ja or docs/zh, auditing an existing translation against its source, fixing mixed-language or unnatural translated prose, or propagating source-document changes into translations.

2026-07-24
web-screenshot
软件开发工程师

Capture a screenshot of a web page — primarily the `cornus web` SPA running locally (localhost:5000), or any URL — and embed it into a document (VitePress docs/, .agents/docs notes, or generic markdown) with the image saved to the correct asset location and a proper markdown/HTML embed. Use when asked to screenshot the web UI or a page for docs, add a UI image to a guide, or illustrate a document with a captured web view.

2026-07-24
deep-sleep
软件开发工程师

Consolidate related long-term memory documents under .agents/docs/LTM/ into broader synthesis documents and refresh the LTM index, keeping the source documents intact. Use when LTM has grown into overlapping topic files that should be merged into higher-level syntheses.

2026-07-26
distill-memories
软件开发工程师

Read `.agents/docs/JOURNAL.md` and `.agents/docs/LTM/` documents, find durable knowledge that belongs in the canonical docs, and update those documents with concise synthesized findings. Targets are `.agents/docs/OVERVIEW.md`, the root `ARCHITECTURE.md`, and the consolidated plan `.agents/docs/PLAN.md`. Use when journal or LTM notes have accumulated implementation or design knowledge that should be promoted into the project's canonical overview, architecture, or plan.

2026-07-26
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-07-26
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-07-26
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-07-26
deep-sleep
软件开发工程师

Consolidate related long-term memory documents under .agents/docs/LTM/ into broader synthesis documents and refresh the LTM index, keeping the source documents intact. Use when LTM has grown into overlapping topic files that should be merged into higher-level syntheses.

2026-07-24
distill-memories
软件开发工程师

Read `.agents/docs/JOURNAL.md` and `.agents/docs/LTM/` documents, find durable knowledge that belongs in the canonical docs, and update those documents with concise synthesized findings. Targets are `.agents/docs/OVERVIEW.md` and `.agents/docs/ARCHITECTURE.md`. Use when journal or LTM notes have accumulated implementation or system knowledge that should be promoted into the project's canonical overview or design document.

2026-07-24
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-07-24
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-07-24
tackle-todos
软件开发工程师

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

2026-07-24
已展示 8 / 8 个仓库
已展示全部仓库