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

hashintel

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

已收集 skills
68
仓库
3
职业领域
3
更新
2026-05-26
职业覆盖
该创作者主要覆盖的职业大类。
仓库浏览

仓库与代表性 skills

#001
brunch
38 个 skills40更新于 2026-05-19
占该创作者 56%
ln-spec
计算机系统分析师

Crystallize shared understanding into a reviewable spec, or update an existing one. Use when the problem needs a written specification, when assumptions or decisions have changed, or when the user says 'write a spec'.

2026-05-19
ln-consult
项目管理专家

Lightweight triage for the ln-* skill set. Use when unsure which ln skill to use next, starting work on something new, or when the user asks for guidance on their development process.

2026-05-15
ln-design
软件开发工程师

Explore radically different module shapes before committing to one. Use when choosing an API surface, deciding what a module hides vs exposes, or when the user says 'design it twice'.

2026-05-15
ln-disambiguate
项目管理专家

Collapse meaningful ambiguity with contrastive examples. Use when a plan/design has several plausible meanings, requirements feel vague, examples would clarify intent faster than grilling, or the user asks to disambiguate, find ambiguity, use behavioral kernels, or ask contrastive questions.

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

Audit code quality focusing on deep modules, naming, model hygiene, and architectural clarity. Use after a burst of development, when codebase structure needs assessment, or to make code more agent-navigable.

2026-05-15
ln-sync
软件开发工程师

Refresh `memory/SPEC.md` and `memory/PLAN.md` in mature mode — restore canonical truth, archive retired plan history, delete stale derivative artifacts, and flag drift against code.

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

d3k assistant for debugging web apps

2026-05-15
ln-build
软件开发工程师

Implement one scoped slice using TDD red-green-refactor. Use when ready to write code for a defined slice of work, or when the user wants test-driven development.

2026-05-15
当前展示该仓库 Top 8 / 38 个已收集 skills。
#002
labs
20 个 skills3514更新于 2026-04-30
占该创作者 29%
petrinaut
软件开发工程师

Read and write a Petri net (SDCPN) document by Automerge URL. Use when creating, editing, or querying Petri nets — adding or removing places, transitions, arcs, color types, differential equations, and parameters.

2026-04-30
assumptions
软件开发工程师

Create and maintain an Assumption Ledger — a persistent record of assumptions, their confidence, and validation status. Use when starting a new slice, resuming work in a new context window, or when implicit assumptions risk causing drift. Tracks requirements, architecture, and implementation assumptions.

2026-03-23
capsule
软件开发工程师

Create or update a concept capsule — the conceptual anchor for a project or feature area. Use before writing code on a new project or feature, or when terms and boundaries feel unclear. Defines glossary, invariants, happy-path scenario, and non-goals.

2026-03-23
card
行政服务经理

Write a tracer-bullet card — a precise specification for one thin end-to-end slice of work. Use when scoping a new slice, defining what to build next, or breaking a feature into provable increments. Covers target behavior, boundary crossings, risks, and definition of done.

2026-03-23
characterize
软件质量保证分析师与测试员

Create characterization tests (Golden Master) for existing code so you can refactor or replace safely. Use before refactoring, strangler-replacing, or modifying code with unclear behavior. Captures observable behavior with a minimal harness, producing tests, fixtures, and a coverage report.

2026-03-23
consult
软件开发工程师计算机系统分析师

Methodology triage consultant for tracer-bullet development. Use when unsure which pragma skill to run next, when starting a new project, or when the current approach feels stuck. Interviews the user, assesses state, and recommends the next pragma skill.

2026-03-23
contract
软件开发工程师

Turn capsule invariants and boundary crossings into executable contracts. Use after creating a concept capsule, or when invariants need to be enforced in code. Covers preconditions, postconditions, constructor validation, domain types, and contract tests.

2026-03-23
feedback-loops
计算机系统分析师

Design feedback loops and validation harnesses before starting implementation. Use when beginning any non-trivial development task, when the agent can't easily validate its own work, or when asked to set up a development harness, playground, or experiment infrastructure. Triggers on: how will I test this, set up a feedback loop, make this feedback loopable, build a harness, create a playground.

2026-03-23
当前展示该仓库 Top 8 / 20 个已收集 skills。
#003
hash
10 个 skills1.6k121更新于 2026-05-26
占该创作者 15%
fractal-file-structuring
软件开发工程师

Use when creating, moving, splitting, or organizing TypeScript files and folders. Applies fractal tree file-structuring rules which reduce the cognitive overhead of choosing where to put files and ultimately navigating a codebase (once the structure is established and understood).

2026-05-26
testing-hashql
软件质量保证分析师与测试员

HashQL testing strategies including compiletest (UI tests), unit tests, and snapshot tests. Use when writing tests for HashQL code, using //~ annotations, running --bless, debugging test failures, or choosing the right testing approach.

2026-05-25
documenting-rust-code
计算机程序员

Rust documentation practices for HASH codebase. Use when writing doc comments, documenting functions/types/traits/modules, creating error sections, using intra-doc links, or following rustdoc conventions.

2026-05-22
handling-rust-errors
计算机程序员

HASH error handling patterns using error-stack crate. Use when working with Result types, Report types, defining custom errors, propagating errors with change_context, adding context with attach, implementing Error trait, or documenting error conditions in Rust code.

2026-05-22
skill-creator
软件开发工程师

Guide for creating effective Agent Skills. Use when users want to create a new skill (or update an existing skill) that extends an AI agent's capabilities with specialized knowledge, workflows, or tool integrations. Covers skill structure, YAML frontmatter, trigger configuration, and the 500-line rule.

2026-05-22
writing-hashql-diagnostics
计算机程序员

HashQL diagnostic writing patterns using hashql-diagnostics crate. Use when creating error messages, warnings, Labels, Messages, Severity levels, Patches, Suggestions, or improving diagnostic quality in HashQL code.

2026-05-22
writing-hashql-jexpr
计算机程序员

HashQL J-Expr syntax for writing queries. Use when writing J-Expr code, using #literal/#struct/#list constructs, understanding function call syntax, or working with HashQL query files (.jsonc).

2026-05-22
exploring-rust-crates
计算机程序员

Generate Rust documentation to understand crate APIs, structure, and usage. Use when exploring Rust code, understanding crate organization, finding functions/types/traits, or needing context about a Rust package in the HASH workspace.

2025-12-19
当前展示该仓库 Top 8 / 10 个已收集 skills。
已展示 3 / 3 个仓库
已展示全部仓库