Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

pocopine-skills

pocopine-skills contém 25 skills coletadas de mambisi, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
25
Stars
0
atualizado
2026-06-21
Forks
0
Cobertura ocupacional
1 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

design-to-app
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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

2026-06-07
auth
Desenvolvedores de software

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

2026-06-07
background-jobs
Desenvolvedores de software

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

2026-06-07
client-modules
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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

2026-06-07
observability
Desenvolvedores de software

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

2026-06-07
pine-charts
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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

2026-06-07
pocopine-components
Desenvolvedores de software

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
Desenvolvedores de software

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

2026-06-07
routing
Desenvolvedores de software

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

2026-06-07
scoped-styles
Desenvolvedores de software

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

2026-06-07
server-functions
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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