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

agent-skills-installer

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

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

이 저장소의 skills

dotnet-code-refactor
소프트웨어 개발자

Safely refactor .NET / C# code at Senior Engineer level — diagnose code smells, classify risk (SAFE/RISKY/DANGEROUS), check the test safety net (or add characterization tests first), apply smallest-change-at-a-time for one smell, preserve behavior, match project convention. Use whenever the user wants to actually rewrite, restructure, clean up, or improve existing code — phrases like refactor this, refactor code, clean up, restructure, improve code quality, fix code smell, extract function, extract class, rename, inline, simplify, make this cleaner, make this DRY. Also trigger after a dotnet-code-review when the user says "apply the fixes". Skill DOES modify code (unlike dotnet-code-review which only inspects).

2026-05-26
dotnet-code-review
소프트웨어 품질 보증 분석가·테스터

Multi-dimensional .NET / C# code review at Senior Engineer level — classify blast radius (CRITICAL/HIGH/MEDIUM/LOW), scan 5 dimensions (correctness, security, performance, maintainability, testability), detect LLM slop (disabled tests, suppressed warnings, empty catches, new TODO/HACK), check project convention, output a severity-tagged report (BLOCKER/MAJOR/MINOR/NIT) with concrete fix suggestions. Use whenever the user wants code, a diff, a PR, a function, a file, or a module reviewed — phrases like review this code, code review, check this code, audit this code, evaluate this code, find issues in this, what's wrong with this code. Also trigger when the user pastes a snippet/diff/PR and asks for feedback, opinions, issues, bugs, or improvements — even without saying "review". Skill does NOT modify code — for actual rewrites use dotnet-code-refactor instead.

2026-05-26
db-design
데이터베이스 아키텍트

Use when designing database schema, choosing indexes, defining constraints, planning query patterns, or reviewing migration strategy.

2026-04-09
refactor
소프트웨어 개발자

Use when user asks to refactor, clean up, simplify, or restructure code. Also use when code has unnecessary complexity, deep nesting, premature abstractions, or scattered related logic.

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

Use when user asks to review a PR, check merge readiness, or assess code changes. Also use when given a PR URL or diff to evaluate.

2026-04-08
algorithm-review
소프트웨어 개발자

Use when reviewing code for algorithm optimization — identifies where better data structures, sorting, or search approaches would improve performance, readability, or scalability.

2026-04-08
api-design
소프트웨어 개발자

Use when designing or reviewing APIs — covers resources, contracts, error handling, versioning, and examples.

2026-04-08
architect
소프트웨어 개발자

Use when designing system architecture, planning new services, evaluating tradeoffs, or mapping data flow and rollout plans.

2026-04-08
changelog
기술 작가

Use when generating changelog entries from commits or merged changes — produces user-facing and developer-facing formats.

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

Use when reviewing code for bugs, maintainability, correctness, edge cases, and architecture issues.

2026-04-08
debug
소프트웨어 개발자

Use when debugging failures — identifies symptoms, traces root causes, and proposes concrete fixes with validation steps.

2026-04-08
docs-writer
기술 작가

Use when writing technical documentation — setup guides, ADRs, API references, and usage instructions.

2026-04-08
fix-bug
소프트웨어 개발자

Use when user reports a bug, pastes an error message, says code isn't working, asks why something fails, or requests debugging help. Use even for vague reports like "fix this", "not working", "why is this failing", or any stack trace. Ensures deep context analysis before proposing a fix instead of guessing.

2026-04-08
migration-safety
데이터베이스 아키텍트

Use when planning or reviewing data or schema migrations — covers safety, rollback strategy, backward compatibility, and observability.

2026-04-08
performance-review
소프트웨어 개발자

Use when reviewing performance bottlenecks, profiling hotspots, evaluating measurement strategy, or assessing optimization tradeoffs.

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

Use when reviewing code for security risks — trust boundaries, secrets handling, input validation, and common abuse cases.

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

Use when designing or writing tests — covers critical flows, edge cases, and regression risks.

2026-04-08
ui-design
웹·디지털 인터페이스 디자이너

Use when building UI — applies design tokens, color palettes (light/dark), typography, spacing, UX principles, and SEO best practices automatically regardless of framework.

2026-03-20
mastery
소프트웨어 개발자

Use when writing, modifying, or generating any code — automatically applies senior-level engineering principles regardless of programming language.

2026-03-20
sre-engineering
네트워크·컴퓨터 시스템 관리자

Use when handling production incidents, reliability concerns, on-call triage, infrastructure issues, monitoring, alerting, and post-mortem analysis.

2026-03-19