Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

agent-harness

agent-harness 收录了来自 markhazlett 的 33 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
33
Stars
4
更新
2026-05-31
Forks
0
职业覆盖
9 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

deep-review
软件质量保证分析师与测试员

Use when the user says "/deep-review", "deep review", "thorough review", or wants the deepest possible code review before pushing a branch.

2026-05-31
harness-update
软件开发工程师

Use when the user says "/harness-update", "update the harness", "upgrade agent-harness", "pull the latest harness", or after seeing an UPGRADE_AVAILABLE notice. Pulls latest harness files into this project, preserves project-specific configuration and local-only skills, and walks the user through any conflicts.

2026-05-25
harness-overview
软件开发工程师

Use when the user wants to audit or understand the agent harness itself — its hooks, skills, agents, or commands — or asks "what's in this harness", "how does this harness work", or "harness overview".

2026-05-19
ad-hoc-plan
项目管理专家

Use when the user has a one-off task that slots into the current sprint and needs a quick written plan — lighter than /plan-sprint. Reads existing plans for context, uses plan mode, writes a focused plan file.

2026-05-19
build-plan
软件开发工程师

Use when the user says "/build", hands off a sprint-plan document path, or asks to execute a written plan end-to-end. Branches, implements, tests, verifies in browser, commits incrementally, and prepares the PR. Auto-fires /lg-* skills when plan steps involve LangGraph/LangChain agent work.

2026-05-19
db-review
数据库管理员

Use when the user says "review migrations", "db review", "check schema changes", "safe to migrate?", or before deploying schema changes to production.

2026-05-19
debug
软件开发工程师

Use when encountering a bug, test failure, or unexpected behavior — runs staged investigation before implementing any fix.

2026-05-19
deep-plan
项目管理专家

Use when the user describes work that spans multiple files/systems, involves architectural decisions, would exceed 9 complexity pts or span multiple sprints, or says "deep plan", "plan this feature", or "let's plan [complex thing]". Produces folder-based plans with an entry-point doc plus individually executable sub-plans.

2026-05-19
demo-script
市场调研分析师与营销专员

Use when the user asks for a demo script, customer story, or end-of-week demo for the current week's goals. Generates a 5-minute persona-told script scoped to what can ship in a week.

2026-05-19
dev-server
网络与计算机系统管理员

Use when the user says "start the dev server", "restart the server", "check the server logs", "what's the server error", or any dev-server lifecycle phrasing.

2026-05-19
e2e-verify
软件质量保证分析师与测试员

Use when the user says "verify", "check it", "test it", "e2e", or after completing UI/API changes that need browser-level confirmation before /ship.

2026-05-19
grade-codebase
软件质量保证分析师与测试员

Use when the user says "/grade-codebase", "grade this codebase", "how agent-friendly is this repo", "score the codebase", or wants a longitudinal measure of how well an LLM coding agent can work in this codebase.

2026-05-19
incident
网络与计算机系统管理员

Use when the user reports a production problem — "users can't log in", "500 errors", "the site is down", "something broke", "getting errors on [page]", "incident", or "production issue". Drives structured triage → diagnosis → remediation.

2026-05-19
learn
综合办公文员

Use when the user says "/learn", "/learn <description>", "remember this", "save this lesson", or "add this to learnings" — captures corrections and surprising approvals from the current session into durable memory.

2026-05-19
lg-add
软件开发工程师

Use when the user says "add HITL to my agent", "make this graph durable", "wire streaming", "add a sub-agent", "attach a checkpointer", or any "add X to my LangGraph" phrasing. Adds capabilities to an existing LangGraph agent — HITL, persistence, streaming, sub-agents, custom tools, middleware, or BaseStore.

2026-05-19
lg-cheatsheet
软件开发工程师

Use when the user asks "what's the right way to do X in LangGraph", "how do streaming/checkpointers/HITL work", or any general LangGraph reference question. Other lg-* skills load this for shared context (mental model, v1 API surface, footguns, deprecated patterns, JS/TS specifics, production checklist).

2026-05-19
lg-design
软件开发工程师

Use when the user says "design an agent", "I'm building an agent that does X", "help me architect this LangGraph", or before any agent implementation work. Asks structured questions, picks the right pattern (createAgent vs raw StateGraph vs Deep Agent vs supervisor/swarm), produces a design doc.

2026-05-19
lg-eval
软件质量保证分析师与测试员

Use when the user says "add evals", "write a regression test for my agent", "set up LangSmith evals", "check the agent's trajectory", or "I broke something — write the test first". Sets up evals for a LangGraph/LangChain agent in either local-only or LangSmith-backed mode (trajectory, final-answer, smoke/hallucination, custom rule-based and LLM-as-judge).

2026-05-19
lg-review
软件质量保证分析师与测试员

Use when the user says "review my agent", "is this LangGraph code current", "audit this for footguns", "help me migrate from v0", or "find the bug in my graph". Reviews LangChain/LangGraph code for v1 best practices, deprecated patterns, and known footguns; doubles as the migration scout for v0→v1 upgrades.

2026-05-19
lg-scaffold
软件开发工程师

Use when the user says "scaffold an agent", "build me a LangGraph agent that does X", "create a Deep Agent", "start a new agent", or hands off from /lg-design with a design path. Generates runnable TypeScript using LangChain v1 / LangGraph v1 patterns — createAgent (or raw StateGraph / Deep Agent) + tools + checkpointer + optional LangSmith tracing + streaming wiring.

2026-05-19
office-hours
项目管理专家

Use when the user says "brainstorm this", "I have an idea", "help me think through this", "office hours", "is this worth building", or describes a new product idea before any code is written. YC-style strategic conversation in two modes (Startup diagnostic / Builder generative); saves a design doc.

2026-05-19
plan-sprint
项目管理专家

Use when the user starts a new week or says "/plan-sprint", "plan the week", or "turn goals into projects". Breaks the current week's goals into concrete, executable projects with full implementation plans (file footprints, test criteria, E2E verification) under docs/plans/YYYY-wNN/sprint-plans/.

2026-05-19
pre-deploy
软件质量保证分析师与测试员

Use when the user says "pre-deploy", "ready to deploy?", "deploy check", "go/no-go", or before pushing to a production branch — runs the full pre-deployment quality gate.

2026-05-19
security-review
信息安全分析师

Use when the user says "security review", "audit security", "check for vulnerabilities", or "is this secure?", or before any /ship to a production branch. Also fire proactively when changes touch auth, credentials, raw SQL, API routes, or external integrations.

2026-05-19
self-verify
软件质量保证分析师与测试员

Use when the user says "check the UI", "verify changes", "does it look right", or after completing UI work — quick browser spot-check (not a deploy gate; that is /e2e-verify).

2026-05-19
ship
网络与计算机系统管理员

Use when the user says "/ship", "ship it", "let's ship", or "push this up" and the branch is ready to leave the workstation — runs the full shipping pipeline (tests, lint, e2e, commit, push, PR).

2026-05-19
skill-baseline
其他办公室和行政支持工作者

Use when authoring or upgrading a rigid skill — runs subagent baselines under pressure to harvest real rationalizations before writing the Rationalization Table. Triggers on "baseline this skill", "TDD this skill", "add rationalizations to /<skill>", or before any new rigid skill ships.

2026-05-19
skill-eval
软件质量保证分析师与测试员

Use when the user says "/skill-eval", "eval the skills", "run skill evals", "check /<skill> still works", or after editing a rigid skill's body — orchestrates the Phase 2 execution layer for `eval.yaml` files.

2026-05-19
sync
网络与计算机系统管理员

Use when the user says "/sync", "pull main", "sync with main", or "get latest". Switches to main and pulls the latest from remote.

2026-05-19
tdd
软件质量保证分析师与测试员

Use when implementing any feature or bugfix, before writing implementation code, or when the user says "write tests first", "TDD", or "test-drive this".

2026-05-19
weekly-goals
项目管理专家

Use when the user starts a new task and you need to align with weekly priorities, asks "what should I work on", says "/weekly-goals", or "check this week's goals". Loads and references the current week's goals; flag drift and suggest the next thing.

2026-05-19
worktree
网络与计算机系统管理员

Use when spinning up builder agents, working on multiple isolated tasks simultaneously, or the user says "create a worktree", "isolated branch", or "parallel workspace".

2026-05-19
write-skill
软件开发工程师

Use when authoring a new skill, editing an existing skill, upgrading a flexible skill to rigid, or the user says "/write-skill", "create a skill", "new skill for X", or "make this a skill". Fires before any new `SKILL.md` is committed.

2026-05-19