Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

pocopine-skills

pocopine-skills 收录了来自 mambisi 的 25 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
25
Stars
0
更新
2026-06-21
Forks
0
职业覆盖
1 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 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
interaction-utilities
软件开发工程师

Use when implementing keyboard navigation, floating positioning, element observation, focus management, scroll locking, or accessibility wiring in pocopine components

2026-06-07
observability
软件开发工程师

Use when setting up tracing, logging, analytics, or observability events in a pocopine application—both frontend and backend.

2026-06-07
pine-charts
软件开发工程师

Use when building SVG-first, unstyled, accessible charts in pocopine with line, area, bar, scatter, pie, or custom layered visualizations

2026-06-07
pine-richtext
软件开发工程师

Use when building Rust/WASM rich-text editors with the Pine document model, schema setup, markdown round-trips, or table extensions

2026-06-07
plugins
软件开发工程师

Use when installing app or server plugins—wiring observability, auth, live queries, or other optional integrations into a pocopine app.

2026-06-07
poco-directives
软件开发工程师

Use when authoring pocopine template directives (pp-*), understanding directive syntax, modifiers, args, host constraints, or migrating from removed directives (pp-init/pp-cloak/pp-data)

2026-06-07
poco-expressions
软件开发工程师

Use when writing or debugging {{expr}} interpolation and pine-expr expressions in .poco templates (paths, operators, ternary, calls, assignment, magic variables like $index/$event/$store/$route).

2026-06-07
poco-templates
软件开发工程师

Use when writing or debugging pocopine .poco template syntax, single-root rules, component tags, SVG namespace support, or template compilation in the pocopine framework.

2026-06-07
pocopine-cli
软件开发工程师

Use when working with the pocopine-cli: build, dev watch, run, deploy, doctor, env, js, stylekit, lsp commands

2026-06-07
pocopine-components
软件开发工程师

Use when defining, structuring, or debugging pocopine Components — the #[component] and #[handlers] macros, #[prop]/#[model] fields, templates, lifecycle hooks, and component composition patterns.

2026-06-07
reactivity-and-stores
软件开发工程师

Use when building state management and reactivity in pocopine — understand the reactive model, App stores, and provide/inject context

2026-06-07
routing
软件开发工程师

Use when building SPA routes, implementing route guards/loaders, configuring pp-route links, or handling route navigation in pocopine.

2026-06-07
scoped-styles
软件开发工程师

Use when authoring component stylesheets with automatic CSS scoping to a single component.

2026-06-07
server-functions
软件开发工程师

Use when defining typed async server functions with `#[server]` macro, implementing access policies via guards, and calling them from the wasm client with `dispatch!` for async state updates.

2026-06-07
slots-and-composition
软件开发工程师

Use when building or integrating components with default/named slots, scoped slots with pp-let, pp-as polymorphic rendering, or multi-component composition patterns in pocopine

2026-06-07
storage
软件开发工程师

Use when integrating object storage (S3/GCS/Azure) with resumable uploads, presigned/multipart/sequential transfer strategies, or browser-based file uploads

2026-06-07
sync-and-live
软件开发工程师

Use when building offline-first data sync features or live invalidation in Pocopine apps — implementing sync streams, mutations, subscriptions, or multi-tenant filtered queries with local persistence.

2026-06-07