CtrlK
BlogDocsLog inGet started
Tessl Logo

iPolloWork

github.com/Devin-AXIS/iPolloWork

Skill

Added

Review

wechat-official-review

examples/plugin-packages/wechat-official/.opencode/skills/wechat-official-review/SKILL.md

Turn bounded draft, publication, and comment evidence into a concise WeChat Official Account operating review and next-step plan.

57

wechat-official-publishing

examples/plugin-packages/wechat-official/.opencode/skills/wechat-official-publishing/SKILL.md

Manage WeChat Official Account drafts and publication with explicit preview, confirmation, and post-publication status checks.

74

wechat-official-messages

examples/plugin-packages/wechat-official/.opencode/skills/wechat-official-messages/SKILL.md

Design safe WeChat follower-message automation and send customer-service text only when the user provides an explicit target and confirmation.

57

wechat-official-content

examples/plugin-packages/wechat-official/.opencode/skills/wechat-official-content/SKILL.md

Create accurate, readable WeChat Official Account article drafts with a clear title, digest, HTML body, source links, and a reviewable call to action.

69

wechat-official-community

examples/plugin-packages/wechat-official/.opencode/skills/wechat-official-community/SKILL.md

Inspect WeChat Official Account followers and safely review or update custom menus with explicit before-and-after confirmation.

64

wechat-official-comments

examples/plugin-packages/wechat-official/.opencode/skills/wechat-official-comments/SKILL.md

Triage WeChat article comments, prepare safe reply drafts, and only reply, feature, delete, or change comment state with explicit user intent.

65

wechat-official-assets

examples/plugin-packages/wechat-official/.opencode/skills/wechat-official-assets/SKILL.md

Prepare selected workspace images and information cards as WeChat Official Account cover and article assets without reading outside the active workspace.

61

github

examples/plugin-packages/github/.opencode/skills/github/SKILL.md

Use the connected iPolloWork GitHub service to inspect repositories, pull requests, issues, reviews, and Actions, then route focused work to the review, CI, or publish skill.

67

github-review-follow-up

examples/plugin-packages/github/.opencode/skills/github-review-follow-up/SKILL.md

Inspect unresolved GitHub pull request review threads, group actionable feedback, implement selected fixes locally, and only reply or resolve threads after explicit user intent.

65

github-publish-changes

examples/plugin-packages/github/.opencode/skills/github-publish-changes/SKILL.md

Publish intentional local changes by confirming scope, creating a branch when needed, staging selected files, committing, pushing, and creating a Draft Pull Request through the connected GitHub service.

58

github-ci-debug

examples/plugin-packages/github/.opencode/skills/github-ci-debug/SKILL.md

Diagnose failing GitHub Actions runs from bounded run, job, and step evidence, propose a focused fix, and modify the local checkout only when the requested task includes implementation.

60

figma-use

examples/plugin-packages/figma/.opencode/skills/figma-use/SKILL.md

**MANDATORY prerequisite** — you MUST invoke this skill BEFORE every `use_figma` tool call. NEVER call `use_figma` directly without loading this skill first. Skipping it causes common, hard-to-debug failures. Trigger whenever the user wants to perform a write action or a unique read action that requires JavaScript execution in the Figma file context — e.g. create/edit/delete nodes, set up variables or tokens, build components and variants, modify auto-layout or fills, bind variables to properties, or inspect file structure programmatically.

63

figma-use-slides

examples/plugin-packages/figma/.opencode/skills/figma-use-slides/SKILL.md

This skill helps agents use Figma's use_figma MCP tool in the Slides context. Can be used alongside figma-use which has foundational context for using the use_figma tool.

58

figma-use-motion

examples/plugin-packages/figma/.opencode/skills/figma-use-motion/SKILL.md

Motion / animation context for the `use_figma` MCP tool — animating Figma nodes via manual keyframes, animation styles, easing, and timeline duration. Load alongside figma-use whenever a task involves adding, editing, or inspecting animation on a node.

79

figma-use-figjam

examples/plugin-packages/figma/.opencode/skills/figma-use-figjam/SKILL.md

This skill helps agents use Figma's use_figma MCP tool in the FigJam context. Can be used alongside figma-use which has foundational context for using the use_figma tool.

59

figma-swiftui

examples/plugin-packages/figma/.opencode/skills/figma-swiftui/SKILL.md

SwiftUI ↔ Figma translation. Use whenever the user mentions Swift, SwiftUI, iOS, iPhone, or iPad — in EITHER direction — translating a Figma design into SwiftUI (design → code), or pushing SwiftUI views / screens / tokens back into a Figma file (code → design). Triggers on phrases like 'implement this Figma design in SwiftUI', 'build this screen in Swift', 'push this SwiftUI view to Figma', 'mirror my Swift code in a Figma file', or whenever a Figma URL appears alongside `.swift` files / an `.xcodeproj`. Routes to a direction-specific reference doc; loads alongside `figma-use` for the code → design path.

