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

agents

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

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

이 저장소의 skills

brainstorm
프로젝트 관리 전문가시장조사 분석가·마케팅 전문가

Structured brainstorming for exploring new features or solving complex problems

2026-04-21
plan
프로젝트 관리 전문가

Scope, architect, and plan new tasks

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

Multi-angle code review before merging

2026-04-21
stats
통계 보조원

Summarize the day's work and put it in context

2026-04-21
wrap
소프트웨어 개발자

Wrap up work — atomic commits and push to origin

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

Full end-to-end (E2E) testing skill utilizing the browser. Make sure to use this skill whenever the user asks to "test the app", "run end to end tests", "verify the UI", "check if the app works", or wants you to use the browser to interact with and test the application flow. This skill orchestrates creating a test plan, getting user approval, navigating the application using the browser, independently fixing obstacles, and generating a progressive test report.

2026-04-21
whats-next
프로젝트 관리 전문가

Analyzes the current project repository and workflows to provide a high-level status report. Use this skill when the user asks for a status update, wants to know "what's next", asks where development left off, or needs a summary of recent work to regain context. Do NOT use this skill if the user is asking you to actually implement the next feature, commit code, or search the codebase for specific files.

2026-04-21
start-project
프로젝트 관리 전문가

Interactive onboarding and project planning. Make sure to use this skill whenever the user mentions setting up a new project, wanting to brainstorm a new idea, creating a new product from scratch, or asks to start the project workflow.

2026-04-21
update-agents
소프트웨어 개발자

Pulls the latest agent rules and skills from the remote repository without wiping local project customizations. Use this skill when the user asks to "update agents", "sync agents", or "pull the latest agent rules".

2026-04-21
laravel-best-practices
소프트웨어 개발자

Apply this skill whenever writing, reviewing, or refactoring Laravel PHP code. This includes creating or modifying controllers, models, migrations, form requests, policies, jobs, scheduled commands, service classes, and Eloquent queries. Triggers for N+1 and query performance issues, caching strategies, authorization and security patterns, validation, error handling, queue and job configuration, route definitions, and architectural decisions. Also use for Laravel code reviews and refactoring existing Laravel code to follow best practices. Covers any task involving Laravel backend PHP code patterns.

2026-04-17
vue-best-practices
웹 개발자

MUST be used for Vue.js tasks. Strongly recommends Composition API with `<script setup>` and TypeScript as the standard approach. Covers Vue 3, SSR, Volar, vue-tsc. Load for any Vue, .vue files, Vue Router, Pinia, or Vite with Vue work. ALWAYS use Composition API unless the project explicitly requires Options API.

2026-04-17
design-consultation
아트 디렉터

Design consultation: understands your product, researches the landscape, proposes a complete design system (aesthetic, typography, color, layout, spacing, motion), and generates a preview page artifact. Creates .agents/rules/11_design.md as your project's design source of truth.

2026-04-17
office-hours
경영 분석가

YC Office Hours — two modes. Startup mode: six forcing questions that expose demand reality, status quo, desperate specificity, narrowest wedge, observation, and future-fit. Builder mode: design thinking brainstorming for side projects, hackathons, learning, and open source. Saves a design doc. Use when asked to "brainstorm this", "I have an idea", "help me think through this", "office hours", or "is this worth building". Proactively suggest when the user describes a new product idea or is exploring whether something is worth building — before any code is written.

2026-04-17
review-gstack
소프트웨어 품질 보증 분석가·테스터

Rigorous "Mega Review" pre-landing pipeline. Enforces Scope Drift Detection, ASCII Test Flow generation, and Fix-First Auto-Fixing. Requires task.md and implementation_plan.md. Use when you're about to merge, land, or push code to main, even if you think the changes are small. Proactively suggest this skill before any branch merge or PR submission.

2026-04-17
adversarial-review
소프트웨어 품질 보증 분석가·테스터

Perform a destructive "Red Team" review of the current changes to eliminate shared blind spots. Best used with a secondary model. Use after any code review or plan review, and before deploying to production. Proactively suggest when merging significant changes.

2026-04-17
architecture-review
소프트웨어 개발자

Architecture compliance checklist for code review

2026-04-17
build-start-scripts
소프트웨어 개발자

Standards and patterns for building reliable local dev startup scripts (serve.sh, start.sh). Use this skill when creating, modifying, or reviewing any shell script that boots Docker containers, Sail, dev servers, or background services. Also use when the user mentions "serve script", "startup script", "docker compose up", "sail up", or asks to fix orphaned containers, port conflicts, or flaky local environments. Proactively suggest when you see startup-related issues in scripts being edited.

2026-04-17
changelog
소프트웨어 개발자

Create engaging changelogs summarizing recent merges to the main branch

2026-04-17
code-review-excellence
소프트웨어 품질 보증 분석가·테스터

Meta-level code review guidance — how to review well, not just what to check

2026-04-17
compound
소프트웨어 개발자

Document a recently solved problem as structured, searchable knowledge so future work benefits from past solutions. Use this skill after solving non-trivial bugs, debugging sessions, or tricky implementations. Proactively suggest this skill when a session involved significant troubleshooting, dead-end investigation, or a fix that others would likely encounter again.

2026-04-17
contribute-back
소프트웨어 개발자

Scan local agent ecosystem (.agents/) for modifications or new skills, propose them to the user, and automatically create a Pull Request to the central marcus-friction/agents repository.

2026-04-17
copy-editing
편집자작가·저자

The Seven Sweeps framework for reviewing and enhancing existing copy. Focuses on clarity, voice/tone, benefits, proof, specificity, emotion, and risk reversal.

2026-04-17
copywriting
시장조사 분석가·마케팅 전문가

Writing principles and best practices for clear, compelling, and user-centric marketing and UI copy. Use this skill when generating landing pages, writing UI microcopy, crafting CTAs, composing emails, writing product descriptions, feature announcements, or changelog entries.

2026-04-17
onboard-project
소프트웨어 개발자

Make sure to use this skill whenever the user mentions setting up a fresh project, cloning a new repo, fixing agent blindness, establishing baselines, or asking 'what is this codebase'. It ensures the agent has the necessary architectural context and rules tailored to the tech stack.

2026-04-17
path-to-10
소프트웨어 개발자

A rigorous meta-workflow designed to enforce a ruthless 10/10 quality standard on agent outputs, plans, and architectural decisions. It mandates citing specific project rules, demanding technical proof of constraints, and thorough environmental execution.

2026-04-17
performance-review
소프트웨어 품질 보증 분석가·테스터

Performance analysis checklist for code review

2026-04-17
review-plan
프로젝트 관리 전문가

Meta-level guidance for reviewing and challenging implementation plans using the Mega Plan Review pipeline. Use whenever you've drafted an implementation plan or design doc and need to evaluate it for completeness, scope gaps, and architectural flaws before proceeding to implementation. Proactively suggest this skill after any /plan workflow or when the user says "review my plan" or "is this plan solid".

2026-04-17
security-review
정보 보안 분석가

Security audit checklist for code review

2026-04-17
seo-review
웹 개발자

Comprehensive SEO, Core Web Vitals, and Semantic HTML review. Use when building any user-facing page, deploying new routes, or auditing search performance. Proactively suggest when new pages or dynamic routes are added to the project.

2026-04-17
skill-creator
소프트웨어 개발자

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

2026-04-17
systematic-debugging
소프트웨어 개발자

Structured debugging methodology — reproduce, isolate, hypothesize, verify, fix

2026-04-17
tailwind-v4-shadcn
웹 개발자

Tailwind v4 + shadcn/ui setup (@theme inline + CSS variables). Fixes tw-animate-css, @apply, dark mode.

2026-04-17
terminal-blindness-fix
컴퓨터 사용자 지원 전문가

Fixes "Terminal Blindness" in local VS Code environments where shell integration prevents the agent from reading terminal output. Run this skill when setting up a new project or if terminal outputs from commands appear blank.

2026-04-17
test-driven-development
소프트웨어 품질 보증 분석가·테스터

TDD workflow — write failing tests first, then implement, then refactor

2026-04-17
ui-accessibility-review
소프트웨어 개발자

UI quality, responsiveness, and accessibility review checklist for Nuxt/Tailwind

2026-04-17