Skip to main content
marcusgoll
GitHub creator profile

marcusgoll

Repository-level view of 52 collected skills across 3 GitHub repositories.

skills collected
52
repositories
3
updated
Jul 30, 2026
repository explorer

Repositories and representative skills

git-workflow-enforcer
software-developers

Enforce git commits after every phase and task to enable rollback and prevent lost work. Auto-trigger when completing phases, tasks, or when detecting uncommitted changes. Auto-commit with Conventional Commits format. Verify branch safety, check for merge…

Apr 23, 2026
optimization-phase
software-developers

Validates production readiness through performance benchmarking, accessibility audits, security reviews, and code quality checks. Use after implementation phase completes, before deployment, or when conducting quality gates for features. (project)

Apr 23, 2026
ultrathink
software-developers

Deep planning philosophy for craftsman-level architecture. Transforms planning from research-then-design to research-question-simplify-design. Use when --deep flag is set, for epics, complex features (30+ tasks), or when auto_deep_mode preference is enabled.…

Dec 16, 2025
shadcn-integration
web-developers

Integration guide for shadcn/ui components with OKLCH design tokens. Use when setting up shadcn, customizing themes, or adding components to Next.js projects. Auto-trigger on /init --tokens --shadcn flag.

Dec 16, 2025
dry-run
software-developers

Preview command effects without making changes. Simulates file writes, git operations, agent spawns, and state changes. All reads execute normally for accurate preview. Use --dry-run flag on any command.

Dec 15, 2025
error-recovery
software-developers

Classify workflow failures and attempt automatic recovery. Use when sprint/feature fails during implementation to determine if auto-fix is possible or manual intervention required.

Dec 14, 2025
regression-test-generator
software-quality-assurance-analysts-and-testers

Generate regression tests when bugs are discovered during /debug or continuous checks. Auto-detects test framework, creates Arrange-Act-Assert tests, and links to error-log.md entries. (project)

Dec 12, 2025
anti-duplication
software-developers

Before implementing new code (endpoints, components, services, models), search the codebase for existing patterns to reuse. Prevent code duplication by finding and suggesting similar implementations. Auto-trigger when user asks to create, implement, add, or…

Dec 9, 2025
Showing 8 of 35 collected skills.
design-tournament
web-and-digital-interface-designers

Produce a design reference where none exists, by interrogating the problem then running a blind round-robin between candidates. Use when starting a new page or surface with no prototype, when the existing prototype has been outgrown, or when the user asks to…

Jul 30, 2026
blind-critic
web-and-digital-interface-designers

Judge a built surface against a reference artifact via blind A/B comparison. Use during the REVIEW phase of deep loop, or ad hoc when the user asks to "critique the UI against the prototype", "blind critic", "compare to the design", or "is this as good as the…

Jul 30, 2026
deep-status
software-developers

Check deep loop progress and session state. Use when user asks 'what status', 'where are we', 'deep status'. Shows phase, tasks, and iteration count.

Feb 7, 2026
cancel-deep
software-developers

Cancel active deep loop session. Use when user asks to 'stop deep', 'cancel deep', 'abort loop'. Cleans up state files.

Feb 7, 2026
cancel-ralph
software-developers

Stop ralph mode PRD processing. Use when user asks to 'cancel ralph', 'stop autonomous mode'. Halts background execution.

Feb 7, 2026
deep-add
software-developers

Add tasks to deep loop queue (.deep/tasks.md). Use when user asks to 'add task', 'queue this', 'deep add'. Interactively gathers task details.

Feb 7, 2026
deep-cleanup
network-and-computer-systems-administrators

Clean up stale deep loop files. Use when user asks to 'clean up', 'remove .deep directories'. Removes old session artifacts.

Feb 7, 2026
deep-execute
software-developers

Process queued tasks from .deep/tasks.md. Use when user asks to 'execute queue', 'process tasks', 'run queued work'. Supports multi-session claim-based coordination with git conflict handling.

Feb 7, 2026
Showing 8 of 16 collected skills.
Showing 3 of 3 repositories
All repositories loaded