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

89jobrien

Repository-level view of 277 collected skills across 17 GitHub repositories.

skills collected
277
repositories
17
updated
2026-07-07
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
steve
67 skills · 2026-04-05
Software DevelopersProject Management SpecialistsSoftware Quality Assurance Analysts & TestersInformation Security AnalystsNetwork & Computer Systems AdministratorsData Scientists
17 occupation categories · 100% classified
24%share
#02
godmode
63 skills · 2026-07-07
Software DevelopersComputer Occupations, All OtherSoftware Quality Assurance Analysts & TestersCost EstimatorsEditorsManagement Analysts
7 occupation categories · 100% classified
23%share
#03
dotfiles
48 skills · 2026-04-11
Software DevelopersNetwork & Computer Systems AdministratorsSoftware Quality Assurance Analysts & TestersProject Management SpecialistsDatabase ArchitectsFile Clerks
7 occupation categories · 100% classified
17%share
#04
atelier
26 skills · 2026-06-08
Software DevelopersSoftware Quality Assurance Analysts & TestersProject Management Specialists
3 occupation categories · 100% classified
9.4%share
#05
pjlib
17 skills · 2026-03-16
Software DevelopersSoftware Quality Assurance Analysts & TestersNetwork & Computer Systems AdministratorsInformation Security AnalystsProofreaders & Copy Markers
5 occupation categories · 100% classified
6.1%share
#06
warpx
16 skills · 2026-05-03
Software DevelopersSoftware Quality Assurance Analysts & TestersProject Management Specialists
3 occupation categories · 100% classified
5.8%share
#07
langchainx
15 skills · 2026-05-03
Software DevelopersSoftware Quality Assurance Analysts & TestersData Scientists
3 occupation categories · 100% classified
5.4%share
#08
cannibalizer
6 skills · 2026-04-26
Software Developers
1 occupation categories · 100% classified
2.2%share
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

code-permutation-testing
software-quality-assurance-analysts-and-testers

Systematic testing of code variations, edge cases, boundary conditions, and alternative implementations. This skill provides methodologies and tools for exhaustive testing including input permutation, code path analysis, mutation testing, and implementation alternatives. Use when ensuring code robustness through comprehensive test coverage or when exploring edge cases and boundary conditions.

2026-04-05
mlx-fine-tuning
data-scientists-152051

Specialized skill for MLX-based LLM fine-tuning on Apple Silicon. This skill should be used when working with LoRA fine-tuning, model conversion from HuggingFace to MLX format, adapter management, hyperparameter tuning, memory optimization, and benchmarking on M1/M2/M3/M4 chips.

2026-04-05
brainstorming
software-developers

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

2026-03-04
dispatching-parallel-agents
software-developers

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

2026-03-04
n8n-development
software-developers

n8n workflow development patterns, testing, validation, and best practices for building composable webhook workflows

2026-03-04
planning-with-files
project-management-specialists

Transforms workflow to use Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Use when starting complex tasks, multi-step projects, research tasks, or when the user mentions planning, organizing work, tracking progress, or wants structured output.

2026-03-04
python-uv
software-developers

Use UV for Python dependency management. Use when setting up Python projects, creating Dockerfiles for Python apps, or managing dependencies & `pyproject.toml` files. UV provides deterministic resolution, speed, and reproducibility.

2026-03-04
ralph-tui-create-beads
software-developers

Convert PRDs to beads for ralph-tui execution. Creates an epic with child beads for each user story. Use when you have a PRD and want to use ralph-tui with beads as the task source. Triggers on: create beads, convert prd to beads, beads for ralph, ralph beads.

2026-03-04
Showing top 8 of 67 collected skills in this repository.
godmode-introspection
computer-occupations-all-other

Audit godmode skills, agents, and plugin files for internal consistency, broken references, stale commands, and cross-skill contradictions. Use when asked to "introspect", "audit the skills", "review godmode", or after adding new skills.

2026-07-07
godmode-using-godmode
computer-occupations-all-other

