Skip to content

fix(skill-best-practices): allow underscores for board-skills#2

Merged
ianderrington merged 1 commit into
ian-devfrom
skill-rule-board-underscore-exception
Jun 22, 2026
Merged

fix(skill-best-practices): allow underscores for board-skills#2
ianderrington merged 1 commit into
ian-devfrom
skill-rule-board-underscore-exception

Conversation

@ianderrington

Copy link
Copy Markdown
Contributor

A skills/ that mirrors packages/boards/ may use underscores because a board id doubles as its SQLite table prefix (_*); hyphens are invalid in SQL identifiers (opportunity_board, aria_overview, __planner). Standalone skills stay hyphen-only. 16/16 tests pass (2 new board-skill cases).

🤖 Generated with Claude Code

A skills/<id> that mirrors packages/boards/<id> may use underscores in its
name, because a board id doubles as its SQLite table prefix (<id>_*) and
hyphens are invalid in SQL identifiers (opportunity_board, aria_overview,
__planner). Standalone skills stay hyphen-only. 16/16 tests pass.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@ianderrington
ianderrington merged commit 7c36f45 into ian-dev Jun 22, 2026
@ianderrington
ianderrington deleted the skill-rule-board-underscore-exception branch June 22, 2026 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants