Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
$pwd:
hashintel
GitHub creator profile

hashintel

Repository-level view of 68 collected skills across 3 GitHub repositories, including approximate occupation coverage.

skills collected
68
repositories
3
occupation fields
3
updated
2026-05-26
repository explorer

Repositories and representative skills

#001
brunch
38 skills40updated 2026-05-19
56% of creator
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
Showing top 8 of 38 collected skills in this repository.
#002
labs
20 skills3514updated 2026-04-30
29% of creator
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
Showing top 8 of 20 collected skills in this repository.
#003
hash
10 skills1.6k121updated 2026-05-26
15% of creator
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
Showing top 8 of 10 collected skills in this repository.
Showing 3 of 3 repositories
All repositories loaded