Skip to main content

TudeOrangBiasa/opencode-workflow

SkillsMP hat 62 Skills aus TudeOrangBiasa/opencode-workflow gesammelt. Öffne einen Skill, um Quelle und Details zu prüfen.

Letzte erfasste Quellaktivität
SkillsMP-Katalog aktualisiert
gesammelte Skills
62
GitHub-Stars
0
GitHub-Forks
0

Es werden 40 von 62 gesammelten Skills angezeigt.

Beruf
Netzwerk- und Computersystemadministratoren
Beschreibung

Shared hosting/cPanel deploy: private artifact repos, local builds, PHP/Laravel symlinks, rollback. Use when deploying to shared hosting without VPS/Docker.

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

Ask which skill or flow fits your situation. A router over the skills in this repo.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Ultra-compressed communication. Cuts token usage ~75% while keeping technical accuracy. Levels: lite/full/ultra/wenyan. Auto-triggers on efficiency request. Use when user says wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Proactive onboarding for all agent profiles. Asks about each profile's needs (coding style, DESIGN.md, test framework, CI/CD, issue tracker, domain docs) one at a time before writing configs. Run when starting a new project or when profiles are missing…

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

Meta-skill: create, audit, validate skills. Bundles write-a-skill principles with extraction criteria. Use when user says "create skill", "audit skill", or asks where to add it.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use when capture architectural decisions as structured ADRs — context, alternatives, rationale, consequences. Use only when a decision between significant alternatives is made or when reading existing ADRs.

Quellsprache: Englisch

Aktualisiert
Beruf
Marktforschungsanalysten und Marketingspezialisten
Beschreibung

Use when multi-source deep research using web search MCP — searches, synthesizes findings, delivers cited reports with source attribution. Use only when the user wants thorough research on any topic with evidence and citations, competitive analysis,…

Quellsprache: Englisch

Aktualisiert
Beruf
Projektmanagementspezialisten
Beschreibung

Break plan/spec into tracer-bullet tickets with blocking edges. Publishes to tracker (local file or real tracker). Use when user wants to convert plan into issues.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Two-axis diff review: Standards (follows coding style?) and Spec (matches issue/PRD?). Runs parallel sub-agents. Use when user wants review of branch, PR, or asks "review since X".

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Scan project dependencies for known vulnerabilities using Trivy. Use when reviewing PRs, before deployment, or when user asks "are our deps safe?"

Quellsprache: Englisch

Aktualisiert
Beruf
Informationssicherheitsanalysten
Beschreibung

Scan AI agent skill files for security vulnerabilities before installing. Use when adding third-party skills from npm, GitHub, or marketplace.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Verification checklist for AC, test evidence, stuck-loop detection, AFK review. Use when lead needs independent evidence for non-trivial changes or ambiguous results.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Container patterns for Docker and Kubernetes. Use when writing Dockerfiles, docker-compose, K8s manifests, or deployment configs.

Quellsprache: Englisch

Aktualisiert
Beruf
Datenbankarchitekten
Beschreibung

Database patterns for PostgreSQL, MySQL, Redis, and Prisma. Use when designing schemas, writing queries, caching strategies, or ORM configuration.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

API design and connector building. Use when designing REST/GraphQL APIs, building API clients, or integrating external services.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Architecture patterns including modular monolith and hexagonal architecture. Use when designing module boundaries, ports/adapters, or refactoring for testability.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

React patterns, testing, and performance optimization. Use when working with React components, hooks, testing setup, or performance tuning.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Database review checklist for SQL, migrations, schema design, indexes, RLS, transactions, query performance, and data integrity. Use only when a diff touches database structure, database queries, policies, or persistence semantics.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

PHP and Laravel review checklist for diffs touching PHP, Blade, Livewire, Filament, Eloquent, queues, policies, validation, or Composer. Use only when PHP/Laravel-specific correctness, security, framework conventions, or static-analysis review is needed.

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

Use when evaluate a session for AI mistakes, user frustration, repeated errors, or scope drift. Use when user says eval session, what went wrong, diagnose session, session audit, post-mortem. Creates report in opencode-workflow/.scratch/evals/. Report only —…