Use at the start of every conversation to orient to available skills and workspace rules. Replaces superpowers entirely. Triggers on session start, "/godmode", or "what skills do you have".

2026-07-07
godmode-memory-banking
software-developers

Generate and maintain a `.ctx/godmode/memory-bank/` directory that captures project context backed by source code. The memory bank is injected into prompts via lifecycle hooks and updated incrementally as work progresses. Use when starting a new project, onboarding to an unfamiliar codebase, or when context drift is detected.

2026-07-03
godmode-agent-governance
software-developers

Patterns and techniques for adding governance, safety, and trust controls to AI agent systems in Rust. Use this skill when building agents that call external tools, implementing policy-based access controls, adding semantic intent classification to detect dangerous prompts, creating trust scoring systems for multi-agent workflows, building audit trails, or enforcing rate limits and content filters. Covers policy composition, tool wrappers, trust decay, and JSONL audit trails — all in Rust.

2026-07-03
godmode-changelog
software-developers

Parse git history into structured changelogs. Use to generate release notes, audit commit conventions before tagging, or integrate with `godmode release` workflow.

2026-07-03
godmode-dead-code
software-developers

Dead code detector for Rust workspaces. Finds unused public API surface, orphaned test helpers, stale feature flags, and plugin artifacts referencing removed CLI subcommands. Cross-references pub exports against call sites across the workspace.

2026-07-03
godmode-issue-triage
software-developers

Triage and prioritize GitHub issues by type (bug/feature/chore), complexity (S/M/L), and priority (P1-P4). Detect duplicates, propose execution order, and generate task graphs for godmode automation.

2026-07-03
godmode-parallel-agents
software-developers

Use when facing 2 or more independent tasks that have no shared state or sequential dependencies between them. Triggers on multiple failing tests from different root causes, independent crate implementations, or independent task chains in GODMODE.tasks.yaml.

2026-07-03
Showing top 8 of 63 collected skills in this repository.
analyze
software-developers

Deep codebase analysis — architecture health, test coverage gaps, tech debt, and actionable findings

2026-04-11
commit
software-developers

Run pre-commit checks (fmt, clippy, test) then stage, commit, and push with a conventional message

2026-04-11
review
software-quality-assurance-analysts-and-testers

Review staged or recent changes for correctness, style, and Rust conventions before committing

2026-04-11
1password-tailscale
network-and-computer-systems-administrators

Use when SSHing into remote machines, looking up credentials, renaming Tailscale devices, or accessing services on the tailnet. Symptoms - SSH auth failures, too many authentication failures, command not found tailscale, need to find credentials for remote machines.

2026-04-11
async-sync-bridge
software-developers

Use when mixing Tokio async code with synchronous blocking I/O libraries (tar, flate2, zip, csv), or when seeing "cannot block the current thread from within the async context" panics, or needing to stream async bytes into a sync reader.

2026-04-11
baml-iteration
software-developers

Structured BAML schema edit → validate → test loop for the devloop project. Use when editing any *.baml file in crates/baml/baml_src/ — covers version parity gotchas, uvx invocation, regeneration workflow, and the analyze verify step.

2026-04-11
chunked-file-reading
software-developers

Use when reading large files (logs, JSONL, CSVs) that exceed context limits, when the Read tool returns truncated output, or when needing to locate a specific section in a multi-thousand-line file without reading everything.

2026-04-11
daily-orchestration
software-developers

Use when running daily maintenance across all repos — pull, analyze, fix P0s, synthesize to Obsidian, push. Invoke via /daily-orchestration or at start of day.

2026-04-11
Showing top 8 of 48 collected skills in this repository.
insights-audit
software-developers

Use when the user runs "/insights-audit", asks to "validate the insights report", "audit the report against my projects", "check what the report got wrong", or wants to cross-check an /insights-generated HTML report against actual GitHub repos and local project directories.

2026-06-08
project-pulse
software-developers

