Install Rules banner
pekral pekral

Install Rules

Development community

Description

--- description: Copy this package's PHP/Laravel rules and CLAUDE.md into the current project (marketplace install only) allowed-tools: Bash(cp:*), Bash(mkdir:*), Bash(ls:*), Bash(test:*), Read --- Install this plugin's rules into the current project. A Claude Code plugin ships skills and agents natively, but it cannot ship `rules/` or a `CLAUDE.md` — the harness loads neither from a plugin directory. Both files live in the plugin tree, so this command copies them into the project once. Everyt

Installation

Installs to ~/.claude/skills/pekral-ai-olympus-install-rules/SKILL.md

Terminal
mkdir -p ~/.claude/skills/pekral-ai-olympus-install-rules && curl -fsSL https://raw.githubusercontent.com/pekral/ai-olympus/HEAD/commands/install-rules.md -o ~/.claude/skills/pekral-ai-olympus-install-rules/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository