action_policy
Author interactive Rails tutorials that run entirely in the browser
All Skills in This Repository (6)
Pure Emerald Level Indicatorstutorial-lesson-config
Enforce YAML frontmatter schema across hierarchical tutorial lesson configurations.
tutorial-quickstart
Scaffold and deploy Rails tutorial projects with authentication and templates.
rails-wasm-author-constraints
Clarify Rails feature compatibility in WASM for lesson design.
rails-lesson-recipes
Create Rails lesson templates with frontmatter, directory layouts, and validation checklists.
rails-file-management
Organizes Rails tutorial lesson files into templates, _files, and _solution layers.
tutorial-content-structure
Organize tutorial content into hierarchical parts, chapters, and lessons.
Frequently Asked Questions
FAQPage SchemaHow to install Action Policy tutorial skills?▼
Run `npx skills add palkan/action_policy --all -g -y` in your terminal to install all tutorial-authoring skills globally.
How to build an interactive Rails tutorial with AI?▼
These skills teach your AI agent the exact directory structure, frontmatter rules, and lesson recipes needed to build browser-based Rails tutorials that run on WebAssembly.
Which Rails features work in a WASM tutorial?▼
The rails-wasm-author-constraints skill gives your agent a full compatibility matrix covering databases, gems, testing, and limitations like no outbound networking or threading.
Do these skills work with Claude Code and Cursor?▼
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, OpenClaw, and other compatible AI coding agents.
Can I author Rails lessons without knowing TutorialKit?▼
Yes. The skills encode all framework-specific conventions, so your agent produces valid lessons, templates, and configurations without you learning the internals.
Related Repositories in Education & Research
View All in Education & Research→learn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides