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

demarcushill20

Repository-level view of 76 collected skills across 1 GitHub repositories, including approximate occupation coverage.

skills collected
76
repositories
1
occupation fields
4
updated
2026-04-28
repository explorer

Repositories and representative skills

#001
Nova-Core
76 skills00updated 2026-04-28
100% of creator
brainstorming
Project Management Specialists

Use before any creative engineering work — designing a feature, adding a component, or modifying behavior. Explores intent, constraints, and design options before implementation. Also use when the user says 'brainstorm', 'design', 'let's think through', or describes a new capability without an implementation plan.

2026-04-28
novatrade-parity-check
Software Developers

Verify that NovaTrade live FTMO trades match the IRB v5 backtest for a given window. Pulls live deals from MetaApi, runs the same window through the backtest engine, runs the parity diff, then classifies each divergence as uptime-gap / bar-feed / price-drift / strategy-drift / real-mismatch and reports a headline. Invoke on 'parity check', 'verify this week's trades', 'are live trades matching the backtest', 'live vs backtest for [date range]', 'did we trade what we should have', or any time the operator wants to know if live execution matches the validated baseline.

2026-04-26
finishing-a-development-branch
Software Developers

Use when implementation is complete, tests pass, and you need to decide how to integrate the work. Runs pre-ship gates (tests, clean tree) then presents merge/PR/keep/discard options. Invoke on 'finish this branch', 'wrap this up', 'are we ready to ship', or before /ship on a feature branch.

2026-04-24
dispatching-parallel-agents
Software Developers

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies. Dispatches one focused subagent per independent problem domain, concurrently, preserving the main context for coordination. Invoke on 'fan this out', 'parallelize', 'send these in parallel', or when 3+ unrelated test files are failing.

2026-04-24
self-verification
Software Quality Assurance Analysts & Testers

Validate tool results and skill outputs to ensure correctness, completeness, and contract compliance before finalizing a task. Enforces evidence-before-claims: no completion claim without fresh verification output.

2026-04-24
systematic-debugging
Software Developers

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes. Enforces a 4-phase root-cause process with a 3-attempt escalation to architectural review. Invoke when the operator says 'debug', 'investigate', 'figure out why', or pastes an error message / failing test.

2026-04-24
test-driven-development
Software Developers

Use when implementing any feature or bugfix, before writing implementation code. Enforces red-green-refactor and the Iron Law: no production code without a failing test first. Invoke when the operator says 'add tests', 'TDD this', 'write a test for X', or is about to add new behavior to existing code.

2026-04-24
using-git-worktrees
Software Developers

Use when starting feature work that needs isolation from the current workspace or before executing an implementation plan. Creates an isolated git worktree with systematic directory selection, ignore-verification, dependency install, and clean test baseline. Invoke on 'worktree this', 'isolate this work', or before implementation-team picks up a risky plan.

2026-04-24
Showing top 8 of 76 collected skills in this repository.
Showing 1 of 1 repositories
All repositories loaded