Skip to main content
在 Manus 中运行任何 Skill
一键导入
89jobrien
GitHub 创作者资料

89jobrien

按仓库查看 17 个 GitHub 仓库中的 277 个已收集 skills。

已收集 skills
277
仓库
17
更新
2026-07-07
仓库分布

Skills 分布在哪些仓库

按已收集 skill 数展示主要仓库,并显示它们在该创作者目录中的占比和职业覆盖。

#01
steve
67 个 skills · 2026-04-05
软件开发工程师项目管理专家软件质量保证分析师与测试员信息安全分析师网络与计算机系统管理员市场调研分析师与营销专员
17 个职业分类 · 已分类 100%
24%占比
#02
godmode
63 个 skills · 2026-07-07
软件开发工程师其他计算机职业软件质量保证分析师与测试员成本估算师新闻分析师、记者与新闻从业者管理分析师
7 个职业分类 · 已分类 100%
23%占比
#03
dotfiles
48 个 skills · 2026-04-11
软件开发工程师网络与计算机系统管理员软件质量保证分析师与测试员项目管理专家数据库架构师档案文员
7 个职业分类 · 已分类 100%
17%占比
#04
atelier
26 个 skills · 2026-06-08
软件开发工程师软件质量保证分析师与测试员项目管理专家
3 个职业分类 · 已分类 100%
9.4%占比
#05
pjlib
17 个 skills · 2026-03-16
软件开发工程师软件质量保证分析师与测试员网络与计算机系统管理员信息安全分析师校对员和文稿标注员
5 个职业分类 · 已分类 100%
6.1%占比
#06
warpx
16 个 skills · 2026-05-03
软件开发工程师软件质量保证分析师与测试员项目管理专家
3 个职业分类 · 已分类 100%
5.8%占比
#07
langchainx
15 个 skills · 2026-05-03
软件开发工程师软件质量保证分析师与测试员数据科学家
3 个职业分类 · 已分类 100%
5.4%占比
#08
cannibalizer
6 个 skills · 2026-04-26
软件开发工程师
1 个职业分类 · 已分类 100%
2.2%占比
这里展示前 8 个仓库;完整仓库列表在下方继续。
仓库浏览

仓库与代表性 skills

code-permutation-testing
软件质量保证分析师与测试员

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
数据科学家

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
软件开发工程师

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
软件开发工程师

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

2026-03-04
n8n-development
软件开发工程师

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

2026-03-04
planning-with-files
项目管理专家

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
软件开发工程师

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
软件开发工程师

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
当前展示该仓库 Top 8 / 67 个已收集 skills。
godmode-introspection
其他计算机职业

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
其他计算机职业

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
当前展示该仓库 Top 8 / 63 个已收集 skills。
analyze
软件开发工程师

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

2026-04-11
commit
软件开发工程师

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

2026-04-11
review
软件质量保证分析师与测试员

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

2026-04-11
1password-tailscale
网络与计算机系统管理员

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
当前展示该仓库 Top 8 / 48 个已收集 skills。
insights-audit
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件质量保证分析师与测试员

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
当前展示该仓库 Top 8 / 26 个已收集 skills。
ai-slop-remover
软件开发工程师

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
软件开发工程师

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
软件质量保证分析师与测试员

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
软件开发工程师

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
校对员和文稿标注员软件开发工程师

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
软件质量保证分析师与测试员

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
软件开发工程师

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
软件开发工程师

Navigate and understand minibox codebase architecture

2026-03-16
当前展示该仓库 Top 8 / 17 个已收集 skills。
当前展示该仓库 Top 8 / 16 个已收集 skills。
当前展示该仓库 Top 8 / 15 个已收集 skills。
classify
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
已展示 12 / 17 个仓库