Skip to content

Instantly share code, notes, and snippets.

@mer0mingian
mer0mingian / README.md
Created April 19, 2026 16:14 — forked from ppries/README.md
Autonomous multi-agent workflow for OpenCode — plan, review, implement, PR from a Linear issue

Autonomous Multi-Agent Workflow for OpenCode

A fire-and-forget workflow that takes a Linear issue ID and autonomously plans, tests, implements, and opens a draft PR — with TDD baked in. You walk away; it notifies you when done.

Built for OpenCode using custom agents and slash commands.

Important: The /workflow command must run with agent: build (OpenCode's default agent with full tool access). The orchestrator needs unrestricted access to do git operations, dispatch subagents, and create PRs. If you're in a restricted mode, switch to build first.

Why this exists:

  • Fire and forget. Kick off a task and walk away. You get notified when it's done or needs attention.
@mer0mingian
mer0mingian / agent_harness_resources.md
Last active April 13, 2026 22:27
Daniel Agent Harness Resources
@mer0mingian
mer0mingian / artcile.md
Created October 14, 2025 18:55 — forked from RichardHightower/artcile.md
Claude Code Agents to OpenCode Agents

Migrating AI Agents: A Systematic Approach to Cross-Platform Architecture

How systematic methodology and architectural understanding enabled the successful migration of 12 specialized AI agents between platforms, creating reusable patterns for future migrations


The Migration Challenge

Migrating AI agents between platforms isn't just a technical exercise—it's an architectural transformation. When you port agents from one system to another, you're not simply copying code; you're translating between different philosophies of agent interaction, tool management, and capability expression.

@mer0mingian
mer0mingian / testRegex.js
Created August 23, 2024 05:38
Regex for chunking by using all semantic cues
// Updated: Aug. 20, 2024
// Run: node testRegex.js whatever.txt
// Live demo: https://jina.ai/tokenizer
// LICENSE: Apache-2.0 (https://www.apache.org/licenses/LICENSE-2.0)
// COPYRIGHT: Jina AI
const fs = require('fs');
const util = require('util');
// Define variables for magic numbers
const MAX_HEADING_LENGTH = 7;
@mer0mingian
mer0mingian / warp_engine.md
Last active April 8, 2024 11:09
Star Trek Adventures - Resources

Technologies

Warp drive components

Here's a detailed list of components of a 24th-century warp engine, each with a brief explanation of its function, including notes on components that might be prone to wearing off:

  • Matter/Antimatter Reaction Assembly (M/ARA): The core of the warp drive, where matter (deuterium) and antimatter (antideuterium) are annihilated in a controlled reaction to generate the tremendous power required for warp travel[2].
  • Dilithium Crystals: Mediate the reaction between matter and antimatter, allowing for a controlled explosion. Dilithium is nonreactive with antimatter when subjected to high-frequency electromagnetic fields[2]. Prone to wearing off as they regulate high-energy reactions.
  • Warp Coils: Toroid or split toroid elements that generate a subspace field when energized by a modulated plasma stream, creating the warp bubble that allows the ship to travel faster than light[1]. Prone to wearing off due to constant exposure to high-energy plasma.
  • Plasma Conduits (Power
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mer0mingian
mer0mingian / tutorial_dpcca_computation.ipynb
Created September 16, 2019 06:45 — forked from jaimeide/tutorial_dpcca_computation.ipynb
Python implementation of the Detrended Partial Cross-Correlation Analysis (DPCCA) coefficient
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mer0mingian
mer0mingian / Awesome_git_cheatsheet.md
Last active September 7, 2024 09:18 — forked from karenyyng/Git_mergetool_tutorial_with_Vim.md
How to use `git mergetool` to resolve conflicts