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

awesome-coding-assistants-vscode

awesome-coding-assistants-vscode에는 jlacube에서 수집한 skills 50개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

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

이 저장소의 skills

code-debug
소프트웨어 개발자

Test failure diagnosis, source code fixes, and regression detection

2026-04-12
code-env-setup
네트워크·컴퓨터 시스템 관리자

Environment verification, dependency installation, baseline test verification

2026-04-12
code-implementation
소프트웨어 개발자

Contract-first single-task implementation dispatched by Coder Coordinator

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

Integration test writing for component boundaries and external dependencies

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

Unit test writing and execution with coverage threshold enforcement

2026-04-12
doc-api-reference
소프트웨어 개발자

API reference documentation skill. Produces and updates API endpoint documentation from contract files in .sdd/docs/api-reference.md.

2026-04-12
doc-architecture
소프트웨어 개발자

Architecture documentation skill. Produces and updates architecture overview, component diagrams, technology stack, design decisions, and directory structure in .sdd/docs/architecture.md.

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

Changelog documentation skill. Prepends changelog entries for approved work packages to .sdd/docs/CHANGELOG.md with WP identifier, date, changes, and breaking changes.

2026-04-12
doc-configuration
소프트웨어 개발자

Configuration guide documentation skill. Produces and updates configuration reference with environment variables, config files, defaults, and validation rules in .sdd/docs/configuration-guide.md.

2026-04-12
doc-deployment
소프트웨어 개발자

Deployment guide documentation skill. Produces and updates deployment instructions with prerequisites, build steps, infrastructure requirements, and operational procedures in .sdd/docs/deployment-guide.md.

2026-04-12
doc-developer-guide
소프트웨어 개발자

Developer guide documentation skill. Produces and updates developer-facing documentation with setup instructions, conventions, and contribution guidelines in .sdd/docs/developer-guide.md.

2026-04-12
doc-inline-code
소프트웨어 개발자

Inline code documentation skill. Adds and updates docstrings, comments, and type annotations in implementation source files without modifying logic.

2026-04-12
doc-user-guide
소프트웨어 개발자

User guide documentation skill. Produces and updates end-user documentation with feature descriptions, usage instructions, and workflows in .sdd/docs/user-guide.md.

2026-04-12
plan-acceptance
소프트웨어 품질 보증 분석가·테스터

Acceptance criteria extraction, spec traceability per task

2026-04-12
plan-api-contracts
소프트웨어 개발자

Request/response types, endpoint definitions per WP

2026-04-12
plan-cross-wp-validation
소프트웨어 개발자

Cross-WP consistency check, config schemas

2026-04-12
plan-data-schemas
데이터베이스 아키텍트

Entity type definitions, validation rules per WP

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

WP identification, task breakdown, sequencing, and dependencies

2026-04-12
plan-error-catalogs
소프트웨어 개발자

Error code constants, messages per WP

2026-04-12
plan-interface-contracts
소프트웨어 개발자

Public function/method signatures per WP

2026-04-12
plan-state-machines
소프트웨어 개발자

State enums, transition validators per WP

2026-04-12
research
소프트웨어 개발자

Shared research skill. Performs structured web search, codebase analysis, and package registry lookups. Dispatched as a subagent by any coordinator agent.

2026-04-12
retro-api-contracts
소프트웨어 개발자

Extracts API endpoints, function signatures, public interfaces, and type contracts from legacy code

2026-04-12
retro-architecture
소프트웨어 개발자

Extracts system architecture, component design, dependency graphs, deployment topology, and tech stack from legacy code

2026-04-12
retro-assembly
소프트웨어 개발자

Assembles extracted data into final SDD-compatible 18-section specifications at global, project, and module levels

2026-04-12
retro-business-logic
소프트웨어 개발자

Infers functional requirements, business rules, validation logic, workflows, and user stories from legacy code behavior

2026-04-12
retro-cross-cutting
소프트웨어 개발자

Extracts error handling patterns, security mechanisms, logging, configuration, and non-functional requirements from legacy code

2026-04-12
retro-data-model
데이터베이스 아키텍트

Extracts data models, entity schemas, relationships, validation rules, and state machines from legacy code

2026-04-12
retro-discovery
소프트웨어 개발자

Scans a legacy codebase to identify projects, modules, technology stack, boundaries, and produces a structured discovery manifest

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

Analyzes existing tests to extract behavior contracts, acceptance scenarios, coverage mapping, and test-derived requirements

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

Architecture adherence review skill. Evaluates component design, tech stack compliance, directory structure, SOLID principles, dependency direction, and scope discipline.

2026-04-12
review-deps
정보 보안 분석가

Dependency review skill. Checks for known CVEs, abandoned packages, unnecessary dependencies, license compatibility, version pinning, and supply chain integrity.

2026-04-12
review-docs
소프트웨어 개발자

Documentation accuracy review skill. Compares .sdd/docs/ content against implementation for accuracy, completeness, and staleness.

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

Performance review skill. Detects N+1 queries, missing indexes, blocking in async contexts, unbounded data fetching, unnecessary computation, inefficient data structures, and missing caching opportunities.

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

Code quality review skill. Evaluates readability, complexity, naming, comments, error handling, style consistency, dead code, and duplication.

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

Security review skill. Audits implementation against all 14 OWASP Secure Coding Practices categories. Cross-references spec security requirements. Uses web research to verify unfamiliar patterns.

2026-04-12
review-spec-completeness
프로젝트 관리 전문가

Pre-planning spec completeness validation. Checks obligation language, error behaviors, data model depth, API contracts, state machines, traceability, integrations, artifact consistency, and security requirements.

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

Spec adherence review skill. Evaluates implementation against functional requirements, success criteria, and acceptance scenarios from the specification. Verifies SHALL obligations, preconditions, postconditions, error paths, edge cases, data models, and API contracts.

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

Test quality review skill. Evaluates test validity, coverage thresholds, BDD scenario matching, edge cases, test structure, and error path testing.

2026-04-12
semantic-commit
소프트웨어 개발자

Analyze pending code changes and commit them in semantically grouped commits. Use when: committing code, grouping changes, splitting commits, organizing staged files, preparing atomic commits. Enforces that each commit is a single coherent unit of work -- functionally and technically meaningful.

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