Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
mwguerra
GitHub 제작자 프로필

mwguerra

4개 GitHub 저장소에서 수집된 83개 skills를 저장소 단위로 보여줍니다.

수집된 skills
83
저장소
4
업데이트
2026-07-03
저장소 탐색

저장소와 대표 skills

production-ready
소프트웨어 품질 보증 분석가·테스터

Analyze, test, and prepare apps for production with Pest and Playwright testing

2026-02-23
error-handling
소프트웨어 개발자

This skill should be used when encountering errors during development, when the user mentions an error, when debugging issues, or when asked to "fix an error", "debug this", "why is this failing", "solve this error". Provides intelligent error recognition, solution lookup from past errors, and error logging for future reference.

2026-02-23
vault-management
소프트웨어 개발자

This skill should be used when the user asks to "manage notes", "update vault", "add to obsidian", "document in vault", "search my notes", "find related notes", or when working with Obsidian vault files. Also triggers when discussing knowledge management, note organization, or when Claude Code auto-captures commits, tasks, or component creation.

2026-02-23
prd-interview
소프트웨어 개발자

This skill should be used when conducting PRD interviews, creating product requirements documents, planning new features, documenting bug fixes, or when using commands like "/prd-builder:prd", "/prd-builder:feature", "/prd-builder:bugfix", or "/prd-builder:refine". Provides comprehensive interview frameworks and question templates for building thorough PRDs.

2026-02-23
flow-test
소프트웨어 품질 보증 분석가·테스터

Execute complete user flow testing with Playwright MCP, testing end-to-end journeys through the application

2026-02-23
page-test
소프트웨어 품질 보증 분석가·테스터

Systematically test all pages for errors, functionality, and proper rendering using Playwright MCP

2026-02-23
role-test
소프트웨어 품질 보증 분석가·테스터

Execute comprehensive role-based E2E testing with Playwright, testing all user flows for each role

2026-02-23
post-development
웹 개발자

Orchestrate app launch preparation - SEO, screenshots, personas, ads, articles, landing pages

2026-02-23
이 저장소에서 수집된 skills 34개 중 상위 8개를 표시합니다.
implementation
소프트웨어 개발자

Use when asked to implement, build, add, fix, refactor, or change anything in a codebase — vague asks included. Tier-driven phases: intake, investigate, plan, build, verify, deliver. Entry point: /implement.

2026-07-03
big-context-analysis
소프트웨어 개발자

The map-reduce + blackboard pipeline that lets a small-context model digest inputs far beyond one attention window — a codebase, a long document, a corpus, a multi-part idea — and state only evidence-anchored, citation-checked conclusions. Use when / Trigger: executing or resuming an analyst run (/analyst:digest, /analyst:resume, /analyst:show), or any analysis input exceeds one 200-line chunk.

2026-07-02
architecture-design
소프트웨어 개발자

Use whenever a change needs a system-design decision — architecture, system design, data model, module/service boundaries, interface/API contracts, scale, or an ADR. The canonical discipline for designing systems: tradeoffs made explicit, the design sized to the 15 elicited context fields, one-way doors found by a five-flag checklist (one ADR each), every component earning its place through a two-cell subtraction walk, and every "start simple" seam carrying a concrete extraction trigger. Executed as checkpointed run steps (references/phase-*.md) that write into docs/architecture/ + docs/adr/ per scribe's documentation contract.

2026-07-02
cross-project
소프트웨어 개발자

Stay focused on the project with the task in hand; recall another project's knowledge ONLY when the task actually needs it. When a task requires changing a shared dependency you own (a local composer/npm package in another repo), make the change IN that owning repo — commit, push, retag — then update and re-verify the consumer. Trigger: an edit is about to land inside a dependency directory, or a task can't be done without touching a package you maintain elsewhere.

2026-07-02
deep-analysis
소프트웨어 개발자

Use when asked for a deep audit, production-readiness review, architecture review, or prioritized recommendations across a codebase or subsystem — orchestrates parallel reader agents with adversarial verification and publishes findings to docs/deep-analysis/

2026-07-02
deep-work
소프트웨어 개발자

