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

opencode-config-template

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

수집된 skills
121
Stars
3
업데이트
2026-07-19
Forks
3
직업 범위
직업 카테고리 23개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

amplify-nextjs-deployment-skill
소프트웨어 개발자

Deploy and troubleshoot Next.js 16+ applications on AWS Amplify Hosting — build spec (amplify.yml), SSR Lambda env-var injection, CloudFront OAC, Route53 DNS, GitHub Actions deploy triggers, post-deploy verification, and rollback strategy

2026-07-19
api-design-skill
소프트웨어 개발자

Design and document APIs — REST conventions, OpenAPI/Swagger spec generation, GraphQL schema patterns, API versioning, pagination, rate limiting, error response formats, and HATEOAS

2026-07-19
authentication-authorization-skill
소프트웨어 개발자

Implement authentication and authorization patterns — OAuth2/OIDC flows, JWT best practices, session management, RBAC/ABAC, NextAuth/Auth.js, Passport.js, password hashing, and CSRF protection

2026-07-19
clean-architecture-skill
소프트웨어 개발자

Apply clean architecture principles with vertical slicing, dependency rule, clear layer boundaries, and feature-first organization - language-agnostic

2026-07-19
clean-code-skill
소프트웨어 개발자

Write clean, human-readable code with proper naming, small functions, self-documenting patterns, and object calisthenics - language-agnostic

2026-07-19
code-smells-skill
소프트웨어 개발자

Detect and fix code smells including long methods, large classes, feature envy, primitive obsession, and more with refactoring guidance - language-agnostic

2026-07-19
design-patterns-skill
소프트웨어 개발자

Apply GoF design patterns (Creational, Structural, Behavioral) appropriately without over-engineering - language-agnostic with practical examples

2026-07-19
docker-containerization-skill
네트워크·컴퓨터 시스템 관리자

Create and optimize Dockerfiles, multi-stage builds, docker-compose patterns, image size reduction, layer caching, .dockerignore, health checks, and container security scanning with hadolint and docker scout

2026-07-19
performance-optimization-skill
소프트웨어 개발자

Identify and fix performance bottlenecks — profiling (cProfile, Chrome DevTools), caching strategies (Redis, memoization, CDN), bundle size analysis, lazy loading, N+1 query detection, and memory leak detection

2026-07-19
python-backend-skill
소프트웨어 개발자

Scaffold and structure Python backend projects with FastAPI, Django, or Flask — project layout, dependency injection, configuration management, virtual environments, and pyproject.toml standards

2026-07-19
react-nextjs-antipatterns-skill
소프트웨어 개발자

Detect and fix React 19 and Next.js 16 runtime anti-patterns — hydration mismatches, StrictMode double-execution, memory leaks from module-scope caches, stale derived state, fail-open RBAC, revalidatePath error swallowing, fragment keys, useMemo dep issues, and more

2026-07-19
security-audit-skill
정보 보안 분석가

Audit code and dependencies for security vulnerabilities — OWASP Top 10, dependency scanning (npm audit, pip-audit), secret detection, input validation, XSS/CSRF prevention, security headers, and HTTPS enforcement

2026-07-19
test-generator-framework-skill
소프트웨어 품질 보증 분석가·테스터

Generic test generation framework supporting multiple languages and testing frameworks

2026-07-19
wireframer-skill
웹 개발자

Generate low-fidelity, hand-drawn web wireframes and clickable prototypes. Use when the user wants to wireframe, mockup, sketch, or prototype a UI before writing production code. Triggers on: wireframe, mockup, lo-fi prototype, rough layout, Balsamiq-style, hand-drawn UI, clickable prototype, sketch the screens, visualize the flow, show what the app would look like, responsive baseline, breakpoint wireframe. Produces self-contained SPAs with sketchy aesthetics — wired-elements components, graph-paper background, doodle icons. Also used as a baseline source for responsive audits: generate wireframes at specific viewport breakpoints to establish the expected structural layout.

