Shrek ZHANG
Community@shrek-abaper
Shrek ZHANG maintains 34 skills for spec-driven development, covering OpenSpec change lifecycles, Comet phase routing, git worktrees, TDD, debugging, and code review.
Agent Skills by Shrek ZHANG
Showing 34 vetted skills indexed across 1 GitHub repositories.
using-git-worktrees
Creates isolated git worktree workspaces with native tool detection and baseline test verification.
comet-tweak
Executes lightweight OpenSpec changes through a four-phase preset workflow.
test-driven-development
Enforces test-first development using the red-green-refactor cycle before writing implementation code.
systematic-debugging
Diagnose bugs through a four-phase root cause investigation process before proposing fixes.
openspec-apply-change
Implements tasks from an OpenSpec change using CLI-driven status and instructions.
comet-build
Creates implementation plans and executes tasks for the Comet build phase.
openspec-explore
Explores ideas, investigates codebases, and clarifies requirements through conversational analysis with ASCII diagrams.
using-superpowers
Enforces skill discovery and invocation before any agent response or action.
dispatching-parallel-agents
Dispatch concurrent subagents to investigate independent failures across separate problem domains.
openspec-verify-change
Verifies implementation completeness, correctness, and coherence against OpenSpec change artifacts.
openspec-new-change
Scaffolds a new OpenSpec change directory with artifact workflow instructions.
executing-plans
Executes written implementation plans task by task with review checkpoints and verification steps.
comet-open
Creates and recovers OpenSpec change proposals, designs, and task artifacts through the Comet state machine.
finishing-a-development-branch
Guides completion of development branches through merge, pull request, or cleanup options.
comet-any
Generates verifiable Comet workflow Skill bundles from confirmed workflow contracts.
comet
Resolves the /comet entry point to load the configured Native or Classic workflow skill.
openspec-archive-change
Archives completed OpenSpec changes with artifact, task, and spec sync checks.
brainstorming
Guides collaborative design exploration and produces approved spec documents before implementation.
comet-archive
Archives verified OpenSpec changes by merging delta specs and committing the archive.
openspec-onboard
Guides users through a complete OpenSpec change workflow with narrated phases and real codebase tasks.
writing-plans
Generates detailed multi-task implementation plans with TDD steps from a spec.
openspec-propose
Generates complete OpenSpec change proposals with design, specs, and task artifacts.
requesting-code-review
Dispatches a code reviewer subagent to evaluate git diffs against requirements before merging.
openspec-bulk-archive-change
Archives multiple completed OpenSpec changes in one batch with conflict detection.
Frequently Asked Questions About Shrek ZHANG
FAQPage SchemaWhat 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.