Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .ruler/skills/changesets/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
name: changesets
allowed-tools: Read, Glob, Grep, Write, Bash, TodoWrite
description: Generate changeset entries following Changesets semantics
---
Expand Down
1 change: 1 addition & 0 deletions .ruler/skills/commit-lint/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
name: commit-lint
allowed-tools: Read, Bash, TodoWrite
description: Validate commit messages against conventional commit format
---
Expand Down
1 change: 1 addition & 0 deletions .ruler/skills/issue-create/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
name: issue-create
allowed-tools: Read, Bash, TodoWrite, mcp__Linear__*
description: Create Linear issues with proper assignment and labeling
---
Expand Down
1 change: 1 addition & 0 deletions .ruler/skills/pr-create/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
name: pr-create
allowed-tools: Read, Bash, TodoWrite
description: Create GitHub PRs with proper formatting, labeling, and quality checks
---
Expand Down
1 change: 1 addition & 0 deletions .ruler/skills/pr-label/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
name: pr-label
allowed-tools: Read, Bash
description: Apply labels to PRs based on conventional commit types
---
Expand Down
1 change: 1 addition & 0 deletions .ruler/skills/serena/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down