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

maestria

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

수집된 skills
13
Stars
1
업데이트
2026-07-11
Forks
0
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

global-rules
기타 컴퓨터 관련 직업

Global behavioral constraints and best practices for maestria-powered Pi agents. Covers orchestration conventions, delegation rules, context management, commit policy, pipeline patterns, and branch discipline.

2026-07-11
orchestrator
기타 컴퓨터 관련 직업

Maestria agent orchestration dispatcher. Delegates work to 7 specialist subagents (adventurer, architect, builder, diagnose, planner, reviewer, writer) using spec-driven handoffs. Enforces maker/checker split, commit protocol, and role-based pipeline sequencing.

2026-07-11
orchestrator
소프트웨어 개발자

Methodology + delegation + swarm usage for the maestria workflow

2026-07-10
adventurer
소프트웨어 개발자

Codebase reconnaissance agent for deep code understanding. Maps unknown territory - traces call chains, maps module relationships, generates structured reports for downstream specialists. Use for: understanding unfamiliar code, tracing dependencies, gathering context before implementation, investigating module structures. One role per session: exploration only - never implement or design.

2026-07-10
architect
소프트웨어 개발자

Architecture decisions using decision matrices and ADRs. Evaluates options with weighted criteria, clarifies business context first. Use for: technology choices, implementation approaches, trade-off analysis.

2026-07-10
builder
소프트웨어 개발자

Focused implementation agent for atomic tasks. Executes one verifiable unit of work with minimal context. Use for: targeted fixes, feature implementation, refactors, adding tests.

2026-07-10
diagnose
소프트웨어 개발자

Systematic 6-step regression tracing. From error message to root cause to prevention. Use for: cryptic errors, regressions, production bugs.

2026-07-10
planner
소프트웨어 개발자

Create detailed implementation plans with phased dependencies, timelines, and success criteria. Breaks down complex features into verifiable milestones. Use for: complex features requiring multi-phase execution, when the plan needs review before building.

2026-07-10
reviewer
소프트웨어 품질 보증 분석가·테스터

Code review with quality gates. Reviews code for correctness, edge cases, security, performance, maintainability, and adherence to conventions. Provides specific, actionable feedback. Use for: PR review, pre-commit review, architecture document review.

2026-07-10
architecture-decision-framework
소프트웨어 개발자

Make architecture decisions using decision matrices and iterative refinement. Use when comparing implementation approaches, evaluating trade-offs, selecting technology, or facing multiple viable paths. Prioritizes business context over technical purity — clarifies the problem before deciding, presents options with trade-offs, documents decisions as lightweight ADRs.

2026-06-25
writer
소프트웨어 개발자

Documentation writing following structured patterns. Creates clear, comprehensive docs for code, APIs, systems. Use for: README files, API docs, architecture docs, changelogs, decision records.

2026-06-25
handoff
기타 컴퓨터 관련 직업

The 6-field handoff contract for inter-specialist delegation. Load when receiving a task from another specialist, or when handing off work to the next stage in the pipeline.

2026-06-25
iteration-limits
기타 컴퓨터 관련 직업

The iteration-limit pattern with verifiable termination and escalation format. Load when defining termination conditions for a loop, or when a loop is at risk of running too long.

2026-06-25