N.
Community@Pega88
Freelance developer, focussed on Google Cloud & Crypto
Agent Skills by N.
Showing 13 vetted skills indexed across 1 GitHub repositories.
using-git-worktrees
Creates isolated git worktree workspaces with baseline test verification before feature implementation.
test-driven-development
Enforces red-green-refactor test-first workflow for implementing features and bugfixes.
systematic-debugging
Diagnose bugs through a four-phase root-cause investigation process before proposing fixes.
using-superpowers
Enforces skill discovery and invocation before any agent response or action.
dispatching-parallel-agents
Dispatches concurrent subagents to fix independent test failures across separate problem domains.
executing-plans
Executes written implementation plans task-by-task with verification checkpoints and review gates.
finishing-a-development-branch
Guides merging, pushing, or preserving a completed git branch with worktree cleanup.
brainstorming
Guides collaborative design exploration and spec writing before any implementation begins.
writing-plans
Generates detailed multi-task implementation plans with test-driven steps from a specification.
requesting-code-review
Dispatches a read-only reviewer subagent to evaluate git diffs against requirements.
receiving-code-review
Guides verification and implementation of code review feedback with technical rigor.
verification-before-completion
Enforces running verification commands before claiming work is complete or passing.
subagent-driven-development
Executes implementation plans by dispatching fresh subagents per task with per-task reviews.
Frequently Asked Questions About N.
FAQPage SchemaWhat 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.