matilha-init
- Repo stars 0
- Author updated Live
- Author repo skills-registry
- Domain
- AI
- Compatible agents
-
- Claude Code
- Cursor
- Cline
- Codex
- Windsurf
- Gemini CLI
- +20
- Trust score
- 88 / 100 · community maintained
- Author / version / license
- @tomevault-io · no license declared
- Token usage
- Lean
- Setup complexity
- Guided setup
- External API key
- Not required
- Operating systems
- Unspecified (assume cross-platform)
- Runtime requirements
- No special requirements
- Permissions
-
- Read-only
- Write / modify
- Shell exec
- Network behavior
- Local-only
- Install commands
- 26 variants
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
---
name: matilha-init
description: Use when starting a new project or initializing Matilha in an existing one — scaffolds project-s…
category: ai
runtime: no special runtime
---
# matilha-init output preview
## PART A: Task fit
- Use case: Use when starting a new project or initializing Matilha in an existing one — scaffolds project-status.md, AGENTS.md, CLAUDE.md/GEMINI.md, and phase 0 artifacts. User is at the start of a project (no project-status.md) or wants to bootstrap Matilha into an existing codebase. The skill scaffolds the minimum artifacts for Matilha to work: project-status.md w….
- Inputs: target material, constraints, expected output, and acceptance criteria.
- Evidence boundary: follow “When this fires / Preconditions / Execution Workflow” and do not present inference as author intent.
## PART B: Execution result
- **01** The card summarizes the use case; runtime output centers on “Use when starting a new project or initializing Matilha in an existing one — scaffolds project-status.md, AGENTS.md, CLAUDE.md/GEMINI.md, and phase 0 artifacts. User is at the start of a project (no project-status.md) or wants to bootstrap Matilha into an existing codebase. The skill scaffolds the minimum artifacts for Matilha to work: project-status.md w…”.
- **02** When the source has headings, the agent prioritizes “When this fires / Preconditions / Execution Workflow” so the result follows the author’s structure.
- **03** Typical output includes task judgment, concrete steps, required commands or file edits, validation, and follow-up options.
- **04** Risk context follows the fingerprint: read files, write/modify files, run shell commands; mostly runs locally; usually needs no extra API key.
## Running Rules
- read files, write/modify files, run shell commands; mostly runs locally; usually needs no extra API key.
- Validate with a small sample before expanding scope.
- Return the result, validation criteria, and next iteration options. The source mentions slash commands such as `/matilha-scout`; use them first when your agent supports command triggers.
Name target files or source material, expected output, forbidden changes, and whether network or shell access is allowed. Permission fingerprint: read files, write/modify files, run shell commands.
Start with a small task and check whether the result follows “When this fires / Preconditions / Execution Workflow”. Inspect diffs, logs, previews, or tests before expanding scope.
Confirm the final output includes a concrete result, evidence, and next action. If it stays generic, tighten inputs, boundaries, and acceptance criteria.
---
name: matilha-init
description: Use when starting a new project or initializing Matilha in an existing one — scaffolds project-s…
category: ai
source: tomevault-io/skills-registry
---
# matilha-init
## When to use
- Use when starting a new project or initializing Matilha in an existing one — scaffolds project-status.md, AGENTS.md, C…
- Use it when the task has clear inputs, repeatable steps, and validation criteria.
## What to provide
- Target material, scope, expected result, and forbidden changes.
- Whether network, commands, file writes, or external services are allowed.
## Execution rules
- Organize steps around “When this fires / Preconditions / Execution Workflow” and keep inference separate from source facts.
- read files, write/modify files, run shell commands; mostly runs locally; usually needs no extra API key.
- Validate with a small sample before expanding the task.
## Output requirements
- Return the deliverable, key evidence, validation method, and next action.
- Mark missing information as unknown; do not invent commands, platforms, or dependencies. The author source anchors workflow facts; repository files anchor sources and commands; Fluxly only adds fit, limitations, and quality judgment.
skill "matilha-init" {
input -> user goal + target files + boundaries + acceptance criteria
context -> When this fires / Preconditions / Execution Workflow
rules -> SKILL.md triggers / order / output contract
runtime -> no special runtime | read files, write/modify files, run shell commands | mostly runs locally
guardrails -> usually needs no extra API key + small-sample validation + diff/log review
output -> copyable result + checklist + next iteration
} When this fires
User is at the start of a project (no project-status.md) or wants to bootstrap Matilha into an existing codebase. The skill scaffolds the minimum artifacts for Matilha to work: project-status.md with initial phase 0 state, CLAUDE.md / AGENTS.md / GEMINI.md as context primers, and the directory scaffold (docs/matilha/, docs/superpowers/).
Preconditions
- Write access to cwd.
- No existing
project-status.mdunless user explicitly confirms overwrite.
Execution Workflow
- Verify preconditions via Bash
test -f project-status.md. If present and user didn't say "force", ask the user before overwriting. - Prompt the user for
archetype(one of:saas-b2b,saas-b2c,frontend-only,cli,library,ml-service,marketplace). - Compute ISO-UTC timestamp via Bash
date -u +%Y-%m-%dT%H:%M:%SZ. - Write
project-status.mdvia Write tool. Frontmatter shape:schema_version: 1,name,archetype,created: <iso>,last_update: <iso>,current_phase: 0,phase_status: not_started,next_action: "Run /matilha-scout to enter Phase 10 discovery.",tools_detected: [],companion_skills: {impeccable: not_installed, shadcn: not_installed, superpowers: not_installed, typeui: not_installed},active_waves: [],completed_waves: [],feature_artifacts: [],recent_decisions: [],pending_decisions: [],blockers: [],aesthetic_direction: null,design_locked: false. - Write
CLAUDE.md/AGENTS.md/GEMINI.mdif absent (copy from this repo's templates if available viamatilha pull, else from skeletons). - Create directories
docs/matilha/plans,docs/matilha/specs,docs/matilha/wavesvia Bashmkdir -p. - Emit final message: "Initialized Matilha — current_phase: 0. Next: /matilha-scout".
Rules: Do
- Respect explicit overwrite confirmation; do not silently clobber.
- Use ISO-UTC timestamps throughout.
- Create docs/ directories idempotently (skip if they exist).
Rules: Don't
- Overwrite existing
project-status.mdwithout explicit user confirmation. - Guess archetype from code (ask).
- Use local-time timestamps.
Expected Behavior
On success, user has a Matilha-initialized project with the 3 context files + project-status.md. Next skill the user invokes is typically matilha-scout (Phase 10) or matilha-plan (Phase 20-30) if they already have research.
Quality Gates
project-status.mdexists with valid frontmatter (conforms toprojectStatusSchema).docs/matilha/directory tree exists.- Context files (CLAUDE.md / AGENTS.md / GEMINI.md) exist.
- User can run
matilha-howlnext and see phase 0 state.
Companion Integration
No companion integrations in Wave 4a. Future packs may extend this skill.
Output Artifacts
project-status.mdCLAUDE.md(if absent)AGENTS.md(if absent)GEMINI.md(if absent)docs/matilha/plans/docs/matilha/specs/docs/matilha/waves/
Example Constraint Language
- Use "must" for: project-status.md conforms to
projectStatusSchema; ISO-UTC timestamps. - Use "should" for: prompt interactively for archetype; skip overwrite of existing context files.
- Use "may" for: scaffold additional directories beyond the required ones if user requests.
Troubleshooting
- "project-status.md already exists": User confirms overwrite explicitly, or chooses a different directory.
- "archetype not recognized": Must be one of
saas-b2b,saas-b2c,frontend-only,cli,library,ml-service,marketplace; ask user to pick from the list.
CLI shortcut (optional)
If matilha CLI is installed (
matilha --versionsucceeds), you can runmatilha initto execute this deterministically. The plugin path above works without any CLI installation.
Source: danilods/matilha-skills — distributed by TomeVault.
Decide Fit First
Design Intent
How To Use It
Boundaries And Review