Skip to main content
在 Manus 中运行任何 Skill
一键导入
$pwd:
delorenj
GitHub 创作者资料

delorenj

按仓库查看 15 个 GitHub 仓库中的 460 个已收集 skills,并展示近似职业覆盖。

已收集 skills
460
仓库
15
职业领域
4
更新
2026-05-27
仓库分布

Skills 分布在哪些仓库

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

这里展示前 8 个仓库;完整仓库列表在下方继续。
仓库浏览

仓库与代表性 skills

#001
skillex
158 个 skills00更新于 2026-05-27
占该创作者 34%
hermes-agent-fork-sync
软件开发工程师

Sync delorenj/hermes-agent fork with NousResearch/hermes-agent upstream while preserving fork-only paths, the agents/hermes/pm/runtime submodule, and the 3 fork-side code tweaks. Use when running /hermes-sync, when the user says "sync the fork", or when you need to pull in upstream hermes-agent commits without losing local customization.

2026-05-27
33god-task-triage
项目管理专家

Facilitates a single point of ingress for any and all tasks. Used when pulling a new `inbox` task from the 33god plane workspace, or any prompt that explicitly or implicitly describes a non-trivial task. Triggered by `add a feature`, `task.inbox.new` event.

2026-05-24
agent-browser
软件质量保证分析师与测试员

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

2026-05-24
agent-team-kit
软件开发工程师

Framework for self-sustaining AI agent teams with self-service work queues, role ownership, continuous discovery, and proactive operation via heartbeat loops.

2026-05-24
agno
软件开发工程师

Agno AI agent framework. Use for building multi-agent systems, AgentOS runtime, MCP server integration, and agentic AI development.

2026-05-24
ascii-cli-logo-banner
软件开发工程师

Entry point for ASCII CLI banners. Choose the Python built-in font skill or the figlet.js/FIGfont skill depending on needs.

2026-05-24
ascii-terminal-animation-pack
软件开发工程师

Plan and generate terminal ASCII animations/screensaver-style output (FPS, refresh rules, loop policy, low-flicker guidance), with a static poster frame and an optional local demo script.

2026-05-24
async-pr-review
软件开发工程师

Trigger this skill when the user wants to start an asynchronous PR review, run background checks on a PR, or check the status of a previously started async PR review.

2026-05-24
当前展示该仓库 Top 8 / 158 个已收集 skills。
#002
bhappy
137 个 skills00更新于 2026-05-05
占该创作者 30%
当前展示该仓库 Top 8 / 137 个已收集 skills。
#003
00_ceiling
83 个 skills00更新于 2026-05-12
占该创作者 18%
bloodbank-integration
软件开发工程师

Integrate services or agent harnesses into the 33GOD bloodbank event bus. Covers event schemas via holyfields, producing events (NATS direct recommended; Dapr, HTTP /publish, hookd_bridge as alternatives), consuming events (NATS subscribe; Dapr, FastStream, event-toaster catch-all), and wiring agentic coder hooks (Claude Code via hookd, GitHub Copilot CLI via copilot-hooks). Use for adding event publish/consume to a 33GOD service, authoring a schema, integrating a new harness (OpenCode, Cursor, Aider, Codex CLI), or debugging missing envelopes. Triggers include bloodbank, event bus, fire/publish/subscribe bloodbank, NATS subject event., holyfields, CloudEvents, hookd, event-toaster, ntfy.delo.sh/bloodbank, copilot-hooks, agent.session.started, agent.tool.invoked, command.{agent}.{action}. Skip for generic RabbitMQ/NATS/Kafka, n8n (workflow-router), hindsight memory (hindsight), or non-event-bus 33GOD (33god). Biases NATS+holyfields, against hand-edited envelopes or bypassing the bus.

2026-05-12
delonet-workflow-router
软件开发工程师

Decision skill for new automation work. Routes the request to the right tool (n8n, a Python service, a Claude skill, cron+bash, or extending an existing workflow) and queries the n8n registry first so existing workflows are not reinvented. Use when the user wants to build, create, wire up, automate, schedule, integrate, or trigger anything. Trigger phrases include "wire up", "automate", "when X happens do Y", "build a workflow", "n8n workflow", "schedule X", "integrate A with B", "webhook", "event-driven", "pipeline", "trigger". ALWAYS run BEFORE designing or implementing new automation, even if the user already named a specific tool. Owner Jarad DeLorenzo, n8n at https://n8n.delo.sh.

2026-05-12
hindsight
软件开发工程师

