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

tkellogg

按仓库查看 4 个 GitHub 仓库中的 51 个已收集 skills。

已收集 skills
51
仓库
4
更新
2026-07-17
仓库浏览

仓库与代表性 skills

dm-promoter
软件开发工程师

Resolve-and-promote security gate — verifies a Telegram (or other in/dm/*) chat id against the phonebook and, only when it resolves to owner, promotes it onto in/human/owner. Fail-closed; a stranger's message stops at an unresolved sighting.

2026-07-14
telegram
软件开发工程师

Telegram bridge (daemon) — getUpdates messages become in/dm/telegram/<chat.id> conversation ingress; in/package/telegram/send delivers replies with sender=telegram receipts. A transport is just a package (zero kernel edits).

2026-07-14
debug
网络与计算机系统管理员

Runbook for diagnosing common lanius RUNTIME / operational failures — broker & bus errors ("CONNECT refused", "bad credential"), stray/orphaned processes, ports stuck in use, the daemon not dispatching, the web UI not loading. Use when something is failing at runtime (not a compile error or a logic bug) and you want the symptom → cause → diagnose → fix → prevent steps. Each file in this skill is ONE runbook entry, keyed by the symptom you actually see. Start here, match your symptom to an entry, follow it.

2026-07-13
handoff-workflow
软件开发工程师

The journey → handoff → implement → verify pipeline for shipping substantial work on lanius, with deliberate model-tiering across the phases. Use when Tim asks to plan a feature, write or "knock out" handoff docs, implement a spec, or orchestrate implementation + verification — anything bigger than a quick edit. Encodes who plans vs implements vs verifies, which model/effort fits each phase, how to dispatch clean-context worker agents, and the containment + commit discipline that keeps the repo clean. Fable should *ALWAYS* follow the second-level workflow specified below.

2026-07-12
comms-etiquette
其他计算机职业

How agents talk on Lanius - to the human (send_message vs ask_human), to coding workers (deliver/spawn/inbox), and to native/profile agents (agent catalog/run/spawn), when to speak unprompted vs stay quiet, when to set priority, shared-channel etiquette, and the failure-mail contract. Read before messaging the human, dispatching work to another agent, launching a native/profile agent, or coordinating in a shared room.

2026-07-12
comms
软件开发工程师

The chat/conversation view — owns the chat protocol on the bus and answers the chat-shaped conversation-list + introspection queries over local HTTP from the sqlite truth. Requires the history package.

2026-07-12
kb-llm-strengths
软件开发工程师

The model-tiering knowledge base — which model to use for planning, implementation, and verification. Read a kb/role-*.md file when you are about to dispatch or pick a model for a task.

2026-07-08
knowledge
软件开发工程师

Read, search, and write knowledge bases (kb/ folders). Use when you learn something durable that is "ours" (not just your own scratch notes) — model tiering, an API's quirks, a project convention — or when you need a fact someone already wrote down.

2026-07-08
当前展示该仓库 Top 8 / 28 个已收集 skills。
ui
网页与数字界面设计师

How to choose between markdown, HTML messages, and UI plugins in the local web chat — and how to render each well. Use whenever you are about to call `send_message` to a web-chat channel, especially when the content has structure (rows, columns, statuses, a state machine, multiple linked things) or when the right answer is "let me show you", not "let me tell you". Do not use for Discord channels — HTML is rejected there.

2026-06-12
hook-creator
软件开发工程师

Create and manage runtime command hooks declared in skills/*/hooks.json. Use when the user asks to intercept tool calls, augment prompts, audit or mutate tool arguments/results, add startup/shutdown scripts, or debug hook behavior.

2026-05-20
patterns
其他计算机职业

Index of recurring problem shapes — environmental awareness (world-scanning, OS event hooks, browser automation), communication (messaging, multi-agent handoff, async waits), coordination between parallel things (avoiding collisions, oscillation, double-work), and self-correction (circuit-breaker, try-harder). Use when designing a non-trivial workflow, when the same shape just happened twice, or when the answer to "what should I do here?" isn't obvious. Don't read on every turn.

2026-05-01
five-whys
软件开发工程师

Structured root cause analysis for arriving at a concrete action. Use when something went wrong, a pattern keeps recurring, behavior has drifted, or you catch yourself resolving to "do better" / "remember to X" without a concrete artifact. Five-whys forces behavioral resolutions into file edits, config changes, memory block updates, or scheduled jobs — the action item must produce a diff someone else can verify. Do not use for simple debugging with an obvious cause.

2026-05-01
introspection
软件开发工程师

Diagnose agent behavior using event logs, journal history, and scheduler state. Use when you need to understand why something went wrong, review your own patterns, audit scheduled jobs, or debug communication issues. Do not use for one-off messaging or memory management (use the memory skill instead).

2026-05-01
onboarding
其他计算机职业

Guide for the first days with a new human. Use when: the `init` memory block exists (pointing you here), you have no persona/communication blocks yet, or a human explicitly asks about setup. This skill is about having good conversations — not filling out forms.

2026-05-01
long-running-jobs
网络与计算机系统管理员

Run shell commands in the background with file-backed output capture and a completion event that wakes the agent when the job exits. Use when a command might take more than ~30 seconds (builds, tests, deployments, agent jobs like acpx/codex exec) and you want to keep working while it runs.

2026-04-30
prediction-review
其他计算机职业

Evaluate whether journal predictions became true 2-3 days later using event and Discord evidence, then log structured outcomes for calibration and behavior updates. Use when auditing prediction quality. Do not use for one-off messaging tasks.

2026-04-11
当前展示该仓库 Top 8 / 17 个已收集 skills。
bluesky-navigation
技术写作员

Read-focused navigation of Bluesky for book research — search users and posts, view a user's feed, fetch a specific post and its replies, search within an author's posts. Use whenever you need to look up what someone said on Bluesky, find quotes, gather context on a handle, or understand a thread. Posting section included but requires PDS credentials (not configured in this repo).

2026-05-17
images
软件开发工程师

This skill should be used when the user asks to "generate an image", "create a diagram", "make a chart", "visualize data", "create a cover image", or when a blog post needs visual content like mermaid diagrams, matplotlib/seaborn charts, or AI-generated images via Google Gemini.

2026-05-17
add-jsx
网页开发工程师

Use when the user wants to add a React/JSX component to the Jekyll site as a page. Triggers on "add jsx", "put this jsx on the site", "render this react component", or when given a .jsx file to integrate.

2026-04-11
review
编辑

Review a blog post draft for readability, interestingness, and factuality. Use when Tim asks to "review", "critique", "check", or "give feedback" on a post. Applies Tim's writing style standards and pushes for provocative, scannable, memorable writing.

2026-03-30
writing-style
作家与作者

This skill should be used when the user asks to "write a blog post", "draft a post", "write in my style", "help me write", or when creating or editing content for the Jekyll blog at tkellogg.github.com. It encodes Tim Kellogg's distinctive writing voice and should guide all blog content generation.

2026-03-30
已展示 4 / 4 个仓库
已展示全部仓库