Standardize: reference docs/.agents/, remove duplicate skills/

This commit is contained in:
2026-06-06 01:07:28 +01:00
parent 8d9a14dd19
commit 7bde9c3159
5 changed files with 10 additions and 709 deletions
+10 -9
View File
@@ -2,6 +2,14 @@
This file teaches AI agents (Pi, Cursor, Claude Code) how to work with the Tinqs blog repo. Read it before making any changes.
## Shared context
Shared agent identity, team roster, skills, and cross-project rules live in `../docs/.agents/`. Read at session start:
- `../docs/.agents/SOUL.md` — shared identity
- `../docs/ai/company.md` — team roster
- `../docs/ai/siblings.md` — repo locations
- `../docs/.agents/rules/shared-context.md` — cross-repo conventions
## Blog architecture
```
@@ -152,13 +160,6 @@ git push origin main
Git Studio serves this repo directly. A push to main is a deploy. No build step on the server — static HTML files.
## Skills reference
## Skills
The `skills/` directory contains reusable agent playbooks for game dev workflows. These are NOT blog-specific — they're for game development agents using Tinqs Studio.
- **Image Generation** (`skills/image-generation.md`) — fal.ai Flux API, 4-layer prompt pattern, model comparison
- **Concept Art Pipeline** (`skills/concept-art-pipeline.md`) — Full 2D concept art → 3D model workflow
- **Sora 2 Video** (`skills/sora2-video.md`) — Trailer clips with OpenAI Sora 2
- **Tripo 3D** (`skills/tripo-browser-workflow.md`) — Text-to-3D and image-to-3D via Tripo Studio
Skills are markdown playbooks — drop them into any agent's skills directory to teach it a workflow.
Skills live in the hub: `../docs/.agents/skills/` (image-generation, concept-art-pipeline, sora2-video, tripo-browser-workflow, and more). Read skill SKILL.md files from there when needed.