diff --git a/.ruler/skills/changesets/SKILL.md b/.ruler/skills/changesets/SKILL.md index ebc82e0..f029e43 100644 --- a/.ruler/skills/changesets/SKILL.md +++ b/.ruler/skills/changesets/SKILL.md @@ -1,4 +1,5 @@ --- +name: changesets allowed-tools: Read, Glob, Grep, Write, Bash, TodoWrite description: Generate changeset entries following Changesets semantics --- diff --git a/.ruler/skills/commit-lint/SKILL.md b/.ruler/skills/commit-lint/SKILL.md index 6b76365..fee05de 100644 --- a/.ruler/skills/commit-lint/SKILL.md +++ b/.ruler/skills/commit-lint/SKILL.md @@ -1,4 +1,5 @@ --- +name: commit-lint allowed-tools: Read, Bash, TodoWrite description: Validate commit messages against conventional commit format --- diff --git a/.ruler/skills/issue-create/SKILL.md b/.ruler/skills/issue-create/SKILL.md index 1035a7d..4339fe8 100644 --- a/.ruler/skills/issue-create/SKILL.md +++ b/.ruler/skills/issue-create/SKILL.md @@ -1,4 +1,5 @@ --- +name: issue-create allowed-tools: Read, Bash, TodoWrite, mcp__Linear__* description: Create Linear issues with proper assignment and labeling --- diff --git a/.ruler/skills/pr-create/SKILL.md b/.ruler/skills/pr-create/SKILL.md index 1a735b9..badb732 100644 --- a/.ruler/skills/pr-create/SKILL.md +++ b/.ruler/skills/pr-create/SKILL.md @@ -1,4 +1,5 @@ --- +name: pr-create allowed-tools: Read, Bash, TodoWrite description: Create GitHub PRs with proper formatting, labeling, and quality checks --- diff --git a/.ruler/skills/pr-label/SKILL.md b/.ruler/skills/pr-label/SKILL.md index e727da3..220e571 100644 --- a/.ruler/skills/pr-label/SKILL.md +++ b/.ruler/skills/pr-label/SKILL.md @@ -1,4 +1,5 @@ --- +name: pr-label allowed-tools: Read, Bash description: Apply labels to PRs based on conventional commit types --- diff --git a/.ruler/skills/serena/SKILL.md b/.ruler/skills/serena/SKILL.md index b3bd13c..368ca7b 100644 --- a/.ruler/skills/serena/SKILL.md +++ b/.ruler/skills/serena/SKILL.md @@ -1,4 +1,5 @@ --- +name: serena allowed-tools: Read, Glob, Grep, Edit, MultiEdit, Write, Bash, TodoWrite, mcp__serena__*, mcp__context7__* description: Structured problem-solving with Serena MCP --- diff --git a/Makefile b/Makefile index 710fbfe..01d503e 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ MCP_TARGET_DIRS := $(HOME)/.cursor $(HOME)/.claude $(HOME)/.codex # ==================================================================================== .PHONY: sync -sync: ## Sync project commands, skills, and MCP configuration to assistant-specific directories. +sync: skills-copy ## Sync project commands, skills, and MCP configuration to assistant-specific directories. @make commands-sync @make skills-sync @make mcp-sync