2026-07-19
continuous-learning-skill
소프트웨어 개발자

Extract and store reusable patterns, decisions, and insights from coding sessions with confidence scoring, project scoping, and instinct evolution for future reference and skill improvement

2026-07-19
domain-modeling-skill
소프트웨어 개발자

Actively build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain CONTEXT.md and ADRs inline. Changes the model — not merely reads it.

2026-07-19
git-compact-commits-skill
소프트웨어 개발자

Write concise, compact Git commit messages within strict word and character budgets. Triggers when user says: "compact commit", "short commit message", "concise commit", "commit word limit", "brief commit", "terse commit", "make commit shorter", "git commit best practices". Combines related changes into single commits by semantic grouping, enforces 150-word body and 72-char subject limits, and provides commitlint CI/CD configuration. Use for brief, space-efficient commits — NOT for conventional commit format/structure (use git-semantic-commits-skill for that).

2026-07-19
git-semantic-commits-skill
소프트웨어 개발자

Format and write Git commit messages following the Conventional Commits specification. Triggers when user says: "commit and push", "commit changes", "make a commit", "commit this", "write a commit message", "create a commit", "git commit", "commit message format", "semantic commit". Detects commit type (feat, fix, docs, refactor, etc.), adds scopes, identifies breaking changes, and provides semantic versioning guidance. Use for structuring commit messages properly — NOT for making commits shorter or more compact (use git-compact-commits-skill for that).

2026-07-19
grill-me-skill
소프트웨어 개발자

A relentless interview to sharpen a plan or design. User-invoked orchestrator that runs grilling-skill WITHOUT doc capture. Use when you want a grilling session but don't need CONTEXT.md or ADR artifacts.

2026-07-19
grill-with-docs-skill
소프트웨어 개발자

A relentless interview to sharpen a plan or design, which also creates docs (CONTEXT.md glossary and ADRs) as we go. User-invoked orchestrator that pairs grilling-skill with domain-modeling-skill.

2026-07-19
grilling-skill
소프트웨어 개발자

Interview the user relentlessly about a plan or design. Use when the user wants to stress-test a plan before building it, resolve a design decision tree, or uses any 'grill' trigger phrases. Asks one question at a time with a recommended answer.

2026-07-19
threejs-nextjs-skill
소프트웨어 개발자