Persistent agent memory via self-hosted Hindsight. Retain knowledge, recall context, reflect on patterns. Includes multi-bank routing architecture for agent orgs.

2026-05-12
tflo-agent-orchestrator
项目管理专家

Entry-point agent for the tflo (Intelliforia Trello Flow) module. Owns the FSM (idle → implementing → verifying → pr-ready → idle, plus escalated escape) and orchestrates the triage → implement → verify → create-pr cycle by invoking the workflow SKILLs. Use when the user wants to start, resume, check status, abort, or autonomously loop through Intelliforia Trello tickets. Triggers on phrases like "tflo start", "what should I work on next on Intelliforia", "claim the next ticket", "resume the loop".

2026-05-12
tflo-create-pr
软件开发工程师

PR-creation workflow for the tflo (Intelliforia Trello Flow) module. Pushes the ticket branch, opens a PR with a type-aware body (QA instructions for code, summary of findings for discovery, design rationale for design, scannability notes for doc), generates a retro doc, mirrors learnings to Hindsight, moves the Trello card to In Review, and resets the FSM to idle.

2026-05-12
tflo-implement
软件开发工程师

Implementation workflow for the tflo (Intelliforia Trello Flow) module. Routes the active ticket through the appropriate subagent chain based on its detected type (code/bug/feature/refactor/discovery/design/doc), produces the deliverable artifacts (architect plan, test plan, dev story, code commits OR analysis doc OR design doc), and transitions the FSM from implementing to verifying. The type field in current-ticket.md determines which chain runs.

2026-05-12
tflo-setup
软件开发工程师

Idempotent setup workflow for the tflo (Intelliforia Trello Flow) module. Validates env vars, fetches the initial Trello board snapshot, scaffolds the memory bank skeleton, auto-detects the bot user, and (optionally) updates the project's commit-msg hook to accept tflo-prefixed commits. Re-runnable for re-config.

2026-05-12
tflo-triage
软件开发工程师

Pick the next Trello card to work on. Scores open cards on the Intelliforia board, claims the top one, moves it to In-Progress, creates the branch, writes FSM state. Use when the user says "what should I work on?", "tflo start", "claim next ticket", or when the orchestrator loops idle → triage. Mutates Trello + git on claim.

2026-05-12
当前展示该仓库 Top 8 / 83 个已收集 skills。
#004
skills
53 个 skills91更新于 2026-03-30
占该创作者 12%
openclaw-agent-management
软件开发工程师

This skill codifies the standards and workflows for this machine's openclaw agent gateway configuration. Use this skill when provisioning new agents or managing existing ones. Trigger phrases are "add a new agent", "update [agent's name] identity"

2026-03-30
33god
软件开发工程师

Unified 33GOD master skill and router. Use for any 33GOD request: architecture context, project creation, task execution, coding workflow, service development, workflow generation, and platform-level orchestration. This skill routes to focused references/workflows/scripts for incremental discovery.

2026-03-30
ecosystem-patterns
软件开发工程师

Use this when creating new projects, generating documentation, cleaning/organizing a repo, suggesting architecture, deploying containers and services, naming files/folders, or when the user references 'ecosystem', 'patterns', or 'containers'. This skill outlines naming conventions, stack preferences, project organization (iMi worktrees), Docker patterns, and PRD structures from past conversations.

2026-03-30
mise-tasks
软件开发工程师

Orchestrate multi-step project workflows using mise task definitions with dependency management and argument handling. Use whenever the user wants to create, edit, or debug mise tasks, wire up task dependencies with depends/depends_post, or run workflows via 'mise run'. Also use when setting up task runners or automating build pipelines through mise. Do NOT use for mise environment variable configuration (use mise-configuration instead) or for general shell scripting unrelated to mise.

2026-03-30
obsidian-vault-management
项目管理专家

Codifies the standards and conventions for the creation, organization, categorization, and aggregation of data in the DeLoDocs obsidian vault. Use this skill when asked to add something 'to my vault' or 'in my vault', when creating any reports, instructions, updates, or any markdown documents that are intended to be viewed, and are NOT part of a project or repository.

2026-03-30
bub-email-triage
秘书和行政助理(法律、医疗和高管除外)

Bub's canonical workflow for inbox/calendar triage escalation filtering (known contacts, money/security risk, high-signal AI changes).

2026-03-25
context-self-heal
软件开发工程师

Agent-local context guard and deterministic compaction workflow (GOD-13). Use when context usage is high, when wiring auto-compaction/restart timers, or when deploying standardized context-monitor hooks across agents.

