rails-file-management

Organizes Rails tutorial lesson files into templates, _files, and _solution layers.

1.6k|89|Updated Mar 29, 2018
One-click install
npx skills add https://github.com/palkan/action_policy --skill rails-file-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rails-file-management
Source: https://github.com/palkan/action_policy/tree/main/tutorial/.claude/skills/rails-file-management
Command: npx skills add https://github.com/palkan/action_policy --skill rails-file-management

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Organize Rails tutorial lesson files across templates, _files, and _solution to streamline lesson workflows and avoid file chaos.

Core Features & Use Cases

  • Three-layer layering model: base Template, _files overlay, and _solution final state.
  • Template mechanics: frontmatter template selection and _files/.tk-config.json extends to share base structures.
  • Workspace management: consistent workspace layout under workspace/ with predictable paths.

Quick Start

Organize Rails lesson files by layering a base template with _files and _solution inside workspace, following the _tk-config.json extends rules.

Frequently Asked Questions about rails-file-management

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

FAQPage Schema
How do I organize Rails tutorial lesson files across templates and overlays?

Organize Rails tutorial lesson files using a three-layer model: base Template, _files overlay, and _solution final state. This structure streamlines lesson workflows by managing predictable paths inside a workspace while avoiding file chaos.

What is the best way to manage a multi-layer Rails workspace with base templates and overlays?

Manage a multi-layer Rails workspace by using Template frontmatter for selection and _files/.tk-config.json extends rules. This shares base structures and ensures lesson-specific files overlay templates correctly while keeping protected infrastructure files intact.

How does the _files overlay merge rules mechanism work for Rails lesson files?

The _files overlay merge rules mechanism works by layering lesson-specific files over base templates and completed solutions within a workspace. It enforces _files/.tk-config.json extends to keep protected infrastructure files intact during the merge.

Does this Rails file management approach support WASM build workflows?

Yes, this Rails file management approach supports WASM build workflows. The three-layer overlay merge model organizes files across templates, _files, and _solution while maintaining the necessary structure for WASM build compatibility.

Can I use _tk-config.json extends to share base structures across multiple Rails lessons?

Yes, you can use _files/.tk-config.json extends to share base structures across multiple Rails lessons. The config extends rules allow base templates to be overlaid by lesson-specific files, ensuring consistent workspace layout and predictable paths.

Why does my Rails tutorial workspace file structure break when overlaying lesson files?

Your workspace file structure breaks when overlay merge rules are not enforced or Template frontmatter is misconfigured. Properly applying _files/.tk-config.json extends and the three-layer model keeps protected infrastructure files intact and prevents file chaos.