N. avatar

N.

Community

@Pega88

14Followers
|
10Public Repos
|
13Published Skills

Freelance developer, focussed on Google Cloud & Crypto

Skills Distribution
DomainDeveloper To...Test-Driven Develo.. (30%)Code Review & Veri.. (25%)Planning & Require.. (20%)Git Branch & Works.. (15%)

Agent Skills by N.

Showing 13 vetted skills indexed across 1 GitHub repositories.

Pega88Pega88

using-git-worktrees

Creates isolated git worktree workspaces with baseline test verification before feature implementation.

Community
Intermediate
Pega88Pega88

test-driven-development

Enforces red-green-refactor test-first workflow for implementing features and bugfixes.

Community
Intermediate
Pega88Pega88

systematic-debugging

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

Community
Advanced
Pega88Pega88

using-superpowers

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

Community
Intermediate
Pega88Pega88

dispatching-parallel-agents

Dispatches concurrent subagents to fix independent test failures across separate problem domains.

Community
Intermediate
Pega88Pega88

executing-plans

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

Community
Intermediate
Pega88Pega88

finishing-a-development-branch

Guides merging, pushing, or preserving a completed git branch with worktree cleanup.

Community
Advanced
Pega88Pega88

brainstorming

Guides collaborative design exploration and spec writing before any implementation begins.

Community
Advanced
Pega88Pega88

writing-plans

Generates detailed multi-task implementation plans with test-driven steps from a specification.

Community
Intermediate
Pega88Pega88

requesting-code-review

Dispatches a read-only reviewer subagent to evaluate git diffs against requirements.

Community
Intermediate
Pega88Pega88

receiving-code-review

Guides verification and implementation of code review feedback with technical rigor.

Community
Intermediate
Pega88Pega88

verification-before-completion

Enforces running verification commands before claiming work is complete or passing.

Community
Basic
Pega88Pega88

subagent-driven-development

Executes implementation plans by dispatching fresh subagents per task with per-task reviews.

Community
Advanced

Frequently Asked Questions About N.

FAQPage Schema
What tasks can I accomplish using Pega88's skills?

You can run test-driven development cycles, systematically debug failures, isolate work in git worktrees, write and execute implementation plans, dispatch parallel independent tasks, request and receive code reviews, and verify results with evidence before claiming completion.

Who should use Pega88's skill set?

Software engineers and freelance developers who want disciplined development practices: writing tests before implementation code, verifying fixes with command output, structuring code review exchanges, and separating planning from execution across sessions.

How do the skills fit into a development session?

Start with brainstorming or writing-plans to define requirements, isolate work via git worktrees, implement using test-driven development, debug systematically when failures occur, then request code review and run verification commands before merging or creating pull requests.

What prerequisites do these skills require?

A git-based project with a test suite is the core prerequisite. Skills like using-git-worktrees rely on native git worktree support or fallback isolation, while verification-before-completion requires runnable verification commands whose output must be confirmed before success claims.

How do the skills handle parallel or multi-session work?

Dispatching-parallel-agents handles two or more independent tasks without shared state, subagent-driven-development executes independent plan tasks in the current session, and executing-plans runs written plans in a separate session with review checkpoints.