Skip to main content
Run any Skill in Manus
with one click
GitHub repository

pocopine-skills

pocopine-skills contains 25 collected skills from mambisi, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
25
Stars
0
updated
2026-06-21
Forks
0
Occupation coverage
1 occupation categories · 100% classified
repository explorer

Skills in this repository

design-to-app
software-developers

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
software-developers

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
software-developers

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
software-developers

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

2026-06-07
auth
software-developers

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

2026-06-07
background-jobs
software-developers

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

2026-06-07
client-modules
software-developers

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
software-developers

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
software-developers

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

2026-06-07
observability
software-developers

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

2026-06-07
pine-charts
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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

2026-06-07
pocopine-components
software-developers

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
software-developers

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

2026-06-07
routing
software-developers

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

2026-06-07
scoped-styles
software-developers

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

2026-06-07
server-functions
software-developers

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
software-developers

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
software-developers

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
software-developers

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