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

opencode-configs

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

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

이 저장소의 skills

jira
프로젝트 관리 전문가

Jira issue lifecycle for the build agent. Load this skill when the issue tracker provider is "jira" in agent-config.json. Covers session start, progress tracking, status transitions, and PR linking.

2026-03-06
gitea-issues
소프트웨어 개발자

Working with Gitea issues — reading tickets, posting progress updates, and managing dependencies. Load this skill at the start of any session where a Gitea issue number is provided.

2026-03-05
github-issues
소프트웨어 개발자

GitHub issue lifecycle for the build agent. Load this skill when the issue tracker provider is "github" in agent-config.json. Covers session start, progress tracking, and PR linking.

2026-03-05
worktrees
소프트웨어 개발자

Git worktree lifecycle for isolated per-ticket workstreams. Load this skill whenever the user describes a problem to solve or asks to claim a ticket, before any implementation work begins.

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

End-to-end testing conventions using Playwright. Covers writing E2E tests, test execution, project setup, and failure reporting. Load when writing, running, or evaluating E2E tests.

2026-03-04
project-manager
프로젝트 관리 전문가

Roadmap management, task logging, and sprint planning conventions for this project. Load when managing ROADMAP.md, writing task logs, or planning a batch of work.

2026-03-04
ui-design
소프트웨어 개발자

React UI design principles and conventions. Load this skill when building or modifying any user interface. Covers component design, application type detection, Mantine (business apps) and Tailwind (consumer apps), accessibility, responsiveness, and state management patterns.

2026-03-04
observability
소프트웨어 개발자

Observability standards and instrumentation conventions. Load this skill when reviewing code for observability gaps, or when implementing logging, metrics, tracing, or health checks. Covers the four observability signals and stack-specific conventions for each supported language.

2026-03-03
openapi-spec-verification
소프트웨어 품질 보증 분석가·테스터

Verify that OpenAPI spec files accurately reflect the running API. Covers spec-vs-reality comparison for endpoints, request/response shapes, and status codes. Load when validating that endpoint changes are reflected in the spec.

2026-03-03
testing-best-practices
소프트웨어 품질 보증 분석가·테스터

Language-specific testing best practices. Load this skill when writing or reviewing tests. Covers test structure, factories, mocking boundaries, and framework conventions for TypeScript/JavaScript, Python, and Go.

2026-03-03
deployment-planning
소프트웨어 개발자

Deployment strategy and CI/CD pipeline design guidelines. Load this skill when designing deployment workflows, writing CI/CD pipeline configuration, or advising on release strategy. Covers build-once/deploy-anywhere, environment promotion, rollback, and pipeline structure — all provider-agnostic.

2026-03-03
dockerfile-best-practices
소프트웨어 개발자

Dockerfile authoring guidelines for production-grade, provider-agnostic container images. Load this skill when creating or reviewing any Dockerfile. Covers image selection, multi-stage builds, layer caching, security hardening, and size optimisation.

2026-03-03
kubernetes-manifests
네트워크·컴퓨터 시스템 관리자

Kubernetes manifest authoring guidelines. Load this skill when creating or reviewing Kubernetes manifests for any service. Covers when to use Kubernetes, manifest structure, resource limits, health probes, and provider-agnostic conventions.

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

REST API design principles and conventions. Load this skill when designing or implementing any REST API endpoint, resource, or response shape. Covers resource modelling, naming, versioning, error handling, and security.

2026-03-03
javascript-application-design
소프트웨어 개발자

JavaScript and TypeScript application structure, tooling, and conventions. Load this skill when starting a new project, adding dependencies, configuring tooling, or making architectural decisions in any JavaScript or TypeScript codebase. Covers pnpm, ESM, strict TypeScript, ESLint, Prettier, and per-application-type conventions for React SPA, Next.js, REST APIs, and CLI tools.

2026-03-03
swagger-ui-verification
소프트웨어 품질 보증 분석가·테스터

Verify that Swagger UI (or equivalent API documentation interface) is properly served and the raw OpenAPI spec is accessible over HTTP. Load when checking that API documentation is publicly available and functional.

2026-03-03
database-schema-design
데이터베이스 아키텍트

PostgreSQL schema design principles using Prisma. Load this skill when designing or modifying database schemas, writing migrations, or modelling data relationships. Covers naming, normalisation, indexing, constraints, and Prisma-specific conventions.

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

Test-driven development workflow and discipline. Load this skill before writing any new code or modifying existing behaviour. Covers the red-green-refactor cycle, test design, triangulation, and TDD pitfalls to avoid.

2026-02-21