setup-artist
recoupable/artist-workspace · skills.sh
Open source Repository Open in the app JSON README (API)
About
Skill publicada por recoupable/artist-workspace no skills.sh. Instale com: npx skills add recoupable/artist-workspace@setup-artist
Details
- Kind
- Agent skills
- Topic
- No topic detected
- Publisher
- recoupable
- Origin
- skillssh
- Category
- ferramentas
- Last push
- 2026-03-27T15:52:41Z
- Repository state
- arquivado
- Added
- 2026-08-30 15:22:39
- Updated
- 2026-09-08 15:05:58
- Origin id
recoupable/artist-workspace/setup-artist
README
# Recoup Setup Artist Skill An LLM skill for scaffolding a complete artist workspace inside a sandbox environment. ## What It Does - Creates the full directory structure for an artist workspace - Populates context files (identity, audience, era) - Sets up the memory system with scope-aware instructions (MEMORY.md + README) - Creates a lean services guide (no pre-filled JSON) and environment files - Creates README files for every directory so agents know what goes where - Fills in artist data when available, uses placeholders when not ## Prerequisites Run the `setup-sandbox` skill first to create the org/artist folder structure. ## Usage > "Set up the workspace for [Artist Name]" > "Create artist directory for [Artist Name]" > "Initialize [Artist Name]'s artist workspace" ## Files | File | Purpose | |------|---------| | `SKILL.md` | Core skill instructions | | `references/context-files.md` | Templates for `context/` files (artist, audience, era, tasks, images) | | `references/memory-system.md` | Templates for the `memory/` directory (includes scope system) | | `references/services-guide.md` | Template for `config/SERVICES.md` — lean, add-as-you-go approach | | `references/env-template.md` | Templates for `.env.example` and `.env` files | | `references/directory-readmes.md` | Templates for `songs/`, `releases/`, `config/`, `library/`, `apps/` READMEs | | `references/root-readme.md` | Template for the root `README.md` |