Skip to main content
Run any Skill in Manus
with one click
Tzeusy
GitHub creator profile

Tzeusy

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

skills collected
121
repositories
4
occupation fields
5
updated
2026-05-30
repository explorer

Repositories and representative skills

#001
butlers
72 skills00updated 2026-05-30
60% of creator
fact-extraction
Project Management Specialists

7-step Conversational Fact Extraction Pipeline — resolve person mentions to entities, apply disambiguation policy, extract and store facts, log interactions, and update domain records. Includes question answering flow and 8 complete examples.

2026-05-30
relationship-extractor
Project Management Specialists

Extract structured relationship data from incoming messages. Teaches the Switchboard's runtime instance how to identify contacts, interactions, life events, dates, facts, sentiments, gifts, and loans — and produce structured JSON that maps directly to Relationship butler tools.

2026-05-30
butlers-redesign-prompt
Software Developers

Orchestrate a UX redesign of a Butlers dashboard page (or sub-page set) using /project-direction as the spec+beads engine, with redesign-specific upfront phases for vision capture, asset ingestion, impact analysis, backend-contract derivation, LLM-cost feasibility, and manifesto/identity preservation. Use when handed a redesign bundle under pr/overview/SLUG-redesign/ (for example ingestion, qa, settings, butler-detail) and asked to plan integration into the live Butlers stack. Triggers on "redesign the X page", "plan the Y redesign", "integrate the redesign in pr/overview/...", "what would it take to ship the SLUG redesign", "design language integration for AREA".

2026-05-20
investigation-notes
Software Quality Assurance Analysts & Testers

Emit a structured investigation_notes.json artifact at terminal state. Load when you are an investigation agent finishing a fix or unfixable verdict. The dispatcher reads this file before worktree teardown and persists it into qa_findings.structured_evidence.investigation_notes.

2026-05-15
butler-test-condensation
Software Quality Assurance Analysts & Testers

Guide for discovering, analyzing, and pruning the Butlers test suite. Use when working on test condensation beads (Phase 1 epic bu-rhztl closed; Phase 2 epic bu-hg8rl active), assessing test bloat, identifying pruning targets, or rewriting tests to be contract-driven. Triggers on test reduction, test pruning, test consolidation, or condensation tasks for this project. Also use when a fresh session needs to assess test health, create new condensation beads, or resume in-progress condensation work.

2026-05-03
curriculum-planning
Instructional Coordinators

Plan curricula by decomposing topics into prerequisite graphs and ordered learning paths.

2026-04-24
diagnostic-assessment
Teachers & Instructors, All Other

Run adaptive pre-teaching probes to estimate current knowledge and seed mastery.

2026-04-24
progress-digest
Instructional CoordinatorsElementary School Teachers, Except Special Education

Generate weekly learning progress digests from analytics snapshots and recent trends.

2026-04-24
Showing top 8 of 72 collected skills in this repository.
#002
ai-bootstrap
35 skills00updated 2026-05-17
29% of creator
skill-standards
Software Developers

Use when creating or updating a skill or superskill and you need a concrete quality bar for triggers, project grounding, metadata, authorship, routing, context efficiency, and validation.

2026-05-17
training-curriculum
Software Developers

Use when you need to inspect a target repository and generate a repo-grounded prerequisite curriculum in `curriculum/` that teaches the fundamental technical concepts someone must know before the codebase will make sense or be safe to change.

2026-04-21
beads-writer
Writers & Authors

Use when creating or decomposing Beads issues for a project backlog, including new features, bugs, epics, backlog grooming, or converting vague asks into actionable Beads work in a Beads-backed repository.

2026-04-16
project-shape
Project Management Specialists

Analyze and bootstrap the five-pillar knowledge architecture of a software project: about/heart-and-soul (doctrine), about/legends-and-lore (RFCs/design contracts), about/lay-and-land (topology), about/craft-and-care (execution-quality standards), and openspec/ (capability specs at root). Use when: starting a new project's knowledge structure, auditing documentation health, onboarding, deciding where ideas should be documented, translating ideas into requirements, or mapping system topology. Triggers: "project shape", "bootstrap docs", "where should this go", "what's this project about", "project pillars", "heart and soul", "spec structure", "knowledge architecture", "system map", "topology", "lay of the land", "set up project structure".

2026-04-16
beads-pr-reviewer-worker
Software Quality Assurance Analysts & Testers

