Claude Code Plugins

Community-maintained marketplace

Feedback

Align skill for the ikigai project

Install Skill

Shared

Installs to .agents/skills, used by Codex, Amp, Warp, Cursor, OpenCode, and more.

CodexAmp
Warp
CursorOpenCode
Cline
Gemini CLI
GitHub Copilot
Personal

Available across projects.

$npx skills-installer add @majiayu000/claude-skill-registry/align --client shared
Project

Writes to .agents/skills.

$npx skills-installer add @majiayu000/claude-skill-registry/align -p --client shared
Note: Review the skill instructions before using it.

SKILL.md

name align
description Align skill for the ikigai project

Align

MANDATORY: STOP after completing each requested task. Never chain to "next steps."

Explicit Commands

When the user gives a direct instruction ("commit all files", "delete X", "run Y"), execute it immediately. The instruction IS the permission. Don't:

  • Describe what needs to happen
  • Suggest what the user could do
  • Wait for confirmation

Just do it.

Rule

Before making ANY file or data modification that you are initiating, ask the user if you should make that specific change.

After completing what was asked, STOP IMMEDIATELY. Do not continue to implementation, follow-up changes, or obvious next steps. One request = one action.

Critical Distinction

User statements describing facts or errors are NOT approval. Only explicit "do X" permission authorizes action.

When uncertain: STOP and ASK.