This skill should be used when the user asks to "end session", "capture state", "session summary", "what changed this session", "summarize repos", "write session notes", or wants to capture multi-repo state at the end of a work session.

2026-06-08
self-review
software-developers

Fill in the Patterns & Surprises section of the latest session reflect file and write the completed review to .ctx/logs/self-review/. Use when the user runs "/self-review", asks to "fill in the reflect", "write the session review", or "what patterns did we hit".

2026-06-08
using-rslm
software-developers

Use when working on the rslm project — Recursive Language Model inference engine in Rust. Triggers on "rslm", "RLM", "recursive language model", "rhai built-ins", "ctx_grep", "ctx_slice", "rlm_call", "rslm-core", "rslm-providers", "rslm-store", or any question about running queries, ingesting documents, or writing Rhai scripts for the RLM loop.

2026-06-08
ai-review
software-quality-assurance-analysts-and-testers

This skill should be used when the user asks to "review this diff", "ai review", "security review my changes", "review before push", "check my code for issues", or wants an LLM-based security and correctness review of uncommitted or unpushed changes.

2026-04-29
commit-msg
software-developers

This skill should be used when the user asks to "generate commit message", "write a commit msg", "ai commit", "generate a conventional commit", "write my commit", or wants an LLM to draft a commit message from the staged diff.

2026-04-29
harbor-adapter
software-developers