79

figma-implement-motion

examples/plugin-packages/figma/.opencode/skills/figma-implement-motion/SKILL.md

Translates Figma motion and animations into production-ready application code. Use when implementing animation/motion from a Figma design — user mentions "implement this motion", "add animation from Figma", "animate this component", provides a Figma URL whose node is animated, or when `get_design_context` returns motion data or instructs you to call `get_motion_context`.

71

figma-generate-library

examples/plugin-packages/figma/.opencode/skills/figma-generate-library/SKILL.md

Build or update a professional-grade design system in Figma from a codebase. Use when the user wants to create variables/tokens, build component libraries, create individual components with proper variant sets and variable bindings, set up theming (light/dark modes), document foundations, or reconcile gaps between code and Figma. Also use when the user asks to create or generate any component in Figma — even a single one — since components require proper variable foundations, variant states, and design token bindings to be production-quality. This skill teaches WHAT to build and in WHAT ORDER — it complements the `figma-use` skill which teaches HOW to call the Plugin API. Both skills should be loaded together.

74

figma-generate-diagram

examples/plugin-packages/figma/.opencode/skills/figma-generate-diagram/SKILL.md

MANDATORY prerequisite — load this skill BEFORE every `generate_diagram` tool call. NEVER call `generate_diagram` directly without loading this skill first. Trigger whenever the user asks to create, generate, draw, render, sketch, or build a diagram — flowchart, architecture diagram, sequence diagram, ERD or entity-relationship diagram, state diagram or state machine, gantt chart, or timeline. Also trigger when the user mentions Mermaid syntax or wants a system architecture, decision tree, dependency graph, API call flow, auth handshake, schema, or pipeline visualized in FigJam. Routes to type-specific guidance, sets universal Mermaid constraints, and tells you when to use a different diagram type or skip the tool entirely (mindmaps, pie charts, class diagrams, etc.).

98

1.51x
figma-generate-design

examples/plugin-packages/figma/.opencode/skills/figma-generate-design/SKILL.md

Use this skill alongside figma-use when the task involves translating an application page, view, or multi-section layout into Figma. Triggers: 'write to Figma', 'create in Figma from code', 'push page to Figma', 'take this app/page and build it in Figma', 'create a screen', 'build a landing page in Figma', 'update the Figma screen to match code', 'convert this modal/dialog/drawer/panel to Figma'. This is the preferred workflow skill whenever the user wants to build or update a full page, modal, dialog, drawer, sidebar, panel, or any composed multi-section view in Figma from code or a description. Discovers design system components, variables, and styles from Code Connect files, existing screens, and library search, then imports them and assembles views incrementally section-by-section using design system tokens instead of hardcoded values.

68

figma-design-to-code

examples/plugin-packages/figma/.opencode/skills/figma-design-to-code/SKILL.md

Use this skill when implementing a Figma design as code (design → code) — the read-FROM-Figma direction. Triggers: 'implement this Figma design', 'build this screen from Figma', 'turn this Figma into code', 'code this up from Figma', 'design to code', or a figma.com design URL provided alongside a codebase. Encodes the workflow for reading a node out of Figma with get_design_context and adapting its reference output to the target project — reusing existing components, tokens, and conventions, and honoring Code Connect mappings, component docs, design annotations, and design tokens by priority. Complements figma-code-connect (component mapping) and figma-generate-design / figma-use (the reverse, code → design direction).

79

figma-create-new-file

examples/plugin-packages/figma/.opencode/skills/figma-create-new-file/SKILL.md

**MANDATORY prerequisite** — you MUST invoke this skill BEFORE every `create_new_file` tool call. NEVER call `create_new_file` directly without loading this skill first. Trigger whenever the user wants a new blank Figma file — a new design, FigJam, or Slides file — or when you need a fresh file before calling `use_figma`. Usage — /figma-create-new-file [editorType] [fileName] (e.g. /figma-create-new-file figjam My Whiteboard, /figma-create-new-file slides Q3 Review)

71

figma-code-connect

examples/plugin-packages/figma/.opencode/skills/figma-code-connect/SKILL.md

Creates and maintains Figma Code Connect template files that map Figma components to code snippets. Use when the user mentions Code Connect, Figma component mapping, design-to-code translation, or asks to create/update .figma.ts or .figma.js files.

74

acme-research

examples/plugin-packages/acme-research/.opencode/skills/acme-research/SKILL.md

Search and summarize material from the Acme research service.

69

voiceover

.opencode/skills/voiceover/SKILL.md

write the voice-over, demo script first, voiceover instead of PRD, voiceover-first development, align on the demo, script the demo, ship a feature demo-first. The whole demo-driven journey — approve the narration BEFORE any code, then build on a fresh worktree until the demo holds and open the PR with the proof on it. Use when a feature request arrives, or when the user runs /voiceover.

75