2026-03-25
monitoring-stack
网络与计算机系统管理员

Manage the homelab monitoring stack at ~/docker/stacks/monitoring/. Services: Prometheus, Grafana, Alertmanager (Telegram via DeLoNETBot), cadvisor, node-exporter, process-exporter, Loki, OTEL collector, Dockge, Uptime Kuma, health-monitor. Use when: (1) adding, editing, or debugging Prometheus alert rules, (2) managing or restarting monitoring services, (3) checking alert delivery or Telegram bot status, (4) diagnosing system performance issues (CPU hogs, memory bloat, swap pressure), (5) adding new scrape targets to Prometheus, (6) configuring Grafana dashboards or datasources, (7) any task referencing "monitoring", "alerts", "prometheus", "grafana", "cadvisor", "process-exporter", "alertmanager", "telegram alerts", or "DeLoNETBot".

2026-03-25
当前展示该仓库 Top 8 / 53 个已收集 skills。
#005
pr-jangler
13 个 skills00更新于 2026-05-13
占该创作者 2.8%
pr-jangler
软件质量保证分析师与测试员

PR Jangler hub. Cron-driven autonomous workflow for triaging, verifying, reviewing, fix-planning, adversarially validating, fix-implementing, deciding, and daily-reporting on a GitHub PR backlog. Use when the user mentions "PR jangler", "pr-jangler", "PR backlog workflow", "PR triage", "autonomous PR review", "fix-plan", "fix-PR", "adversarial validator", "PleaseAdvise", or wants to install, configure, or extend the PR Jangler BMad module. Routes to 12 phase skills, owns the cross-cutting state-file conventions, idempotency rules, GitHub-label vocabulary, and 1Password/SMTP/`gh`/`op` dependency map shared by every phase. Triggers on prj-setup, prj-orchestrator, prj-discover, prj-triage, prj-verify-claim, prj-review, prj-detect-overlap, prj-plan-fix, prj-validate-adversarial, prj-implement-fix, prj-decision, prj-report-daily.

2026-05-13
prj-decision
软件开发工程师

PR Jangler final-call workflow. Use when the orchestrator dispatches the decision phase for a reviewed PR or when the user runs 'prj-decision' to label, comment, and log a ready-to-merge / request-changes / close-as-not-now verdict.

2026-05-13
prj-detect-overlap
软件开发工程师

PR Jangler duplicate and overlap detector. Use when the orchestrator dispatches the overlap check after triage marked a PR as possible-duplicate, or when the user runs 'prj-detect-overlap' for manual debug.

2026-05-13
prj-discover
软件开发工程师

PR Jangler GitHub-to-queue sync. Use when the orchestrator dispatches the discovery sweep (on cadence or empty queue) or when the user runs 'prj-discover' for manual debug.

2026-05-13
prj-implement-fix
软件开发工程师

PR Jangler Tier-2 implementer. Use when prj-validate-adversarial passed for a PR and the orchestrator dispatches FixImpl. Pushes a fix branch and opens a fix-PR into the contributor's branch; falls back to a comment if the contributor's branch refuses PRs.

2026-05-13
prj-orchestrator
软件开发工程师

PR Jangler cron heartbeat dispatcher. Use when cron invokes one heartbeat of the PR backlog workflow or when the user runs 'prj-orchestrator' for manual debug.

2026-05-13
prj-plan-fix
软件开发工程师

PR Jangler fix-planning workflow. Use when a Trello-like comment claim on a PR has been verified by prj-verify-claim and a fix plus failing-test plan must be designed before any implementation. Activated by prj-orchestrator when a PR's phase is FixPlan.

2026-05-13
prj-report-daily
软件开发工程师

PR Jangler daily email reporter. Use when the orchestrator dispatches the daily report at the configured local hour or when the user runs 'prj-report-daily' for manual debug.

2026-05-13
当前展示该仓库 Top 8 / 13 个已收集 skills。
#006
voxxy
3 个 skills00更新于 2026-04-26
占该创作者 0.7%
#007
bmad-module-autopilot
3 个 skills00更新于 2026-04-26
占该创作者 0.7%
#008
dummies-book-creative-team
2 个 skills10更新于 2025-12-30
占该创作者 0.4%
#009
HeyMa-Satellite
2 个 skills00更新于 2026-04-11
占该创作者 0.4%
#011
flstudio-scripting-skill
1 个 skills32更新于 2026-02-06
占该创作者 0.2%
#012
god-docs-skill
1 个 skills00更新于 2026-02-11
占该创作者 0.2%
已展示 12 / 15 个仓库