Skip to main content

caezium/skills

SkillsMP 已收集 caezium/skills 中的 61 个 Skill。打开任一 Skill 可查看来源和详情。

最近记录的来源活动
SkillsMP 收录数据更新
已收集 skills
61
GitHub 星标
3
GitHub Forks
0

这个仓库中的 skills

已展示 40 / 61 个已收集 Skill。

职业分类
未分类
描述

Orchestrate Henry's long-running engineering and research work across recall, consultation, specifications, verification, worker fleets, evidence trails, handoffs, and reflection. Use when work spans sessions or machines, needs autonomous agents, crosses…

原文语言:英语

更新
职业分类
未分类
描述

Use for "how does X work", code walkthroughs before changing something, and placement / ownership / layering questions ("where should this live", "which package owns this", "is this the right layer"). Explains subsystem architecture, runtime flow, onboarding…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Implement a piece of work based on a spec or set of tickets.

原文语言:英语

更新
职业分类
未分类
描述

Install a freshly authored skill into ~/skills/ (the source-of-truth repo), record its provenance, validate it, and symlink it into active agent directories. Use after creating a SKILL.md, when finishing an anthropic-skill-creator session, or when the user…

原文语言:英语

更新
职业分类
未分类
描述

Apply when wiring validation, error handling, or framework adapters. Concentrate guards at system boundaries (CLI, config, network, external APIs); trust internal types and keep business logic in pure functions.

原文语言:英语

更新
职业分类
未分类
描述

Apply when designing commands, lifecycle steps, or processing loops that run amid crashes, restarts, and retries. Converge to the same end state regardless of partial prior runs.

原文语言:英语

更新
职业分类
未分类
描述

Apply when concurrent actors might write to the same file, branch, key, or state object. Eliminate the sharing first; serialize structurally only when one shared writer is a real invariant.

原文语言:英语

更新
职业分类
未分类
描述

Apply when designing types, reviewing a function signature, or writing code in any statically-typed language. Make illegal states unrepresentable, brand semantic primitives, parse external data at boundaries, refuse to lie to the compiler, exhaust variants,…

原文语言:英语

更新
职业分类
未分类
描述

Layered technical-writing standard: Diátaxis structure, Google developer style sentences, STE instruction rules, Global English syntax. Use for /technical-writing or when writing or reviewing docs, RFCs, readmes, PR descriptions, or commit messages.

原文语言:英语

更新
职业分类
未分类
描述

TypeScript best practices. Use when reading or editing any .ts or .tsx file.

原文语言:英语

更新
职业分类
未分类
描述

Use for 'why does X work this way', 'why we picked Y', design rationale, regressions, postmortems, or data-backed thresholds. Discovers available evidence sources, searches each relevant category, and returns a cited read on decisions and tradeoffs. Use how…

原文语言:英语

更新
职业分类
未分类
描述

Research what people actually say about any topic in the last 30 days. Pulls posts and engagement from Reddit, X, YouTube, TikTok, Hacker News, Polymarket, GitHub, and the web. Includes a doctor health check to diagnose broken or missing sources.

原文语言:英语

更新
职业分类
未分类
描述

Create, improve, and evaluate portable or Claude-oriented agent skills with Anthropic's skill-authoring workflow. Use when drafting or optimizing a non-Codex-system skill, running skill evals, benchmarking behavior, or improving trigger descriptions. Codex's…

原文语言:英语

更新
职业分类
未分类
描述

Find what a code, schema, API, config, or behavior change could break beyond its visible diff, then prove the safety-critical assumption with real code. Use whenever the user asks what could break, requests a blast-radius review, or distrusts a deceptively…

原文语言:英语

更新
职业分类
未分类
描述

Create a project-local skill that launches and drives the real app like a user, captures durable proof, and cleans up safely. Use whenever a repo lacks a scripted way to verify UI, CLI, desktop, mobile, API, or service behavior end to end.

原文语言:英语

更新
职业分类
未分类
描述

Anti-slop frontend skill for landing pages, portfolios, and redesigns. The agent reads the brief, infers the right design direction, and ships interfaces that do not look templated. Real design systems when applicable, audit-first on redesigns, strict…

原文语言:英语

更新
职业分类
未分类
描述

A relentless interview to sharpen a plan or design.

原文语言:英语

更新
职业分类
未分类
描述

A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

原文语言:英语

更新
职业分类
未分类
描述

Compact the current conversation into a handoff document for another agent to pick up.

原文语言:英语

更新
职业分类
未分类
描述

Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.

原文语言:英语