Use when a coordinator dispatches a dedicated `pr-review-task` bead for an open GitHub PR that needs review follow-up, thread triage, merge assessment, or retry handling in an isolated worktree.

2026-04-16
sample-skill
Software Quality Assurance Analysts & Testers

Use when testing.

2026-04-16
ai-prompt-standardizer
Office Clerks, General

Use when synchronizing canonical ai-bootstrap prompt assets into tool-specific folders or enforcing prompt mirror consistency in CI.

2026-04-16
bws-cli-skill
Software Developers

Use when working with Bitwarden Secrets Manager CLI (bws) to run commands with injected secrets, manage secret-manager environment variables, or explain bws usage. Essential for wrapping processes with `bws run --project-id ${BWS_TZEHOUSE_ID_PROD or BWS_TZEHOUSE_ID_DEV} -- {command}`.

2026-04-16
Showing top 8 of 35 collected skills in this repository.
#003
tze-hud
10 skills00updated 2026-05-11
8.3% of creator
user-test
Software Quality Assurance Analysts & Testers

Use when validating a cross-machine HUD flow where Butler deploys/runs the full Windows app over SSH+SCP (tailnet default host), then publishes configurable test messages to HUD zones via MCP `publish_to_zone`.

2026-05-11
user-test-performance
Software Quality Assurance Analysts & Testers

Use when running deep performance and throughput investigations for HUD publishing paths (widgets/zones/tiles), including MCP HTTP benchmarks and gRPC bidi stream benchmarks. The canonical gRPC widget publish-load benchmark is `examples/widget_publish_load_harness` (Rust); the Python `grpc_widget_publish_perf.py` script is a secondary alternative.

2026-05-10
hud-projection
Software Developers

Use when an already-running Codex, Claude, opencode, or other LLM session should cooperatively project itself into tze_hud, publish status/output, poll HUD-originated input, acknowledge input, detach, or clean up through an external projection daemon. Do not use for terminal capture, PTY attachment, tmux scraping, process hosting, or direct runtime v1 MCP zone publishing.

2026-04-28
openspec-archive-change
Software Developers

Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.

2026-04-18
craft-and-care
Software Developers

Load the project's engineering quality bar before writing, reviewing, or merging code. The about/craft-and-care/ directory defines testing standards, performance budgets, code quality conventions, review expectations, observability requirements, and dependency hygiene for tze_hud. Consult before: writing tests, reviewing PRs, adding dependencies, designing error types, or making performance-sensitive changes. Triggers: "quality bar", "review checklist", "performance budget", "testing standards", "code conventions", "dependency policy".

2026-04-16
lay-and-land
Software Developers

Load the project's topology maps to understand where components live, how they connect, and what boundaries exist. The about/lay-and-land/ directory contains component inventories, data flow diagrams, dependency maps, deployment topology, and operational docs. Consult before adding new components, modifying integration points, changing deployment, or when unsure where something lives in the system.

2026-04-16
legends-and-lore
Software Developers

Load tze_hud RFC design contracts to contextualize implementation work. The about/legends-and-lore/ directory contains 13 RFCs that define the wire-level contracts, data models, state machines, protobuf schemas, and quantitative budgets for the tze_hud presence engine. Consult relevant RFCs before implementing features, writing protobuf definitions, designing state machines, choosing field numbers, setting performance budgets, or resolving cross-subsystem integration questions. Use this skill proactively when the task touches: scene graph, runtime kernel, timing/clocks, input handling, session protocol, configuration, system shell/chrome, leases, policy arbitration, events, or resource storage. Selectively load ONLY the RFCs relevant to your current task — do not load all 13 at once.

2026-04-16
spec-and-spine
Software Developers

Ground all tze_hud implementation work in the v1 MVP capability specifications (openspec/). The 13 capability specs are the single source of truth for feature planning and development. Use this skill: (1) before implementing any feature — to identify and load relevant specs, (2) when detecting or resolving spec-code divergence, (3) when evolving specs as features change, (4) when planning new work to ensure spec coverage, (5) when reconciling after implementation chunks. Triggers: "check the spec", "what does the spec say", "ground this in specs", "spec drift", "divergence", "reconcile", "does the code match the spec", "write a spec for this", "which spec covers", "spec-first", any implementation task touching a v1 subsystem.

2026-04-16
Showing top 8 of 10 collected skills in this repository.
#004
viz-on-shenton
4 skills00updated 2026-03-25
3.3% of creator
Showing 4 of 4 repositories
All repositories loaded