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

specialist-agent

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

수집된 skills
116
Stars
19
업데이트
2026-03-21
Forks
3
직업 범위
직업 카테고리 10개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

audit
기타 컴퓨터 관련 직업

Use when you need a comprehensive code audit covering security, performance, architecture, and dependencies before a release, major refactor, or compliance review.

2026-03-21
autopilot
소프트웨어 개발자

Use when you want to iteratively build a feature using a PRD as source of truth, with progress tracking and fresh-context iterations - the Autopilot technique for autonomous development.

2026-03-21
brainstorm
컴퓨터 시스템 분석가

Use when starting a complex feature, exploring unclear requirements, or needing to challenge assumptions before committing to a design - before /plan.

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

Use when you need a comprehensive code review combining architecture, security, and test perspectives - especially before merging, releasing, or after major changes.

2026-03-21
copywriting
작가·저자

Use when creating marketing copy for landing pages, email campaigns, product descriptions, or social media - with A/B variants and conversion-focused frameworks.

2026-03-21
cro
소프트웨어 개발자

Use when optimizing landing pages, signup flows, checkout processes, or any user-facing page for higher conversion rates - before A/B testing.

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

Use when reviewing frontend code for design consistency, accessibility compliance, responsive behavior, and UI/UX best practices - before deployment or after design system changes.

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

Use when you want to stress-test code by having an adversarial reviewer try to break it - finding edge cases, security holes, race conditions, and logical flaws that normal reviews miss.

2026-03-21
improve-architecture
소프트웨어 개발자

Use when the codebase has architectural issues like high coupling, circular dependencies, or unclear boundaries - but a full migration is not needed.

2026-03-21
prd
소프트웨어 개발자

Use when translating a product idea, feature request, or stakeholder requirement into a structured PRD with user stories, acceptance criteria, and GitHub issues.

2026-03-21
recall
소프트웨어 개발자

Use when you need to retrieve a past decision, preference, or convention that was saved with /remember.

2026-03-21
remember
소프트웨어 개발자컴퓨터 시스템 분석가

Use when making a decision, choosing a convention, or learning a lesson that should persist across sessions.

2026-03-21
seo-audit
웹 개발자

Use when auditing a website or web application for SEO issues - covering meta tags, structured data, content structure, Core Web Vitals indicators, and crawlability.

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

Use when implementing any feature or bugfix where correctness matters - before writing implementation code.

2026-03-21
write-skill
소프트웨어 개발자

Use when creating a new skill, editing an existing skill, or verifying a skill works before deployment.

2026-03-21
review-check-architecture
소프트웨어 품질 보증 분석가·테스터

Use when checking if code follows ARCHITECTURE.md patterns - runs automated conformance checks.

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

Use when code changes need review before merge - validates architecture, types, security, and test coverage.

2026-03-09
review-check-architecture
소프트웨어 개발자

Use when checking if code follows ARCHITECTURE.md patterns - runs automated conformance checks.

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

Use when code changes need review before merge - validates architecture, types, security, and test coverage.

2026-03-09
review-check-architecture
컴퓨터 시스템 분석가

Use when checking if code follows ARCHITECTURE.md patterns - runs automated conformance checks.

2026-03-09
review-review
소프트웨어 개발자

Use when code changes need review before merge - validates architecture, types, security, and test coverage.

2026-03-09
review-check-architecture
소프트웨어 품질 보증 분석가·테스터

Use when checking if code follows ARCHITECTURE.md patterns - runs automated conformance checks.

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

Use when code changes need review before merge - validates architecture, types, security, and test coverage.

2026-03-09
review-check-architecture
소프트웨어 개발자

Use when checking if code follows ARCHITECTURE.md patterns - runs automated conformance checks.

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

Use when code changes need review before merge - validates architecture, types, security, and test coverage.

2026-03-09
review-check-architecture
소프트웨어 개발자

Use when checking if code follows ARCHITECTURE.md patterns - runs automated conformance checks.

2026-03-09
review-review
소프트웨어 개발자

Use when code changes need review before merge - validates architecture, types, security, and test coverage.

2026-03-09
review-check-architecture
웹 개발자

Use when checking if code follows ARCHITECTURE.md patterns - runs automated conformance checks.

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

Use when code changes need review before merge - validates architecture, types, security, and test coverage.

2026-03-09
autofix
소프트웨어 개발자

Use when you want to automatically triage errors from Sentry (or error logs), cross-reference them against the codebase and open PRs, prioritize by severity, and optionally create fix PRs.

2026-03-09
discovery
소프트웨어 개발자

Use when starting a new product, feature, or initiative and you need structured discovery before planning - covers market analysis, technical feasibility, architecture, and go-to-market strategy.

2026-03-09
migrate-architecture
컴퓨터 시스템 분석가

Use when transforming a project's architecture pattern - e.g., Flat to Modular, MVC to Clean Architecture, Monolith to Modular Monolith.

2026-03-06
dev-create-component
웹 개발자

Use when adding a new UI component to an existing module - handles templates, inputs, and test scaffolding.

2026-03-02
dev-create-injectable
소프트웨어 개발자

Use when adding a signal-based store or utility service - creates injectable with inject() and Angular Signals.

2026-03-02
dev-create-module
소프트웨어 개발자

Use when creating a new feature module with all layers - service, adapter, types, state, components, and tests.

2026-03-02
dev-create-service
소프트웨어 개발자

Use when adding API integration to a module - creates types, contracts, adapter, and service layer.

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

Use when a module needs test coverage - creates tests for adapters, services, and components.

2026-03-02
migration-migrate-module
소프트웨어 개발자

Use when a complete module needs migration to the target architecture - runs 6 phases with approval gates.

2026-03-02
dev-create-component
웹 개발자

Use when adding a new UI component to the project - handles templates, props, and scoped styles.

2026-03-02
dev-create-island
웹 개발자

Use when adding an interactive UI component that requires client-side JavaScript - creates a framework island with hydration strategy.

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