Three.js + Next.js (App Router / React 19) integration guidance with MANDATORY version detection. Covers SSR/Server Component pitfalls, Turbopack vs Webpack GLSL/bundler issues, hydration mismatches, StrictMode WebGL context loss, persistent canvas across routes, R3F (React Three Fiber) + drei ecosystem, WebXR/AR/VR via @react-three/xr, and the companion library decision tree (drei, postprocessing, rapier, csg, leva, maath, meshline, troika-three-text, three-mesh-bvh, gltfjsx, zustand). Use when working with three.js, threejs, react-three-fiber, R3F, WebGL, WebXR, ARButton, VRButton, or @react-three/* packages in a Next.js or React 19 project.

2026-07-19
autoresearch-code-skill
소프트웨어 개발자

Autonomous code optimization loop — modify → verify (benchmark) → keep/revert against any code metric (test coverage, bundle size, runtime, error count). TDD-flavored: test-pass maps to pass, pass-count maps to score.

2026-07-18
autoresearch-core-skill
기타 컴퓨터 관련 직업

Canonical source of the autoresearch iteration protocol — a 5-stage Understand → Hypothesize → Experiment → Evaluate → Log & Iterate loop driven by a mechanical {"pass":bool,"score":N} evaluator, with git-as-memory keep/revert, stuck detection, and prompt-injection boundaries. Cited by all domain and retrofitted skills.

2026-07-18
autoresearch-ml-skill
데이터 과학자

[Requires NVIDIA GPU] Autonomous ML training research loop — modify train.py, run a fixed-time-budget experiment, parse val_bpb, keep/revert via git-as-memory. Adapted from karpathy/autoresearch.

2026-07-18
autoresearch-research-skill
기타 중등 후 교사

Autonomous literature-review and paper-synthesis loop. Tier 2 (web-only, no Bash) — fetches papers, extracts structured summaries, builds a living research.md with categories-covered tracking. Uses agent-as-evaluator fallback when no mechanical evaluator applies.

2026-07-18
coverage-readme-workflow-skill
소프트웨어 품질 보증 분석가·테스터

Ensure test coverage percentage is displayed in README.md for Next.js and Python projects following industry standards

2026-07-18
deprecated-code-cleanup-skill
소프트웨어 개발자

Find, classify, and remove @deprecated code from a TypeScript/Next.js codebase using dependency-traced analysis. Scans for @deprecated markers, traces the full dependency graph (including transitive chains through other deprecated code), classifies items into tiers by deletion safety, and executes phased removal with typecheck verification at each step. Triggers on: deprecated cleanup, remove deprecated, dead code cleanup, deprecated functions, remove @deprecated, cleanup deprecated code, find deprecated, deprecated removal.

2026-07-18
documentation-consistency-skill
소프트웨어 개발자

Audit and auto-fix documentation consistency across PLAN files, README.md, AGENTS.md, and deploy scripts — cross-file count sync, PLAN vs reality drift, structural integrity, and orphan reference detection.

2026-07-18
error-resolver-workflow-skill
소프트웨어 개발자

Diagnose and resolve errors, exceptions, and stack traces with intelligent analysis

2026-07-18
eval-harness-skill
소프트웨어 품질 보증 분석가·테스터

Evaluate code quality, skill effectiveness, and implementation correctness against defined criteria with scoring and improvement suggestions

2026-07-18
frontend-design-skill
웹 개발자

Create distinctive, production-grade frontend interfaces with high design quality that avoid generic AI aesthetics. Use this skill when building web components, pages, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI.

2026-07-18
linting-workflow-skill
소프트웨어 개발자

Generic linting workflow for multiple languages with auto-fix and error resolution

2026-07-18
mermaid-diagram-creator-skill
소프트웨어 개발자

Create Mermaid diagrams using the Mermaid MCP server — SVG by default, no CLI install needed

2026-07-18
nextjs-pr-workflow-skill
소프트웨어 개발자

Next.js PR workflow with quality checks (lint/build/test), semantic versioning labels (major/minor/patch), coverage badges, and JIRA integration via pr-creation-workflow framework

2026-07-18
nextjs-unit-test-creator-skill
소프트웨어 품질 보증 분석가·테스터

Generate comprehensive unit tests for Next.js 16 applications covering App Router, Server Components, Client Components, API routes, and Server Actions with industry best practices

2026-07-18
opencode-skills-maintainer-skill
기타 컴퓨터 관련 직업

Scan, validate, and audit OpenCode skills for consistency, redundancy, and modularization opportunities

2026-07-18
plan-execution-skill
소프트웨어 개발자

Execute PLAN.md phases with automatic progress tracking. Parses plan, executes tasks sequentially, and auto-invokes plan-updater after each phase completion.

2026-07-18
playwright-responsive-audit-skill
소프트웨어 품질 보증 분석가·테스터

Methodology for auditing and fixing responsive UI defects in Next.js projects using Playwright. Defines 6 detection assertions, 3 fix-confidence tiers, and a closed detect-fix-re-verify loop. Loaded by responsive-audit-subagent. Not auto-triggered — invoked exclusively via permission.skill by the audit subagent.

2026-07-18
pr-creation-workflow-skill
소프트웨어 개발자

Framework for creating PRs with automatic framework/language detection, configurable quality checks, multi-platform integration, semantic versioning labels (major/minor/patch), JIRA image attachments, and JIRA/git issue tracking

2026-07-18
이 저장소에서 수집된 skills 121개 중 상위 40개를 표시합니다.
opencode-config-template GitHub Agent Skills | SkillsMP