tachikoma-structure

Analyze Context Lake workspaces and generate structural change decision files.

1|1|Updated Nov 19, 2025
One-click install
npx skills add https://github.com/joshuacook/motoko --skill tachikoma-structure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tachikoma-structure
Source: https://github.com/joshuacook/motoko/tree/main/.claude/skills/tachikoma-structure
Command: npx skills add https://github.com/joshuacook/motoko --skill tachikoma-structure

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill analyzes file organization and proposes structural changes to improve clarity, reduce duplicates, and archive stale content.

Core Features & Use Cases

  • Identify misplacements: Move items to their correct entity directories.
  • Find orphans: Flag files outside the schema structure.
  • Archive stale content: Propose archival for old items.
  • Naming consistency: Normalize file naming conventions.

Quick Start

Run tachikoma-structure to generate relocation/archive decisions in decisions/.

Frequently Asked Questions about tachikoma-structure

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I identify and fix misplaced files in my workspace?

File organization issues like misplaced files occur when content lands outside its correct entity directory. tachikoma-structure scans your workspace schema and proposes relocations to restore proper structure, generating decision files that specify where each file should move.

What are orphan files and how do I find them?

Orphan files exist outside your workspace schema structure. tachikoma-structure detects these unanchored files by inspecting all directories against your schema, flagging them for relocation, archival, or deletion based on content age and relevance.

How do I archive stale content and clean up old files?

Archive stale content by running tachikoma-structure to analyze file timestamps and propose archival decisions. The Skill generates archive directives for old items, helping you reduce active workspace clutter while preserving historical records.

Can I detect duplicate files and merge them?

tachikoma-structure identifies duplicate content across your workspace and proposes merge or deletion decisions. It generates merge directives in the decisions/ directory to consolidate redundant items and update your workspace summary.

What naming conventions does the Skill enforce?

Naming consistency issues arise from inconsistent file conventions across your workspace. tachikoma-structure detects non-standard naming patterns and proposes relocations or renames to align files with your schema's naming requirements.

Does tachikoma-structure require dependencies or special setup?

tachikoma-structure requires no external dependencies. It reads your schema and summary files directly, inspects existing workspace directories, and generates decision outputs—no prerequisites beyond a structured workspace context.