scaffold-rules

Scaffold standardized AI agent rules into .plaited/rules with symlinks.

6|1|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/plaited/agent-eval-harness --skill scaffold-rules
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffold-rules
Source: https://github.com/plaited/agent-eval-harness/tree/main/.plaited/skills/scaffold-rules%40plaited_development-skills
Command: npx skills add https://github.com/plaited/agent-eval-harness --skill scaffold-rules

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation and distribution of standardized development guidelines for AI coding agents, ensuring consistent setups across environments.

Core Features & Use Cases

  • Canonical rule scaffolding: Copies common rules into the canonical location .plaited/rules/ for canonical access.
  • Agent-specific wiring: Creates symlinks in .claude/rules and .cursor/rules when those directories exist.
  • Onboarding and governance: Updates AGENTS.md to surface rules for new agents or repos.
  • Use Case: When starting a new project, invoke this skill to seed consistent coding standards and agent operating guidelines quickly.

Quick Start

Use bunx to scaffold rules: bunx @plaited/development-skills scaffold-rules --dry-run bunx @plaited/development-skills scaffold-rules

Frequently Asked Questions about scaffold-rules

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

FAQPage Schema
How do I set up development rules for AI coding agents across different environments?

Scaffolding development rules for AI coding agents copies common rules into the canonical `.plaited/rules/` directory and creates symlinks for `.claude/rules` and `.cursor/rules` when those directories exist, ensuring standardized guidelines across projects.

What is the best way to standardize agent operating guidelines when starting a new project?

Standardizing agent operating guidelines is achieved by invoking a scaffolding skill that seeds common coding standards, places them canonically, and updates `AGENTS.md` to surface rules for new agents or repositories quickly.

Does this rules scaffolding process support both Claude and Cursor environments?

Yes, rules scaffolding supports both Claude and Cursor environments by creating symlinks in `.claude/rules` and `.cursor/rules` directories automatically when those specific directories are detected in the project.

How do I preview rule scaffolding changes before applying them to my repository?

Previewing rule scaffolding changes before applying them to your repository is done by running the command with the `--dry-run` flag, allowing you to verify the canonical rule placement and symlink creation beforehand.

Why do I need to update AGENTS.md when scaffolding AI development rules?

Updating `AGENTS.md` when scaffolding AI development rules is necessary for onboarding and governance, as it surfaces the newly established rules for new agents or repositories to ensure standardized coding standards are visible.

Can I use bun to scaffold rules for AI coding agents?

Yes, you can use `bunx` to scaffold rules for AI coding agents by running `bunx @plaited/development-skills scaffold-rules`, which automates canonical rule placement, agent-specific symlink creation, and onboarding documentation updates.

Related Skills