From 808ae1ad15271d3085ce425b637b3959d837779a Mon Sep 17 00:00:00 2001 From: moilanik Date: Fri, 17 Apr 2026 13:53:06 +0300 Subject: [PATCH] =?UTF-8?q?ohjeet=20tiedostoihin=20p=C3=A4=C3=A4syyn=20web?= =?UTF-8?q?=20perusteisille=20ai=20palveluille?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .ai/skills/root-skill/SKILL.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.ai/skills/root-skill/SKILL.md b/.ai/skills/root-skill/SKILL.md index e56630f..664ae29 100644 --- a/.ai/skills/root-skill/SKILL.md +++ b/.ai/skills/root-skill/SKILL.md @@ -40,3 +40,15 @@ You must load specialized instructions from `.ai/skills//SKILL.md` when re ## 🌐 Language Rule ALL documentation files must be written in **English**. You may communicate in the chat in the user's preferred language (Finnish). + +## Resource Access Rules + +When you need to read a skill or a file listed in .ai/skill-list.txt, construct the URL using the following logic: + +1. Base URL: https://gitea.nikos-dev.keskikuja.site/niko/ai-superpower/src/branch/main/ + +2. File Path: Combine the Base URL with the relative path of the skill +- Example: Skill git is located at .ai/skills/git/SKILL.md +- Constructed URL: https://gitea.nikos-dev.keskikuja.site/niko/ai-superpower/src/branch/main/.ai/skills/git/SKILL.md + +3. Raw Access (Optional): If direct parsing fails, try replacing /src/branch/main/ with /raw/branch/main/ to get the plain text version. \ No newline at end of file