Skip to main content
Run any Skill in Manus
with one click
paulund
GitHub creator profile

paulund

Repository-level view of 38 collected skills across 2 GitHub repositories.

skills collected
38
repositories
2
updated
2026-07-06
repository explorer

Repositories and representative skills

planning-and-task-breakdown
project-management-specialists

Use when you have a spec or PRD that needs decomposing into small, verifiable implementation tasks. Use before any build cycle to ensure tasks are thin vertical slices with clear acceptance criteria.

2026-07-05
spec-driven-development
project-management-specialists

Use when starting a new feature, when requirements are unclear, when asked to write code without a clear spec, or before any non-trivial implementation. Do NOT use for trivial bug fixes or one-line changes.

2026-07-05
architecture-review
software-developers

Use when reviewing codebase architecture for refactoring opportunities, surfacing shallow modules, or proposing deepening refactors. Identifies architectural friction and produces GitHub issues with the ops-triage labeling scheme. Supports interactive (human approval) and auto (CI/headless) modes โ€” auto mode files every surviving candidate directly and writes a step-summary report.

2026-07-05
code-review-and-quality
software-quality-assurance-analysts-and-testers

Use when reviewing a pull request or code change before merge. Use for the five-axis evaluation (correctness, readability, architecture, security, performance), exposure ร— impact severity classification, AC coverage verification, and the `## Automated review` comment. Use in both human and CI mode โ€” the methodology is identical; only the inputs and agent invocation differ.

2026-07-02
standards-nextjs
software-developers

Use when working in a Next.js 15 App Router project โ€” editing app/, src/app/, components/, server actions, or route handlers. Enforces project conventions for queries, mutations, and data fetching.

2026-06-30
standards-typescript
software-developers

Use when editing *.ts or *.tsx files in this project. Enforces TypeScript conventions including Zod-derived types, Prisma type patterns, type-only imports, and shared constant extraction.

2026-06-30
browser-testing-with-devtools
software-quality-assurance-analysts-and-testers

Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyse network requests, profile performance, or verify visual output with real runtime data. Requires the chrome-devtools MCP server to be configured.

2026-06-30
code-simplification
software-developers

Use when code feels over-engineered, before refactoring, or as a cleanup step after implementation. Use when asked to simplify, reduce complexity, or make code clearer. Do NOT use for performance optimization, feature work, or architecture redesign.

2026-06-30
Showing top 8 of 31 collected skills in this repository.
Showing 2 of 2 repositories
All repositories loaded