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

ai-agent-skills

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

수집된 skills
31
Stars
64
업데이트
2026-05-01
Forks
10
직업 범위
직업 카테고리 9개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

ci-cd-pipelines
소프트웨어 개발자

Automated quality gates from commit to production. Every merge to main is potentially shippable. No manual steps in the deployment path.

2026-05-01
documentation
소프트웨어 개발자

Document decisions, not just implementations. ADRs for architectural choices, inline docs for non-obvious code, and runbooks for operational knowledge.

2026-05-01
error-handling
소프트웨어 개발자

Graceful degradation and meaningful error messages. Errors are first-class citizens, not afterthoughts. Every error path is designed, not discovered.

2026-05-01
integration-testing
소프트웨어 품질 보증 분석가·테스터

Test real system boundaries, not mocks of mocks. Integration tests verify that components work together, not that they work in isolation.

2026-05-01
meeting-notes-to-tasks
일반 사무원

Converts unstructured meeting notes into structured, assigned, time-bounded action items. Never leave a meeting without knowing who does what by when.

2026-05-01
refactoring
소프트웨어 개발자

Safe, behavior-preserving code transformation backed by tests. Refactor with evidence, not instinct.

2026-05-01
research-and-summarize
시장조사 분석가·마케팅 전문가

Distill complex topics into layered, actionable summaries. Start with the key insight, layer in detail, end with recommended next action.

2026-05-01
ai-output-validation
소프트웨어 개발자

Validates, parses, and sanitizes AI-generated outputs before they reach end users or downstream systems. Structured output enforcement, schema validation, and fallback handling.

2026-05-01
api-design
소프트웨어 개발자

Design stable, versioned, self-documenting APIs. Easy to use correctly, hard to use incorrectly. Apply Hyrum's Law from day one.

2026-05-01
context-loading
기타 컴퓨터 관련 직업

Load minimum necessary context into agent context windows. Prevents token bloat, reduces cost, and improves focus. Only load what the current task needs.

2026-05-01
frontend-engineering
웹 개발자

Accessible, performant, responsive UI patterns. Component design, state management discipline, and Core Web Vitals compliance.

2026-05-01
git-workflow
소프트웨어 개발자

Trunk-based development with atomic commits, clean history, and meaningful commit messages. Every commit should be deployable.

2026-05-01
idea-to-spec
프로젝트 관리 전문가

Converts vague ideas into concrete, testable specifications with acceptance criteria. No implementation begins without a spec.

2026-05-01
incremental-coding
소프트웨어 개발자

Build in verifiable increments. Never implement more than can be tested right now. Ship partial working systems over complete broken ones.

2026-05-01
performance-optimization
소프트웨어 개발자

Measure first, optimize second. Data-driven performance improvements with before/after benchmarks and production validation.

2026-05-01
task-decomposition
소프트웨어 개발자

Breaks features into atomic, independently verifiable tasks. No task should take more than 4 hours. Unblocks parallel work and reduces integration risk.

2026-05-01
code-explanation
소프트웨어 개발자

Get layered, context-aware explanations of unfamiliar code. Understand what it does, why it was written that way, and how to work with it safely.

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

Structured code review focusing on correctness, security, and maintainability. Correctness before style. Every reviewer comment must be actionable.

2026-05-01
debugging-methodology
소프트웨어 개발자

Systematic root cause analysis for production and development bugs. Hypothesis-driven debugging — never guess-and-check.

2026-05-01
goal-driven-execution
소프트웨어 개발자

Transforms imperative instructions into declarative goals with verifiable success criteria. Enables autonomous looping until verified completion.

2026-05-01
hallucination-prevention
소프트웨어 개발자

Detects and mitigates LLM hallucinations in production pipelines. Validates AI-generated facts, code, and decisions before they reach end users or downstream systems.

2026-05-01
multi-agent-orchestration
소프트웨어 개발자

Designs and coordinates multi-agent pipelines where specialized agents collaborate to complete complex tasks. Includes communication protocols, failure handling, and state management.

2026-05-01
observability
소프트웨어 개발자

Structured logging, distributed tracing, and alerting for AI systems and traditional services. You can't fix what you can't see.

2026-05-01
production-deployment
네트워크·컴퓨터 시스템 관리자

Zero-downtime deployments with pre-flight checks, staged rollouts, and rollback plans. Never ship to production without a verified rollback strategy.

2026-05-01
prompt-injection-defense
정보 보안 분석가

Guards AI agents and LLM-powered applications against prompt injection attacks — both direct and indirect. Validates AI inputs and outputs at every trust boundary.

2026-05-01
rag-and-memory
소프트웨어 개발자

Patterns for Retrieval-Augmented Generation (RAG) and agent memory systems. Retrieves only relevant context, prevents context bloat, and maintains coherent state across sessions.

2026-05-01
security-hardening
정보 보안 분석가

Applies OWASP Top 10, secrets management, and least-privilege principles before any code ships. Security is a build step, not an afterthought.

2026-05-01
simplicity-first
소프트웨어 개발자

Prevents overengineering by enforcing minimum viable code. No speculative features, no premature abstractions, no unnecessary complexity.

2026-05-01
surgical-changes
소프트웨어 개발자

Enforces minimal code modifications — touch only what you must. Prevents drive-by refactoring, comment deletions, and style changes unrelated to the task.

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

Red-green-refactor cycle with meaningful coverage. Tests are written before implementation. Coverage is a side effect of good tests, not the goal.

2026-05-01
think-before-coding
소프트웨어 개발자

Forces explicit reasoning before writing any code. Surfaces assumptions, manages confusion, and prevents hallucination by demanding clarity upfront.

2026-05-01