Quellsprache: Englisch

Aktualisiert
Beruf
Projektmanagementspezialisten
Beschreibung

Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, says "grill me", or uses any 'grill' trigger phrases.

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

Use when audit OpenCode context overhead across agents, skills, MCP servers, and repo instructions. Use only for workflow/context bloat decisions, not normal implementation.

Quellsprache: Englisch

Aktualisiert
Beruf
Sonstige Computerberufe
Beschreibung

Use when consolidate, merge, archive, or clean up OpenViking memory entries. Use when user says consolidate, dream, clean up lessons, memory hygiene, merge duplicates, archive stale. Auto-loads on intent — finds duplicates across sessions, merges, archives…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use when research-before-coding for external dependency, integration, or custom utility decisions. Searches npm/PyPI, MCP servers, GitHub, web. Decision matrix: adopt → extend → compose → build. Not for every small code edit.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use when designing backend services: layered architecture, error handling, logging, API design, database access, and security patterns.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use only when building, securing, or verifying Django applications — project structure, DRF, ORM optimization, service layer, Celery async tasks, security hardening, pytest TDD, and pre-deployment verification.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use only when building FastAPI backends — project structure, Pydantic v2 schemas, dependency injection, async handlers, authentication, authorization, transactional service layers, and testing with httpx and pytest.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use when building, securing, or deploying Laravel applications — architecture patterns (controllers → services → actions), Eloquent ORM, form requests, queues, events, caching, auth, CSRF/XSS/SQLi prevention, PHPStan, Pint, and pre-deployment verification.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use when build MCP servers with Node/TypeScript SDK — tools, resources, prompts, Zod validation, stdio vs Streamable HTTP transport. Use only when implementing or debugging MCP servers.

Quellsprache: Englisch

Aktualisiert
Beruf
Web- und digitale Schnittstellendesigner
Beschreibung

Use when frontend accessibility patterns — semantic HTML, ARIA, form labeling, keyboard navigation, focus management, and screen reader support. Use only when building or reviewing interactive UI components and forms.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use only when working in Angular projects — components, signals, forms, DI, routing, SSR, accessibility, tests, and CLI tooling.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use only when building Next.js apps with Turbopack — configuration, incremental compilation, HMR, Edge Runtime compatibility, and migration from Webpack.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use when nuxt 4 patterns for hydration safety, route rules, data fetching, and lazy loading. Use only when debugging hydration mismatches, configuring route rules, or writing SSR-safe data fetching in Nuxt 4 apps.

Quellsprache: Englisch

Aktualisiert
Beruf
Webentwickler
Beschreibung

Use only when converting UI mockups, screenshots, or designs into Vue components — composition API, script setup, reactive state, and Tailwind/component libraries.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use only when configuring Vite builds: plugin setup, environment handling, SSR, code splitting, proxy configuration, and production optimization.

Quellsprache: Englisch

Aktualisiert
Beruf
Datenbankarchitekten
Beschreibung

Use when safe, reversible database migration patterns — schema changes, data backfills, zero-downtime expand-contract, ORM-specific workflows. Use only when creating or reviewing database migrations.

Quellsprache: Englisch

Aktualisiert
Beruf
Netzwerk- und Computersystemadministratoren
Beschreibung

Use only when managing reproducible dev environments with Flox — declarative .flox/manifest.toml, package installation, language runtimes, services, and cross-platform sharing.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use when analyze an unfamiliar codebase and generate a structured onboarding guide — architecture map, key entry points, conventions, starter AGENTS.md notes. Use only when first opening a project or joining a new repo.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use when deployment workflows — strategies (rolling, blue-green, canary), Docker multi-stage builds, CI/CD pipelines, health checks, rollback, and production readiness checklist. Use only when setting up CI/CD, containerizing apps, or planning production…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Use when git branching strategies, commit conventions, merge vs rebase, PR workflow, conflict resolution, and release management. Use only for branch/commit/PR/release strategy decisions or conflict handling, not routine git status/diff.

Quellsprache: Englisch

Aktualisiert
Es werden 40 von 62 gesammelten Skills angezeigt.