Skip to main content
Manusで任意のスキルを実行
ワンクリックで
mambisi
GitHub クリエイタープロフィール

mambisi

2 件の GitHub リポジトリにある 29 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
29
リポジトリ
2
更新
2026-06-21
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

リポジトリエクスプローラー

リポジトリと代表的な skills

design-to-app
ソフトウェア開発者

Use when turning a Claude Design (or any mockup/design) into a well-structured pocopine app — choosing app architecture (a store plus layout/leaf components), translating inline styles into Pine Stylekit, wiring icons and resizable regions, and verifying the result.

2026-06-21
pine-icons
ソフトウェア開発者

Use when working with the pocopine Pine icons feature — the `icon!` proc macro for compile-time Rust SVG embedding, or the `<pine-icon>` template primitive with `register_icons!` for tree-shaking-friendly template rendering.

2026-06-21
pine-stylekit
ソフトウェア開発者

Use when building styles with Pine Stylekit, the Pocopine-native utility-CSS compiler, or working with @theme tokens and CSS generation in Rust/WASM projects

2026-06-21
animation-and-motion
ソフトウェア開発者

Use when building enter/leave transitions, layout animations, stagger effects, or spring-physics motion in pocopine components

2026-06-07
auth
ソフトウェア開発者

Use when implementing authentication in pocopine apps — JWT verification, credentials, OAuth providers, session management, or guards

2026-06-07
background-jobs
ソフトウェア開発者

Use when defining background jobs, enqueueing work, configuring workers, or troubleshooting job execution in pocopine apps

2026-06-07
client-modules
ソフトウェア開発者

Use when setting up or working with Pocopine's managed .client.ts modules for importing npm SDKs (Firebase, analytics, etc.) with typed Rust facades

2026-06-07
deploy
ソフトウェア開発者

Use when deploying a pocopine full-stack or static app to Fly.io, Railway, Render, or other hosts using the RFC 080 deploy contract

2026-06-07
このリポジトリの収集済み skills 25 件中、上位 8 件を表示しています。
run-with-pocopine-cli
ソフトウェア開発者

Use whenever you are about to run, serve, preview, or build a pocopine application or example (anything with a wasm client + a server bin, or a `[package.metadata.pocopine]` block) — including writing the run instructions in a README. ALWAYS drive it through the pocopine CLI (`pocopine run` / `pocopine dev` / `pocopine build`), never a hand-rolled `wasm-pack build` followed by `cargo run --bin`. Covers the subcommands + flags, what the CLI does that manual steps silently miss, and the contract a runnable crate must satisfy.

2026-06-20
agenkit-flows
ソフトウェア開発者

Use when authoring or touching Pocopine Agenkit AI work — flows, the #[ai_flow] / #[ai_tool] macros, AiAgent / AiRetriever, ctx.ai / ctx.step / ctx.parallel / ctx.reduce / ctx.retrieve / ctx.agent, agent threads, the streaming route, or exposing a flow through a #[server] fn. Keeps work on the traceable, principal-scoped path the runtime is designed around (RFC-093) and off the easy-but-wrong path (hidden DB/file reads, undeclared resources, secrets in trace/stream fields).

2026-06-20
client-server-modules
ソフトウェア開発者

Use when creating or restructuring a pocopine library crate that has host-only and/or wasm-only code (anything depending on axum/tokio for the server, or wasm-bindgen/web-sys for the browser). Put platform code in `server` and/or `client` modules gated ONCE at the crate root, instead of sprinkling `#[cfg(target_arch = "wasm32")]` on every item and every `pub use`. Covers the lib.rs gating pattern, when to use a `server.rs` file vs a `server/` folder, sibling-import paths, and the Cargo.toml target tables.

2026-06-15
codec-crypto
ソフトウェア開発者

Use when adding or touching any hashing, checksums, base64, percent-encoding / URL escaping, or request signing (HMAC, Azure Shared-Key / SAS, token hashing) in the pocopine workspace. Routes the work through the shared pocopine-crypto and pocopine-codec crates instead of pulling in sha2 / md-5 / crc32c / hmac / base64 / percent-encoding directly or hand-rolling encoders.

2026-06-01
2 件中 2 件のリポジトリを表示
すべてのリポジトリを表示しました