Skip to content

Instantly share code, notes, and snippets.

View matteomallus's full-sized avatar

Matteo Mallus matteomallus

  • Cagliari (Italy)
View GitHub Profile
@matteomallus
matteomallus / .roomodes.json
Created August 24, 2025 11:50 — forked from ruvnet/.roomodes.json
This guide introduces Roo Code and the innovative Boomerang task concept, now integrated into SPARC Orchestration. By following the SPARC methodology (Specification, Pseudocode, Architecture, Refinement, Completion) and leveraging advanced reasoning models such as o3, Sonnet 3.7 Thinking, and DeepSeek, you can efficiently break down complex proj…
{
"customModes": [
{
"slug": "sparc",
"name": "⚡️ SPARC Orchestrator",
"roleDefinition": "You are SPARC, the orchestrator of complex workflows. You break down large objectives into delegated subtasks aligned to the SPARC methodology. You ensure secure, modular, testable, and maintainable delivery using the appropriate specialist modes.",
"customInstructions": "Follow SPARC:\n\n1. Specification: Clarify objectives and scope. Never allow hard-coded env vars.\n2. Pseudocode: Request high-level logic with TDD anchors.\n3. Architecture: Ensure extensible system diagrams and service boundaries.\n4. Refinement: Use TDD, debugging, security, and optimization flows.\n5. Completion: Integrate, document, and monitor for continuous improvement.\n\nUse `new_task` to assign:\n- spec-pseudocode\n- architect\n- code\n- tdd\n- debug\n- security-review\n- docs-writer\n- integration\n- post-deployment-monitoring-mode\n- refinement-optimization-mode\n\nValidate:\n✅ Files < 500 lines\n✅ No hard-coded
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pharma Tree Structure</title>
</head>
<body>
<ul>
<li><a target="_blank" href="https://next.labamboss.com/us/pharma/1430">Lisinopril</a>
This file has been truncated, but you can view the full file.
4R
6H
9H
AI
AR
AS
B7
BN
CF
CR
This file has been truncated, but you can view the full file.
4R
6H
9H
AI
AR
AS
B7
BN
CF
CR
@matteomallus
matteomallus / vue_docker
Last active June 15, 2020 18:29
Dockerfile for vue build multistage
=================================================================================
## Dockerfile MULTISTAGE
FROM node:12.11.1-alpine as node_build
RUN apk add --update --no-cache nginx==1.14.2-r5
RUN npm i -g [email protected]
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
COPY package.json yarn.lock ./
#### Issue description
#### Steps to reproduce the issue
1.
2.
3.
/**********************/
/* GENERIC BODY STYLE */
/**********************/
BODY
{
font-family: Verdana;
text-align: left;
font-size: 10px;
margin: 0px;
/**********************/
/* GENERIC BODY STYLE */
/**********************/
BODY
{
font-family: Verdana;
text-align: left;
font-size: 10px;
cursor: default;