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

aeriondyseti-plugins

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

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

이 저장소의 skills

discover
소프트웨어 개발자

Use before any code change — new feature, bug fix, refactor, or tech debt. Explores the problem, builds understanding through concrete artifacts, and produces a spec that gates the transition to execution.

2026-04-11
execute
소프트웨어 개발자

Use when you have an approved spec from the Discover phase. Orchestrates implementation — parallel or serial — with autonomy and guardrails.

2026-04-11
getting-started
소프트웨어 개발자

Use at the start of every conversation and when deciding how to approach a task. Routes to the appropriate phase of the Discover → Execute → Verify flow.

2026-04-11
verify
소프트웨어 품질 보증 분석가·테스터

Use after execution is complete, before declaring work ready to ship. Unified verification through multiple lenses: correctness, code quality, review, and architectural feel.

2026-04-11
branch-management
소프트웨어 개발자

Use when creating, switching, syncing, or cleaning up git branches. Enforces naming conventions and the branching flow.

2026-03-26
codebase-orientation
소프트웨어 개발자

Use at the start of a new conversation or when working in an unfamiliar codebase. Generates a ranked map of the repository structure to orient before diving into code.

2026-03-26
creating-commits
소프트웨어 개발자

Use when creating a git commit. Guides intelligent staging, conventional commit message authoring, and pre-commit validation.

2026-03-26
git-conventions
소프트웨어 개발자

Use when you need to understand or enforce the project's git conventions — commit message format, branch naming, or the branching/release flow.

2026-03-26
pull-request-workflow
소프트웨어 개발자

Use when creating a pull request, responding to PR feedback, or managing PR lifecycle. Handles description authoring, reviewer assignment, and feedback workflow.

2026-03-26
interface-design
웹·디지털 인터페이스 디자이너

This skill is for interface design — dashboards, admin panels, apps, tools, and interactive products. NOT for marketing design (landing pages, marketing sites, campaigns).

2026-03-11
playwright
소프트웨어 품질 보증 분석가·테스터

Browser automation with Playwright. For simple tasks (navigate, click, screenshot, check elements), use the Playwright MCP tools directly. For complex automation (multi-viewport testing, loops, network interception, data extraction), write scripts. Use when the user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based task.

2026-03-11
web-design-guidelines
소프트웨어 품질 보증 분석가·테스터

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".

2026-03-11