wopal avatar

wopal

Official

@wopal-cn

0Followers
|
8Public Repos
|
33Published Skills

wopal provides a skill registry for agent-driven software development, spanning Cordis plugin engineering, CNB DevOps pipelines, Cloudflare operations, and document/PDF processing.

Skills Distribution
DomainDeveloper To...Developer Tooling .. (45%)Cloud & Compute In.. (20%)Business, Finance .. (15%)Growth, Marketing .. (10%)

Agent Skills by wopal

Showing 33 vetted skills indexed across 1 GitHub repositories.

wopal-cnwopal-cn
3

editing-cordis-compositions

Author, validate, and diagnose Cordis agent preset compositions in dsh deployments.

Official
Advanced
wopal-cnwopal-cn
3

cordis-plugin-development

Create, debug, and package Cordis plugins for Host and Client platforms in dsh.

Official
Advanced
wopal-cnwopal-cn
3

dev-doc-master

Author and maintain PRD, DESIGN, Phase, BUSINESS_RULES, and GAPS documentation sets.

Official
Advanced
wopal-cnwopal-cn
3

dev-flow

Orchestrates Issue/Plan-driven development with state-machine CLI commands and worktree isolation.

Official
Advanced
wopal-cnwopal-cn
3

agent-browser

Automates browser interactions via Chrome DevTools Protocol with accessibility-tree snapshots.

Official
Intermediate
wopal-cnwopal-cn
3

cnb-plugin-market

Searches the CNB plugin marketplace and generates .cnb.yml pipeline configuration snippets.

Official
Intermediate
wopal-cnwopal-cn
3

context7

Retrieve up-to-date library documentation and code examples via the Context7 API.

Official
Basic
wopal-cnwopal-cn
3

cloudflare-api

Generates curl commands and scripts for bulk Cloudflare REST API operations.

Official
Advanced
wopal-cnwopal-cn
3

wrangler

Deploy and manage Cloudflare Workers, KV, R2, D1, and other bindings via Wrangler CLI.

Official
Intermediate
wopal-cnwopal-cn
3

cnb-api

Operates CNB platform resources including issues, pull requests, CI logs, and attachments via CLI commands.

Official
Basic
wopal-cnwopal-cn
3

ontology-evolution

Distills session lessons into tiered capability proposals for user approval.

Official
Intermediate
wopal-cnwopal-cn
3

pdf

Extract, merge, split, create, and fill PDF documents using Python libraries and command-line tools.

Official
Advanced
wopal-cnwopal-cn
3

cnb-code-review

Reviews pull request diffs for security vulnerabilities and bugs, then posts line-level comments via the CNB API.

Official
Intermediate
wopal-cnwopal-cn
3

agents-collab

Governs delegation to sub-agents via wopal_task tools, task lifecycle states, and notification handling.

Official
Advanced
wopal-cnwopal-cn
3

cnb-npc-delegate

Delegates complex tasks to specialized NPC agents via search and mention syntax.

Official
Intermediate
wopal-cnwopal-cn
3

df-plan-review

Review implementation plans for internal consistency, factual accuracy, and goal coverage before execution.

Official
Advanced
wopal-cnwopal-cn
3

cnb-pipeline

Write, validate, and diagnose CNB .cnb.yml pipeline configurations.

Official
Advanced
wopal-cnwopal-cn
3

skill-creator

Create, evaluate, and iteratively improve Claude skills with benchmark testing and description optimization.

Official
Advanced
wopal-cnwopal-cn
3

automating-mail

Automates Apple Mail via JXA and PyXA for reading, composing, filtering, and archiving messages.

Official
Advanced
wopal-cnwopal-cn
3

cnb-upload-attachment

Uploads local files to CNB Issues or PRs and returns Markdown attachment links.

Official
Basic
wopal-cnwopal-cn
3

cnb-tapd-resource-fetcher

Fetches TAPD stories, bugs, tasks, and iterations from parsed TAPD links via the CNB API.

Official
Basic
wopal-cnwopal-cn
3

mac-reminder

Manage personal todos in macOS Reminders.app via AppleScript shell commands.

Official
Intermediate
wopal-cnwopal-cn
3

df-implement-review

Review code changes and implementations against four correctness questions before commit or merge.

Official
Advanced
wopal-cnwopal-cn
3

git-worktrees

Create, list, remove, and prune Git worktrees for isolated parallel development environments.

Official
Intermediate

Frequently Asked Questions About wopal

FAQPage Schema
What tasks can I accomplish with wopal's skills?▼

You can develop Cordis plugins and compositions, run Issue/Plan-driven development with PRD and design docs, manage CNB repositories and CI pipelines, operate Cloudflare Workers/D1/R2/KV via wrangler or REST calls, process PDFs, automate browsers, fetch YouTube transcripts, and manage macOS reminders and Mail.

Who is the target audience for wopal's skill set?▼

Software engineers and agent operators working in the Wopal/Cordis harness and CNB platform ecosystem. It suits developers doing plugin development, code review, pipeline authoring, and documentation maintenance, including Chinese-language teams using CNB and TAPD for project tracking.

How do wopal's skills run in practice?▼

Skills load on trigger phrases inside the agent harness; for example, dev-flow activates on issue references like #14, and agent-browser runs via Bash commands such as npx agent-browser. Some skills declare allowed-tools (Bash, Read, Write, Edit) and runtime requirements like node or bun binaries.

Are wopal's skills open source and free to use?▼

Licensing varies per skill. The pdf skill is explicitly proprietary with terms in its LICENSE.txt file. Other skills in the manifest do not declare a license, so users should check each skill's repository folder before redistribution or commercial use.

What prerequisites or dependencies do wopal's skills require?▼

Dependencies are declared per skill: cnb-text-path-converter requires node and its convertLink.js script, youtube-master requires the bun binary, and several skills need Bash, Read, Write, Edit, Glob, or Grep tool access. Cloudflare skills assume wrangler or direct REST API credentials.