Use this skill when the user says "build a harbor adapter", "adapt this benchmark for harbor", "harbor adapter for X", "port this benchmark to harbor", or wants to integrate any benchmark dataset into the Harbor evaluation framework (https://harborframework.com).

2026-04-29
merge
software-developers

Use when the user wants to merge a branch, resolve conflicts, integrate remote changes, or recover from a push rejection. Covers push rejection triage, fetch, merge strategy selection, conflict resolution, and verification.

2026-04-29
Showing top 8 of 26 collected skills in this repository.
ai-slop-remover
software-developers

Remove AI-generated code slop by comparing current branch against base branch and eliminating unnecessary comments, defensive bloat, type workarounds, and style inconsistencies. Use this skill when reviewing AI-generated code, before merging PRs, when code quality seems degraded, or when you notice AI tells like excessive comments or defensive checks. Trigger for phrases like "remove slop", "clean AI code", "remove unnecessary code", "fix code quality", or when diff shows obvious AI-generated patterns.

2026-03-16
baml-standards
software-developers

Expert BAML (BoundaryML) schema design, code review, and test generation following established standards and conventions. Use this whenever users mention BAML, want to design AI functions, create schemas for LLM interactions, generate test cases, or review existing BAML code. Covers class/function/enum design, client configuration, prompt engineering, and comprehensive testing patterns.

2026-03-16
component-auditor
software-quality-assurance-analysts-and-testers

Audit Claude Code agents, skills, commands, and hooks for quality, completeness, and adherence to templates and best practices. Use this skill when reviewing workspace components, ensuring quality standards, preparing for deployment, or investigating component issues. Trigger for phrases like "audit components", "check agents", "review skills", "validate commands", or proactively before major releases or when onboarding new components.

2026-03-16
devloop
software-developers

Comprehensive helper for working with the DevLoop development observability tool - both using it to analyze development patterns and contributing to its development. Use when running DevLoop commands, interpreting council mode analysis, understanding git activity patterns, reviewing Claude Code sessions, or working on DevLoop's hexagonal architecture codebase. Trigger for phrases like "run devloop", "analyze branch", "council mode", "development patterns", or when working on the DevLoop Rust codebase itself.

2026-03-16
emoji-remover
proofreaders-and-copy-markers-439081software-developers

Remove emojis from project files and replace them with text equivalents. Use this skill when the user mentions removing emojis, cleaning up documentation, code review mentions emoji issues, or when you notice emojis in files that should be emoji-free. Also trigger for phrases like "clean emojis", "no emojis", "remove emoji", or "emoji cleanup".

2026-03-16
git-bisect-guide
software-quality-assurance-analysts-and-testers

Guide automated git bisect sessions to find regression commits with smart test execution and commit analysis. Use this skill when tracking down bugs introduced by specific commits, finding when tests started failing, debugging performance regressions, or investigating when features broke. Trigger for phrases like "find the bad commit", "when did this break", "bisect", "regression hunt", or when the user needs to identify which commit introduced an issue.

2026-03-16
git-branch-cleanup
software-developers

Automatically clean up merged branches, stale remotes, and organize repository structure. Use this skill when you notice merged branches, stale remote-tracking branches, cluttered branch lists, or when completing feature work. Trigger for phrases like "clean up branches", "delete merged branches", "prune remotes", "organize git", or when branch count exceeds 10-15 active branches. Also activate proactively after PR merges or when git branch output shows many [gone] references.

2026-03-16
miniboxarchitecture
software-developers

Navigate and understand minibox codebase architecture

2026-03-16
Showing top 8 of 17 collected skills in this repository.
writing-plans
project-management-specialists

Write an implementation plan as a markdown file, then immediately serialize it to a timestamped YAML task file in .ctx/tasks/. Use before touching any code when given a spec or approved design.

2026-05-03
godmode-brainstorm
software-developers

Design-first workflow for new features, components, or architecture decisions. Use before writing any code — get explicit approval on a design first.

2026-05-03
godmode-cap
software-developers

Commit-and-push workflow with validation. Use when asked to "cap", "commit and push", or "ship it".

2026-05-03
godmode-debug
software-developers

Systematic debugging for Rust. Use before proposing any fix — establish root cause first, then write a failing test, then fix.

2026-05-03
godmode-parallel
software-developers

Dispatch parallel subagents for independent tasks. Use when 2+ tasks have no shared state or sequential dependencies.

2026-05-03
godmode-tasks
software-developers

Task graph management for a session. Use to create tasks, track progress, execute the next unblocked task, or manage dependencies between work items.

2026-05-03
godmode-tdd
software-quality-assurance-analysts-and-testers

Test-driven development workflow for Rust. Use before writing any implementation code — write a failing test first, then implement, then refactor.

2026-05-03
godmode-verify
software-quality-assurance-analysts-and-testers

Verification gate before claiming any work is complete. Use before committing, creating a PR, or reporting "done".

2026-05-03
Showing top 8 of 16 collected skills in this repository.
Showing top 8 of 15 collected skills in this repository.
classify
software-developers

Debug or inspect classifier output for specific files or paths. Shows which rule fired and why. Use when the user asks "why was this classified as X", "what kind is this file", "debug classification", or wants to understand classifier behavior.

2026-04-26
cannibalizer
software-developers

Absorb a foreign repo into the Rust ecosystem. Full pipeline: scan, classify, plan routing, generate hexagonal stubs, and execute. Use when the user says "cannibalize", "absorb", "strip", or points at a non-Rust repo to harvest. Orchestrates the scan -> plan -> gen -> eat pipeline with approval gates between stages.

2026-04-26
eat
software-developers

Run cnbl eat to execute a migration plan -- copies generated stubs into destination repos and archives originals to the vault. Use when the user wants to "execute the plan", "absorb the files", "do the migration", or "eat it".

2026-04-26
gen
software-developers

Run cnbl gen to create hexagonal Rust stubs from a migration plan. Generates domain types, port traits, and adapter skeletons. Use when the user wants to "generate stubs", "scaffold components", or "create Rust skeletons".

2026-04-26
plan
software-developers

Run cnbl plan to route classified items to ecosystem repos. Takes scan JSONL as input, matches items against repos.json, and outputs routing decisions. Use when the user wants to "plan migration", "route items", or "decide where files go".

2026-04-26
scan
software-developers

Run cnbl scan on a target repo to classify every file by kind (domain logic, port, adapter, script, spec, config, glue, discard). Outputs JSONL. Use when the user wants to "scan a repo", "see what's in a project", or "classify files".

2026-04-26
Showing 12 of 17 repositories