Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
moriyoshi
ملف منشئ GitHub

moriyoshi

عرض على مستوى المستودعات لـ 49 skills مجمعة عبر 8 مستودعات GitHub.

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
عرض أهم 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 مستودعات
تم تحميل كل المستودعات