Shrek ZHANG avatar

Shrek ZHANG

Community

@shrek-abaper

9Followers
|
8Public Repos
|
34Published Skills

Shrek ZHANG maintains 34 skills for spec-driven development, covering OpenSpec change lifecycles, Comet phase routing, git worktrees, TDD, debugging, and code review.

Skills Distribution
DomainDeveloper To...Spec-Driven Change.. (40%)Comet Phase Orches.. (25%)Testing & Debuggin.. (15%)Code Review & Veri.. (12%)

Agent Skills by Shrek ZHANG

Showing 34 vetted skills indexed across 1 GitHub repositories.

shrek-abapershrek-abaper

using-git-worktrees

Creates isolated git worktree workspaces with native tool detection and baseline test verification.

Community
Intermediate
shrek-abapershrek-abaper

comet-tweak

Executes lightweight OpenSpec changes through a four-phase preset workflow.

Community
Advanced
shrek-abapershrek-abaper

test-driven-development

Enforces test-first development using the red-green-refactor cycle before writing implementation code.

Community
Intermediate
shrek-abapershrek-abaper

systematic-debugging

Diagnose bugs through a four-phase root cause investigation process before proposing fixes.

Community
Advanced
shrek-abapershrek-abaper

openspec-apply-change

Implements tasks from an OpenSpec change using CLI-driven status and instructions.

Community
Intermediate
shrek-abapershrek-abaper

comet-build

Creates implementation plans and executes tasks for the Comet build phase.

Community
Advanced
shrek-abapershrek-abaper

openspec-explore

Explores ideas, investigates codebases, and clarifies requirements through conversational analysis with ASCII diagrams.

Community
Intermediate
shrek-abapershrek-abaper

using-superpowers

Enforces skill discovery and invocation before any agent response or action.

Community
Intermediate
shrek-abapershrek-abaper

dispatching-parallel-agents

Dispatch concurrent subagents to investigate independent failures across separate problem domains.

Community
Intermediate
shrek-abapershrek-abaper

openspec-verify-change

Verifies implementation completeness, correctness, and coherence against OpenSpec change artifacts.

Community
Intermediate
shrek-abapershrek-abaper

openspec-new-change

Scaffolds a new OpenSpec change directory with artifact workflow instructions.

Community
Basic
shrek-abapershrek-abaper

executing-plans

Executes written implementation plans task by task with review checkpoints and verification steps.

Community
Intermediate
shrek-abapershrek-abaper

comet-open

Creates and recovers OpenSpec change proposals, designs, and task artifacts through the Comet state machine.

Community
Advanced
shrek-abapershrek-abaper

finishing-a-development-branch

Guides completion of development branches through merge, pull request, or cleanup options.

Community
Intermediate
shrek-abapershrek-abaper

comet-any

Generates verifiable Comet workflow Skill bundles from confirmed workflow contracts.

Community
Advanced
shrek-abapershrek-abaper

comet

Resolves the /comet entry point to load the configured Native or Classic workflow skill.

Community
Intermediate
shrek-abapershrek-abaper

openspec-archive-change

Archives completed OpenSpec changes with artifact, task, and spec sync checks.

Community
Intermediate
shrek-abapershrek-abaper

brainstorming

Guides collaborative design exploration and produces approved spec documents before implementation.

Community
Advanced
shrek-abapershrek-abaper

comet-archive

Archives verified OpenSpec changes by merging delta specs and committing the archive.

Community
Advanced
shrek-abapershrek-abaper

openspec-onboard

Guides users through a complete OpenSpec change workflow with narrated phases and real codebase tasks.

Community
Intermediate
shrek-abapershrek-abaper

writing-plans

Generates detailed multi-task implementation plans with TDD steps from a spec.

Community
Intermediate
shrek-abapershrek-abaper

openspec-propose

Generates complete OpenSpec change proposals with design, specs, and task artifacts.

Community
Intermediate
shrek-abapershrek-abaper

requesting-code-review

Dispatches a code reviewer subagent to evaluate git diffs against requirements before merging.

Community
Intermediate
shrek-abapershrek-abaper

openspec-bulk-archive-change

Archives multiple completed OpenSpec changes in one batch with conflict detection.

Community
Advanced

Frequently Asked Questions About Shrek ZHANG

FAQPage Schema
What tasks can I accomplish with shrek-abaper's skills?▼

You can run the full OpenSpec change lifecycle (propose, explore, apply, verify, sync, archive, bulk-archive), execute Comet phases (open, design, build, tweak, hotfix, verify, archive), and enforce engineering discipline via TDD, systematic debugging, brainstorming, plan writing, code review, and verification-before-completion.

Who are these skills designed for?▼

Software engineers and developers practicing spec-driven development who want structured change artifacts, isolated git worktree workspaces, test-first implementation, evidence-based verification, and disciplined code review before merging features or bugfixes.

How do the Comet skills work in practice?▼

Comet skills activate only when explicitly invoked (e.g., /comet-build, /comet-hotfix) or routed by the root Comet skill, which loads one permanent entry from project configuration. Each phase skill handles its stage: opening changes, designing, building, verifying with evidence, and archiving.

Are these skills open source and what do they cost?▼

The OpenSpec skills carry an MIT license, permitting free use and modification. Other skills in the manifest do not declare a license. No pricing or paid tiers are indicated anywhere in the skill metadata.

What prerequisites or dependencies are required?▼

The 13 OpenSpec skills require the openspec CLI to be installed. Git-based skills such as using-git-worktrees and finishing-a-development-branch rely on native git functionality, including worktree support as a fallback for workspace isolation.