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

anotherben

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

skills collected
133
repositories
3
updated
2026-06-29
repository explorer

Repositories and representative skills

blast-radius
software-developers

Project-grounded blast-radius tracing for code changes, PRs, diffs, files, symbols, or bugfixes, especially in Helpdesk-style repos. Use before editing, committing, merging, or reviewing when downstream callers, tests, routes, SQL, configs, schema, auth/tenant boundaries, external integrations, sibling bugs, or review-derived trap replays could be affected.

2026-06-29
bug-factory
software-developers

Standard rigorous multi-agent pipeline for bugs and build tasks that "must be workflowed". Engage when the user says "workflow this", "must be workflowed", "run the bug factory", "process the open bugs", "sweep and fix the bugs", or flags a build/bug task for the full pipeline. Sweeps open issues tagged `bug` (closes already-resolved ones), then runs each surviving bug through: confirm to plan/zoom-out/blast-radius convergence loop (fresh eyes) to build (one agent per file) to test to review (blast-radius + patch-or-fix + zoom-out) to verify (computer-use + Chrome on the local Cortex instance, explicit demonstrative proof) to ship (PR to dev, babysit, test on dev, PR to main, babysit, confirm on main). One agent = one job. Proof-or-STFU. The main merge is the only human-gated step.

2026-06-29
code-variable-audit
software-quality-assurance-analysts-and-testers

Audit pull requests, branches, diffs, or local source files for semantically suspicious variable, identifier, member-access, and payload-field usage. Use when checking wrong-object bugs such as product.id versus rexProduct.id, source-system identity confusion, alias erasure, mismatched payload keys, or cross-system variable mixups; optionally publishes open-PR comments or merged-PR investigation issues and hands explicit issue targets to issue-to-green-pr when publication is authorized.

2026-06-29
contract-manager
software-developers

Review plans, fixes, and designs before implementation so code can be built mechanically. Use before coding, contract review, spec audit, readiness checks, or post-implementation contract verification. Fails vague contracts and missing Mechanical Build Packet fields.

2026-06-29
daily-domain-migration-selector
software-developers

Use when choosing daily Helpdesk service-to-domain migration candidates, table ownership moves, write seam consolidation, domain README gaps, or A-plus architecture burn-down work before implementation.

2026-06-29
daily-domain-refactor-runner
software-developers

Use when inspecting Helpdesk domains for SRP, README, write-boundary, table ownership, or service-migration opportunities and when running one selected domain refactor lane through enterprise gates, PR audits, review loops, and explicit dev merge authorization.

2026-06-29
deep-think
software-developers

Mandatory read-only pre-action and plan-review protocol for substantive coding, debugging, design, review, refactor, system-analysis, workflow, and business-context work. Use this skill to prevent first-match excitement by forcing source-grounded reading, explicit zoom-out system mapping, operator/business framing, root-cause, blast-radius, ownership, status/lifecycle coverage, plan viability, edge-case, SRP/refactor, schema/live-DB, headless UI, and verification thinking before implementation. Deep Think must not edit files, create worktrees, delegate coding, mutate systems, or fix bugs; it produces a decision-quality handoff only. Apply by default on bug fixes, feature work, refactors, plan reviews, code reviews, incidents, architecture, risky config, schema/query/data-sensitive work, and UI/PDF/file workflows. Exempt only pure chat and tiny low-risk housekeeping.

2026-06-29
deploy-checklist
software-developers

Use when preparing to deploy code to production, merging to main, running migrations on production databases, or setting environment variables on Render. Use when the user mentions "deploy", "push to production", "merge to main", "run migrations", or asks about pending deploy items. Also use when reviewing what needs to happen before a feature goes live.

2026-06-29
Showing top 8 of 101 collected skills in this repository.
enterprise-brainstorm
software-developers

Deep enterprise brainstorming that turns vibe-coded ideas into Technical Design Documents. Four phases: EXTRACT (pull intent), DISCOVER (research codebase), PRODUCT DESIGN (user journeys, UI/UX, workflows, platform context), ENGINEER (full TDD). Thinks beyond technical solutions — designs the product, not just the code. Context-aware: auto-detects project type (Shopify app, SaaS, mobile, API, CLI) and applies platform-specific design thinking.

