劉昱廷 avatar

劉昱廷

Community

@GongYuanCaiJi

1Followers
|
33Public Repos
|
63Published Skills

Claude Octopus plugin providing multi-provider AI orchestration, structured development workflows, and quality gates for Claude Code users.

Skills Distribution
DomainDeveloper To...Multi-Provider AI .. (35%)Code Quality & Rev.. (25%)Development Lifecy.. (20%)Security & Complia.. (10%)

Agent Skills by 劉昱廷

Showing 63 vetted skills indexed across 1 GitHub repositories.

GongYuanCaiJiGongYuanCaiJi

skill-finish-branch

Automates branch completion by running tests, reviewing diffs, and creating pull requests.

Community
Advanced
GongYuanCaiJiGongYuanCaiJi

skill-pressure-test

Interrogates plans and designs one question at a time to expose flaws before commitment.

Community
Intermediate
GongYuanCaiJiGongYuanCaiJi

skill-staged-review

Validates implementations against spec contracts and code quality in a two-stage review pipeline.

Community
Advanced
GongYuanCaiJiGongYuanCaiJi

sys-configure

Redirects configuration requests to the interactive Claude Octopus setup wizard.

Community
Basic
GongYuanCaiJiGongYuanCaiJi

skill-debate

Orchestrates structured multi-round debates between Claude and external AI provider CLIs with synthesis.

Community
Advanced
GongYuanCaiJiGongYuanCaiJi

skill-tdd

Enforces red-green-refactor test-driven development with adversarial multi-provider test review.

Community
Intermediate
GongYuanCaiJiGongYuanCaiJi

skill-writing-plans

Creates zero-context implementation plans with bite-sized TDD tasks for multi-step features.

Community
Intermediate
GongYuanCaiJiGongYuanCaiJi

flow-parallel

Decompose compound tasks into parallel work packages executed by independent claude -p processes.

Community
Advanced
GongYuanCaiJiGongYuanCaiJi

skill-status

Displays current workflow phase, roadmap progress, blockers, and next-action suggestions from project state files.

Community
Intermediate
GongYuanCaiJiGongYuanCaiJi

skill-copilot-provider

Integrates GitHub Copilot CLI as a zero-cost provider in multi-LLM orchestration workflows.

Community
Intermediate
GongYuanCaiJiGongYuanCaiJi

skill-audit

Audits codebases systematically for broken features, inconsistencies, and quality issues with prioritized findings.

Community
Intermediate
GongYuanCaiJiGongYuanCaiJi

flow-discover

Orchestrates multi-provider AI research and synthesizes findings into a structured report.

Community
Advanced
GongYuanCaiJiGongYuanCaiJi

octopus-architecture

Generates system architecture designs through multi-AI consensus using the backend-architect persona.

Community
Advanced
GongYuanCaiJiGongYuanCaiJi

skill-parallel-agents

Orchestrates parallel multi-provider AI workflows for research, development, review, and delivery.

Community
Advanced
GongYuanCaiJiGongYuanCaiJi

skill-security-framing

Validates URLs and wraps untrusted external content in security frames before analysis.

Community
Intermediate
GongYuanCaiJiGongYuanCaiJi

skill-resume

Restores prior session context from persistent workflow state files after context resets.

Community
Intermediate
GongYuanCaiJiGongYuanCaiJi

skill-doctor

Diagnoses provider, auth, config, hook, and scheduler issues across 14 environment check categories.

Community
Intermediate
GongYuanCaiJiGongYuanCaiJi

skill-code-review

Reviews code changes using multi-provider AI consensus with security analysis and PR comment posting.

Community
Advanced
GongYuanCaiJiGongYuanCaiJi

skill-debug

Diagnose bugs through a four-phase root cause investigation and hypothesis testing workflow.

Community
Advanced
GongYuanCaiJiGongYuanCaiJi

skill-content-pipeline

Extract structural and psychological patterns from URLs into reusable content anatomy guides.

Community
Advanced
GongYuanCaiJiGongYuanCaiJi

skill-prd

Writes structured product requirement documents with clarification questions and adversarial multi-provider review.

Community
Intermediate
GongYuanCaiJiGongYuanCaiJi

skill-visual-feedback

Analyzes screenshot-based UI feedback to locate and fix visual issues in frontend code.

Community
Intermediate
GongYuanCaiJiGongYuanCaiJi

skill-agent-topology

Audits multi-agent workflows to determine whether each agent boundary earns its coordination cost.

Community
Intermediate
GongYuanCaiJiGongYuanCaiJi

skill-thought-partner

Facilitates structured brainstorming sessions using pattern spotting and paradox hunting techniques.

Community
Intermediate

Frequently Asked Questions About 劉昱廷

FAQPage Schema
What tasks can I accomplish with GongYuanCaiJi's Claude Octopus skills?▼

You can orchestrate multi-provider research, debates, and code reviews; run TDD with coverage audits; perform OWASP security audits and red teaming; plan features via PRDs and NLSpec; debug systematically; manage git branch completion, rollbacks, and issue triage; and export markdown to DOCX, PPTX, XLSX, or PDF deliverables.

Who is the target user for these Claude Octopus skills?▼

Software engineers and technical leads using Claude Code who need enforced quality gates, multi-model consensus, and structured phases for features, migrations, and releases. It also suits knowledge workers producing research syntheses, design systems, slide decks, and business documents from the same environment.

How do the skills execute at runtime?▼

Skills are invoked via slash commands like /octo:debate or natural-language triggers, then run through orchestrate.sh with enforced execution modes. Pre-execution contracts and validation gates — such as synthesis files, review outputs, and coverage checks — must pass before a phase is considered complete.

What providers and cost controls are supported?▼

The manifest supports multiple external providers including a zero-cost GitHub Copilot CLI seat via copilot -p programmatic mode. Provider-health reports availability, auth, and version drift, while cost-projection and model-cost-compare skills forecast spend, warn on budget overruns, and map tasks to the cheapest adequate model.

What prerequisites or dependencies do these skills require?▼

Skills require Claude Code v2.1.12+ for forked context, task management, and agent integration, plus configured external providers set up through the /octo:setup wizard. Document export skills depend on the document-skills plugin, and git-based skills operate on repository paths with passing tests before merge.