Run a large, multi-place task as a checkpointed state machine over the runs store — plan, adversarial plan review, wave-by-wave execution, synthesis — one step per invocation, resumable after any interruption. Trigger: cross-file refactor, data migration, large feature build, multi-source research — work that cannot finish in one pass. Manual invocation: /deep-work.

2026-07-02
finish-your-turn
소프트웨어 개발자

Use before ending any turn that used tools or produced a deliverable — when tempted to ask "Want me to…?", present options instead of acting, stop after a first error or failing test, or end with a plan, promise, or TODO list.

2026-07-02
outcome-first
소프트웨어 개발자

Use when writing any user-facing reply — answers, status updates, summaries, or final reports — especially after multi-step work, when tempted to show process, add headers to a short answer, open by classifying the question, or open with praise.

2026-07-02
이 저장소에서 수집된 skills 26개 중 상위 8개를 표시합니다.
deep-work
기타 컴퓨터 관련 직업

Run a large, multi-place, uncertain task to completion via "plan → adversarial review → serial execute → synthesize & verify." Trigger: cross-file refactor, data migration, large feature build, system audit, deep research — tasks that can't be done in one pass and touch many places. Manual invocation: /deep-work.

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

Use when asked to implement, build, add, fix, refactor, or change anything non-trivial in a codebase — especially vague asks ("do that", "make it work") that need clarification, planning, and verified delivery with tests and commits

2026-06-21
laravel-conventions
소프트웨어 개발자

Opinionated CORE Laravel 13 + Pest 4 conventions, applied by default on any Laravel project — artisan-first file creation, Eloquent/migration/queue/ scheduler patterns, fail-closed multi-tenancy, parallel-safe tests, and a "verified before done" bar. Composes with (never duplicates) maestro's stack-agnostic discipline. Use when / Trigger: editing or creating anything in a Laravel codebase — models, migrations, factories, jobs, scheduled commands, Filament resources, or Pest tests; whenever you reach for a file generator, design a schema/relationship, write a queued job or a tenant-scoped query, or are about to call a Laravel task "done."

2026-06-21
finish-your-turn
기타 컴퓨터 관련 직업

Use before ending any turn that used tools or produced a deliverable — when tempted to ask "Want me to…?", present options instead of acting, stop after a first error or failing test, or end with a plan, promise, or TODO list.

2026-06-21
prove-it
소프트웨어 품질 보증 분석가·테스터

Use before claiming anything works, is fixed, is done, or passes; before status updates on changes you haven't run; before agreeing with someone else's claim about your work; and before state-changing commands like restarts, deletes, or config edits.

2026-06-21
regression
소프트웨어 품질 보증 분석가·테스터

The discipline behind maestro:regression — prove a change didn't break existing work by running the suite, an adversarial bounded blast-radius probe against documented architecture contracts, and honest coverage, then emit a verdict taskmanager's done-gate enforces. Trigger: a change is about to be marked done / committed and you must confirm it didn't regress existing behavior or violate a documented boundary.

2026-06-21
filament-conventions
소프트웨어 개발자

The house rules for building Filament v5 panels — schema layout, navigation grouping, relation managers, save-redirects, delete placement, the user-menu profile/settings page, native authentication + optional authenticator-app (TOTP) 2FA, and no public registration. Opinionated, prescriptive, and grounded in real Filament 5.6 source so every namespace and method is correct. Trigger: load whenever editing Laravel/Filament code — creating or changing a Filament Resource, form/table schema, page (Create/Edit/List), RelationManager, or PanelProvider; wiring panel auth/2FA; or scaffolding admin UI with `make:filament-*`.

2026-06-18
adversarial-verify
소프트웨어 품질 보증 분석가·테스터

Take a conclusion, code, fix, or design you just produced and spawn an independent agent to adversarially re-check it — assuming it likely missed something, with the job of finding holes rather than affirming. Trigger: you just reached an important conclusion/fix/design and want to confirm before delivering, or you changed a high-risk core. Manual invocation: /adversarial-verify.

2026-06-18
이 저장소에서 수집된 skills 22개 중 상위 8개를 표시합니다.
저장소 4개 중 4개 표시
모든 저장소를 표시했습니다