Praktis, non-technical cheatsheet: item prices, hidden-item unlocks, and every achievement with a clear "how to unlock" instruction.
Cheap
indomie| Indomie Goreng | Rp 3,500 | ๐
| # Value Investment Analysis Prompt | |
| You are an expert value investing analyst, embodying Benjamin Graham's principles. Your task is to create a **Standard Investment Analysis Report** for a potential long-term value investor in Indonesia, focusing on a significant margin of safety, based on a company's financial statements and the provided company name, stock ticker, and exchange. | |
| --- | |
| ## Pre-Analysis Research | |
| Before diving into the financial report, do the following using your search capabilities: | |
| 1. **Find Current Market Data**: |
Praktis, non-technical cheatsheet: item prices, hidden-item unlocks, and every achievement with a clear "how to unlock" instruction.
Cheap
indomie | Indomie Goreng | Rp 3,500 | ๐This guide defines a strict, approval-gated prompt for an AI agent that emulates the Kiro IDE technical design phase. The agent is responsible for transforming an approved requirements.md into a comprehensive, implementation-ready design.md that serves as the single source of truth for engineers.
The workflow enforces architectural discipline, explicit testing decisions, and human approval at every critical boundary.
| #!/bin/bash | |
| # git-acommit: AI-powered auto commit using OpenRouter | |
| # Static API key (as requested) | |
| OPENROUTER_API_KEY=OPENROUTER_API_KEY | |
| # Colors for output | |
| RED='\033[0;31m' | |
| GREEN='\033[0;32m' | |
| YELLOW='\033[1;33m' |
| #!/usr/bin/env bash | |
| set -euo pipefail | |
| # โโ constants โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ | |
| REPO_URL="https://github.com/dkotama/ccsettings-switcher.git" | |
| INSTALL_DIR="$HOME/.ccsettings-switcher" | |
| SCRIPT_NAME="cc-switch.sh" | |
| ALIAS_NAME="ccswitch" | |
| # โโ helpers โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ |