Skip to main content

이 저장소의 skills

deathrashed/agents - 7페이지

SkillsMP는 deathrashed/agents에서 1,032개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

deathrashed/agents

수집된 skill 1,032개 중 40개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Auto-fix bugs. Observe symptom, find root cause, apply minimal fix, verify, explain in human terms.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

After fixing a bug, explain what went wrong in language the user understands. No jargon for beginners.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guide user through errors they see. Translate error messages to human language.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Step 1 of debugging: observe the symptom carefully before jumping to conclusions.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Step 2 of debugging: reason about root cause based on observed symptoms.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Step 3 of debugging: apply minimal fix. One-liner ideal. Verify nothing else broke.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Full project review from beginning. Check every file. Plain language report.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Final go-live checklist. Is it accessible? SSL working? Mobile friendly? Show user their live URL.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Record mistakes. Check before similar builds. Avoid repeating silently.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Detect recurring patterns in user's project. Apply automatically next time.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Learn user's preferences over time. Code style, naming, structure. Save to global prefs.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Persistent memory across sessions. Save project state and user preferences. Never save secrets.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Track project milestones. Auto-detect when a significant checkpoint is reached.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Help user work from multiple devices. Sync project via git.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Optimize for speed and cost. Pick lightweight solutions. Flag expensive operations.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Break complex tasks into 5-15 ordered steps with time estimates. Dependency order first.

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Give realistic time and cost estimates for each step. Explain in human terms.

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Decide what to build first. Core function before polish. Revenue before aesthetics.

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Identify risks before building. Flag third-party dependencies, API limits, and cost traps.

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Report progress after each feature. Percentage, what just completed, what comes next.

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Create a visual roadmap for large projects. Phases, milestones, timeline.

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Lock confirmed requirements. Don't change them without user approval.

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Run and test directly on the server. No local dev environment needed. What you build is what goes live.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Save checkpoints before risky changes. Rollback if things break.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Auto-apply security basics. Never ask user about security choices. Just do it.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Detect user's intent from their message and activate the right workflow silently.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Detect user's technical level from first messages. Adjust all output language accordingly.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Architecture specialist for software/system design, module and service boundaries, tradeoff analysis, and stakeholder synthesis. Uses context-aware methods such as diagnostic routing, design-twice comparison, ATAM-style risk analysis, CBAM-style…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Backend specialist for APIs, databases, authentication with clean architecture (Repository/Service/Router pattern). Use for API, endpoint, REST, database, server, migration, and auth work.

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Design-first ideation that explores user intent, constraints, and approaches before any planning or implementation. Use for brainstorming, ideation, exploring concepts, and evaluating approaches.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Guide for coordinating PM, Frontend, Backend, Mobile, and QA agents on complex projects via CLI. Use for manual step-by-step coordination and workflow guidance.

원문 언어: 영어

업데이트
직업 분류
데이터베이스 아키텍트
설명

Database specialist for SQL, NoSQL, and vector database modeling, schema design, normalization, indexing, transactions, integrity, concurrency control, backup, capacity planning, data standards, anti-pattern review, and compliance-aware database design. Use…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Bug diagnosis and fixing specialist - analyzes errors, identifies root causes, provides fixes, and writes regression tests. Use for bug, debug, error, crash, traceback, exception, and regression work.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Frontend specialist for React, Next.js, Angular, TypeScript with FSD-lite architecture, shadcn/ui, and design system alignment. Use for UI, component, page, layout, CSS, Tailwind, shadcn, Angular, and RxJS work.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Mobile specialist for Flutter, React Native, and Swift native iOS development. Use for mobile app, Flutter, Dart, React Native, Swift, SwiftUI, iOS, Android, Riverpod, swift-openapi-generator, and widget work.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Automated multi-agent orchestrator that spawns CLI subagents in parallel, coordinates via MCP Memory, and monitors progress. Use for orchestration, parallel execution, and automated multi-agent workflows.

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Product manager that decomposes requirements into actionable tasks with priorities and dependencies. Use for planning, requirements, specification, scope, prioritization, task breakdown, and ISO 21500, ISO 31000, or ISO 38500-aligned planning recommendations.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Quality assurance specialist for security, performance, accessibility, comprehensive testing, and quality standard alignment. Use for test, review, security audit, OWASP, coverage, lint work, and ISO/IEC 25010 or ISO/IEC 29119-aligned QA recommendations.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Create or update OMA skills in the SSL-lite human-readable format. Use when adding a new `.agents/skills/{skill-name}/SKILL.md`, converting an existing skill to the standardized Scheduling / Structural Flow / Logical Operations / References structure, or…

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Infrastructure-as-code specialist for multi-cloud provisioning using Terraform across any provider (AWS, GCP, Azure, Oracle Cloud). Use for terraform plan/apply, state management, compute, databases, storage, networking, IAM, OIDC, cost optimization,…

원문 언어: 영어

업데이트
수집된 skill 1,032개 중 40개를 표시합니다.