2026-05-04
enterprise-build
software-developers

Use when a locked enterprise contract exists and implementation must proceed through strict TDD, contract traceability, and staged review handoffs

2026-05-04
enterprise-compound
software-developers

Use when verified enterprise work or a resolved debugging session should be captured as searchable institutional knowledge with prevention guidance

2026-05-04
enterprise-contract
software-developers

Use when an enterprise implementation plan exists and work needs a locked contract with postconditions, invariants, consumer mapping, and traceability before build starts

2026-05-04
enterprise-debug
software-developers

4-phase systematic debugging: investigate, blast radius scan, root cause identification, TDD fix. Finds root causes not symptoms. Blast radius scan catches sibling bugs. 3-fail circuit breaker prevents fix-forward loops. Use for any bug, test failure, or unexpected behavior.

2026-05-04
enterprise-discover
software-developers

Use when starting enterprise work in a new repo, new worktree, unfamiliar package, or new computer, or whenever commands, paths, conventions, portability, or project traps are not yet known

2026-05-04
enterprise-forge
software-quality-assurance-analysts-and-testers

Use when reviewed enterprise work still needs adversarial probing, mechanical checks, and recycle-loop bug closure before final verification

2026-05-04
enterprise-harness
software-quality-assurance-analysts-and-testers

Use when enterprise work has been built and reviewed and needs a final mechanical ship gate before merge, install, or release-level signoff

2026-05-04
Showing top 8 of 20 collected skills in this repository.
enterprise-brainstorm
project-management-specialists

Deep enterprise brainstorming that turns vibe-coded ideas into Technical Design Documents. Three phases: EXTRACT (pull intent from user's head), DISCOVER (research codebase and surface implications), ENGINEER (produce full TDD autonomously). Use when starting any feature, system, or significant change. The user describes what they want — you deliver the engineering.

2026-03-14
enterprise-build
software-developers

Strict TDD implementation following the contract. Write test first, watch it fail, write minimal code to pass. No production code without a failing test. Interleave RED→GREEN cycles — one test, one piece of code, repeat. Supports Solo, Subagent, and Swarm execution modes.

2026-03-14
enterprise-compound
project-management-specialists

Captures institutional knowledge after solving problems. Documents what was solved, how, and how to prevent it. Searchable by tags and categories. Builds organizational memory that compounds over time. Use after fixes are verified or features are complete.

2026-03-14
enterprise-contract
software-quality-assurance-analysts-and-testers

Creates mechanical contracts with postconditions, invariants, error cases, and consumer maps. Every postcondition is traceable to a test and a code line. Contracts must exist before any source code edits. Use after enterprise-plan.

2026-03-14
enterprise-debug
software-quality-assurance-analysts-and-testers

4-phase systematic debugging: investigate, blast radius scan, root cause identification, TDD fix. Finds root causes not symptoms. Blast radius scan catches sibling bugs. 3-fail circuit breaker prevents fix-forward loops. Use for any bug, test failure, or unexpected behavior.

2026-03-14
enterprise-discover
software-developers

Deep codebase learning agent. Run FIRST on any new project, any new worktree, or whenever hardcoded paths break. Produces stack-profile.json, stack-traps.json, and stack-best-practices.json that all enterprise-* skills consume. Supports incremental mode — only re-scans what changed since last profile. Without this, the pipeline guesses — and guesses wrong.

2026-03-14
enterprise-forge
software-quality-assurance-analysts-and-testers

Adversarial code review with mechanical checks, contract probing, and 5 adversarial lenses. Bugs recycle to contract for full TDD treatment. 3-fail circuit breaker prevents infinite loops. Use after enterprise-review.

2026-03-14
enterprise-harness
software-quality-assurance-analysts-and-testers

Orchestrator-facing mechanical gate with 10 checks. Runs after builder returns code, before merge. Builder cannot see or game these checks. Produces PASS/FAIL verdict with exact failure details. Use as the final quality gate before shipping.

2026-03-14
Showing top 8 of 12 collected skills in this repository.
Showing 3 of 3 repositories
All repositories loaded