Agent Skills: Critical Rules

Critical project rules and constraints

UncategorizedID: mgreenly/ikigai/rules

Install this agent skill to your local

pnpm dlx add-skill https://github.com/mgreenly/ikigai/tree/HEAD/.claude/library/rules

Skill Files

Browse the full folder contents for rules.

Download Skill

Loading file tree…

.claude/library/rules/SKILL.md

Skill Metadata

Name
rules
Description
Critical project rules and constraints

Critical Rules

  • Never change directories - Always stay in root, use relative paths
  • Never use AskUserQuestion tool - Forbidden in this project
  • Never use git commands - This is a jj (Jujutsu) project; always use jj commands instead of git
  • Never merge to main locally - All merges to main happen via GitHub PRs only
  • Never use background tasks - Always run tasks in foreground unless explicitly asked