更新
职业分类
未分类
描述

Run an adversarial review of code or a diff through independent reviewers, then lead-judge consensus, disagreements, and false positives. Use when the user asks to interrogate, challenge, stress-test, find blind spots, perform multi-model review, or when…

原文语言:英语

更新
职业分类
未分类
描述

Autonomous, disciplined Kaggle competition workflow — the loop that took Playground S6E6 to 19th/2742 (top 0.7%). Use when working a Kaggle competition (Playground/tabular especially): building a model zoo, stacking, deciding what to submit, choosing final…

原文语言:英语

更新
职业分类
未分类
描述

Audit and repair a project verification skill and its feature map against current source and live behavior. Use whenever the user asks to maintain, refresh, or audit a verify skill, its harness, or its user-facing feature coverage.

原文语言:英语

更新
职业分类
未分类
描述

Build the smallest rerunnable tool that performs or proves non-trivial work. Use for migrations, repetitive edits, analyses, audits, generators, or delegated campaigns where hand work would drift or be hard to review.

原文语言:英语

更新
职业分类
未分类
描述

Protect reasoning quality when files, histories, logs, screenshots, search results, or worker output are large. Use before bulk reads or fan-out and whenever the active context is filling with payload rather than decisions.

原文语言:英语

更新
职业分类
未分类
描述

Prove completed work against the real artifact before declaring success. Use after any implementation, migration, delegated task, configuration change, or fix where compilation, self-report, cached output, or file existence could hide failure.

原文语言:英语

更新
职业分类
未分类
描述

Break multi-step work into small units that each end in a checkable green state. Use for sweeps, migrations, repeated edits, long agent runs, or commit/PR stacks where batching would hide the first failure.

原文语言:英语

更新
职业分类
未分类
描述

Reconstruct recent working context from scoped agent history, project records, and live repository state. Use whenever the user asks to catch up, resume prior work, remember what happened, or continue work whose earlier agent context is missing.

原文语言:英语

更新
职业分类
未分类
描述

Review the active session through judgment, tooling, and divergent lenses, then propose durable skill edits or structural backlog items. Use when the user asks to reflect, wants better agent behavior from a session, or when `henry-mode` closes expensive,…

原文语言:英语

更新
职业分类
未分类
描述

Keep an auditable decision trail for long-running, autonomous, delegated, or multi-phase work. Use whenever a human will review the result after stepping away and needs decisions, evidence, pivots, and verification without rereading the full transcript.

原文语言:英语

更新
职业分类
未分类
描述

Fan out a task across N independent workers, drain every wave, and return one evidenced report. Use when the user asks to swarm, parallelize, race approaches, run a gauntlet, divide exhaustive coverage, or when `henry-mode` reaches a settled parallel-work…

原文语言:英语

更新
职业分类
未分类
描述

Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.

原文语言:英语

更新
职业分类
未分类
描述

Turn the current conversation into a spec and publish it to the project issue tracker: no interview, just synthesis of what you've already discussed.

原文语言:英语

更新
职业分类
未分类
描述

Move issues and external PRs through a state machine of triage roles, categorise, verify, grill if needed, and write agent-ready briefs.

原文语言:英语

更新
职业分类
未分类
描述

Plan a huge chunk of work (more than one agent session can hold) as a shared map of decision tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.

原文语言:英语

更新
职业分类
项目管理专家
描述

Consult the user before making consequential product or design decisions, drafting a substantive plan or document, or implementing a nontrivial change whose direction is not settled. Use automatically whenever meaningful choices about purpose, users, scope,…

原文语言:英语

更新
职业分类
影片与视频编辑
描述

Plan and run a custom video-editing pipeline from a plain-language brief — clip, cut, trim, montage, reframe, or caption any footage. Use this whenever the user wants to edit or auto-clip video: make a highlight reel, a montage, a supercut, a beat-synced…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Pull Henry's Dayflow activity data (what he actually worked on, day by day, card by card, with accurate hours) straight from Dayflow's local SQLite DB — read-only. Use whenever Henry asks to check his Dayflow, compute real work hours, build a weekly/daily…

原文语言:英语

更新
职业分类
综合办公文员
描述

Restate the last message in plain human language, with no jargon.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Sync caezium/Dayflow fork with upstream JerryZLiu/Dayflow. Rebases private-hardening onto upstream/main, auto-skips known-droppable commits, runs audit + Debug build, then stops at a pre-install checkpoint and waits for the user to say "install". Use when the…

原文语言:英语

更新
已展示 40 / 61 个已收集 Skill。