Skip to main content
Execute qualquer Skill no Manus
com um clique
89jobrien
Perfil de criador do GitHub

89jobrien

Visão por repositório de 277 skills coletadas em 17 repositórios do GitHub.

skills coletadas
277
repositórios
17
atualizado
2026-07-07
mapa de repositórios

Onde as skills estão

Principais repositórios por número de skills coletadas, com sua participação neste catálogo do criador e sua distribuição ocupacional.

#01
steve
67 skills · 2026-04-05
Desenvolvedores de softwareEspecialistas em gestão de projetosAnalistas de garantia de qualidade de software e testadoresAdministradores de redes e sistemas de computadorAnalistas de segurança da informaçãoAnalistas de pesquisa de mercado e especialistas em marketing
17 categorias ocupacionais · 100% classificado
24%participação
#02
godmode
63 skills · 2026-07-07
Desenvolvedores de softwareOutras ocupações de informáticaAnalistas de garantia de qualidade de software e testadoresAnalistas de gestãoAnalistas de notícias, repórteres e jornalistasEditores
7 categorias ocupacionais · 100% classificado
23%participação
#03
dotfiles
48 skills · 2026-04-11
Desenvolvedores de softwareAdministradores de redes e sistemas de computadorAnalistas de garantia de qualidade de software e testadoresEspecialistas em gestão de projetosArquitetos de banco de dadosEscriturários de arquivos
7 categorias ocupacionais · 100% classificado
17%participação
#04
atelier
26 skills · 2026-06-08
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresEspecialistas em gestão de projetos
3 categorias ocupacionais · 100% classificado
9.4%participação
#05
pjlib
17 skills · 2026-03-16
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresAdministradores de redes e sistemas de computadorAnalistas de segurança da informaçãoRevisores e marcadores de cópia
5 categorias ocupacionais · 100% classificado
6.1%participação
#06
warpx
16 skills · 2026-05-03
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresEspecialistas em gestão de projetos
3 categorias ocupacionais · 100% classificado
5.8%participação
#07
langchainx
15 skills · 2026-05-03
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresCientistas de dados
3 categorias ocupacionais · 100% classificado
5.4%participação
#08
cannibalizer
6 skills · 2026-04-26
Desenvolvedores de software
1 categorias ocupacionais · 100% classificado
2.2%participação
Os 8 principais repositórios são exibidos aqui; a lista completa continua abaixo.
explorador de repositórios

Repositórios e skills representativas

code-permutation-testing
Analistas de garantia de qualidade de software e testadores

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
Cientistas de dados

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
Desenvolvedores de software

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
Desenvolvedores de software

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

2026-03-04
n8n-development
Desenvolvedores de software

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

2026-03-04
planning-with-files
Especialistas em gestão de projetos

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Mostrando as 8 principais de 67 skills coletadas neste repositório.
godmode-introspection
Outras ocupações de informática

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
Outras ocupações de informática

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Mostrando as 8 principais de 63 skills coletadas neste repositório.
analyze
Desenvolvedores de software

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

2026-04-11
commit
Desenvolvedores de software

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

2026-04-11
review
Analistas de garantia de qualidade de software e testadores

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

2026-04-11
1password-tailscale
Administradores de redes e sistemas de computador

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Mostrando as 8 principais de 48 skills coletadas neste repositório.
insights-audit
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Mostrando as 8 principais de 26 skills coletadas neste repositório.
ai-slop-remover
Desenvolvedores de software

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
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

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
Revisores e marcadores de cópiaDesenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

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
Desenvolvedores de software

Navigate and understand minibox codebase architecture

2026-03-16
Mostrando as 8 principais de 17 skills coletadas neste repositório.
writing-plans
Especialistas em gestão de projetos

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
Desenvolvedores de software

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
Desenvolvedores de software

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

2026-05-03
godmode-debug
Desenvolvedores de software

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
Desenvolvedores de software

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

2026-05-03
godmode-tasks
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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
Analistas de garantia de qualidade de software e testadores

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

2026-05-03
Mostrando as 8 principais de 16 skills coletadas neste repositório.
Mostrando as 8 principais de 15 skills coletadas neste repositório.
classify
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Mostrando 12 de 17 repositórios