Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

morpheus-docs

morpheus-docs에는 HewlettPackard에서 수집한 skills 52개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
52
Stars
13
업데이트
2026-06-04
Forks
36
직업 범위
직업 카테고리 8개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

agent-reliability
소프트웨어 개발자

Behavioral rules that make AI coding agents more reliable — verification, self-correction, and scope discipline.

2026-06-04
debugging-investigation
소프트웨어 개발자

Debugging guidance and structured report template for thorough bug investigation, evidence gathering, and root cause documentation.

2026-06-04
delivery-audit
소프트웨어 개발자

Cold-audit a completed delivery — verify the spec was actually delivered, challenge performative claims, and produce a what-landed report.

2026-06-04
html-mockup-generation
웹 개발자

Guidelines for generating self-contained HTML mockups that look professional and are easy to iterate on.

2026-06-04
implementation-principles
소프트웨어 개발자

Shared implementation guidance for making minimal, correct, maintainable code changes that fit existing systems.

2026-06-04
roadmap-review
프로젝트 관리 전문가

The doctrine for `/roadmap-review` — interactive triage of roadmap-shape drift, walked one item at a time, with paste-ready resolution phrasing for the active sizing lens.

2026-06-04
spec-composition
프로젝트 관리 전문가

When work would produce 2+ related specs, prefer initiative-first composition over `/design` × N siblings. Carries the canonical "multiple related specs" phrasing that both interactive triage (`/roadmap-review`) and design-time routing (`/design`) quote.

2026-06-04
spec-format
프로젝트 관리 전문가

Defines the spec document structure and conventions for feature designs and bug diagnoses in the hero workflow.

2026-06-04
spec-sizing
프로젝트 관리 전문가

The shared 6-tier size ladder, per-type bands, and the nudge protocol delivery leads use to surface promotion recommendations on oversized specs.

2026-06-04
stack-detection
소프트웨어 개발자

Detect the language, framework, and tooling stack of a project or set of files to load the right engineering skills.

2026-06-04
swiftui-mockup-renderer
소프트웨어 개발자

Generate native SwiftUI mockups, compile them, and capture real screenshots — no HTML approximation.

2026-06-04
api-design-and-contracts
소프트웨어 개발자

API guidance for contract design, boundary validation, compatibility, versioning, and consumer-safe changes.

2026-06-03
architecture-principles
소프트웨어 개발자

Shared software architecture principles focused on right-tool decisions, scale-readiness, and avoiding unnecessary distributed complexity.

2026-06-03
auto-knowledge-capture
기타 컴퓨터 관련 직업

How agents automatically detect and persist learnings at the end of major workflows.

2026-06-03
challenge-diagnosis
소프트웨어 개발자

Protocol for challenging and revising a bug diagnosis — layer vs reject modes, investigation history format, re-diagnosis instructions.

2026-06-03
code-scrub
소프트웨어 개발자

Methodology and rules for scrubbing codebases — removing dead code, weak types, duplication, bad comments, defensive programming, and legacy cruft.

2026-06-03
context-injection
기타 컴퓨터 관련 직업

How delivery leads use hero relevant output to equip specialist agents with relevant conventions, past work, decisions, and known risks.

2026-06-03
convention-writing
소프트웨어 개발자

How to analyze a codebase for recurring patterns and write effective convention specs that standardize them.

2026-06-03
cross-repo-peering
기타 컴퓨터 관련 직업

How agents pick the right cross-repo interaction mode (advisory call / spec-out call / async handoff / convention import) and compose well-shaped peer-call prompts. Load when a session touches a sibling Hero workspace's surface.

2026-06-03
database-stack
데이터베이스 아키텍트

Database implementation guidance for schema design, migrations, queries, indexing, and rollout safety.

2026-06-03
deep-code-enrichment
소프트웨어 개발자

Guide for running deep code scanning with LLM-generated symbol descriptions.

2026-06-03
dependency-analysis
소프트웨어 개발자

How to evaluate libraries for health, security, license compatibility, and size impact before adopting or continuing to use them.

2026-06-03
devops-and-operations
네트워크·컴퓨터 시스템 관리자

Operational guidance for CI/CD, deployments, runtime configuration, environment parity, and observability-aware system delivery.

2026-06-03
documentation-practices
소프트웨어 개발자

Documentation guidance for writing accurate, concrete, and operationally useful technical docs.

2026-06-03
executive-report
프로젝트 관리 전문가

Generate a comprehensive project intelligence report — the thing managers actually read.

2026-06-03
go-stack
소프트웨어 개발자

Go implementation guidance for package design, explicit error handling, concurrency, and operational simplicity.

2026-06-03
greenfield-scaffolding
소프트웨어 개발자

Bootstrap a new project's Hero workspace with stack-appropriate conventions, decisions, and initial specs.

2026-06-03
groovy-stack
소프트웨어 개발자

Groovy implementation guidance for application code, Gradle logic, DSLs, and Spock-oriented testing.

2026-06-03
incident-response
네트워크·컴퓨터 시스템 관리자

Production incident handling covering triage, evidence gathering, mitigation, communication, and post-mortem practices.

2026-06-03
integration-boundaries
소프트웨어 개발자

Guidance for external integrations, service boundaries, webhooks, retries, idempotency, and failure-aware interface design.

2026-06-03
issue-list-report
소프트웨어 개발자

Create a well-formatted local report for a provided list of issues.

2026-06-03
java-stack
소프트웨어 개발자

Java implementation guidance covering service structure, strong typing, testing, and common JVM application concerns.

2026-06-03
javascript-stack
소프트웨어 개발자

JavaScript and Node implementation guidance for modules, async behavior, data validation, and runtime safety.

2026-06-03
kickoff-prompt
소프트웨어 개발자

Format and quality bar for the `## Kickoff` section that lives in every spec. Defines a paste-ready cold-start prompt the user can drop into a fresh session.

2026-06-03
knowledge-flywheel
기타 컴퓨터 관련 직업

Analyze captured knowledge for patterns — detect repeated decisions, suggest conventions, surface "you keep running into X" insights.

2026-06-03
migration-safety
소프트웨어 개발자

Safe migration patterns for databases, APIs, libraries, and data transformations with zero-downtime techniques and mandatory rollback planning.

2026-06-03
next-handoff-emit
기타 컴퓨터 관련 직업

When and how to emit handoff state (UserAsk / NextSuggestion / SessionReflection) to the graph during work, so the projected NEXT.md and per-user handoff stay current without agent discipline on a tracked file.

2026-06-03
next-md
기타 컴퓨터 관련 직업

Format and quality bar for the handoff briefing the agent maintains across sessions. Supports solo and team modes. Legacy mode — when next.projected is enabled, see skills/next-handoff-emit.md instead.

2026-06-03
next-merge-recovery
기타 컴퓨터 관련 직업

How agents detect and self-heal git merge-conflict markers in the projected NEXT files (`.hero/NEXT.md`, `.hero/next/*.md`) without resorting to hand-resolution.

2026-06-03
note-capture
기타 컴퓨터 관련 직업

How agents capture conversations, brainstorms, and thinking as notes in the Hero knowledge base.

2026-06-03
이 저장소에서 수집된 skills 52개 중 상위 40개를 표시합니다.