16 skills found
Huaizz-shawen / check-statusOpenclaw + rosclaw + visual feedback
ch998244353 / Thread-Contract-mcpThread-scoped runtime contracts for Codex and Claude Code, powered by MCP, local SQLite, Web UI, and UserPromptSubmit hooks
openclaw / taskflowCoordinate multi-step detached tasks as one durable TaskFlow job with owner context, state, waits, and child tasks.
PlaiPin / check-statusROS2 meets OpenClaw 💗
VictorGoic0 / lintingLinting workflow for api and webapp (Oxlint)
DrawnCentipede2 / 00-project-contextPinCloud project context (always-on)
Tokeii0 / zsteg-rsA Rust port of zsteg
pierceboggan / nano-banana-mcpAn MCP server for generating images.
devhax-heavy-industries / rust.instructionsRust programming language coding conventions and best practices
openclaw / taskflow-inbox-triageExample TaskFlow pattern for inbox triage, intent routing, waiting on replies, and later summaries.
D4Vinci / Scrapling🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
mormorbump / 00_basicfsmによる状態遷移のサンプル
boykush / scrapsThe Wiki-link doc compiler for the LLM era.
netanelavr / dotcursorRules and commands to supercharge Cursor
sentzunhat / hawp-docs-alignmentHAWP docs alignment when editing kit or workflow docs
kyouyap / python- **最初に型とインターフェース(関数のシグネチャ)を考える** Python では、PEP 484 に基づく型ヒントや `typing.NewType`、`Protocol` を活用して、処理対象の型と関数のシグネチャを設計します。